diff options
author | dhn <dhn@FreeBSD.org> | 2010-05-23 17:00:49 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2010-05-23 17:00:49 +0800 |
commit | f37ce606073d79e133be7299665a3acfa83b6208 (patch) | |
tree | af2fb220c5315ea0320798467d528e0dbe6672ea /math/fxt | |
parent | 26a0c2321ce6cd5adaba29f0ba665733e42543a8 (diff) | |
download | freebsd-ports-gnome-f37ce606073d79e133be7299665a3acfa83b6208.tar.gz freebsd-ports-gnome-f37ce606073d79e133be7299665a3acfa83b6208.tar.zst freebsd-ports-gnome-f37ce606073d79e133be7299665a3acfa83b6208.zip |
- Update to 2010.05.21
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 9 |
3 files changed, 13 insertions, 4 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 6e9cccc30432..1247c3adb7ba 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2010.05.06 +PORTVERSION= 2010.05.21 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 7d88e68da768..1baee3d7a016 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2010.05.06.tgz) = 6c381e5f0dfbb660e401dee4b6814571 -SHA256 (fxt-2010.05.06.tgz) = e892e46b43a7ecdc22043caf51d166d2577a1d6b933d067d0f81059e4f1a5fd4 -SIZE (fxt-2010.05.06.tgz) = 1210012 +MD5 (fxt-2010.05.21.tgz) = c2575c093a6d3ac4f42ed1a99fc5442c +SHA256 (fxt-2010.05.21.tgz) = 8c72e6b616fb58a14c0d014f57384baec9ee93fff50f2772fcaa714c1e70c468 +SIZE (fxt-2010.05.21.tgz) = 1217380 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 296949927179..4801de15747f 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -162,6 +162,9 @@ include/fxt/bpol/num-bitpol.h include/fxt/bpol/poly-tab.h include/fxt/chirpzt-all.h include/fxt/chirpzt/chirpzt.h +include/fxt/comb/check-kpermgen.h +include/fxt/comb/kperm-gray.h +include/fxt/comb/kperm-lex.h include/fxt/comb-all.h include/fxt/comb/big-fact2perm.h include/fxt/comb/binary-debruijn.h @@ -628,6 +631,12 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/thue-morse-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/zorder-texpic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/zorder-texpic-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/kperm-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/kperm-gray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/ffact2kperm-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/ffact2kperm-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/kperm-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/kperm-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/acgray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/acgray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/fact2perm-rot-out.txt |