diff options
author | krion <krion@FreeBSD.org> | 2004-11-02 17:49:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-02 17:49:01 +0800 |
commit | b6d21c13d12dc8b09ca20b7a6de8d7f700d31dde (patch) | |
tree | 2df7c409fbf9ff329ac8f588042cad59f92d82d4 /math/fxt | |
parent | ad38e13bf45cdd8c432923705cb65daef17eab42 (diff) | |
download | freebsd-ports-gnome-b6d21c13d12dc8b09ca20b7a6de8d7f700d31dde.tar.gz freebsd-ports-gnome-b6d21c13d12dc8b09ca20b7a6de8d7f700d31dde.tar.zst freebsd-ports-gnome-b6d21c13d12dc8b09ca20b7a6de8d7f700d31dde.zip |
Update to 2004.10.25
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 4 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 5ccccd2f1f02..40279cc14290 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2004.10.04 +PORTVERSION= 2004.10.25 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 1a8f753686fc..d01a80f961f9 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -MD5 (fxt-2004.10.04.tgz) = 706f72662fa5723813f8b491ac021875 -SIZE (fxt-2004.10.04.tgz) = 682896 +MD5 (fxt-2004.10.25.tgz) = 42ed2e3d8ca97f94257045a30f24aadb +SIZE (fxt-2004.10.25.tgz) = 693240 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 16ab0fd4311d..7a4f3a184704 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -133,6 +133,7 @@ include/fxt/comb/comblex.h include/fxt/comb/combminchange.h include/fxt/comb/compositionlex.h include/fxt/comb/debruijn.h +include/fxt/comb/equivclasses.h include/fxt/comb/gray.h include/fxt/comb/lyndongray.h include/fxt/comb/mixedradix.h @@ -153,7 +154,10 @@ include/fxt/complextype.h include/fxt/convolution-all.h include/fxt/convolution/convolution.h include/fxt/convolution/slowcnvl.h +include/fxt/convolution/slowcnvla.h +include/fxt/convolution/slowcnvlhalf.h include/fxt/convolution/slowtwodimcnvl.h +include/fxt/convolution/slowweightedcnvl.h include/fxt/correlation-all.h include/fxt/correlation/correlation.h include/fxt/correlation/slowcorr.h @@ -290,10 +294,12 @@ include/fxt/sort/minmaxptr.h include/fxt/sort/minmaxptrfunc.h include/fxt/sort/monotone.h include/fxt/sort/quantize.h +include/fxt/sort/radixsort.h include/fxt/sort/searchdown.h include/fxt/sort/sort.h include/fxt/sort/sort23.h include/fxt/sort/sort23func.h +include/fxt/sort/sortbykey.h include/fxt/sort/sortcomplex.h include/fxt/sort/sortfunc.h include/fxt/sort/sortidx.h |