mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
devel/tcllib, devel/tcllibc: update to 1.20
Release notes: https://core.tcl-lang.org/tcllib/artifact/fd070da6e214f870
This commit is contained in:
parent
e9b15f2e8f
commit
26ddacc7ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519010
3 changed files with 47 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tcllib
|
||||
PORTVERSION= 1.19
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= devel tcl
|
||||
MASTER_SITES= https://core.tcl.tk/tcllib/uv/
|
||||
|
||||
|
@ -66,12 +66,6 @@ post-patch:
|
|||
${FIND} ${WRKSRC}/apps -type f ! -name "*.man" | ${XARGS} \
|
||||
${REINPLACE_CMD} -e 's,exec tclsh,exec ${TCLSH},' -e 's,/usr/bin/env tclsh,${TCLSH},'
|
||||
#
|
||||
# patch(1) adds a newline at eof, so we need to remove it here
|
||||
#
|
||||
${AWK} 'NR > 1 { print h } { h = $$0 } END { ORS = ""; print h }' \
|
||||
${WRKSRC}/modules/doctools/tests/text/04 > ${WRKSRC}/modules/doctools/tests/text/04.new
|
||||
${MV} ${WRKSRC}/modules/doctools/tests/text/04.new ${WRKSRC}/modules/doctools/tests/text/04
|
||||
#
|
||||
# man pages have the .tcllib suffix, so there's no need to have a
|
||||
# tcllib_ prefix too
|
||||
#
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1519037774
|
||||
SHA256 (tcllib-1.19.tar.xz) = 4a4f73cc8aca1d6b625717b0ace61205cddaa7768f5f9a0e160dd62abb4177ef
|
||||
SIZE (tcllib-1.19.tar.xz) = 6298564
|
||||
TIMESTAMP = 1575275009
|
||||
SHA256 (tcllib-1.20.tar.xz) = 199e8ec7ee26220e8463bc84dd55c44965fc8ef4d4ac6e4684b2b1c03b1bd5b9
|
||||
SIZE (tcllib-1.20.tar.xz) = 6692664
|
||||
|
|
|
@ -5,6 +5,11 @@ bin/nnslog
|
|||
bin/page
|
||||
bin/pt
|
||||
bin/tcldocstrip
|
||||
lib/tcllib/0compatibility/d_config.tcl
|
||||
lib/tcllib/0compatibility/d_paths.tcl
|
||||
lib/tcllib/0compatibility/p_config.tcl
|
||||
lib/tcllib/0compatibility/p_paths.tcl
|
||||
lib/tcllib/0compatibility/pkgIndex.tcl
|
||||
lib/tcllib/aes/aes.tcl
|
||||
lib/tcllib/aes/pkgIndex.tcl
|
||||
lib/tcllib/amazon-s3/S3.tcl
|
||||
|
@ -40,6 +45,8 @@ lib/tcllib/blowfish/blowfish.tcl
|
|||
lib/tcllib/blowfish/pkgIndex.tcl
|
||||
lib/tcllib/cache/async.tcl
|
||||
lib/tcllib/cache/pkgIndex.tcl
|
||||
lib/tcllib/clay/clay.tcl
|
||||
lib/tcllib/clay/pkgIndex.tcl
|
||||
lib/tcllib/clock/iso8601.tcl
|
||||
lib/tcllib/clock/pkgIndex.tcl
|
||||
lib/tcllib/clock/rfc2822.tcl
|
||||
|
@ -106,11 +113,22 @@ lib/tcllib/doctools/doctoc.tcl
|
|||
lib/tcllib/doctools/doctools.tcl
|
||||
lib/tcllib/doctools/mpformats/_common.tcl
|
||||
lib/tcllib/doctools/mpformats/_html.tcl
|
||||
lib/tcllib/doctools/mpformats/_html.tcl.orig
|
||||
lib/tcllib/doctools/mpformats/_idx_common.tcl
|
||||
lib/tcllib/doctools/mpformats/_markdown.tcl
|
||||
lib/tcllib/doctools/mpformats/_nroff.tcl
|
||||
lib/tcllib/doctools/mpformats/_text.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_bullets.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_ccore.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_cstack.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_dlist.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_margin.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_para.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_state.tcl
|
||||
lib/tcllib/doctools/mpformats/_text_utils.tcl
|
||||
lib/tcllib/doctools/mpformats/_toc_common.tcl
|
||||
lib/tcllib/doctools/mpformats/_xml.tcl
|
||||
lib/tcllib/doctools/mpformats/_xref.tcl
|
||||
lib/tcllib/doctools/mpformats/c.msg
|
||||
lib/tcllib/doctools/mpformats/de.msg
|
||||
lib/tcllib/doctools/mpformats/en.msg
|
||||
|
@ -118,6 +136,7 @@ lib/tcllib/doctools/mpformats/fmt.desc
|
|||
lib/tcllib/doctools/mpformats/fmt.html
|
||||
lib/tcllib/doctools/mpformats/fmt.latex
|
||||
lib/tcllib/doctools/mpformats/fmt.list
|
||||
lib/tcllib/doctools/mpformats/fmt.markdown
|
||||
lib/tcllib/doctools/mpformats/fmt.nroff
|
||||
lib/tcllib/doctools/mpformats/fmt.null
|
||||
lib/tcllib/doctools/mpformats/fmt.text
|
||||
|
@ -125,24 +144,24 @@ lib/tcllib/doctools/mpformats/fmt.tmml
|
|||
lib/tcllib/doctools/mpformats/fmt.wiki
|
||||
lib/tcllib/doctools/mpformats/fr.msg
|
||||
lib/tcllib/doctools/mpformats/idx.html
|
||||
lib/tcllib/doctools/mpformats/idx.markdown
|
||||
lib/tcllib/doctools/mpformats/idx.nroff
|
||||
lib/tcllib/doctools/mpformats/idx.null
|
||||
lib/tcllib/doctools/mpformats/idx.text
|
||||
lib/tcllib/doctools/mpformats/idx.wiki
|
||||
lib/tcllib/doctools/mpformats/man.macros
|
||||
lib/tcllib/doctools/mpformats/toc.html
|
||||
lib/tcllib/doctools/mpformats/toc.markdown
|
||||
lib/tcllib/doctools/mpformats/toc.nroff
|
||||
lib/tcllib/doctools/mpformats/toc.null
|
||||
lib/tcllib/doctools/mpformats/toc.text
|
||||
lib/tcllib/doctools/mpformats/toc.tmml
|
||||
lib/tcllib/doctools/mpformats/toc.wiki
|
||||
lib/tcllib/doctools/pkgIndex.tcl
|
||||
lib/tcllib/doctools2base/config.tcl
|
||||
lib/tcllib/doctools2base/html.tcl
|
||||
lib/tcllib/doctools2base/html_cssdefaults.tcl
|
||||
lib/tcllib/doctools2base/msgcat.tcl
|
||||
lib/tcllib/doctools2base/nroff_manmacros.tcl
|
||||
lib/tcllib/doctools2base/paths.tcl
|
||||
lib/tcllib/doctools2base/pkgIndex.tcl
|
||||
lib/tcllib/doctools2base/tcl_parse.tcl
|
||||
lib/tcllib/doctools2base/text.tcl
|
||||
|
@ -188,6 +207,7 @@ lib/tcllib/fileutil/decode.tcl
|
|||
lib/tcllib/fileutil/fileutil.tcl
|
||||
lib/tcllib/fileutil/multi.tcl
|
||||
lib/tcllib/fileutil/multiop.tcl
|
||||
lib/tcllib/fileutil/paths.tcl
|
||||
lib/tcllib/fileutil/pkgIndex.tcl
|
||||
lib/tcllib/fileutil/traverse.tcl
|
||||
lib/tcllib/ftp/ftp.tcl
|
||||
|
@ -230,7 +250,6 @@ lib/tcllib/htmlparse/htmlparse.tcl
|
|||
lib/tcllib/htmlparse/pkgIndex.tcl
|
||||
lib/tcllib/http/autoproxy.tcl
|
||||
lib/tcllib/http/pkgIndex.tcl
|
||||
lib/tcllib/httpd/build.tcl
|
||||
lib/tcllib/httpd/httpd.tcl
|
||||
lib/tcllib/httpd/pkgIndex.tcl
|
||||
lib/tcllib/httpwget/pkgIndex.tcl
|
||||
|
@ -259,6 +278,8 @@ lib/tcllib/json/jsonc.tcl
|
|||
lib/tcllib/json/pkgIndex.tcl
|
||||
lib/tcllib/lambda/lambda.tcl
|
||||
lib/tcllib/lambda/pkgIndex.tcl
|
||||
lib/tcllib/lazyset/lazyset.tcl
|
||||
lib/tcllib/lazyset/pkgIndex.tcl
|
||||
lib/tcllib/ldap/ldap.tcl
|
||||
lib/tcllib/ldap/ldapx.tcl
|
||||
lib/tcllib/ldap/pkgIndex.tcl
|
||||
|
@ -292,6 +313,7 @@ lib/tcllib/math/exponential.tcl
|
|||
lib/tcllib/math/fourier.tcl
|
||||
lib/tcllib/math/fuzzy.tcl
|
||||
lib/tcllib/math/geometry.tcl
|
||||
lib/tcllib/math/geometry_circle.tcl
|
||||
lib/tcllib/math/interpolate.tcl
|
||||
lib/tcllib/math/kruskal.tcl
|
||||
lib/tcllib/math/linalg.tcl
|
||||
|
@ -309,13 +331,17 @@ lib/tcllib/math/plotstat.tcl
|
|||
lib/tcllib/math/polynomials.tcl
|
||||
lib/tcllib/math/primes.tcl
|
||||
lib/tcllib/math/qcomplex.tcl
|
||||
lib/tcllib/math/quasirandom.tcl
|
||||
lib/tcllib/math/rational_funcs.tcl
|
||||
lib/tcllib/math/romannumerals.tcl
|
||||
lib/tcllib/math/special.tcl
|
||||
lib/tcllib/math/stat_kernel.tcl
|
||||
lib/tcllib/math/stat_logit.tcl
|
||||
lib/tcllib/math/stat_wasserstein.tcl
|
||||
lib/tcllib/math/statistics.tcl
|
||||
lib/tcllib/math/symdiff.tcl
|
||||
lib/tcllib/math/tclIndex
|
||||
lib/tcllib/math/trig.tcl
|
||||
lib/tcllib/math/wilcoxon.tcl
|
||||
lib/tcllib/md4/md4.tcl
|
||||
lib/tcllib/md4/md4c.tcl
|
||||
|
@ -336,7 +362,6 @@ lib/tcllib/namespacex/namespacex.tcl
|
|||
lib/tcllib/namespacex/pkgIndex.tcl
|
||||
lib/tcllib/ncgi/ncgi.tcl
|
||||
lib/tcllib/ncgi/pkgIndex.tcl
|
||||
lib/tcllib/nettool/build.tcl
|
||||
lib/tcllib/nettool/nettool.tcl
|
||||
lib/tcllib/nettool/pkgIndex.tcl
|
||||
lib/tcllib/nmea/nmea.tcl
|
||||
|
@ -419,7 +444,6 @@ lib/tcllib/pop3d/pkgIndex.tcl
|
|||
lib/tcllib/pop3d/pop3d.tcl
|
||||
lib/tcllib/pop3d/pop3d_dbox.tcl
|
||||
lib/tcllib/pop3d/pop3d_udb.tcl
|
||||
lib/tcllib/practcl/build.tcl
|
||||
lib/tcllib/practcl/pkgIndex.tcl
|
||||
lib/tcllib/practcl/practcl.tcl
|
||||
lib/tcllib/processman/pkgIndex.tcl
|
||||
|
@ -427,8 +451,6 @@ lib/tcllib/processman/processman.tcl
|
|||
lib/tcllib/profiler/pkgIndex.tcl
|
||||
lib/tcllib/profiler/profiler.tcl
|
||||
lib/tcllib/pt/char.tcl
|
||||
lib/tcllib/pt/configuration.tcl
|
||||
lib/tcllib/pt/paths.tcl
|
||||
lib/tcllib/pt/pkgIndex.tcl
|
||||
lib/tcllib/pt/pt_astree.tcl
|
||||
lib/tcllib/pt/pt_cparam_config_critcl.tcl
|
||||
|
@ -475,10 +497,13 @@ lib/tcllib/pt/rde_critcl/ms.h
|
|||
lib/tcllib/pt/rde_critcl/ot.c
|
||||
lib/tcllib/pt/rde_critcl/ot.h
|
||||
lib/tcllib/pt/rde_critcl/p.c
|
||||
lib/tcllib/pt/rde_critcl/p.c.orig
|
||||
lib/tcllib/pt/rde_critcl/p.h
|
||||
lib/tcllib/pt/rde_critcl/pInt.h
|
||||
lib/tcllib/pt/rde_critcl/param.c
|
||||
lib/tcllib/pt/rde_critcl/param.c.orig
|
||||
lib/tcllib/pt/rde_critcl/param.h
|
||||
lib/tcllib/pt/rde_critcl/param.h.orig
|
||||
lib/tcllib/pt/rde_critcl/stack.c
|
||||
lib/tcllib/pt/rde_critcl/stack.h
|
||||
lib/tcllib/pt/rde_critcl/tc.c
|
||||
|
@ -545,6 +570,7 @@ lib/tcllib/struct/graph_c.tcl
|
|||
lib/tcllib/struct/graph_tcl.tcl
|
||||
lib/tcllib/struct/graphops.tcl
|
||||
lib/tcllib/struct/list.tcl
|
||||
lib/tcllib/struct/map.tcl
|
||||
lib/tcllib/struct/matrix.tcl
|
||||
lib/tcllib/struct/matrix1.tcl
|
||||
lib/tcllib/struct/pkgIndex.tcl
|
||||
|
@ -592,6 +618,7 @@ lib/tcllib/textutil/dehypht.tex
|
|||
lib/tcllib/textutil/eshyph_vo.tex
|
||||
lib/tcllib/textutil/expander.tcl
|
||||
lib/tcllib/textutil/ithyph.tex
|
||||
lib/tcllib/textutil/patch.tcl
|
||||
lib/tcllib/textutil/pkgIndex.tcl
|
||||
lib/tcllib/textutil/repeat.tcl
|
||||
lib/tcllib/textutil/split.tcl
|
||||
|
@ -599,6 +626,7 @@ lib/tcllib/textutil/string.tcl
|
|||
lib/tcllib/textutil/tabify.tcl
|
||||
lib/tcllib/textutil/textutil.tcl
|
||||
lib/tcllib/textutil/trim.tcl
|
||||
lib/tcllib/textutil/wcswidth.tcl
|
||||
lib/tcllib/tie/pkgIndex.tcl
|
||||
lib/tcllib/tie/tie.tcl
|
||||
lib/tcllib/tie/tie_array.tcl
|
||||
|
@ -609,14 +637,8 @@ lib/tcllib/tie/tie_log.tcl
|
|||
lib/tcllib/tie/tie_rarray.tcl
|
||||
lib/tcllib/tiff/pkgIndex.tcl
|
||||
lib/tcllib/tiff/tiff.tcl
|
||||
lib/tcllib/tool-ui/build.tcl
|
||||
lib/tcllib/tool-ui/pkgIndex.tcl
|
||||
lib/tcllib/tool-ui/tool-ui.tcl
|
||||
lib/tcllib/tool/build.tcl
|
||||
lib/tcllib/tool/pkgIndex.tcl
|
||||
lib/tcllib/tool/tool.tcl
|
||||
lib/tcllib/tool_datatype/datatype.tcl
|
||||
lib/tcllib/tool_datatype/pkgIndex.tcl
|
||||
lib/tcllib/transfer/connect.tcl
|
||||
lib/tcllib/transfer/copyops.tcl
|
||||
lib/tcllib/transfer/ddest.tcl
|
||||
|
@ -747,6 +769,7 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/cgen.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/changelog.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/cksum.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/clay.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/cmdline.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/combinatorics.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/comm.tcllib.n.gz
|
||||
|
@ -876,6 +899,7 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/json.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/json_write.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/lambda.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/lazyset.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/ldap.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/ldapx.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/limitsize.tcllib.n.gz
|
||||
|
@ -939,6 +963,7 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/numtheory.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/oauth.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/observe.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/oometa.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/ooutil.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/optimize.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/otp.tcllib.n.gz
|
||||
|
@ -950,6 +975,8 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/page_util_norm_peg.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/page_util_peg.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/page_util_quote.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/patch.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/paths.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/pca.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/peg.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/peg_interp.tcllib.n.gz
|
||||
|
@ -1012,6 +1039,7 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/pt_to_api.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/pt_util.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/qcomplex.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/quasirandom.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/queue.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/random.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/randseed.tcllib.n.gz
|
||||
|
@ -1052,6 +1080,7 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/stringprep.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/stringprep_data.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/struct_list.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/struct_map.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/struct_set.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/struct_tree.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/struct_tree1.tcllib.n.gz
|
||||
|
@ -1097,7 +1126,6 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/toc_structure.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/token.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/token_shell.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/tool-ui.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/tool.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/tool_dict_ensemble.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/tqueue.tcllib.n.gz
|
||||
|
@ -1105,6 +1133,7 @@ lib/tcllib/zip/pkgIndex.tcl
|
|||
%%MANPAGES%%man/mann/transmitter.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/traverse.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/treeql.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/trig.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/trim.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/try.tcllib.n.gz
|
||||
%%MANPAGES%%man/mann/udpcluster.tcllib.n.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue