diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-11 16:00:38 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-04-11 16:00:38 +0000 |
commit | 4880467b8b74918fa860f95254b0d56470b67dd8 (patch) | |
tree | 1faff74ffd61df02e6c7c39538293d57055392e6 /math/fxt | |
parent | 58f6efcecdd34dae190108b52ebc943a848f530d (diff) | |
download | ports-4880467b8b74918fa860f95254b0d56470b67dd8.tar.gz ports-4880467b8b74918fa860f95254b0d56470b67dd8.zip |
Notes
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 4 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 6c2a98a289a2..cc53b9d3f9e9 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2011.03.25 +PORTVERSION= 2011.04.10 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 2894c21819f1..831991f9774c 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2011.03.25.tgz) = 778741e01277ad51ad46b6bae347db4eee02ff04f9921cbbce5cab3c38d9da44 -SIZE (fxt-2011.03.25.tgz) = 1310302 +SHA256 (fxt-2011.04.10.tgz) = e15d4dbee78a83368a87acb1a3a204623e0b87f7f354700c57a94d4e7eded140 +SIZE (fxt-2011.04.10.tgz) = 1311670 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index d2c28a2981eb..e6de24383b31 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -2,6 +2,7 @@ include/fxt/aux0-all.h include/fxt/aux0/aux0double.h include/fxt/aux0/binomial.h include/fxt/aux0/cayley-dickson-mult.h +include/fxt/aux0/cayley-dickson-zd.h include/fxt/aux0/cmult.h include/fxt/aux0/constants.h include/fxt/aux0/csincos.h @@ -375,6 +376,7 @@ include/fxt/perm/grayrevpermute.h include/fxt/perm/haarpermute.h include/fxt/perm/mrotate.h include/fxt/perm/perm2ccf.h +include/fxt/perm/perm-genus.h include/fxt/perm/permapply.h include/fxt/perm/permapplyfunc.h include/fxt/perm/permcomplement.h @@ -511,6 +513,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/shiftadd-log-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/all-dbs-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/all-dbs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bin2sbin-demo.cc |