- Update to 2016.06.02
This commit is contained in:
parent
d1f331712e
commit
c5febd3a7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416925
3 changed files with 8 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fxt
|
||||
PORTVERSION= 2016.04.10
|
||||
PORTVERSION= 2016.06.02
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.jjj.de/fxt/
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (fxt-2016.04.10.tgz) = ce3b123bb7fef3caff645dff6c7278b2562b22b68423c93067827833f6a9adea
|
||||
SIZE (fxt-2016.04.10.tgz) = 1827070
|
||||
TIMESTAMP = 1466023991
|
||||
SHA256 (fxt-2016.06.02.tgz) = 442876bb3c27689b0b44472761d420d366273ce573bf27b195d351b74795f647
|
||||
SIZE (fxt-2016.06.02.tgz) = 1831978
|
||||
|
|
|
@ -183,6 +183,7 @@ include/fxt/comb/catalan-rgs.h
|
|||
include/fxt/comb/catalan-step-rgs-colex.h
|
||||
include/fxt/comb/catalan-step-rgs-lex.h
|
||||
include/fxt/comb/catalan-step-rgs-subset-lexrev.h
|
||||
include/fxt/comb/catalan-step-rgs-to-paren-string.h
|
||||
include/fxt/comb/catalan.h
|
||||
include/fxt/comb/cayley-perm.h
|
||||
include/fxt/comb/change-rgs.h
|
||||
|
@ -438,6 +439,7 @@ include/fxt/comb/setpart-rgs-subset-lex.h
|
|||
include/fxt/comb/setpart-s-zero-map-rgs.h
|
||||
include/fxt/comb/setpart-zero-map-rgs.h
|
||||
include/fxt/comb/setpart.h
|
||||
include/fxt/comb/skew-binary.h
|
||||
include/fxt/comb/sl-gray-compare.h
|
||||
include/fxt/comb/smooth-rfact-rgs.h
|
||||
include/fxt/comb/stringsubst.h
|
||||
|
@ -1394,6 +1396,8 @@ lib/libfxt.a
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/setpart-zero-map-rgs-out.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-demo.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/shift-subsets-out.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/skew-binary-demo.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/skew-binary-out.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/smooth-rfact-rgs-demo.cc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/smooth-rfact-rgs-out.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb/stirling1-demo.cc
|
||||
|
|
Loading…
Reference in a new issue