diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-13 05:30:47 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-13 05:30:47 +0800 |
commit | 7116f94118219b0373ecfbce6d1a2001f44d1640 (patch) | |
tree | 45bdd595b3497e5602d0a104e774311acc3f6a42 /math | |
parent | fca82101559ca9d99702b67e24ec2deca33c4d80 (diff) | |
download | freebsd-ports-gnome-7116f94118219b0373ecfbce6d1a2001f44d1640.tar.gz freebsd-ports-gnome-7116f94118219b0373ecfbce6d1a2001f44d1640.tar.zst freebsd-ports-gnome-7116f94118219b0373ecfbce6d1a2001f44d1640.zip |
- Update to 2009.05.11
Approved by: miwi (mentor implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 77801742d30b..41235e27ee47 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2009.04.06 +PORTVERSION= 2009.05.11 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index cf3d44d7340e..033abd98176c 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2009.04.06.tgz) = 494a10cc61f8e915924175aee6a01e3d -SHA256 (fxt-2009.04.06.tgz) = 2db645aea5d6c58a80268666903b0a6fa02ff854de07c0d8588c4d277a83052b -SIZE (fxt-2009.04.06.tgz) = 1168540 +MD5 (fxt-2009.05.11.tgz) = 89ee7cbad35fde44eaa984ceb8570777 +SHA256 (fxt-2009.05.11.tgz) = 40c9ba4f249343504c7fda0ff26eed9ef076c8f3fe0c66d49b113dfa2b791d6b +SIZE (fxt-2009.05.11.tgz) = 1169769 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index db38afd82ca5..7adcf3e30630 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -212,8 +212,8 @@ include/fxt/comb/num2perm.h include/fxt/comb/paren-gray.h include/fxt/comb/paren.h include/fxt/comb/paren-pref.h -include/fxt/comb/partition-rec.h include/fxt/comb/partition.h +include/fxt/comb/partition-gen.h include/fxt/comb/perm-colex.h include/fxt/comb/perm-derange.h include/fxt/comb/perm-gray-ffact.h @@ -762,8 +762,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/paren-pref-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-rec-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-rec-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-gen-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/partition-gen-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/pascal-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/pascal-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/pellgen-gray-demo.cc @@ -826,6 +826,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-st-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-star-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-star-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-star-inv-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-star-inv-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-star-swaps-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-star-swaps-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-trotter-demo.cc |