diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-08 19:39:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-08 19:39:29 +0800 |
commit | 06ddf9ca31342c1d2cae75e52bc924b47adbe8d1 (patch) | |
tree | 343a31133a58cd77234588ea3258f46be0d68a96 /math/fxt | |
parent | 06df2d5a5e88ecc73210b6fcbde34f52025dd73b (diff) | |
download | freebsd-ports-gnome-06ddf9ca31342c1d2cae75e52bc924b47adbe8d1.tar.gz freebsd-ports-gnome-06ddf9ca31342c1d2cae75e52bc924b47adbe8d1.tar.zst freebsd-ports-gnome-06ddf9ca31342c1d2cae75e52bc924b47adbe8d1.zip |
- Update to 20080707
PR: 125386
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 9 |
3 files changed, 12 insertions, 5 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 9925751adb24..476983ce3278 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2008.06.24 +PORTVERSION= 2008.07.07 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 571565d14ada..d985db365569 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2008.06.24.tgz) = e097f4050c81a822482a940494e9e4ae -SHA256 (fxt-2008.06.24.tgz) = 48422c8e0fd8f5c7d5eb3f37a4cd5ee3d4637fbecfad09e54ecbb45334cb99db -SIZE (fxt-2008.06.24.tgz) = 1116333 +MD5 (fxt-2008.07.07.tgz) = f52cde2b75119526c922e406bf495a21 +SHA256 (fxt-2008.07.07.tgz) = 1a5cddc9794fa8b7feac18b7e32b9225567167aa0565f0ee652f68353fed9add +SIZE (fxt-2008.07.07.tgz) = 1113618 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index b6f6da985e26..1db51df9b873 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -160,6 +160,7 @@ include/fxt/comb/combination-emk.h include/fxt/comb/combination-endo.h include/fxt/comb/combination-enup.h include/fxt/comb/combination-lex.h +include/fxt/comb/combination-mod.h include/fxt/comb/combination-pref.h include/fxt/comb/combination-rec.h include/fxt/comb/combination-revdoor.h @@ -188,6 +189,7 @@ include/fxt/comb/mixedradix-gslex-alt.h include/fxt/comb/mixedradix-gslex.h include/fxt/comb/mixedradix-lex.h include/fxt/comb/mixedradix-modular-gray.h +include/fxt/comb/mixedradix-modular-gray2.h include/fxt/comb/mixedradix.h include/fxt/comb/mpartition.h include/fxt/comb/mset-lex-rec.h @@ -271,13 +273,14 @@ include/fxt/ds/ringbuffer.h include/fxt/ds/rset.h include/fxt/ds/stack.h include/fxt/fft-all.h +include/fxt/fft/fft-default.h include/fxt/fft/fft.h include/fxt/fft/matrixfft.h include/fxt/fft/shortfft.h include/fxt/fht-all.h +include/fxt/fht/fht-default.h include/fxt/fht/fht.h include/fxt/fht/fht2d.h -include/fxt/fht/fhtcore.h include/fxt/fht/fhtloc2.h include/fxt/fht/hartleyshift.h include/fxt/fht/shortfhtdifcore.h @@ -578,6 +581,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-lam-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-mod-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-mod-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-pref-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-pref-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-rank-demo.cc @@ -646,6 +651,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-lex-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray2-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray2-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-demo.cc |