diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-25 21:16:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-25 21:16:25 +0000 |
commit | 393ec4f03fb02da770cc2af6a1b1f8ecd31c2971 (patch) | |
tree | dfe372670a8271db815ed59e6732bfabca72dd5a /math/fxt | |
parent | 2ca9032774c358fe91b1fb7a10ee422d465c0fb2 (diff) | |
download | ports-393ec4f03fb02da770cc2af6a1b1f8ecd31c2971.tar.gz ports-393ec4f03fb02da770cc2af6a1b1f8ecd31c2971.zip |
- Update to 20080817
PR: 126808
Submitted by: Wen heping <wenheping@gmail.com>
Notes
Notes:
svn path=/head/; revision=219174
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 | 43 |
3 files changed, 33 insertions, 18 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 9e1fe92d1bf1..820852537b47 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2008.07.07 +PORTVERSION= 2008.08.17 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index d985db365569..e093f1b51982 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2008.07.07.tgz) = f52cde2b75119526c922e406bf495a21 -SHA256 (fxt-2008.07.07.tgz) = 1a5cddc9794fa8b7feac18b7e32b9225567167aa0565f0ee652f68353fed9add -SIZE (fxt-2008.07.07.tgz) = 1113618 +MD5 (fxt-2008.08.17.tgz) = c118bc49ab627dd17604c3b6cd9ccc9b +SHA256 (fxt-2008.08.17.tgz) = 519db4ba20b125c2f3299efb9ead450a0aeb48a964b20fb8aab77a198b630cb2 +SIZE (fxt-2008.08.17.tgz) = 1126112 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 1db51df9b873..78cf04495288 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -149,6 +149,7 @@ include/fxt/bpol/poly-tab.h include/fxt/chirpzt-all.h include/fxt/chirpzt/chirpzt.h include/fxt/comb-all.h +include/fxt/comb/big-fact2perm.h include/fxt/comb/binary-debruijn.h include/fxt/comb/binary-necklace.h include/fxt/comb/catalan.h @@ -192,8 +193,9 @@ include/fxt/comb/mixedradix-modular-gray.h include/fxt/comb/mixedradix-modular-gray2.h include/fxt/comb/mixedradix.h include/fxt/comb/mpartition.h -include/fxt/comb/mset-lex-rec.h -include/fxt/comb/mset-lex.h +include/fxt/comb/mset-perm-gray.h +include/fxt/comb/mset-perm-lex-rec.h +include/fxt/comb/mset-perm-lex.h include/fxt/comb/necklace.h include/fxt/comb/num-compositions.h include/fxt/comb/num-necklaces.h @@ -233,8 +235,10 @@ include/fxt/comb/rgs-fincr.h include/fxt/comb/rgs-kincr.h include/fxt/comb/rgs-maxincr.h include/fxt/comb/ruler-func.h -include/fxt/comb/setpartition-rgs.h -include/fxt/comb/setpartition.h +include/fxt/comb/setpart-p-rgs-lex.h +include/fxt/comb/setpart-rgs-gray.h +include/fxt/comb/setpart-rgs-lex.h +include/fxt/comb/setpart.h include/fxt/comb/stringsubst.h include/fxt/comb/subset-debruijn.h include/fxt/comb/subset-deltalex.h @@ -265,6 +269,7 @@ include/fxt/ds/bitarray.h include/fxt/ds/coroutine.h include/fxt/ds/deque.h include/fxt/ds/heap.h +include/fxt/ds/left-right-array.h include/fxt/ds/orderedrarray.h include/fxt/ds/priorityqueue.h include/fxt/ds/queue.h @@ -553,6 +558,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/acgray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/bell-number-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/bell-number-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/big-fact2perm-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/big-fact2perm-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-necklace-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-necklace-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binomial-demo.cc @@ -657,12 +664,14 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec2-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-rec2-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-gray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec2-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-lex-rec2-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-pos-rec-demo.cc @@ -785,10 +794,14 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/ruler-func-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/schroeder-tree-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/schroeder-tree-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-rgs-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpartition-rgs-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-p-rgs-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-p-rgs-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-gray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-lex-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling1-demo.cc @@ -813,6 +826,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/coroutine-paren-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/deque-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/deque-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/left-right-array-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/left-right-array-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/orderedrarray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/orderedrarray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/priorityqueue-demo.cc |