- Update to 20080707

PR:		125386
Submitted by:	Wen heping <wenheping@gmail.com>
This commit is contained in:
Martin Wilke 2008-07-08 11:39:29 +00:00
parent e3e5bef5e2
commit 5404fc18ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216523
3 changed files with 12 additions and 5 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= fxt
PORTVERSION= 2008.06.24
PORTVERSION= 2008.07.07
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/ \
http://freebsd.unixfreunde.de/sources/

View File

@ -1,3 +1,3 @@
MD5 (fxt-2008.06.24.tgz) = e097f4050c81a822482a940494e9e4ae
SHA256 (fxt-2008.06.24.tgz) = 48422c8e0fd8f5c7d5eb3f37a4cd5ee3d4637fbecfad09e54ecbb45334cb99db
SIZE (fxt-2008.06.24.tgz) = 1116333
MD5 (fxt-2008.07.07.tgz) = f52cde2b75119526c922e406bf495a21
SHA256 (fxt-2008.07.07.tgz) = 1a5cddc9794fa8b7feac18b7e32b9225567167aa0565f0ee652f68353fed9add
SIZE (fxt-2008.07.07.tgz) = 1113618

View File

@ -160,6 +160,7 @@ include/fxt/comb/combination-emk.h
include/fxt/comb/combination-endo.h
include/fxt/comb/combination-enup.h
include/fxt/comb/combination-lex.h
include/fxt/comb/combination-mod.h
include/fxt/comb/combination-pref.h
include/fxt/comb/combination-rec.h
include/fxt/comb/combination-revdoor.h
@ -188,6 +189,7 @@ include/fxt/comb/mixedradix-gslex-alt.h
include/fxt/comb/mixedradix-gslex.h
include/fxt/comb/mixedradix-lex.h
include/fxt/comb/mixedradix-modular-gray.h
include/fxt/comb/mixedradix-modular-gray2.h
include/fxt/comb/mixedradix.h
include/fxt/comb/mpartition.h
include/fxt/comb/mset-lex-rec.h
@ -271,13 +273,14 @@ include/fxt/ds/ringbuffer.h
include/fxt/ds/rset.h
include/fxt/ds/stack.h
include/fxt/fft-all.h
include/fxt/fft/fft-default.h
include/fxt/fft/fft.h
include/fxt/fft/matrixfft.h
include/fxt/fft/shortfft.h
include/fxt/fht-all.h
include/fxt/fht/fht-default.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
@ -578,6 +581,8 @@ lib/libfxt.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-lam-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-lex-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-lex-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-mod-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-mod-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-pref-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-pref-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/combination-rank-demo.cc
@ -646,6 +651,8 @@ lib/libfxt.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-lex-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray2-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray2-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-demo.cc