diff options
author | dhn <dhn@FreeBSD.org> | 2009-11-08 03:37:26 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-11-08 03:37:26 +0800 |
commit | a451244b36ddd17688c632bf6e8f506f3a7f89bf (patch) | |
tree | 7fc3dc8e0df499828a4c7766a2ff9efe43e515a8 /math | |
parent | 6f6412ca67b5dcf43fc52e3bde41bc6094bcb1b8 (diff) | |
download | freebsd-ports-gnome-a451244b36ddd17688c632bf6e8f506f3a7f89bf.tar.gz freebsd-ports-gnome-a451244b36ddd17688c632bf6e8f506f3a7f89bf.tar.zst freebsd-ports-gnome-a451244b36ddd17688c632bf6e8f506f3a7f89bf.zip |
- Update to 2009.11.03
Diffstat (limited to 'math')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 29ae2ea042c4..5a668aa413ea 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2009.09.20 +PORTVERSION= 2009.11.03 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 0c7a6168e7e3..b0961655fe5b 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2009.09.20.tgz) = c7c217fa675cc0ff2e286f1c5d3f70d6 -SHA256 (fxt-2009.09.20.tgz) = 603dbd46698a56191cba556391b68e5a934ec370011c830b87a0cf2928eada32 -SIZE (fxt-2009.09.20.tgz) = 1193372 +MD5 (fxt-2009.11.03.tgz) = 3614173165038c3b602c3f5170036079 +SHA256 (fxt-2009.11.03.tgz) = 08fbb7e12e9ebe1df01e6f17d576fd8120e95aee2439030b36e7ba5c166a2ee4 +SIZE (fxt-2009.11.03.tgz) = 1196884 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index bdf1caf7b4ae..1ecff071540c 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -353,6 +353,7 @@ include/fxt/ntt-all.h include/fxt/ntt/ntt.h include/fxt/perm-all.h include/fxt/perm/even2lower.h +include/fxt/perm/fact2perm-swp-apply.h include/fxt/perm/graypermute.h include/fxt/perm/grayrevpermute.h include/fxt/perm/haarpermute.h @@ -366,11 +367,13 @@ include/fxt/perm/perminvert.h include/fxt/perm/permq.h include/fxt/perm/permrand.h include/fxt/perm/permrand-connected.h +include/fxt/perm/permrand-derange3.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-ncm2.h include/fxt/perm/permrand-parity.h include/fxt/perm/permrand-cycle-type.h include/fxt/perm/permrand-derange.h |