Date: Sat, 23 Mar 2024 14:58:28 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: 1c3ea7ba47e5 - main - math/fxt: Update to 2024.03.14 Message-ID: <202403231458.42NEwSA6085495@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c3ea7ba47e587fd2b2f425b4673895e4cdc1336 commit 1c3ea7ba47e587fd2b2f425b4673895e4cdc1336 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:44 +0000 math/fxt: Update to 2024.03.14 --- math/fxt/Makefile | 2 +- math/fxt/distinfo | 6 +++--- math/fxt/pkg-plist | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/math/fxt/Makefile b/math/fxt/Makefile index bbe0d258fb42..c3799d406a29 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -1,5 +1,5 @@ PORTNAME= fxt -PORTVERSION= 2024.01.14 +PORTVERSION= 2024.03.14 CATEGORIES= math MASTER_SITES= https://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index d52e29e053f2..6234e239c189 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708448932 -SHA256 (fxt-2024.01.14.tar.gz) = b9ccc9f34985ae882bda999fa6028a3b354bcc335df450262b784ced6df13d44 -SIZE (fxt-2024.01.14.tar.gz) = 1565150 +TIMESTAMP = 1710712332 +SHA256 (fxt-2024.03.14.tar.gz) = f72edc8595681ee2b7e180ba869600076303da41006f0415f8c8e45df4dba56c +SIZE (fxt-2024.03.14.tar.gz) = 1569801 diff --git a/math/fxt/pkg-plist b/math/fxt/pkg-plist index 37465b9fbb9a..2a6d8ba69aaa 100644 --- a/math/fxt/pkg-plist +++ b/math/fxt/pkg-plist @@ -224,6 +224,7 @@ include/fxt/comb/composition-nz-smooth.h include/fxt/comb/composition-nz-sorts.h include/fxt/comb/composition-nz-sorts2-pp.h include/fxt/comb/composition-nz-sorts2.h +include/fxt/comb/composition-nz-subdiagonal.h include/fxt/comb/composition-nz-subset-lex.h include/fxt/comb/composition-nz-superdiagonal.h include/fxt/comb/composition-nz-upstep.h @@ -461,6 +462,7 @@ include/fxt/comb/subset-sl-gray.h include/fxt/comb/test-gray.h include/fxt/comb/tree-lev-seq-aux.h include/fxt/comb/tree-lev-seq.h +include/fxt/comb/weak-ascent-rgs.h include/fxt/comb/weakly-unimodal-map-lex.h include/fxt/comb/wfl-hilbert.h include/fxt/comb/word-stats.h @@ -1029,6 +1031,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-sorts2-pp-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-stats-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-stats-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-subdiagonal-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-subdiagonal-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-subset-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-subset-lex-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/composition-nz-subset-lex-rec-demo.cc @@ -1483,6 +1487,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/tree-lev-seq-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/tree-lev-seq-stats-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/tree-lev-seq-stats-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/weak-ascent-rgs-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/weak-ascent-rgs-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/weakly-unimodal-map-lex-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/weakly-unimodal-map-lex-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/wfl-hilbert-demo.cc @@ -1788,6 +1794,8 @@ lib/libfxt.a %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A309807-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A368948-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A368948-out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A369376-demo.cc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/seq/A369376-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-demo.cc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bitstring-out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sort/equivclass-bracelets-demo.cc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231458.42NEwSA6085495>