diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-12-24 10:48:13 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-12-24 10:48:13 +0000 |
commit | 9c219946067595a7dbe910c7fae07bc04a0360be (patch) | |
tree | 00938576e33cda7711503d9b4534b5ef17d4da02 /math/fxt | |
parent | fef994a006e442e52e734a7ba186d1b8af48845d (diff) | |
download | ports-9c219946067595a7dbe910c7fae07bc04a0360be.tar.gz ports-9c219946067595a7dbe910c7fae07bc04a0360be.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 | 8 |
3 files changed, 8 insertions, 6 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index eb564be85a1c..5693ec996812 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2011.12.19 +PORTVERSION= 2011.12.23 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index e9244b15f748..d1efa6f65980 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2011.12.19.tgz) = 982a5f326af601d9dd08d714a5cc17722c8dfea517d0ccdb67e68d24d9549c86 -SIZE (fxt-2011.12.19.tgz) = 1333382 +SHA256 (fxt-2011.12.23.tgz) = d8c67c4f6c631946c4bd27bf2060c2455f7e30ea78438b04feb86f004a65dfff +SIZE (fxt-2011.12.23.tgz) = 1335306 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index c67a0bf82c75..31b530287b90 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -71,7 +71,6 @@ include/fxt/bits/bitldeq.h include/fxt/bits/bitlex.h include/fxt/bits/bitlow-edge.h include/fxt/bits/bitlow.h -include/fxt/bits/bitmrotate.h include/fxt/bits/bitperiodic.h include/fxt/bits/bitrotate.h include/fxt/bits/bitseparate.h @@ -195,6 +194,7 @@ include/fxt/comb/kperm-lex.h include/fxt/comb/ksubset-gray.h include/fxt/comb/ksubset-rec.h include/fxt/comb/ksubset-twoclose.h +include/fxt/comb/mixedradix-naf.h include/fxt/comb/mixedradix-endo-gray.h include/fxt/comb/mixedradix-endo.h include/fxt/comb/mixedradix-gray.h @@ -743,6 +743,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/ksubset-twoclose-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/maxrep-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/maxrep-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-endo-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-endo-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-endo-gray-out.txt @@ -909,6 +911,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-trotter-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm2fact-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm2fact-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-involution-naf-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-involution-naf-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-fincr-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-fincr-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-kincr-demo.cc @@ -917,8 +921,6 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-maxincr-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec2-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec2-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/root-sums-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/root-sums-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/ruler-func-demo.cc |