Skip to content

Commit

Permalink
math/fxt: Update to 2023.12.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 25, 2023
1 parent 5d6dceb commit 8ab80c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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/

Expand Down
6 changes: 3 additions & 3 deletions 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
10 changes: 9 additions & 1 deletion math/fxt/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ab80c6

Please sign in to comment.