mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 2002.03.23
PR: 36444 Submitted by: Oliver Braun <obraun@Informatik.unibw-muenchen.DE>
This commit is contained in:
parent
1711deaff2
commit
89e907c97e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56825
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fxt
|
||||
PORTVERSION= 2002.02.25
|
||||
PORTVERSION= 2002.03.23
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.jjj.de/fxt/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -1 +1 @@
|
||||
MD5 (fxt-2002.02.25.tgz) = d0863ba3eb86b6342d510b7c14e875ed
|
||||
MD5 (fxt-2002.03.23.tgz) = 79e02294dbcd487b9ef8ecd8d0381c3d
|
||||
|
@ -13,7 +13,7 @@ include/fxt/bitarray.h
|
||||
include/fxt/bitasm.h
|
||||
include/fxt/bitcombination.h
|
||||
include/fxt/bitcount.h
|
||||
include/fxt/bitcount01.h
|
||||
include/fxt/bitcyclic.h
|
||||
include/fxt/bithigh.h
|
||||
include/fxt/bitlow.h
|
||||
include/fxt/bitmisc.h
|
||||
@ -24,22 +24,25 @@ include/fxt/bitsubset.h
|
||||
include/fxt/bitswap.h
|
||||
include/fxt/bitzip.h
|
||||
include/fxt/branchless.h
|
||||
include/fxt/bytescan.h
|
||||
include/fxt/cholesky.h
|
||||
include/fxt/cmult.h
|
||||
include/fxt/combcolex.h
|
||||
include/fxt/comblazy.h
|
||||
include/fxt/comblex.h
|
||||
include/fxt/combminchange.h
|
||||
include/fxt/combnum.h
|
||||
include/fxt/complextype.h
|
||||
include/fxt/constants.h
|
||||
include/fxt/convex.h
|
||||
include/fxt/copy.h
|
||||
include/fxt/copy2d.h
|
||||
include/fxt/csincos.h
|
||||
include/fxt/cycles.h
|
||||
include/fxt/daubechies.h
|
||||
include/fxt/debruijn.h
|
||||
include/fxt/diff.h
|
||||
include/fxt/diskaux.h
|
||||
include/fxt/dyadiccnvl.h
|
||||
include/fxt/factor.h
|
||||
include/fxt/fhtmulsqr.h
|
||||
include/fxt/funcemu.h
|
||||
@ -52,6 +55,7 @@ include/fxt/fxttypes.h
|
||||
include/fxt/gcd.h
|
||||
include/fxt/graycode.h
|
||||
include/fxt/graypermute.h
|
||||
include/fxt/greencode.h
|
||||
include/fxt/haarpermute.h
|
||||
include/fxt/hilbert.h
|
||||
include/fxt/inline.h
|
||||
@ -64,11 +68,13 @@ include/fxt/minmax.h
|
||||
include/fxt/minmax2d.h
|
||||
include/fxt/misc.h
|
||||
include/fxt/misc2d.h
|
||||
include/fxt/mixedradixgray.h
|
||||
include/fxt/mmult.h
|
||||
include/fxt/mod.h
|
||||
include/fxt/modarith.h
|
||||
include/fxt/modlazy.h
|
||||
include/fxt/modm.h
|
||||
include/fxt/modularmixedradixgray.h
|
||||
include/fxt/moduli.h
|
||||
include/fxt/monotone.h
|
||||
include/fxt/mtypes.h
|
||||
@ -77,16 +83,19 @@ include/fxt/ntt.h
|
||||
include/fxt/paren.h
|
||||
include/fxt/partition.h
|
||||
include/fxt/permapply.h
|
||||
include/fxt/permcyclic.h
|
||||
include/fxt/permderange.h
|
||||
include/fxt/permlazy.h
|
||||
include/fxt/permlex.h
|
||||
include/fxt/permminchange.h
|
||||
include/fxt/permstar.h
|
||||
include/fxt/permtrotter.h
|
||||
include/fxt/permutation.h
|
||||
include/fxt/permvisit.h
|
||||
include/fxt/primes.h
|
||||
include/fxt/primestring.h
|
||||
include/fxt/printbin.h
|
||||
include/fxt/quantise.h
|
||||
include/fxt/radixpermute.h
|
||||
include/fxt/range.h
|
||||
include/fxt/restrict.h
|
||||
@ -113,6 +122,10 @@ include/fxt/shortgraypermute.h
|
||||
include/fxt/shortrevbinpermute.h
|
||||
include/fxt/shortrevbinpermute0.h
|
||||
include/fxt/sincos.h
|
||||
include/fxt/slowcnvl.h
|
||||
include/fxt/slowcorr.h
|
||||
include/fxt/slowlazy.h
|
||||
include/fxt/slowtwodimcnvl.h
|
||||
include/fxt/sort.h
|
||||
include/fxt/sortcomplex.h
|
||||
include/fxt/sortfunc.h
|
||||
@ -120,6 +133,7 @@ include/fxt/sortidx.h
|
||||
include/fxt/sortlazy.h
|
||||
include/fxt/sortptr.h
|
||||
include/fxt/subsetdebruijn.h
|
||||
include/fxt/subsetlex.h
|
||||
include/fxt/subsetminchange.h
|
||||
include/fxt/subsetordered.h
|
||||
include/fxt/sumdiff.h
|
||||
@ -135,6 +149,13 @@ include/fxt/transpose2_ba.h
|
||||
include/fxt/transpose_ba.h
|
||||
include/fxt/unique.h
|
||||
include/fxt/vector.h
|
||||
include/fxt/walshgray.h
|
||||
include/fxt/walshhartley.h
|
||||
include/fxt/walshlazy.h
|
||||
include/fxt/walshpal.h
|
||||
include/fxt/walshseq.h
|
||||
include/fxt/walshwak.h
|
||||
include/fxt/walshwal.h
|
||||
include/fxt/waveletfilter.h
|
||||
include/fxt/workspace.h
|
||||
include/fxt/zerobyte.h
|
||||
|
Loading…
Reference in New Issue
Block a user