From owner-svn-ports-all@FreeBSD.ORG Fri May 1 21:59:01 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5DD7F76; Fri, 1 May 2015 21:59:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88F081210; Fri, 1 May 2015 21:59:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t41Lx1Jo005370; Fri, 1 May 2015 21:59:01 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t41Lx0dS005362; Fri, 1 May 2015 21:59:00 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201505012159.t41Lx0dS005362@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 1 May 2015 21:59:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385153 - in head/devel/tcllib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 21:59:01 -0000 Author: gahr Date: Fri May 1 21:58:59 2015 New Revision: 385153 URL: https://svnweb.freebsd.org/changeset/ports/385153 Log: - Update to 1.17 Release notes: http://core.tcl.tk/tcllib/technote/56416fe Modified: head/devel/tcllib/Makefile head/devel/tcllib/distinfo head/devel/tcllib/files/patch-wget head/devel/tcllib/pkg-plist Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Fri May 1 21:56:23 2015 (r385152) +++ head/devel/tcllib/Makefile Fri May 1 21:58:59 2015 (r385153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcllib -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= devel tcl MAINTAINER= tcltk@FreeBSD.org @@ -18,8 +18,7 @@ OPTIONS_DEFINE= DOCS MANPAGES USE_GITHUB= yes GH_ACCOUNT= tcltk GH_PROJECT= tcllib -GH_COMMIT= 8c846ec -GH_TAGNAME= ${PORTNAME}_${PORTVERSION:S/./_/} +GH_COMMIT= 4c7af4c USES+= tcl GNU_CONFIGURE= yes Modified: head/devel/tcllib/distinfo ============================================================================== --- head/devel/tcllib/distinfo Fri May 1 21:56:23 2015 (r385152) +++ head/devel/tcllib/distinfo Fri May 1 21:58:59 2015 (r385153) @@ -1,2 +1,2 @@ -SHA256 (tcllib-1.16.tar.gz) = 3e8a1339749ceb05d8f0f8d36b16713c5fba2a885ae05adce763cda1d217b5e1 -SIZE (tcllib-1.16.tar.gz) = 7790599 +SHA256 (tcllib-1.17.tar.gz) = b3e5acfcbe9411ec9cc6876058a4046f54bb2c6a89a3608be6a6eb3df9bb2a86 +SIZE (tcllib-1.17.tar.gz) = 8282800 Modified: head/devel/tcllib/files/patch-wget ============================================================================== --- head/devel/tcllib/files/patch-wget Fri May 1 21:56:23 2015 (r385152) +++ head/devel/tcllib/files/patch-wget Fri May 1 21:58:59 2015 (r385153) @@ -1,5 +1,11 @@ ---- modules/doctools/mpformats/_html.tcl Mon Jan 21 12:55:23 2002 -+++ modules/doctools/mpformats/_html.tcl Mon Jan 28 15:15:02 2002 -@@ -29 +29 @@ +--- modules/doctools/mpformats/_html.tcl.orig 2015-04-30 04:21:20 UTC ++++ modules/doctools/mpformats/_html.tcl +@@ -129,7 +129,7 @@ proc stable {} {return [markup " + proc link {text url} {return [markup ""]$text[markup ]} + + proc tcl_cmd {cmd} {return "[markup ]\[$cmd][markup ]"} -proc wget {url} {exec /usr/bin/wget -q -O - $url 2>/dev/null} +proc wget {url} {exec /usr/bin/fetch -q -o - $url 2>/dev/null} + + proc url {tag text url} { + set body { Modified: head/devel/tcllib/pkg-plist ============================================================================== --- head/devel/tcllib/pkg-plist Fri May 1 21:56:23 2015 (r385152) +++ head/devel/tcllib/pkg-plist Fri May 1 21:58:59 2015 (r385153) @@ -65,6 +65,8 @@ lib/tcllib/crc/crc32.tcl lib/tcllib/crc/crcc.tcl lib/tcllib/crc/pkgIndex.tcl lib/tcllib/crc/sum.tcl +lib/tcllib/cron/cron.tcl +lib/tcllib/cron/pkgIndex.tcl lib/tcllib/csv/csv.tcl lib/tcllib/csv/pkgIndex.tcl lib/tcllib/debug/caller.tcl @@ -247,7 +249,6 @@ lib/tcllib/json/json_tcl.tcl lib/tcllib/json/json_write.tcl lib/tcllib/json/jsonc.tcl lib/tcllib/json/pkgIndex.tcl -lib/tcllib/json/test_support.tcl lib/tcllib/lambda/lambda.tcl lib/tcllib/lambda/pkgIndex.tcl lib/tcllib/ldap/ldap.tcl @@ -322,6 +323,15 @@ lib/tcllib/namespacex/namespacex.tcl lib/tcllib/namespacex/pkgIndex.tcl lib/tcllib/ncgi/ncgi.tcl lib/tcllib/ncgi/pkgIndex.tcl +lib/tcllib/nettool/available_ports.tcl +lib/tcllib/nettool/generic.tcl +lib/tcllib/nettool/locateport.tcl +lib/tcllib/nettool/nettool.tcl +lib/tcllib/nettool/pkgIndex.tcl +lib/tcllib/nettool/platform_unix.tcl +lib/tcllib/nettool/platform_unix_linux.tcl +lib/tcllib/nettool/platform_unix_macosx.tcl +lib/tcllib/nettool/platform_windows.tcl lib/tcllib/nmea/nmea.tcl lib/tcllib/nmea/pkgIndex.tcl lib/tcllib/nns/common.tcl @@ -333,6 +343,8 @@ lib/tcllib/nntp/nntp.tcl lib/tcllib/nntp/pkgIndex.tcl lib/tcllib/ntp/pkgIndex.tcl lib/tcllib/ntp/time.tcl +lib/tcllib/oauth/oauth.tcl +lib/tcllib/oauth/pkgIndex.tcl lib/tcllib/ooutil/ooutil.tcl lib/tcllib/ooutil/pkgIndex.tcl lib/tcllib/otp/otp.tcl @@ -395,6 +407,8 @@ lib/tcllib/pop3d/pkgIndex.tcl lib/tcllib/pop3d/pop3d.tcl lib/tcllib/pop3d/pop3d_dbox.tcl lib/tcllib/pop3d/pop3d_udb.tcl +lib/tcllib/processman/pkgIndex.tcl +lib/tcllib/processman/processman.tcl lib/tcllib/profiler/pkgIndex.tcl lib/tcllib/profiler/profiler.tcl lib/tcllib/pt/char.tcl @@ -403,6 +417,7 @@ lib/tcllib/pt/paths.tcl lib/tcllib/pt/pkgIndex.tcl lib/tcllib/pt/pt_astree.tcl lib/tcllib/pt/pt_cparam_config_critcl.tcl +lib/tcllib/pt/pt_cparam_config_tea.tcl lib/tcllib/pt/pt_parse_peg.tcl lib/tcllib/pt/pt_parse_peg_c.tcl lib/tcllib/pt/pt_parse_peg_tcl.tcl @@ -435,6 +450,24 @@ lib/tcllib/pt/pt_rdengine_oo.tcl lib/tcllib/pt/pt_rdengine_tcl.tcl lib/tcllib/pt/pt_tclparam_config_snit.tcl lib/tcllib/pt/pt_tclparam_config_tcloo.tcl +lib/tcllib/pt/pt_util.tcl +lib/tcllib/pt/rde_critcl/m.c +lib/tcllib/pt/rde_critcl/m.h +lib/tcllib/pt/rde_critcl/ms.c +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.h +lib/tcllib/pt/rde_critcl/pInt.h +lib/tcllib/pt/rde_critcl/param.c +lib/tcllib/pt/rde_critcl/param.h +lib/tcllib/pt/rde_critcl/stack.c +lib/tcllib/pt/rde_critcl/stack.h +lib/tcllib/pt/rde_critcl/tc.c +lib/tcllib/pt/rde_critcl/tc.h +lib/tcllib/pt/rde_critcl/util.c +lib/tcllib/pt/rde_critcl/util.h lib/tcllib/pt/text_write.tcl lib/tcllib/rc4/pkgIndex.tcl lib/tcllib/rc4/rc4.tcl @@ -521,7 +554,6 @@ lib/tcllib/struct/tree_c.tcl lib/tcllib/struct/tree_tcl.tcl lib/tcllib/tar/pkgIndex.tcl lib/tcllib/tar/tar.tcl -lib/tcllib/tar/test-support.tcl lib/tcllib/tepam/pkgIndex.tcl lib/tcllib/tepam/tepam.tcl lib/tcllib/tepam/tepam_doc_gen.tcl @@ -699,6 +731,7 @@ lib/tcllib/zip/pkgIndex.tcl %%MAN%%man/mann/counter.tcllib.n.gz %%MAN%%man/mann/crc16.tcllib.n.gz %%MAN%%man/mann/crc32.tcllib.n.gz +%%MAN%%man/mann/cron.tcllib.n.gz %%MAN%%man/mann/csv.tcllib.n.gz %%MAN%%man/mann/cvs.tcllib.n.gz %%MAN%%man/mann/dacceptor.tcllib.n.gz @@ -863,6 +896,7 @@ lib/tcllib/zip/pkgIndex.tcl %%MAN%%man/mann/multiplexer.tcllib.n.gz %%MAN%%man/mann/namespacex.tcllib.n.gz %%MAN%%man/mann/ncgi.tcllib.n.gz +%%MAN%%man/mann/nettool.tcllib.n.gz %%MAN%%man/mann/nmea.tcllib.n.gz %%MAN%%man/mann/nns.tcllib.n.gz %%MAN%%man/mann/nns_auto.tcllib.n.gz @@ -880,6 +914,7 @@ lib/tcllib/zip/pkgIndex.tcl %%MAN%%man/mann/null.tcllib.n.gz %%MAN%%man/mann/nullzero.tcllib.n.gz %%MAN%%man/mann/numtheory.tcllib.n.gz +%%MAN%%man/mann/oauth.tcllib.n.gz %%MAN%%man/mann/observe.tcllib.n.gz %%MAN%%man/mann/ooutil.tcllib.n.gz %%MAN%%man/mann/optimize.tcllib.n.gz @@ -907,10 +942,12 @@ lib/tcllib/zip/pkgIndex.tcl %%MAN%%man/mann/pop3d_dbox.tcllib.n.gz %%MAN%%man/mann/pop3d_udb.tcllib.n.gz %%MAN%%man/mann/prioqueue.tcllib.n.gz +%%MAN%%man/mann/processman.tcllib.n.gz %%MAN%%man/mann/profiler.tcllib.n.gz %%MAN%%man/mann/pt.tcllib.n.gz %%MAN%%man/mann/pt_astree.tcllib.n.gz %%MAN%%man/mann/pt_cparam_config_critcl.tcllib.n.gz +%%MAN%%man/mann/pt_cparam_config_tea.tcllib.n.gz %%MAN%%man/mann/pt_from_api.tcllib.n.gz %%MAN%%man/mann/pt_introduction.tcllib.n.gz %%MAN%%man/mann/pt_json_language.tcllib.n.gz @@ -948,6 +985,7 @@ lib/tcllib/zip/pkgIndex.tcl %%MAN%%man/mann/pt_tclparam_config_snit.tcllib.n.gz %%MAN%%man/mann/pt_tclparam_config_tcloo.tcllib.n.gz %%MAN%%man/mann/pt_to_api.tcllib.n.gz +%%MAN%%man/mann/pt_util.tcllib.n.gz %%MAN%%man/mann/qcomplex.tcllib.n.gz %%MAN%%man/mann/queue.tcllib.n.gz %%MAN%%man/mann/random.tcllib.n.gz