diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-17 06:40:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-17 06:40:09 +0800 |
commit | 4ea818f3deb8a82fe51d8f11ac158ae360e4565f (patch) | |
tree | e8e6d7529cd171ff12faef3ce087a63fa6f13d33 /math/fxt | |
parent | 78bf0cf9f5912e865c95d18b47e89e4ec56a324c (diff) | |
download | freebsd-ports-gnome-4ea818f3deb8a82fe51d8f11ac158ae360e4565f.tar.gz freebsd-ports-gnome-4ea818f3deb8a82fe51d8f11ac158ae360e4565f.tar.zst freebsd-ports-gnome-4ea818f3deb8a82fe51d8f11ac158ae360e4565f.zip |
- Update to 2008.04.10 (make fetchable again)
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 | ||||
-rw-r--r-- | math/fxt/pkg-plist | 18 |
3 files changed, 12 insertions, 14 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index eddc4aa91ab1..8541da97be5f 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2008.02.02 +PORTVERSION= 2008.04.10 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index dc2e5058242f..7634c2ac8fbd 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2008.02.02.tgz) = 5dd353d2e6548a4494d08308a2d7b098 -SHA256 (fxt-2008.02.02.tgz) = c202dadd815a82948ec0fdb9e27e806d3e4c41bc8ae6eb7db779cf9c20c6535f -SIZE (fxt-2008.02.02.tgz) = 1101754 +MD5 (fxt-2008.04.10.tgz) = 79bc0235751fc3711629918ef565a739 +SHA256 (fxt-2008.04.10.tgz) = d22fcb1b592d96d8bbdc93aa57a5d5461a0063d310d813275b2ad12ac17170f2 +SIZE (fxt-2008.04.10.tgz) = 1108117 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 6d0d9f56b302..5a4b3d6dc2ff 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -56,6 +56,7 @@ include/fxt/bits/bitblock.h include/fxt/bits/bitbutterfly.h include/fxt/bits/bitcombcolex.h include/fxt/bits/bitcombminchange.h +include/fxt/bits/bitcombshifts.h include/fxt/bits/bitcopy.h include/fxt/bits/bitcount.h include/fxt/bits/bitcyclic-dist.h @@ -85,6 +86,7 @@ include/fxt/bits/bittest.h include/fxt/bits/bittransforms.h include/fxt/bits/bitxtransforms.h include/fxt/bits/bitzip.h +include/fxt/bits/bitzip0.h include/fxt/bits/blue-fixed-points.h include/fxt/bits/branchless.h include/fxt/bits/colormix-fl.h @@ -302,15 +304,6 @@ include/fxt/haar/transposedhaarnn.h include/fxt/haar/transposedhaarrevnn.h include/fxt/jjassert.h include/fxt/matrix-all.h -include/fxt/matrix/cholesky.h -include/fxt/matrix/matrix.h -include/fxt/matrix/matrixsymmetryq.h -include/fxt/matrix/mmult.h -include/fxt/matrix/reorth.h -include/fxt/matrix/symmetricpart.h -include/fxt/matrix/testmatrix.h -include/fxt/matrix/toeplitz.h -include/fxt/matrix/vector.h include/fxt/mod-all.h include/fxt/mod/binarygcd.h include/fxt/mod/chebyshev.h @@ -472,6 +465,10 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcomblex-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcombminchange-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcombminchange-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcombshifts-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcombshifts-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcount-v-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitcount-v-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitdemos.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitfibgray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bitfibgray-out.txt @@ -767,6 +764,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-trotter-lg-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-trotter-lg-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-trotter-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm2fact-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm2fact-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-binomial-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-binomial-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/rgs-fincr-demo.cc @@ -1019,7 +1018,6 @@ lib/libfxt.a @dirrm include/fxt/ntt @dirrm include/fxt/mult @dirrm include/fxt/mod -@dirrm include/fxt/matrix @dirrm include/fxt/haar @dirrm include/fxt/graph @dirrm include/fxt/fht |