diff options
author | dhn <dhn@FreeBSD.org> | 2012-01-01 17:30:51 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-01-01 17:30:51 +0800 |
commit | 856d2e2a3d7a2fc9db57b610558c9ed5b8fc3f48 (patch) | |
tree | 088c14bc0800fb4490da6b4015f63e86e48977f5 /math | |
parent | 51edfff5c033c8a0c71b472d2a566fe54aa9e506 (diff) | |
download | freebsd-ports-gnome-856d2e2a3d7a2fc9db57b610558c9ed5b8fc3f48.tar.gz freebsd-ports-gnome-856d2e2a3d7a2fc9db57b610558c9ed5b8fc3f48.tar.zst freebsd-ports-gnome-856d2e2a3d7a2fc9db57b610558c9ed5b8fc3f48.zip |
- Update to 2011.12.31
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 | 13 |
3 files changed, 12 insertions, 7 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 5693ec996812..e7cd1e073fd7 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2011.12.23 +PORTVERSION= 2011.12.31 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index d1efa6f65980..16233f1a5f34 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2011.12.23.tgz) = d8c67c4f6c631946c4bd27bf2060c2455f7e30ea78438b04feb86f004a65dfff -SIZE (fxt-2011.12.23.tgz) = 1335306 +SHA256 (fxt-2011.12.31.tgz) = 5283b6c896cefa11552c7eac0c1b184c3235ab748e38f00c759161b1178cf7f9 +SIZE (fxt-2011.12.31.tgz) = 1341875 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 31b530287b90..0a26cec86397 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -22,12 +22,14 @@ include/fxt/aux1-all.h include/fxt/aux1/arith1.h include/fxt/aux1/bytescan.h include/fxt/aux1/copy.h +include/fxt/aux1/norm.h include/fxt/aux1/shift.h include/fxt/aux1/wordgray.h include/fxt/aux2-all.h include/fxt/aux2/copy2d.h include/fxt/aux2/transpose.h include/fxt/aux2/transpose2.h +include/fxt/bits/bit-dragon-r4.h include/fxt/bits/bitzip-pairs.h include/fxt/bits/radix-2i.h include/fxt/bits/radix-m1pi.h @@ -445,6 +447,7 @@ include/fxt/walsh/shortwalshwakdif.h include/fxt/walsh/shortwalshwakdit.h include/fxt/walsh/slant.h include/fxt/walsh/subset-convolution.h +include/fxt/walsh/square-wave-transform.h include/fxt/walsh/walsh-basis.h include/fxt/walsh/walsheigen.h include/fxt/walsh/walshgray.h @@ -488,6 +491,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/dragon-r4-texpic-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/dragon-r4-texpic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/radix-m1pi-to-z-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/radix-2i-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/radix-m1pi-demo.cc @@ -941,6 +946,10 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling1-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling2-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling2-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stringsubst-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stringsubst-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stringsubst-hilbert3d-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stringsubst-hilbert3d-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/subset-debruijn-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/subset-debruijn-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/subset-deltalex-demo.cc @@ -965,10 +974,6 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/ringbuffer-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/stack-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/stack-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/stringsubst-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/stringsubst-hilbert3d-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/stringsubst-hilbert3d-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/stringsubst-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/butterfly-texpic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/butterfly-texpic-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fft-arblen-demo.cc |