diff options
author | dhn <dhn@FreeBSD.org> | 2012-01-29 22:50:33 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-01-29 22:50:33 +0800 |
commit | 0a0762c3be5366e385e309e1b0d9564a9398b26e (patch) | |
tree | 6a39ae451f5640bfe3544d05738c21d428e778e6 /math/fxt | |
parent | 6dcf90a9f24913b777fe01c55fb07f8014a917ff (diff) | |
download | freebsd-ports-gnome-0a0762c3be5366e385e309e1b0d9564a9398b26e.tar.gz freebsd-ports-gnome-0a0762c3be5366e385e309e1b0d9564a9398b26e.tar.zst freebsd-ports-gnome-0a0762c3be5366e385e309e1b0d9564a9398b26e.zip |
- Update to 2012.01.28
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 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index e8933413575a..f8d01714e80b 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.01.22 +PORTVERSION= 2012.01.28 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 990011622c34..98d7be43ab99 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.01.22.tgz) = 188054757041db453c86447b5f0d3967e0e80398905e0f6ac4906ed9e1d16cee -SIZE (fxt-2012.01.22.tgz) = 1370999 +SHA256 (fxt-2012.01.28.tgz) = 75c3528c21f0d15f9fd92f37dc74deca1f558057e20c44b9af291989a04cc761 +SIZE (fxt-2012.01.28.tgz) = 1375603 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 466c1bd088eb..e5eefbe11478 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -29,6 +29,7 @@ include/fxt/aux2-all.h include/fxt/aux2/copy2d.h include/fxt/aux2/transpose.h include/fxt/aux2/transpose2.h +include/fxt/bits/bit-sl-gray.h include/fxt/bits/fibrep-sl.h include/fxt/bits/bit-dragon-r4.h include/fxt/bits/bitzip-pairs.h @@ -506,6 +507,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-func-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arith/zero-divisors-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bit-sl-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/bit-sl-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/dragon-r4-texpic-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/dragon-r4-texpic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/radix-m1pi-to-z-out.txt |