diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-01-14 11:54:05 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-01-14 11:54:05 +0000 |
commit | e38f5d8efcbf4b7330978aa7d143ccd0d3e3481b (patch) | |
tree | a48d65f82d27abe9b0ae3dd3d0f8ecfa65e46fc4 /math/fxt | |
parent | Update to the 20120113 snapshot of GCC 4.6.3. (diff) |
- Update to 2012.01.13
Notes
Notes:
svn path=/head/; revision=289163
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 4170c22001c2..6c5cfa83af36 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.01.11 +PORTVERSION= 2012.01.13 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index ff4e7fcd0c77..d79d0c1c26b9 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.01.11.tgz) = 3d1d367b8e566c303fb2f90b4fd2d9c968f94d8a195113c56b45775291fc9056 -SIZE (fxt-2012.01.11.tgz) = 1353112 +SHA256 (fxt-2012.01.13.tgz) = e12a5ade37d8119d9e82aee4631e59b7d26db344dc0ff29fd0f9df360fa8e08f +SIZE (fxt-2012.01.13.tgz) = 1358168 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index a11704780405..49bc74c12b03 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -151,6 +151,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/binary-sl-gray.h +include/fxt/comb/mixedradix-naf-gray.h include/fxt/comb/acgray.h include/fxt/comb/check-mixedradix.h include/fxt/comb/delta2gray.h @@ -638,6 +640,10 @@ 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-naf-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-sl-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-sl-gray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-subset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sl-gray-rec-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sl-gray-rec-out.txt |