- Update to 20080624

PR:		124978
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-06-28 14:57:59 +00:00
parent 3b483331a1
commit af65ae704b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215883
3 changed files with 8 additions and 6 deletions

View file

@ -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/

View file

@ -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

View file

@ -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