diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-02-12 08:28:23 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-02-12 08:28:23 +0000 |
commit | 7be1aeff314dc20cbe03fbfd8764eb5df7ae5b60 (patch) | |
tree | 4c362854a1b6d2ad347aff15e99c920221a35f31 /math | |
parent | ced3b7f7a4e5da03db90c2658bd8cd019cde0811 (diff) | |
download | ports-7be1aeff314dc20cbe03fbfd8764eb5df7ae5b60.tar.gz ports-7be1aeff314dc20cbe03fbfd8764eb5df7ae5b60.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 4 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 8 |
3 files changed, 10 insertions, 4 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index e363d6e859ad..a934842e9ff8 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.02.07 +PORTVERSION= 2012.02.11 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 448ed267cfc8..89e4ba42b9ec 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.02.07.tgz) = 7476bf08a13039aa84b0349324a59e4002bd07752c102b6ee510b05c2d0f6081 -SIZE (fxt-2012.02.07.tgz) = 1383396 +SHA256 (fxt-2012.02.11.tgz) = 282903ee7a8bd3d8a3bd38f07b52c937c06fa6d6d3f20778de7bfedb2e674a61 +SIZE (fxt-2012.02.11.tgz) = 1383402 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 590b6a3d0f1f..ee37b7262e60 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -331,7 +331,6 @@ include/fxt/fht/shortfhtditcore.h include/fxt/fht/slowht.h include/fxt/fxtalloca.h include/fxt/fxtio.h -include/fxt/fxtiomanip.h include/fxt/fxttypes.h include/fxt/graph-all.h include/fxt/graph/digraph-paths.h @@ -1200,6 +1199,12 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/revbin-perm-rec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/swap-blocks-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/swap-blocks-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A206702-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A206702-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A080936-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A080936-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A206464-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A206464-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bracelets-demo.cc @@ -1230,6 +1235,7 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/unique-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nextarg.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/topics.txt +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/seq %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sort %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/perm %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mod |