diff options
author | dhn <dhn@FreeBSD.org> | 2011-06-05 15:46:02 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-06-05 15:46:02 +0800 |
commit | 73952204b79673dfd698534c5e65dd113a1e807c (patch) | |
tree | b8c0402c06c22b3f67aad619680e26f15ed29b58 /math/fxt | |
parent | 71a0af4ce7cbbf9eea0cd6c4897f185d285dc7b3 (diff) | |
download | freebsd-ports-gnome-73952204b79673dfd698534c5e65dd113a1e807c.tar.gz freebsd-ports-gnome-73952204b79673dfd698534c5e65dd113a1e807c.tar.zst freebsd-ports-gnome-73952204b79673dfd698534c5e65dd113a1e807c.zip |
- Update to 2011.05.28
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 | 8 |
3 files changed, 6 insertions, 8 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index cc53b9d3f9e9..fe3a25c5b8e8 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2011.04.10 +PORTVERSION= 2011.05.28 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 831991f9774c..bb3003a68759 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2011.04.10.tgz) = e15d4dbee78a83368a87acb1a3a204623e0b87f7f354700c57a94d4e7eded140 -SIZE (fxt-2011.04.10.tgz) = 1311670 +SHA256 (fxt-2011.05.28.tgz) = 1dc7e60ee7b56189981ef7cddd0684822288b2458e709e6a335f1c2fee91d7c8 +SIZE (fxt-2011.05.28.tgz) = 1304035 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index e6de24383b31..6ac56b7fe215 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -260,6 +260,7 @@ include/fxt/comb/perm-star-swaps.h include/fxt/comb/perm-star.h include/fxt/comb/perm-trotter-lg.h include/fxt/comb/perm-trotter.h +include/fxt/comb/perm-pref.h include/fxt/comb/rgs-fincr.h include/fxt/comb/rgs-kincr.h include/fxt/comb/rgs-maxincr.h @@ -361,11 +362,6 @@ include/fxt/mod/mtypes.h include/fxt/mod/numtheory.h include/fxt/mod/primes.h include/fxt/mod/testnum.h -include/fxt/mult-all.h -include/fxt/mult/diskaux.h -include/fxt/mult/diskconvolution.h -include/fxt/mult/fxtmult.h -include/fxt/mult/workspace.h include/fxt/ntt-all.h include/fxt/ntt/ntt.h include/fxt/perm-all.h @@ -914,6 +910,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-trotter-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm2fact-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm2fact-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-pref-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-pref-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec2-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rll-rec-demo.cc |