aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2012-02-10 03:49:34 +0800
committerdhn <dhn@FreeBSD.org>2012-02-10 03:49:34 +0800
commited22482a9b0b87a6d9dcdb5b0da6da34a452d561 (patch)
treeba32ce9b0f2075388d61f3392b5f0eda623618e1 /math
parent293e6420822730f384bcf77f5318051af9d3590e (diff)
downloadfreebsd-ports-gnome-ed22482a9b0b87a6d9dcdb5b0da6da34a452d561.tar.gz
freebsd-ports-gnome-ed22482a9b0b87a6d9dcdb5b0da6da34a452d561.tar.zst
freebsd-ports-gnome-ed22482a9b0b87a6d9dcdb5b0da6da34a452d561.zip
- Update to 2012.02.07
Diffstat (limited to 'math')
-rw-r--r--math/fxt/Makefile2
-rw-r--r--math/fxt/distinfo4
-rw-r--r--math/fxt/pkg-plist12
3 files changed, 15 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile
index f8d01714e80b..e363d6e859ad 100644
--- a/math/fxt/Makefile
+++ b/math/fxt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fxt
-PORTVERSION= 2012.01.28
+PORTVERSION= 2012.02.07
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/
EXTRACT_SUFX= .tgz
diff --git a/math/fxt/distinfo b/math/fxt/distinfo
index 98d7be43ab99..448ed267cfc8 100644
--- a/math/fxt/distinfo
+++ b/math/fxt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fxt-2012.01.28.tgz) = 75c3528c21f0d15f9fd92f37dc74deca1f558057e20c44b9af291989a04cc761
-SIZE (fxt-2012.01.28.tgz) = 1375603
+SHA256 (fxt-2012.02.07.tgz) = 7476bf08a13039aa84b0349324a59e4002bd07752c102b6ee510b05c2d0f6081
+SIZE (fxt-2012.02.07.tgz) = 1383396
diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist
index e5eefbe11478..590b6a3d0f1f 100644
--- a/math/fxt/pkg-plist
+++ b/math/fxt/pkg-plist
@@ -29,6 +29,7 @@ include/fxt/aux2-all.h
include/fxt/aux2/copy2d.h
include/fxt/aux2/transpose.h
include/fxt/aux2/transpose2.h
+include/fxt/bits/bin-to-sl-gray.h
include/fxt/bits/bit-sl-gray.h
include/fxt/bits/fibrep-sl.h
include/fxt/bits/bit-dragon-r4.h
@@ -153,6 +154,9 @@ include/fxt/bpol/poly-tab.h
include/fxt/chirpzt-all.h
include/fxt/chirpzt/chirpzt.h
include/fxt/comb-all.h
+include/fxt/comb/catalan-subset-lex.h
+include/fxt/comb/dyck-rgs-subset-lex.h
+include/fxt/comb/setpart-rgs-subset-lex.h
include/fxt/comb/mixedradix-gslex-alt2.h
include/fxt/comb/mixedradix-naf-sl.h
include/fxt/comb/paren-string-to-rgs.h
@@ -507,6 +511,8 @@ lib/libfxt.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bin-to-sl-gray-demo.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bin-to-sl-gray-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bit-sl-gray-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bit-sl-gray-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/dragon-r4-texpic-out.txt
@@ -650,6 +656,12 @@ lib/libfxt.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/thue-morse-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/zorder-texpic-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/zorder-texpic-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-subset-lex-demo.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/dyck-rgs-subset-lex-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/catalan-subset-lex-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-rgs-subset-lex-out.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/catalan-subset-lex-demo.cc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/dyck-rgs-subset-lex-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-sl-out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-gslex-alt2-demo.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-naf-sl-demo.cc