diff options
author | dhn <dhn@FreeBSD.org> | 2012-01-12 21:17:45 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-01-12 21:17:45 +0800 |
commit | 9628816201d75341e1f2229124914e40cefc4faa (patch) | |
tree | 44ad8ccf484c1650c6a3e883f74550649eaf0a88 /math/fxt | |
parent | d9ce063e78a4e504f87494ece65ebd420241ae5c (diff) | |
download | freebsd-ports-gnome-9628816201d75341e1f2229124914e40cefc4faa.tar.gz freebsd-ports-gnome-9628816201d75341e1f2229124914e40cefc4faa.tar.zst freebsd-ports-gnome-9628816201d75341e1f2229124914e40cefc4faa.zip |
- Update to 2012.01.11
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 | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 4d652791ae11..4170c22001c2 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2012.01.10 +PORTVERSION= 2012.01.11 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 7ca21f20dd21..ff4e7fcd0c77 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxt-2012.01.10.tgz) = a1e20e5f40b6c94172581b846e11f0e7382b4b1e7e8fa52a58c78e786ecda0f3 -SIZE (fxt-2012.01.10.tgz) = 1352650 +SHA256 (fxt-2012.01.11.tgz) = 3d1d367b8e566c303fb2f90b4fd2d9c968f94d8a195113c56b45775291fc9056 +SIZE (fxt-2012.01.11.tgz) = 1353112 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index f819bd68b945..a11704780405 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -154,8 +154,8 @@ include/fxt/comb-all.h include/fxt/comb/acgray.h include/fxt/comb/check-mixedradix.h include/fxt/comb/delta2gray.h -include/fxt/comb/mixedradix-cgray.h include/fxt/comb/mixedradix-subset-lex.h +include/fxt/comb/mixedradix-sl-gray.h include/fxt/comb/monotonic-gray.h include/fxt/comb/test-gray.h include/fxt/comb/perm-st-pref.h @@ -638,13 +638,13 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/thue-morse-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/zorder-texpic-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bits/zorder-texpic-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-rec-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-subset-lex-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sl-gray-rec-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sl-gray-rec-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sl-gray-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sl-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-rec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-subset-lex-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-cgray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-st-pref-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/perm-st-pref-out.txt |