diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-02-09 19:49:34 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-02-09 19:49:34 +0000 |
commit | 2abf8e4253dfa13be03bfc561600b35d9764397b (patch) | |
tree | bf6869904699c13c6142ae4bd3888481e1684850 /math/fxt | |
parent | 964e0946fb8130e787623476d6c1c5641b432722 (diff) | |
download | ports-2abf8e4253dfa13be03bfc561600b35d9764397b.tar.gz ports-2abf8e4253dfa13be03bfc561600b35d9764397b.zip |
Notes
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 4 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 12 |
3 files changed, 15 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index f8d01714e80b..e363d6e859ad 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.01.28 +PORTVERSION= 2012.02.07 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 98d7be43ab99..448ed267cfc8 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.01.28.tgz) = 75c3528c21f0d15f9fd92f37dc74deca1f558057e20c44b9af291989a04cc761 -SIZE (fxt-2012.01.28.tgz) = 1375603 +SHA256 (fxt-2012.02.07.tgz) = 7476bf08a13039aa84b0349324a59e4002bd07752c102b6ee510b05c2d0f6081 +SIZE (fxt-2012.02.07.tgz) = 1383396 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index e5eefbe11478..590b6a3d0f1f 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -29,6 +29,7 @@ include/fxt/aux2-all.h include/fxt/aux2/copy2d.h include/fxt/aux2/transpose.h include/fxt/aux2/transpose2.h +include/fxt/bits/bin-to-sl-gray.h include/fxt/bits/bit-sl-gray.h include/fxt/bits/fibrep-sl.h include/fxt/bits/bit-dragon-r4.h @@ -153,6 +154,9 @@ include/fxt/bpol/poly-tab.h include/fxt/chirpzt-all.h include/fxt/chirpzt/chirpzt.h include/fxt/comb-all.h +include/fxt/comb/catalan-subset-lex.h +include/fxt/comb/dyck-rgs-subset-lex.h +include/fxt/comb/setpart-rgs-subset-lex.h include/fxt/comb/mixedradix-gslex-alt2.h include/fxt/comb/mixedradix-naf-sl.h include/fxt/comb/paren-string-to-rgs.h @@ -507,6 +511,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bin-to-sl-gray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bin-to-sl-gray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bit-sl-gray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bit-sl-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/dragon-r4-texpic-out.txt @@ -650,6 +656,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/setpart-rgs-subset-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/dyck-rgs-subset-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/catalan-subset-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-subset-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/catalan-subset-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/dyck-rgs-subset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-sl-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-gslex-alt2-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-sl-demo.cc |