Update to 2004.10.25

This commit is contained in:
Kirill Ponomarev 2004-11-02 09:49:01 +00:00
parent a7680eb1ac
commit 1deab13adb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120636
3 changed files with 9 additions and 3 deletions

View file

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

View file

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

View file

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