Received: by mail.netbsd.org (Postfix, from userid 605) id 79895851FF; Sun, 8 Jul 2018 17:15:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B43168517D for ; Sun, 8 Jul 2018 17:15:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Gh07pa2KydyJ for ; Sun, 8 Jul 2018 17:15:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B22DE84DFD for ; Sun, 8 Jul 2018 17:15:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ABF42FBEC; Sun, 8 Jul 2018 17:15:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531070142210550" MIME-Version: 1.0 Date: Sun, 8 Jul 2018 17:15:42 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/textproc/go-text To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20180708171542.ABF42FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1531070142210550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Jul 8 17:15:42 UTC 2018 Modified Files: pkgsrc/textproc/go-text: Makefile PLIST buildlink3.mk distinfo Log Message: Update go-text to 0.3.0. Now with a proper version! We do not install the "gotext" utility because it introduces a circular dependency to go-tools. If you really need it (which I doubt), we can add a separate package. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/go-text/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/go-text/PLIST \ pkgsrc/textproc/go-text/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/go-text/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531070142210550 Content-Disposition: inline Content-Length: 26513 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/go-text/Makefile diff -u pkgsrc/textproc/go-text/Makefile:1.16 pkgsrc/textproc/go-text/Makefile:1.17 --- pkgsrc/textproc/go-text/Makefile:1.16 Tue Jun 12 17:50:29 2018 +++ pkgsrc/textproc/go-text/Makefile Sun Jul 8 17:15:42 2018 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2018/06/12 17:50:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/08 17:15:42 bsiegert Exp $ -DISTNAME= go-text-20151217 -PKGREVISION= 10 +DISTNAME= go-text-0.3.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text -GITHUB_TAG= cf4986612c +GITHUB_TAG= v0.3.0 MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= http://golang.org/ @@ -13,9 +12,12 @@ COMMENT= Supplementary text processing LICENSE= modified-bsd GO_SRCPATH= golang.org/x/text -GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* +GO_DIST_BASE= ${DISTNAME:S/go-//} CHECK_RELRO_SKIP+= bin/colcmp +pre-patch: + ${RM} -rf ${WRKSRC}/cmd/gotext ${WRKSRC}/message/pipeline + .include "../../lang/go/go-package.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/go-text/PLIST diff -u pkgsrc/textproc/go-text/PLIST:1.2 pkgsrc/textproc/go-text/PLIST:1.3 --- pkgsrc/textproc/go-text/PLIST:1.2 Sun Jan 3 20:06:35 2016 +++ pkgsrc/textproc/go-text/PLIST Sun Jul 8 17:15:42 2018 @@ -1,26 +1,34 @@ -@comment $NetBSD: PLIST,v 1.2 2016/01/03 20:06:35 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/07/08 17:15:42 bsiegert Exp $ bin/colcmp gopkg/pkg/${GO_PLATFORM}/golang.org/x/text.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/cases.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/build.a -gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/colltab.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/currency.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/date.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/charmap.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/htmlindex.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/ianaindex.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal/enctest.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal/identifier.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/japanese.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/korean.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/simplifiedchinese.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/traditionalchinese.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/unicode.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/unicode/utf32.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/feature/plural.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/catmsg.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/cldrtree.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/colltab.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/export/idna.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/format.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/gen.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/number.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/stringset.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/tag.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/testtext.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/triegen.a @@ -29,31 +37,44 @@ gopkg/pkg/${GO_PLATFORM}/golang.org/x/te gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language/display.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/message.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/message/catalog.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/number.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/runes.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/search.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/secure.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/secure/bidirule.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/secure/precis.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/transform.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/bidi.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/cldr.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/norm.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/rangetable.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/runenames.a gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/width.a gopkg/src/golang.org/x/text/AUTHORS gopkg/src/golang.org/x/text/CONTRIBUTING.md gopkg/src/golang.org/x/text/CONTRIBUTORS gopkg/src/golang.org/x/text/LICENSE gopkg/src/golang.org/x/text/PATENTS -gopkg/src/golang.org/x/text/README +gopkg/src/golang.org/x/text/README.md gopkg/src/golang.org/x/text/cases/cases.go gopkg/src/golang.org/x/text/cases/context.go gopkg/src/golang.org/x/text/cases/context_test.go gopkg/src/golang.org/x/text/cases/example_test.go +gopkg/src/golang.org/x/text/cases/fold.go +gopkg/src/golang.org/x/text/cases/fold_test.go gopkg/src/golang.org/x/text/cases/gen.go gopkg/src/golang.org/x/text/cases/gen_trieval.go +gopkg/src/golang.org/x/text/cases/icu.go +gopkg/src/golang.org/x/text/cases/icu_test.go +gopkg/src/golang.org/x/text/cases/info.go gopkg/src/golang.org/x/text/cases/map.go gopkg/src/golang.org/x/text/cases/map_test.go -gopkg/src/golang.org/x/text/cases/tables.go -gopkg/src/golang.org/x/text/cases/tables_test.go +gopkg/src/golang.org/x/text/cases/tables10.0.0.go +gopkg/src/golang.org/x/text/cases/tables10.0.0_test.go +gopkg/src/golang.org/x/text/cases/tables9.0.0.go +gopkg/src/golang.org/x/text/cases/tables9.0.0_test.go gopkg/src/golang.org/x/text/cases/trieval.go gopkg/src/golang.org/x/text/codereview.cfg gopkg/src/golang.org/x/text/collate/build/builder.go @@ -69,19 +90,6 @@ gopkg/src/golang.org/x/text/collate/buil gopkg/src/golang.org/x/text/collate/build/trie_test.go gopkg/src/golang.org/x/text/collate/collate.go gopkg/src/golang.org/x/text/collate/collate_test.go -gopkg/src/golang.org/x/text/collate/colltab/collate_test.go -gopkg/src/golang.org/x/text/collate/colltab/collelem.go -gopkg/src/golang.org/x/text/collate/colltab/collelem_test.go -gopkg/src/golang.org/x/text/collate/colltab/colltab.go -gopkg/src/golang.org/x/text/collate/colltab/colltab_test.go -gopkg/src/golang.org/x/text/collate/colltab/contract.go -gopkg/src/golang.org/x/text/collate/colltab/contract_test.go -gopkg/src/golang.org/x/text/collate/colltab/export.go -gopkg/src/golang.org/x/text/collate/colltab/numeric.go -gopkg/src/golang.org/x/text/collate/colltab/numeric_test.go -gopkg/src/golang.org/x/text/collate/colltab/table.go -gopkg/src/golang.org/x/text/collate/colltab/trie.go -gopkg/src/golang.org/x/text/collate/colltab/trie_test.go gopkg/src/golang.org/x/text/collate/export_test.go gopkg/src/golang.org/x/text/collate/index.go gopkg/src/golang.org/x/text/collate/maketables.go @@ -102,12 +110,19 @@ gopkg/src/golang.org/x/text/collate/tool gopkg/src/golang.org/x/text/currency/common.go gopkg/src/golang.org/x/text/currency/currency.go gopkg/src/golang.org/x/text/currency/currency_test.go +gopkg/src/golang.org/x/text/currency/example_test.go gopkg/src/golang.org/x/text/currency/format.go gopkg/src/golang.org/x/text/currency/format_test.go gopkg/src/golang.org/x/text/currency/gen.go gopkg/src/golang.org/x/text/currency/gen_common.go +gopkg/src/golang.org/x/text/currency/query.go +gopkg/src/golang.org/x/text/currency/query_test.go gopkg/src/golang.org/x/text/currency/tables.go gopkg/src/golang.org/x/text/currency/tables_test.go +gopkg/src/golang.org/x/text/date/data_test.go +gopkg/src/golang.org/x/text/date/gen.go +gopkg/src/golang.org/x/text/date/gen_test.go +gopkg/src/golang.org/x/text/date/tables.go gopkg/src/golang.org/x/text/doc.go gopkg/src/golang.org/x/text/encoding/charmap/charmap.go gopkg/src/golang.org/x/text/encoding/charmap/charmap_test.go @@ -122,7 +137,11 @@ gopkg/src/golang.org/x/text/encoding/htm gopkg/src/golang.org/x/text/encoding/htmlindex/map.go gopkg/src/golang.org/x/text/encoding/htmlindex/tables.go gopkg/src/golang.org/x/text/encoding/ianaindex/example_test.go +gopkg/src/golang.org/x/text/encoding/ianaindex/gen.go gopkg/src/golang.org/x/text/encoding/ianaindex/ianaindex.go +gopkg/src/golang.org/x/text/encoding/ianaindex/ianaindex_test.go +gopkg/src/golang.org/x/text/encoding/ianaindex/tables.go +gopkg/src/golang.org/x/text/encoding/internal/enctest/enctest.go gopkg/src/golang.org/x/text/encoding/internal/identifier/gen.go gopkg/src/golang.org/x/text/encoding/internal/identifier/identifier.go gopkg/src/golang.org/x/text/encoding/internal/identifier/mib.go @@ -146,6 +165,7 @@ gopkg/src/golang.org/x/text/encoding/sim gopkg/src/golang.org/x/text/encoding/simplifiedchinese/tables.go gopkg/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt +gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-32be.txt gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt gopkg/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt gopkg/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt @@ -167,16 +187,75 @@ gopkg/src/golang.org/x/text/encoding/tra gopkg/src/golang.org/x/text/encoding/unicode/override.go gopkg/src/golang.org/x/text/encoding/unicode/unicode.go gopkg/src/golang.org/x/text/encoding/unicode/unicode_test.go +gopkg/src/golang.org/x/text/encoding/unicode/utf32/utf32.go +gopkg/src/golang.org/x/text/encoding/unicode/utf32/utf32_test.go +gopkg/src/golang.org/x/text/feature/plural/common.go +gopkg/src/golang.org/x/text/feature/plural/data_test.go +gopkg/src/golang.org/x/text/feature/plural/example_test.go +gopkg/src/golang.org/x/text/feature/plural/gen.go +gopkg/src/golang.org/x/text/feature/plural/gen_common.go +gopkg/src/golang.org/x/text/feature/plural/message.go +gopkg/src/golang.org/x/text/feature/plural/message_test.go +gopkg/src/golang.org/x/text/feature/plural/plural.go +gopkg/src/golang.org/x/text/feature/plural/plural_test.go +gopkg/src/golang.org/x/text/feature/plural/tables.go gopkg/src/golang.org/x/text/gen.go +gopkg/src/golang.org/x/text/internal/catmsg/catmsg.go +gopkg/src/golang.org/x/text/internal/catmsg/catmsg_test.go +gopkg/src/golang.org/x/text/internal/catmsg/codec.go +gopkg/src/golang.org/x/text/internal/catmsg/varint.go +gopkg/src/golang.org/x/text/internal/catmsg/varint_test.go +gopkg/src/golang.org/x/text/internal/cldrtree/cldrtree.go +gopkg/src/golang.org/x/text/internal/cldrtree/cldrtree_test.go +gopkg/src/golang.org/x/text/internal/cldrtree/generate.go +gopkg/src/golang.org/x/text/internal/cldrtree/option.go +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test1/common/main/root.xml +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test1/output.go +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en.xml +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en_001.xml +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en_GB.xml +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/root.xml +gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/output.go +gopkg/src/golang.org/x/text/internal/cldrtree/tree.go +gopkg/src/golang.org/x/text/internal/cldrtree/type.go +gopkg/src/golang.org/x/text/internal/colltab/collate_test.go +gopkg/src/golang.org/x/text/internal/colltab/collelem.go +gopkg/src/golang.org/x/text/internal/colltab/collelem_test.go gopkg/src/golang.org/x/text/internal/colltab/colltab.go gopkg/src/golang.org/x/text/internal/colltab/colltab_test.go gopkg/src/golang.org/x/text/internal/colltab/contract.go gopkg/src/golang.org/x/text/internal/colltab/contract_test.go gopkg/src/golang.org/x/text/internal/colltab/iter.go gopkg/src/golang.org/x/text/internal/colltab/iter_test.go +gopkg/src/golang.org/x/text/internal/colltab/numeric.go +gopkg/src/golang.org/x/text/internal/colltab/numeric_test.go +gopkg/src/golang.org/x/text/internal/colltab/table.go +gopkg/src/golang.org/x/text/internal/colltab/trie.go +gopkg/src/golang.org/x/text/internal/colltab/trie_test.go +gopkg/src/golang.org/x/text/internal/colltab/weighter.go +gopkg/src/golang.org/x/text/internal/colltab/weighter_test.go +gopkg/src/golang.org/x/text/internal/export/README +gopkg/src/golang.org/x/text/internal/export/idna/common_test.go +gopkg/src/golang.org/x/text/internal/export/idna/example_test.go +gopkg/src/golang.org/x/text/internal/export/idna/gen.go +gopkg/src/golang.org/x/text/internal/export/idna/gen10.0.0_test.go +gopkg/src/golang.org/x/text/internal/export/idna/gen9.0.0_test.go +gopkg/src/golang.org/x/text/internal/export/idna/gen_common.go +gopkg/src/golang.org/x/text/internal/export/idna/gen_trieval.go +gopkg/src/golang.org/x/text/internal/export/idna/idna10.0.0.go +gopkg/src/golang.org/x/text/internal/export/idna/idna10.0.0_test.go +gopkg/src/golang.org/x/text/internal/export/idna/idna9.0.0.go +gopkg/src/golang.org/x/text/internal/export/idna/idna9.0.0_test.go +gopkg/src/golang.org/x/text/internal/export/idna/idna_test.go +gopkg/src/golang.org/x/text/internal/export/idna/punycode.go +gopkg/src/golang.org/x/text/internal/export/idna/punycode_test.go +gopkg/src/golang.org/x/text/internal/export/idna/tables10.0.0.go +gopkg/src/golang.org/x/text/internal/export/idna/tables9.0.0.go +gopkg/src/golang.org/x/text/internal/export/idna/trie.go +gopkg/src/golang.org/x/text/internal/export/idna/trieval.go gopkg/src/golang.org/x/text/internal/format/format.go -gopkg/src/golang.org/x/text/internal/format/pattern.go -gopkg/src/golang.org/x/text/internal/format/pattern_test.go +gopkg/src/golang.org/x/text/internal/format/parser.go +gopkg/src/golang.org/x/text/internal/format/parser_test.go gopkg/src/golang.org/x/text/internal/gen.go gopkg/src/golang.org/x/text/internal/gen/code.go gopkg/src/golang.org/x/text/internal/gen/gen.go @@ -185,11 +264,31 @@ gopkg/src/golang.org/x/text/internal/int gopkg/src/golang.org/x/text/internal/internal_test.go gopkg/src/golang.org/x/text/internal/match.go gopkg/src/golang.org/x/text/internal/match_test.go +gopkg/src/golang.org/x/text/internal/number/common.go +gopkg/src/golang.org/x/text/internal/number/decimal.go +gopkg/src/golang.org/x/text/internal/number/decimal_test.go +gopkg/src/golang.org/x/text/internal/number/format.go +gopkg/src/golang.org/x/text/internal/number/format_test.go +gopkg/src/golang.org/x/text/internal/number/gen.go +gopkg/src/golang.org/x/text/internal/number/gen_common.go +gopkg/src/golang.org/x/text/internal/number/number.go +gopkg/src/golang.org/x/text/internal/number/number_test.go +gopkg/src/golang.org/x/text/internal/number/pattern.go +gopkg/src/golang.org/x/text/internal/number/pattern_test.go +gopkg/src/golang.org/x/text/internal/number/roundingmode_string.go +gopkg/src/golang.org/x/text/internal/number/tables.go +gopkg/src/golang.org/x/text/internal/number/tables_test.go +gopkg/src/golang.org/x/text/internal/stringset/set.go +gopkg/src/golang.org/x/text/internal/stringset/set_test.go gopkg/src/golang.org/x/text/internal/tables.go gopkg/src/golang.org/x/text/internal/tag/tag.go gopkg/src/golang.org/x/text/internal/tag/tag_test.go gopkg/src/golang.org/x/text/internal/testtext/codesize.go gopkg/src/golang.org/x/text/internal/testtext/flag.go +gopkg/src/golang.org/x/text/internal/testtext/gc.go +gopkg/src/golang.org/x/text/internal/testtext/gccgo.go +gopkg/src/golang.org/x/text/internal/testtext/go1_6.go +gopkg/src/golang.org/x/text/internal/testtext/go1_7.go gopkg/src/golang.org/x/text/internal/testtext/text.go gopkg/src/golang.org/x/text/internal/triegen/compact.go gopkg/src/golang.org/x/text/internal/triegen/data_test.go @@ -206,7 +305,6 @@ gopkg/src/golang.org/x/text/language/Mak gopkg/src/golang.org/x/text/language/common.go gopkg/src/golang.org/x/text/language/coverage.go gopkg/src/golang.org/x/text/language/coverage_test.go -gopkg/src/golang.org/x/text/language/data_test.go gopkg/src/golang.org/x/text/language/display/dict.go gopkg/src/golang.org/x/text/language/display/dict_test.go gopkg/src/golang.org/x/text/language/display/display.go @@ -215,27 +313,48 @@ gopkg/src/golang.org/x/text/language/dis gopkg/src/golang.org/x/text/language/display/lookup.go gopkg/src/golang.org/x/text/language/display/maketables.go gopkg/src/golang.org/x/text/language/display/tables.go +gopkg/src/golang.org/x/text/language/doc.go gopkg/src/golang.org/x/text/language/examples_test.go +gopkg/src/golang.org/x/text/language/gen.go gopkg/src/golang.org/x/text/language/gen_common.go gopkg/src/golang.org/x/text/language/gen_index.go gopkg/src/golang.org/x/text/language/go1_1.go gopkg/src/golang.org/x/text/language/go1_2.go +gopkg/src/golang.org/x/text/language/httpexample_test.go gopkg/src/golang.org/x/text/language/index.go gopkg/src/golang.org/x/text/language/language.go gopkg/src/golang.org/x/text/language/language_test.go gopkg/src/golang.org/x/text/language/lookup.go gopkg/src/golang.org/x/text/language/lookup_test.go -gopkg/src/golang.org/x/text/language/maketables.go gopkg/src/golang.org/x/text/language/match.go gopkg/src/golang.org/x/text/language/match_test.go gopkg/src/golang.org/x/text/language/parse.go gopkg/src/golang.org/x/text/language/parse_test.go gopkg/src/golang.org/x/text/language/tables.go gopkg/src/golang.org/x/text/language/tags.go +gopkg/src/golang.org/x/text/language/testdata/CLDRLocaleMatcherTest.txt +gopkg/src/golang.org/x/text/language/testdata/GoLocaleMatcherTest.txt gopkg/src/golang.org/x/text/message/catalog.go +gopkg/src/golang.org/x/text/message/catalog/catalog.go +gopkg/src/golang.org/x/text/message/catalog/catalog_test.go +gopkg/src/golang.org/x/text/message/catalog/dict.go +gopkg/src/golang.org/x/text/message/catalog/go19.go +gopkg/src/golang.org/x/text/message/catalog/gopre19.go gopkg/src/golang.org/x/text/message/catalog_test.go +gopkg/src/golang.org/x/text/message/doc.go +gopkg/src/golang.org/x/text/message/examples_test.go +gopkg/src/golang.org/x/text/message/fmt_test.go +gopkg/src/golang.org/x/text/message/format.go gopkg/src/golang.org/x/text/message/message.go gopkg/src/golang.org/x/text/message/message_test.go +gopkg/src/golang.org/x/text/message/print.go +gopkg/src/golang.org/x/text/number/doc.go +gopkg/src/golang.org/x/text/number/examples_test.go +gopkg/src/golang.org/x/text/number/format.go +gopkg/src/golang.org/x/text/number/format_test.go +gopkg/src/golang.org/x/text/number/number.go +gopkg/src/golang.org/x/text/number/number_test.go +gopkg/src/golang.org/x/text/number/option.go gopkg/src/golang.org/x/text/runes/cond.go gopkg/src/golang.org/x/text/runes/cond_test.go gopkg/src/golang.org/x/text/runes/example_test.go @@ -246,6 +365,34 @@ gopkg/src/golang.org/x/text/search/patte gopkg/src/golang.org/x/text/search/pattern_test.go gopkg/src/golang.org/x/text/search/search.go gopkg/src/golang.org/x/text/search/tables.go +gopkg/src/golang.org/x/text/secure/bidirule/bench_test.go +gopkg/src/golang.org/x/text/secure/bidirule/bidirule.go +gopkg/src/golang.org/x/text/secure/bidirule/bidirule10.0.0.go +gopkg/src/golang.org/x/text/secure/bidirule/bidirule10.0.0_test.go +gopkg/src/golang.org/x/text/secure/bidirule/bidirule9.0.0.go +gopkg/src/golang.org/x/text/secure/bidirule/bidirule9.0.0_test.go +gopkg/src/golang.org/x/text/secure/bidirule/bidirule_test.go +gopkg/src/golang.org/x/text/secure/doc.go +gopkg/src/golang.org/x/text/secure/precis/benchmark_test.go +gopkg/src/golang.org/x/text/secure/precis/class.go +gopkg/src/golang.org/x/text/secure/precis/class_test.go +gopkg/src/golang.org/x/text/secure/precis/context.go +gopkg/src/golang.org/x/text/secure/precis/doc.go +gopkg/src/golang.org/x/text/secure/precis/enforce10.0.0_test.go +gopkg/src/golang.org/x/text/secure/precis/enforce9.0.0_test.go +gopkg/src/golang.org/x/text/secure/precis/enforce_test.go +gopkg/src/golang.org/x/text/secure/precis/gen.go +gopkg/src/golang.org/x/text/secure/precis/gen_trieval.go +gopkg/src/golang.org/x/text/secure/precis/nickname.go +gopkg/src/golang.org/x/text/secure/precis/options.go +gopkg/src/golang.org/x/text/secure/precis/profile.go +gopkg/src/golang.org/x/text/secure/precis/profile_test.go +gopkg/src/golang.org/x/text/secure/precis/profiles.go +gopkg/src/golang.org/x/text/secure/precis/tables10.0.0.go +gopkg/src/golang.org/x/text/secure/precis/tables9.0.0.go +gopkg/src/golang.org/x/text/secure/precis/tables_test.go +gopkg/src/golang.org/x/text/secure/precis/transformer.go +gopkg/src/golang.org/x/text/secure/precis/trieval.go gopkg/src/golang.org/x/text/transform/examples_test.go gopkg/src/golang.org/x/text/transform/transform.go gopkg/src/golang.org/x/text/transform/transform_test.go @@ -256,8 +403,10 @@ gopkg/src/golang.org/x/text/unicode/bidi gopkg/src/golang.org/x/text/unicode/bidi/gen.go gopkg/src/golang.org/x/text/unicode/bidi/gen_ranges.go gopkg/src/golang.org/x/text/unicode/bidi/gen_trieval.go +gopkg/src/golang.org/x/text/unicode/bidi/prop.go gopkg/src/golang.org/x/text/unicode/bidi/ranges_test.go -gopkg/src/golang.org/x/text/unicode/bidi/tables.go +gopkg/src/golang.org/x/text/unicode/bidi/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/bidi/tables9.0.0.go gopkg/src/golang.org/x/text/unicode/bidi/tables_test.go gopkg/src/golang.org/x/text/unicode/bidi/trieval.go gopkg/src/golang.org/x/text/unicode/cldr/base.go @@ -277,19 +426,22 @@ gopkg/src/golang.org/x/text/unicode/cldr gopkg/src/golang.org/x/text/unicode/doc.go gopkg/src/golang.org/x/text/unicode/norm/composition.go gopkg/src/golang.org/x/text/unicode/norm/composition_test.go +gopkg/src/golang.org/x/text/unicode/norm/data10.0.0_test.go +gopkg/src/golang.org/x/text/unicode/norm/data9.0.0_test.go gopkg/src/golang.org/x/text/unicode/norm/example_iter_test.go +gopkg/src/golang.org/x/text/unicode/norm/example_test.go gopkg/src/golang.org/x/text/unicode/norm/forminfo.go gopkg/src/golang.org/x/text/unicode/norm/forminfo_test.go gopkg/src/golang.org/x/text/unicode/norm/input.go gopkg/src/golang.org/x/text/unicode/norm/iter.go gopkg/src/golang.org/x/text/unicode/norm/iter_test.go gopkg/src/golang.org/x/text/unicode/norm/maketables.go -gopkg/src/golang.org/x/text/unicode/norm/norm_test.go gopkg/src/golang.org/x/text/unicode/norm/normalize.go gopkg/src/golang.org/x/text/unicode/norm/normalize_test.go gopkg/src/golang.org/x/text/unicode/norm/readwriter.go gopkg/src/golang.org/x/text/unicode/norm/readwriter_test.go -gopkg/src/golang.org/x/text/unicode/norm/tables.go +gopkg/src/golang.org/x/text/unicode/norm/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/norm/tables9.0.0.go gopkg/src/golang.org/x/text/unicode/norm/transform.go gopkg/src/golang.org/x/text/unicode/norm/transform_test.go gopkg/src/golang.org/x/text/unicode/norm/trie.go @@ -300,7 +452,15 @@ gopkg/src/golang.org/x/text/unicode/rang gopkg/src/golang.org/x/text/unicode/rangetable/merge_test.go gopkg/src/golang.org/x/text/unicode/rangetable/rangetable.go gopkg/src/golang.org/x/text/unicode/rangetable/rangetable_test.go -gopkg/src/golang.org/x/text/unicode/rangetable/tables.go +gopkg/src/golang.org/x/text/unicode/rangetable/tables10.0.0.go +gopkg/src/golang.org/x/text/unicode/rangetable/tables9.0.0.go +gopkg/src/golang.org/x/text/unicode/runenames/bits.go +gopkg/src/golang.org/x/text/unicode/runenames/example_test.go +gopkg/src/golang.org/x/text/unicode/runenames/gen.go +gopkg/src/golang.org/x/text/unicode/runenames/gen_bits.go +gopkg/src/golang.org/x/text/unicode/runenames/runenames.go +gopkg/src/golang.org/x/text/unicode/runenames/runenames_test.go +gopkg/src/golang.org/x/text/unicode/runenames/tables.go gopkg/src/golang.org/x/text/width/common_test.go gopkg/src/golang.org/x/text/width/example_test.go gopkg/src/golang.org/x/text/width/gen.go @@ -308,9 +468,11 @@ gopkg/src/golang.org/x/text/width/gen_co gopkg/src/golang.org/x/text/width/gen_trieval.go gopkg/src/golang.org/x/text/width/kind_string.go gopkg/src/golang.org/x/text/width/runes_test.go -gopkg/src/golang.org/x/text/width/tables.go +gopkg/src/golang.org/x/text/width/tables10.0.0.go +gopkg/src/golang.org/x/text/width/tables9.0.0.go gopkg/src/golang.org/x/text/width/tables_test.go gopkg/src/golang.org/x/text/width/transform.go gopkg/src/golang.org/x/text/width/transform_test.go gopkg/src/golang.org/x/text/width/trieval.go gopkg/src/golang.org/x/text/width/width.go +@pkgdir gopkg/src/golang.org/x/text/cmd Index: pkgsrc/textproc/go-text/buildlink3.mk diff -u pkgsrc/textproc/go-text/buildlink3.mk:1.2 pkgsrc/textproc/go-text/buildlink3.mk:1.3 --- pkgsrc/textproc/go-text/buildlink3.mk:1.2 Tue Dec 29 21:47:48 2015 +++ pkgsrc/textproc/go-text/buildlink3.mk Sun Jul 8 17:15:42 2018 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2015/12/29 21:47:48 bsiegert Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2018/07/08 17:15:42 bsiegert Exp $ BUILDLINK_TREE+= go-text @@ -8,7 +8,7 @@ GO_TEXT_BUILDLINK3_MK:= BUILDLINK_CONTENTS_FILTER.go-text= ${EGREP} gopkg/ BUILDLINK_DEPMETHOD.go-text?= build -BUILDLINK_API_DEPENDS.go-text+= go-text>=20150310 +BUILDLINK_API_DEPENDS.go-text+= go-text>=0.3.0 BUILDLINK_PKGSRCDIR.go-text?= ../../textproc/go-text .endif # GO_TEXT_BUILDLINK3_MK Index: pkgsrc/textproc/go-text/distinfo diff -u pkgsrc/textproc/go-text/distinfo:1.4 pkgsrc/textproc/go-text/distinfo:1.5 --- pkgsrc/textproc/go-text/distinfo:1.4 Sun Jan 3 20:06:35 2016 +++ pkgsrc/textproc/go-text/distinfo Sun Jul 8 17:15:42 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/01/03 20:06:35 bsiegert Exp $ +$NetBSD: distinfo,v 1.5 2018/07/08 17:15:42 bsiegert Exp $ -SHA1 (go-text-20151217-cf4986612c.tar.gz) = d351a09afcc5c0a7475e862d0ed5d852e02f4508 -RMD160 (go-text-20151217-cf4986612c.tar.gz) = 5e8cc0ecda2ad14531508f42d848c8fcfe53ec56 -SHA512 (go-text-20151217-cf4986612c.tar.gz) = 80708a245d36111da610ff2238fd2ec4fe681fe2a755e0b53357006ad12b41745c391f8b16ec872caf588ca62dd57ea0a9b9e610fa1ef5e23535ff45eddf715e -Size (go-text-20151217-cf4986612c.tar.gz) = 3912867 bytes +SHA1 (go-text-0.3.0.tar.gz) = 5033f2028bcbe3f7ecab0c94343f585c936e7a18 +RMD160 (go-text-0.3.0.tar.gz) = 96c9fc9705b27a71e3027b9eb39761d515ed54f0 +SHA512 (go-text-0.3.0.tar.gz) = bd60dfaa7d9dbfca171a3ba40b51f5663c01257cf3b12b618d35689a97ab2212d316d5716ff09681bf40b099f7e20a0e0df8cfc065699cb6a07ad1dc2e2bc189 +Size (go-text-0.3.0.tar.gz) = 6102619 bytes --_----------=_1531070142210550--