diff options
author | dhn <dhn@FreeBSD.org> | 2012-02-19 18:39:55 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-02-19 18:39:55 +0800 |
commit | 851e5c92f435c56097713f235bf3c2b6799f77ab (patch) | |
tree | f8f11bd715255b5dcf6840f65630de54a407faf0 /math/fxt | |
parent | 9f9c59db2250d20bb994bbc583b04ab610cafb0d (diff) | |
download | freebsd-ports-gnome-851e5c92f435c56097713f235bf3c2b6799f77ab.tar.gz freebsd-ports-gnome-851e5c92f435c56097713f235bf3c2b6799f77ab.tar.zst freebsd-ports-gnome-851e5c92f435c56097713f235bf3c2b6799f77ab.zip |
- Update to 2012.02.17
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 | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index a934842e9ff8..105c46346e73 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.02.11 +PORTVERSION= 2012.02.17 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 89e4ba42b9ec..07a792137fd2 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.02.11.tgz) = 282903ee7a8bd3d8a3bd38f07b52c937c06fa6d6d3f20778de7bfedb2e674a61 -SIZE (fxt-2012.02.11.tgz) = 1383402 +SHA256 (fxt-2012.02.17.tgz) = 43a7e4a61175ba2a9dc6fde8f74468088783d9c36f93163f5198067b9d70188e +SIZE (fxt-2012.02.17.tgz) = 1389014 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index ee37b7262e60..d9348ebbc04a 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -154,6 +154,8 @@ include/fxt/bpol/poly-tab.h include/fxt/chirpzt-all.h include/fxt/chirpzt/chirpzt.h include/fxt/comb-all.h +include/fxt/comb/motzkin-path-lex.h +include/fxt/comb/is-motzkin-path.h include/fxt/comb/catalan-subset-lex.h include/fxt/comb/dyck-rgs-subset-lex.h include/fxt/comb/setpart-rgs-subset-lex.h @@ -655,6 +657,8 @@ 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/motzkin-path-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/motzkin-path-lex-demo.cc %%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 @@ -1205,6 +1209,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A080936-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A206464-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A206464-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A207018-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A207018-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bracelets-demo.cc |