Date: Mon, 25 Dec 2023 09:08:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ab80c677313 - main - math/fxt: Update to 2023.12.21 Message-ID: <202312250908.3BP98VZj069218@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ab80c67731340581669fd8a5e76bcfde7f5243f commit 8ab80c67731340581669fd8a5e76bcfde7f5243f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 08:59:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 08:59:31 +0000 math/fxt: Update to 2023.12.21 --- math/fxt/Makefile | 2 +- math/fxt/distinfo | 6 +++--- 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.cchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312250908.3BP98VZj069218>
