diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-25 08:59:31 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-25 08:59:31 +0000 |
commit | 8ab80c67731340581669fd8a5e76bcfde7f5243f (patch) | |
tree | 386a982b5adb2e08a68aa0b2bdd7bbe3e5ffb92f /math/fxt | |
parent | 5d6dceb880511a1312ce8f7187dce12c717476ee (diff) | |
download | ports-8ab80c67731340581669fd8a5e76bcfde7f5243f.tar.gz ports-8ab80c67731340581669fd8a5e76bcfde7f5243f.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 | 10 |
3 files changed, 13 insertions, 5 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 44fdf8d47136..c6c5c5c993c1 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -1,5 +1,5 @@ PORTNAME= fxt -PORTVERSION= 2023.10.29 +PORTVERSION= 2023.12.21 CATEGORIES= math MASTER_SITES= https://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index c88943926344..b01dce7d46bf 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698848706 -SHA256 (fxt-2023.10.29.tar.gz) = 7896dcab39ed2514b30fd64b52b05b42a42916a280ea39c72ca8224b2b74071e -SIZE (fxt-2023.10.29.tar.gz) = 1857540 +TIMESTAMP = 1703227814 +SHA256 (fxt-2023.12.21.tar.gz) = 378f96697a453eeb7d4b262845f3adb3bae15ff7cba63ef1e466a8f52c15eb60 +SIZE (fxt-2023.12.21.tar.gz) = 1864132 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 94c615b4c483..7519fb4fd525 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -167,6 +167,7 @@ include/fxt/comb/big-fact2perm.h include/fxt/comb/binary-debruijn.h include/fxt/comb/binary-huffman.h include/fxt/comb/binary-necklace.h +include/fxt/comb/binary-rot.h include/fxt/comb/binary-sl-gray.h include/fxt/comb/catalan-flat-path-lex.h include/fxt/comb/catalan-path-lex.h @@ -430,6 +431,8 @@ include/fxt/comb/schroeder-rgs-lex.h include/fxt/comb/score-sequence.h include/fxt/comb/setpart-ccf-rgs-lex.h include/fxt/comb/setpart-ck-rgs.h +include/fxt/comb/setpart-noncrossing-ll.h +include/fxt/comb/setpart-noncrossing-rgs.h include/fxt/comb/setpart-p-rgs-lex.h include/fxt/comb/setpart-rgs-fixed-content.h include/fxt/comb/setpart-rgs-gray.h @@ -892,6 +895,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-huffman-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-necklace-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-necklace-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-rot-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-rot-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-sl-gray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binary-sl-gray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/binomial-demo.cc @@ -1407,6 +1412,10 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-ck-rgs-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-ck-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-noncrossing-ll-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-noncrossing-ll-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-noncrossing-rgs-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-noncrossing-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-p-rgs-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-p-rgs-lex-out.txt @@ -1461,7 +1470,6 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/young-tab-rgs-subset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/young-tab-rgs-subset-lex-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/attic/dichotomy-demo.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/attic/dichotomy-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/bitarray-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/bitarray-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ds/bitarray2d-demo.cc |