diff options
author | dhn <dhn@FreeBSD.org> | 2010-05-26 03:47:39 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2010-05-26 03:47:39 +0800 |
commit | af2536fa78b7aaf4db8e1b4a7b7132080042ae51 (patch) | |
tree | cdd1f7d432b53335935449448c4e8745cbdfd217 /math/fxt | |
parent | 649f487a574b95b20e2bc867e57685dcca5e14bb (diff) | |
download | freebsd-ports-gnome-af2536fa78b7aaf4db8e1b4a7b7132080042ae51.tar.gz freebsd-ports-gnome-af2536fa78b7aaf4db8e1b4a7b7132080042ae51.tar.zst freebsd-ports-gnome-af2536fa78b7aaf4db8e1b4a7b7132080042ae51.zip |
- Update to 2010.05.23
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 | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 1247c3adb7ba..d93a2eefeef0 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fxt -PORTVERSION= 2010.05.21 +PORTVERSION= 2010.05.23 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 1baee3d7a016..9164f248bf45 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2010.05.21.tgz) = c2575c093a6d3ac4f42ed1a99fc5442c -SHA256 (fxt-2010.05.21.tgz) = 8c72e6b616fb58a14c0d014f57384baec9ee93fff50f2772fcaa714c1e70c468 -SIZE (fxt-2010.05.21.tgz) = 1217380 +MD5 (fxt-2010.05.23.tgz) = fef648d70e5f0857f9bb394b59a8e319 +SHA256 (fxt-2010.05.23.tgz) = 70bc24033e043655f1eab5e5f6dbe58d120e3f1c41f7d89ac2098f034f783fd5 +SIZE (fxt-2010.05.23.tgz) = 1219141 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 4801de15747f..a97936c75260 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -213,6 +213,7 @@ include/fxt/comb/mixedradix-gslex.h include/fxt/comb/mixedradix-lex.h include/fxt/comb/mixedradix-modular-gray.h include/fxt/comb/mixedradix-modular-gray2.h +include/fxt/comb/mixedradix-sod-lex.h include/fxt/comb/mixedradix.h include/fxt/comb/mpartition.h include/fxt/comb/mset-perm-2invtab.h @@ -757,6 +758,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray2-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-modular-gray2-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sod-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mixedradix-sod-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/monotonicgray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mpartition-demo.cc |