diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-08-06 20:52:10 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-08-06 20:52:10 +0000 |
commit | 2ef6cba85816a57031b08f9667fee84f30b1f31d (patch) | |
tree | f193b3232a13cf773c1ebab6a530dc3d876e43df /math/fxt | |
parent | 92a2136949bed6d3cfadafd60adaed42331b11ed (diff) | |
download | ports-2ef6cba85816a57031b08f9667fee84f30b1f31d.tar.gz ports-2ef6cba85816a57031b08f9667fee84f30b1f31d.zip |
Notes
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index a74916465934..f2e73220e1e8 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2009.08.02 +PORTVERSION= 2009.08.05 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index f3a2ceaa91e4..03ba4521c7fe 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2009.08.02.tgz) = 61b4968a67c24608c516b1eae6d4610a -SHA256 (fxt-2009.08.02.tgz) = 1975a04d1d2280fcda91a0dc10bb039b743496aad5b0c783e93433ce36624a5e -SIZE (fxt-2009.08.02.tgz) = 1180258 +MD5 (fxt-2009.08.05.tgz) = 5e04b64eb6c59be45f91fc4427526bde +SHA256 (fxt-2009.08.05.tgz) = e89694cd9deab0c8779b373cacea77051811c0aa1ccbe775e373e87d1c82cf52 +SIZE (fxt-2009.08.05.tgz) = 1182354 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index f294a25aa3d6..19f4b77e98ae 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -350,7 +350,6 @@ include/fxt/mult/workspace.h include/fxt/ntt-all.h include/fxt/ntt/ntt.h include/fxt/perm-all.h -include/fxt/perm/cycles.h include/fxt/perm/even2lower.h include/fxt/perm/graypermute.h include/fxt/perm/grayrevpermute.h @@ -367,10 +366,13 @@ include/fxt/perm/permrand.h include/fxt/perm/permrand-connected.h include/fxt/perm/permrand-ord.h include/fxt/perm/permrand-pref.h +include/fxt/perm/permrand-2cycles.h include/fxt/perm/permrand-cyclic.h +include/fxt/perm/permrand-inv-mod-m.h include/fxt/perm/permrand-parity.h include/fxt/perm/permrand-cycle-type.h include/fxt/perm/permrand-derange.h +include/fxt/perm/permrand-sdc.h include/fxt/perm/permrand-self-inverse.h include/fxt/perm/printcycles.h include/fxt/perm/radixpermute.h @@ -1046,14 +1048,12 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/cycles-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/perm-decomp-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/perm-decomp-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/perm-periods-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/perm-periods-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permfunc-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permfunc-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permgray-leaders-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permgray-leaders-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrandcyclic-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrandcyclic-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrand-cyclic-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrand-cyclic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrand-connected-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrand-connected-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/permrand-self-inverse-demo.cc |