diff options
author | dhn <dhn@FreeBSD.org> | 2011-12-15 21:54:50 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-12-15 21:54:50 +0800 |
commit | 125604f5e9692e6b4439316579a5aab375d114c0 (patch) | |
tree | 63f2ed6fca4f0a0262ac76130c03d15ece0296f9 /math | |
parent | 21947045ea9f06b6e2be54e345b4adf7f5042ecc (diff) | |
download | freebsd-ports-gnome-125604f5e9692e6b4439316579a5aab375d114c0.tar.gz freebsd-ports-gnome-125604f5e9692e6b4439316579a5aab375d114c0.tar.zst freebsd-ports-gnome-125604f5e9692e6b4439316579a5aab375d114c0.zip |
- Update to 2011.12.14
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 | 17 |
3 files changed, 5 insertions, 18 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 3a826beb52ff..c4c44b69e97e 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2011.12.02 +PORTVERSION= 2011.12.14 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index ccce095dc6a9..95b7cada53bd 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2011.12.02.tgz) = 284fe16f3ab387634ad5d892ac7a6c539deebbcd24cf1ac9bd9543a933c06633 -SIZE (fxt-2011.12.02.tgz) = 1324178 +SHA256 (fxt-2011.12.14.tgz) = 827db136a8bf041bcfc67b3e7b8c426e5ada95fdab013458138a433b3a9ff64a +SIZE (fxt-2011.12.14.tgz) = 1325184 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 52dc3cd69c84..4aa393a3c791 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -20,31 +20,17 @@ include/fxt/aux0/timer.h include/fxt/aux0/trigrec.h include/fxt/aux0/version.h include/fxt/aux1-all.h -include/fxt/aux1/applyfunc.h include/fxt/aux1/arith1.h -include/fxt/aux1/array.h include/fxt/aux1/aux1double.h -include/fxt/aux1/auxprint.h include/fxt/aux1/bytescan.h include/fxt/aux1/copy.h -include/fxt/aux1/diff.h include/fxt/aux1/grsnegate.h include/fxt/aux1/resample.h -include/fxt/aux1/scale.h -include/fxt/aux1/scanbox.h include/fxt/aux1/shift.h -include/fxt/aux1/symmetry.h include/fxt/aux1/wordgray.h include/fxt/aux2-all.h -include/fxt/aux2/applyfunc2d.h -include/fxt/aux2/arith2d.h include/fxt/aux2/array2d.h include/fxt/aux2/copy2d.h -include/fxt/aux2/minmax2d.h -include/fxt/aux2/reverse2d.h -include/fxt/aux2/rotate2d.h -include/fxt/aux2/scale2d.h -include/fxt/aux2/shift2d.h include/fxt/aux2/transpose.h include/fxt/aux2/transpose2.h include/fxt/bits/print-bin.h @@ -484,7 +470,6 @@ include/fxt/walsh/walshwak2.h include/fxt/walsh/walshwak4.h include/fxt/walsh/walshwak8.h include/fxt/walsh/walshwakloc2.h -include/fxt/walsh/walshwakmatrix.h include/fxt/walsh/walshwal.h include/fxt/walsh/walshwalrev.h include/fxt/walsh/weighted-arithtransform.h @@ -1142,6 +1127,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mod/modsincos-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mod/rabinmiller-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mod/rabinmiller-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/perm-invert-notag-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/perm-invert-notag-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/ccf2perm-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/ccf2perm-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/perm/cycles-demo.cc |