diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-02 07:34:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-02 07:37:20 +0000 |
commit | 1d39675120eaf89aa3b5fca920a63eaf8b8449ca (patch) | |
tree | 29346a0da1602d68081e4b6fdbac40a9d24f252c /math/fxt | |
parent | 98f62c5fb87193663fb74567aed34db48738efc2 (diff) | |
download | ports-1d39675120eaf89aa3b5fca920a63eaf8b8449ca.tar.gz ports-1d39675120eaf89aa3b5fca920a63eaf8b8449ca.zip |
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 | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index c41765821dc9..44fdf8d47136 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -1,5 +1,5 @@ PORTNAME= fxt -PORTVERSION= 2023.10.26 +PORTVERSION= 2023.10.29 CATEGORIES= math MASTER_SITES= https://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index 82e1d0586c81..c88943926344 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698340927 -SHA256 (fxt-2023.10.26.tar.gz) = 121a54fdab9fd68ef75de811ba20740431979532fc551c2dd72e3f45f60e6bfa -SIZE (fxt-2023.10.26.tar.gz) = 1854920 +TIMESTAMP = 1698848706 +SHA256 (fxt-2023.10.29.tar.gz) = 7896dcab39ed2514b30fd64b52b05b42a42916a280ea39c72ca8224b2b74071e +SIZE (fxt-2023.10.29.tar.gz) = 1857540 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 768d3f580b5d..94c615b4c483 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -332,6 +332,7 @@ include/fxt/comb/mset-perm-gray.h include/fxt/comb/mset-perm-lex-rec.h include/fxt/comb/mset-perm-lex.h include/fxt/comb/mset-perm-pref.h +include/fxt/comb/msetpart.h include/fxt/comb/necklace.h include/fxt/comb/num-compositions.h include/fxt/comb/num-necklaces.h @@ -1177,6 +1178,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-perm-pref-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-subset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/mset-subset-lex-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/msetpart-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/msetpart-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-gray-rec-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/naf-pos-rec-demo.cc @@ -1457,8 +1460,6 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/young-tab-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/young-tab-rgs-subset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/young-tab-rgs-subset-lex-out.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/zzztest-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/zzztest-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/attic/dichotomy-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/attic/dichotomy-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/bitarray-demo.cc |