diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-01-11 17:48:27 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-01-11 17:48:27 +0000 |
commit | 5814f566c55b184d83974a057b20ae13039e0694 (patch) | |
tree | 859df8f58fa27ef81325cae0b3156358ad6d1a83 /math/fxt | |
parent | 5b3803d386629259090500d2c79ebb2944c0ba22 (diff) | |
download | ports-5814f566c55b184d83974a057b20ae13039e0694.tar.gz ports-5814f566c55b184d83974a057b20ae13039e0694.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 | 16 |
3 files changed, 18 insertions, 4 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 8a90c8b27e74..4d652791ae11 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.01.06 +PORTVERSION= 2012.01.10 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 9ac070f3203e..7ca21f20dd21 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.01.06.tgz) = ed3388f792de44348a692558d6bce65d9eb955aa48c485fed5fc41b28c4a0f28 -SIZE (fxt-2012.01.06.tgz) = 1346598 +SHA256 (fxt-2012.01.10.tgz) = a1e20e5f40b6c94172581b846e11f0e7382b4b1e7e8fa52a58c78e786ecda0f3 +SIZE (fxt-2012.01.10.tgz) = 1352650 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 68c00384dcd3..f819bd68b945 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -151,6 +151,13 @@ include/fxt/bpol/poly-tab.h include/fxt/chirpzt-all.h include/fxt/chirpzt/chirpzt.h include/fxt/comb-all.h +include/fxt/comb/acgray.h +include/fxt/comb/check-mixedradix.h +include/fxt/comb/delta2gray.h +include/fxt/comb/mixedradix-cgray.h +include/fxt/comb/mixedradix-subset-lex.h +include/fxt/comb/monotonic-gray.h +include/fxt/comb/test-gray.h include/fxt/comb/perm-st-pref.h include/fxt/comb/big-fact2perm.h include/fxt/comb/binary-debruijn.h @@ -190,7 +197,6 @@ include/fxt/comb/fact2num2perm.h include/fxt/comb/fact2perm.h include/fxt/comb/fibonacci.h include/fxt/comb/gray-cycle-leaders.h -include/fxt/comb/gray.h include/fxt/comb/hilbert-ndim-rec.h include/fxt/comb/hilbert-ndim.h include/fxt/comb/kperm-gray.h @@ -632,6 +638,14 @@ 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/mixedradix-cgray-rec-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-subset-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-rec-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-subset-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-st-pref-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-st-pref-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/acgray-demo.cc |