diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2012-05-26 14:41:42 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2012-05-26 14:41:42 +0000 |
commit | 91aab434dfda3935aa24294313d22f5d429d6338 (patch) | |
tree | 8c3295374160189e23f4ba304ca1859deda63d3e /math | |
parent | 5ae407d6683b87b880683577bb3bb83dcc062184 (diff) | |
download | ports-91aab434dfda3935aa24294313d22f5d429d6338.tar.gz ports-91aab434dfda3935aa24294313d22f5d429d6338.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 4 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 9 |
3 files changed, 12 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 38cfac46e0b4..204cf0467e59 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.04.21 +PORTVERSION= 2012.05.20 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 2c86a1f75971..2ff88f8b0596 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.04.21.tgz) = 221a6b48ca42b1ba3ffc533871fa4011cb33d74f56d30d7167907efff5a24695 -SIZE (fxt-2012.04.21.tgz) = 1392646 +SHA256 (fxt-2012.05.20.tgz) = dd808fbc29fb89e5529d4f5a41dc4f48b8221c6241cb4ae8ea0957fb5fb86a9e +SIZE (fxt-2012.05.20.tgz) = 1398217 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 87397b13e0ee..6f8f8d8223f0 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -19,6 +19,7 @@ include/fxt/aux0/timer.h include/fxt/aux0/trigrec.h include/fxt/aux0/version.h include/fxt/aux1-all.h +include/fxt/aux1/num2str.h include/fxt/aux1/arith1.h include/fxt/aux1/bytescan.h include/fxt/aux1/copy.h @@ -1207,6 +1208,14 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/revbin-perm-rec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/swap-blocks-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/swap-blocks-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A007608-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A177505-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A039724-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A177505-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A212494-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A007608-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A039724-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A212494-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A209411-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A209411-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A182039-demo.cc |