diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-06-15 21:17:47 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-06-15 21:17:47 +0800 |
commit | c5febd3a7b02a2cae0160da7c8636fce67675319 (patch) | |
tree | d67e3a91f44382f33feb0d33b13ac6688a5ea843 /math/fxt | |
parent | d1f331712e79ced34270b09c04ac1520d423cc22 (diff) | |
download | freebsd-ports-gnome-c5febd3a7b02a2cae0160da7c8636fce67675319.tar.gz freebsd-ports-gnome-c5febd3a7b02a2cae0160da7c8636fce67675319.tar.zst freebsd-ports-gnome-c5febd3a7b02a2cae0160da7c8636fce67675319.zip |
- Update to 2016.06.02
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 5 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 2823a13cd326..443dad87f04e 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fxt -PORTVERSION= 2016.04.10 +PORTVERSION= 2016.06.02 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 2386d586c81c..749a89c471c5 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,3 @@ -SHA256 (fxt-2016.04.10.tgz) = ce3b123bb7fef3caff645dff6c7278b2562b22b68423c93067827833f6a9adea -SIZE (fxt-2016.04.10.tgz) = 1827070 +TIMESTAMP = 1466023991 +SHA256 (fxt-2016.06.02.tgz) = 442876bb3c27689b0b44472761d420d366273ce573bf27b195d351b74795f647 +SIZE (fxt-2016.06.02.tgz) = 1831978 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 1c11437ff455..8ea447f7dc82 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -183,6 +183,7 @@ include/fxt/comb/catalan-rgs.h include/fxt/comb/catalan-step-rgs-colex.h include/fxt/comb/catalan-step-rgs-lex.h include/fxt/comb/catalan-step-rgs-subset-lexrev.h +include/fxt/comb/catalan-step-rgs-to-paren-string.h include/fxt/comb/catalan.h include/fxt/comb/cayley-perm.h include/fxt/comb/change-rgs.h @@ -438,6 +439,7 @@ include/fxt/comb/setpart-rgs-subset-lex.h include/fxt/comb/setpart-s-zero-map-rgs.h include/fxt/comb/setpart-zero-map-rgs.h include/fxt/comb/setpart.h +include/fxt/comb/skew-binary.h include/fxt/comb/sl-gray-compare.h include/fxt/comb/smooth-rfact-rgs.h include/fxt/comb/stringsubst.h @@ -1394,6 +1396,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-zero-map-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/skew-binary-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/skew-binary-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/smooth-rfact-rgs-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/smooth-rfact-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling1-demo.cc |