diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-28 22:57:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-28 22:57:59 +0800 |
commit | bc161031d952fe54d2e5cf6c37238419edbd83bd (patch) | |
tree | 15c87fb6b14aa00269a87a64747b352dc11979ea | |
parent | 587dbdba50865becefac8aae4a9cd884fabb1c95 (diff) | |
download | freebsd-ports-graphics-bc161031d952fe54d2e5cf6c37238419edbd83bd.tar.gz freebsd-ports-graphics-bc161031d952fe54d2e5cf6c37238419edbd83bd.tar.zst freebsd-ports-graphics-bc161031d952fe54d2e5cf6c37238419edbd83bd.zip |
- Update to 20080624
PR: 124978
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 8541da97be5..9925751adb2 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2008.04.10 +PORTVERSION= 2008.06.24 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 7634c2ac8fb..571565d14ad 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2008.04.10.tgz) = 79bc0235751fc3711629918ef565a739 -SHA256 (fxt-2008.04.10.tgz) = d22fcb1b592d96d8bbdc93aa57a5d5461a0063d310d813275b2ad12ac17170f2 -SIZE (fxt-2008.04.10.tgz) = 1108117 +MD5 (fxt-2008.06.24.tgz) = e097f4050c81a822482a940494e9e4ae +SHA256 (fxt-2008.06.24.tgz) = 48422c8e0fd8f5c7d5eb3f37a4cd5ee3d4637fbecfad09e54ecbb45334cb99db +SIZE (fxt-2008.06.24.tgz) = 1116333 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 5a4b3d6dc2f..b6f6da985e2 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -45,6 +45,7 @@ include/fxt/aux2/transpose.h include/fxt/aux2/transpose2.h include/fxt/bits-all.h include/fxt/bits/bin2naf.h +include/fxt/bits/bit-isolate.h include/fxt/bits/bit-necklace.h include/fxt/bits/bit2adic.h include/fxt/bits/bit2pow.h @@ -70,7 +71,6 @@ include/fxt/bits/bitgraypermute.h include/fxt/bits/bithigh.h include/fxt/bits/bitlex.h include/fxt/bits/bitlow.h -include/fxt/bits/bitmisc.h include/fxt/bits/bitmrotate.h include/fxt/bits/bitperiodic.h include/fxt/bits/bitrotate.h @@ -86,7 +86,6 @@ include/fxt/bits/bittest.h include/fxt/bits/bittransforms.h include/fxt/bits/bitxtransforms.h include/fxt/bits/bitzip.h -include/fxt/bits/bitzip0.h include/fxt/bits/blue-fixed-points.h include/fxt/bits/branchless.h include/fxt/bits/colormix-fl.h @@ -278,6 +277,7 @@ include/fxt/fft/shortfft.h include/fxt/fht-all.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 @@ -828,6 +828,7 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/butterfly-texpic-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fft-arblen-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fft-arblen-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fht-bench.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fib-haar-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fib-haar-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/fib-walsh-demo.cc @@ -842,6 +843,7 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/mers-walsh-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/walsh-basis-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/walsh-basis-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/walsh-bench.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/walsh-eigenvec-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fft/walsh-eigenvec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gf2n/all-irredpoly-demo.cc |