diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-20 15:46:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-20 15:46:42 +0000 |
commit | dd7c7066d007f7ac02b47c974eadf15e620564c6 (patch) | |
tree | fb881239ed351b25ba5fc1005b1fb97d95b49ad1 /math | |
parent | f7df0b8c134dd73eef4f8b39e92e8d5acb8888ee (diff) | |
download | ports-dd7c7066d007f7ac02b47c974eadf15e620564c6.tar.gz ports-dd7c7066d007f7ac02b47c974eadf15e620564c6.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 13 |
3 files changed, 15 insertions, 6 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 4aea39b39318..ffbf03593f8c 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2009.02.02 +PORTVERSION= 2009.02.19 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 3903c0c73e10..c213c712b9b1 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2009.02.02.tgz) = 9dfad50ca14c254d8bfc41789d4f049a -SHA256 (fxt-2009.02.02.tgz) = 550e6143a579e77cc4aab327639ebd41458986198cae5daf37a2c8dd9a76b0dd -SIZE (fxt-2009.02.02.tgz) = 1146205 +MD5 (fxt-2009.02.19.tgz) = 5f0190f87ddcf1554f3920ed3d4a6119 +SHA256 (fxt-2009.02.19.tgz) = e5308d898bd9045590099f0d189fa869b5c7698216cb6bf02173d870deb9ddea +SIZE (fxt-2009.02.19.tgz) = 1150609 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index b88a8444edeb..2b93d853d609 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -415,15 +415,20 @@ include/fxt/sort/usearchfunc.h include/fxt/walsh-all.h include/fxt/walsh/and-convolution.h include/fxt/walsh/arithtransform.h +include/fxt/walsh/bitcount-weight.h include/fxt/walsh/dyadiccnvl.h include/fxt/walsh/fib-walsh.h include/fxt/walsh/max-convolution.h include/fxt/walsh/mers-walsh.h include/fxt/walsh/or-convolution.h +include/fxt/walsh/parity-transform.h include/fxt/walsh/reedmuller.h include/fxt/walsh/shortwalshwakdif.h include/fxt/walsh/shortwalshwakdit.h include/fxt/walsh/slant.h +include/fxt/walsh/subset-convolution.h +include/fxt/walsh/weighted-arithtransform.h +include/fxt/walsh/weighted-or-convolution.h include/fxt/walsh/walshbasefunc.h include/fxt/walsh/walsheigen.h include/fxt/walsh/walshgray.h @@ -523,12 +528,16 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/fibrep2-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gotcha-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gotcha-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gray-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gray-rec-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gray-rec-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gray2-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/gray2-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/graycode-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/graycode-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/grs-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/grs-next-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/grs-next-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/grs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/hanoi-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/hanoi-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/hilbert-demo.cc |