Sun Jul 8 17:15:42 2018 UTC ()
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.


(bsiegert)
diff -r1.16 -r1.17 pkgsrc/textproc/go-text/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/go-text/PLIST
diff -r1.2 -r1.3 pkgsrc/textproc/go-text/buildlink3.mk
diff -r1.4 -r1.5 pkgsrc/textproc/go-text/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/textproc/go-text/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/go-text/Makefile 2018/06/12 17:50:29 1.16
+++ pkgsrc/textproc/go-text/Makefile 2018/07/08 17:15:42 1.17
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.16 2018/06/12 17:50:29 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.17 2018/07/08 17:15:42 bsiegert Exp $
2 2
3DISTNAME= go-text-20151217 3DISTNAME= go-text-0.3.0
4PKGREVISION= 10 
5CATEGORIES= textproc 4CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
7GITHUB_PROJECT= text 6GITHUB_PROJECT= text
8GITHUB_TAG= cf4986612c 7GITHUB_TAG= v0.3.0
9 8
10MAINTAINER= bsiegert@NetBSD.org 9MAINTAINER= bsiegert@NetBSD.org
11HOMEPAGE= http://golang.org/ 10HOMEPAGE= http://golang.org/
12COMMENT= Supplementary text processing libraries for Go 11COMMENT= Supplementary text processing libraries for Go
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15GO_SRCPATH= golang.org/x/text 14GO_SRCPATH= golang.org/x/text
16GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* 15GO_DIST_BASE= ${DISTNAME:S/go-//}
17 16
18CHECK_RELRO_SKIP+= bin/colcmp 17CHECK_RELRO_SKIP+= bin/colcmp
19 18
 19pre-patch:
 20 ${RM} -rf ${WRKSRC}/cmd/gotext ${WRKSRC}/message/pipeline
 21
20.include "../../lang/go/go-package.mk" 22.include "../../lang/go/go-package.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/go-text/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/go-text/PLIST 2016/01/03 20:06:35 1.2
+++ pkgsrc/textproc/go-text/PLIST 2018/07/08 17:15:42 1.3
@@ -1,316 +1,478 @@ @@ -1,316 +1,478 @@
1@comment $NetBSD: PLIST,v 1.2 2016/01/03 20:06:35 bsiegert Exp $ 1@comment $NetBSD: PLIST,v 1.3 2018/07/08 17:15:42 bsiegert Exp $
2bin/colcmp 2bin/colcmp
3gopkg/pkg/${GO_PLATFORM}/golang.org/x/text.a 3gopkg/pkg/${GO_PLATFORM}/golang.org/x/text.a
4gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/cases.a 4gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/cases.a
5gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate.a 5gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate.a
6gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/build.a 6gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/build.a
7gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/colltab.a 
8gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/currency.a 7gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/currency.a
 8gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/date.a
9gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding.a 9gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding.a
10gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/charmap.a 10gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/charmap.a
11gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/htmlindex.a 11gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/htmlindex.a
12gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/ianaindex.a 12gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/ianaindex.a
13gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal.a 13gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal.a
 14gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal/enctest.a
14gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal/identifier.a 15gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/internal/identifier.a
15gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/japanese.a 16gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/japanese.a
16gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/korean.a 17gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/korean.a
17gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/simplifiedchinese.a 18gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/simplifiedchinese.a
18gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/traditionalchinese.a 19gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/traditionalchinese.a
19gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/unicode.a 20gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/unicode.a
 21gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/unicode/utf32.a
 22gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/feature/plural.a
20gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal.a 23gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal.a
 24gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/catmsg.a
 25gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/cldrtree.a
21gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/colltab.a 26gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/colltab.a
 27gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/export/idna.a
22gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/format.a 28gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/format.a
23gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/gen.a 29gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/gen.a
 30gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/number.a
 31gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/stringset.a
24gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/tag.a 32gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/tag.a
25gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/testtext.a 33gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/testtext.a
26gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/triegen.a 34gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/triegen.a
27gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/ucd.a 35gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/ucd.a
28gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/utf8internal.a 36gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/utf8internal.a
29gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language.a 37gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language.a
30gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language/display.a 38gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language/display.a
31gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/message.a 39gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/message.a
 40gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/message/catalog.a
 41gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/number.a
32gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/runes.a 42gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/runes.a
33gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/search.a 43gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/search.a
 44gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/secure.a
 45gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/secure/bidirule.a
 46gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/secure/precis.a
34gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/transform.a 47gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/transform.a
35gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode.a 48gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode.a
36gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/bidi.a 49gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/bidi.a
37gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/cldr.a 50gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/cldr.a
38gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/norm.a 51gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/norm.a
39gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/rangetable.a 52gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/rangetable.a
 53gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/runenames.a
40gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/width.a 54gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/width.a
41gopkg/src/golang.org/x/text/AUTHORS 55gopkg/src/golang.org/x/text/AUTHORS
42gopkg/src/golang.org/x/text/CONTRIBUTING.md 56gopkg/src/golang.org/x/text/CONTRIBUTING.md
43gopkg/src/golang.org/x/text/CONTRIBUTORS 57gopkg/src/golang.org/x/text/CONTRIBUTORS
44gopkg/src/golang.org/x/text/LICENSE 58gopkg/src/golang.org/x/text/LICENSE
45gopkg/src/golang.org/x/text/PATENTS 59gopkg/src/golang.org/x/text/PATENTS
46gopkg/src/golang.org/x/text/README 60gopkg/src/golang.org/x/text/README.md
47gopkg/src/golang.org/x/text/cases/cases.go 61gopkg/src/golang.org/x/text/cases/cases.go
48gopkg/src/golang.org/x/text/cases/context.go 62gopkg/src/golang.org/x/text/cases/context.go
49gopkg/src/golang.org/x/text/cases/context_test.go 63gopkg/src/golang.org/x/text/cases/context_test.go
50gopkg/src/golang.org/x/text/cases/example_test.go 64gopkg/src/golang.org/x/text/cases/example_test.go
 65gopkg/src/golang.org/x/text/cases/fold.go
 66gopkg/src/golang.org/x/text/cases/fold_test.go
51gopkg/src/golang.org/x/text/cases/gen.go 67gopkg/src/golang.org/x/text/cases/gen.go
52gopkg/src/golang.org/x/text/cases/gen_trieval.go 68gopkg/src/golang.org/x/text/cases/gen_trieval.go
 69gopkg/src/golang.org/x/text/cases/icu.go
 70gopkg/src/golang.org/x/text/cases/icu_test.go
 71gopkg/src/golang.org/x/text/cases/info.go
53gopkg/src/golang.org/x/text/cases/map.go 72gopkg/src/golang.org/x/text/cases/map.go
54gopkg/src/golang.org/x/text/cases/map_test.go 73gopkg/src/golang.org/x/text/cases/map_test.go
55gopkg/src/golang.org/x/text/cases/tables.go 74gopkg/src/golang.org/x/text/cases/tables10.0.0.go
56gopkg/src/golang.org/x/text/cases/tables_test.go 75gopkg/src/golang.org/x/text/cases/tables10.0.0_test.go
 76gopkg/src/golang.org/x/text/cases/tables9.0.0.go
 77gopkg/src/golang.org/x/text/cases/tables9.0.0_test.go
57gopkg/src/golang.org/x/text/cases/trieval.go 78gopkg/src/golang.org/x/text/cases/trieval.go
58gopkg/src/golang.org/x/text/codereview.cfg 79gopkg/src/golang.org/x/text/codereview.cfg
59gopkg/src/golang.org/x/text/collate/build/builder.go 80gopkg/src/golang.org/x/text/collate/build/builder.go
60gopkg/src/golang.org/x/text/collate/build/builder_test.go 81gopkg/src/golang.org/x/text/collate/build/builder_test.go
61gopkg/src/golang.org/x/text/collate/build/colelem.go 82gopkg/src/golang.org/x/text/collate/build/colelem.go
62gopkg/src/golang.org/x/text/collate/build/colelem_test.go 83gopkg/src/golang.org/x/text/collate/build/colelem_test.go
63gopkg/src/golang.org/x/text/collate/build/contract.go 84gopkg/src/golang.org/x/text/collate/build/contract.go
64gopkg/src/golang.org/x/text/collate/build/contract_test.go 85gopkg/src/golang.org/x/text/collate/build/contract_test.go
65gopkg/src/golang.org/x/text/collate/build/order.go 86gopkg/src/golang.org/x/text/collate/build/order.go
66gopkg/src/golang.org/x/text/collate/build/order_test.go 87gopkg/src/golang.org/x/text/collate/build/order_test.go
67gopkg/src/golang.org/x/text/collate/build/table.go 88gopkg/src/golang.org/x/text/collate/build/table.go
68gopkg/src/golang.org/x/text/collate/build/trie.go 89gopkg/src/golang.org/x/text/collate/build/trie.go
69gopkg/src/golang.org/x/text/collate/build/trie_test.go 90gopkg/src/golang.org/x/text/collate/build/trie_test.go
70gopkg/src/golang.org/x/text/collate/collate.go 91gopkg/src/golang.org/x/text/collate/collate.go
71gopkg/src/golang.org/x/text/collate/collate_test.go 92gopkg/src/golang.org/x/text/collate/collate_test.go
72gopkg/src/golang.org/x/text/collate/colltab/collate_test.go 
73gopkg/src/golang.org/x/text/collate/colltab/collelem.go 
74gopkg/src/golang.org/x/text/collate/colltab/collelem_test.go 
75gopkg/src/golang.org/x/text/collate/colltab/colltab.go 
76gopkg/src/golang.org/x/text/collate/colltab/colltab_test.go 
77gopkg/src/golang.org/x/text/collate/colltab/contract.go 
78gopkg/src/golang.org/x/text/collate/colltab/contract_test.go 
79gopkg/src/golang.org/x/text/collate/colltab/export.go 
80gopkg/src/golang.org/x/text/collate/colltab/numeric.go 
81gopkg/src/golang.org/x/text/collate/colltab/numeric_test.go 
82gopkg/src/golang.org/x/text/collate/colltab/table.go 
83gopkg/src/golang.org/x/text/collate/colltab/trie.go 
84gopkg/src/golang.org/x/text/collate/colltab/trie_test.go 
85gopkg/src/golang.org/x/text/collate/export_test.go 93gopkg/src/golang.org/x/text/collate/export_test.go
86gopkg/src/golang.org/x/text/collate/index.go 94gopkg/src/golang.org/x/text/collate/index.go
87gopkg/src/golang.org/x/text/collate/maketables.go 95gopkg/src/golang.org/x/text/collate/maketables.go
88gopkg/src/golang.org/x/text/collate/option.go 96gopkg/src/golang.org/x/text/collate/option.go
89gopkg/src/golang.org/x/text/collate/option_test.go 97gopkg/src/golang.org/x/text/collate/option_test.go
90gopkg/src/golang.org/x/text/collate/reg_test.go 98gopkg/src/golang.org/x/text/collate/reg_test.go
91gopkg/src/golang.org/x/text/collate/sort.go 99gopkg/src/golang.org/x/text/collate/sort.go
92gopkg/src/golang.org/x/text/collate/sort_test.go 100gopkg/src/golang.org/x/text/collate/sort_test.go
93gopkg/src/golang.org/x/text/collate/table_test.go 101gopkg/src/golang.org/x/text/collate/table_test.go
94gopkg/src/golang.org/x/text/collate/tables.go 102gopkg/src/golang.org/x/text/collate/tables.go
95gopkg/src/golang.org/x/text/collate/tools/colcmp/Makefile 103gopkg/src/golang.org/x/text/collate/tools/colcmp/Makefile
96gopkg/src/golang.org/x/text/collate/tools/colcmp/chars.go 104gopkg/src/golang.org/x/text/collate/tools/colcmp/chars.go
97gopkg/src/golang.org/x/text/collate/tools/colcmp/col.go 105gopkg/src/golang.org/x/text/collate/tools/colcmp/col.go
98gopkg/src/golang.org/x/text/collate/tools/colcmp/colcmp.go 106gopkg/src/golang.org/x/text/collate/tools/colcmp/colcmp.go
99gopkg/src/golang.org/x/text/collate/tools/colcmp/darwin.go 107gopkg/src/golang.org/x/text/collate/tools/colcmp/darwin.go
100gopkg/src/golang.org/x/text/collate/tools/colcmp/gen.go 108gopkg/src/golang.org/x/text/collate/tools/colcmp/gen.go
101gopkg/src/golang.org/x/text/collate/tools/colcmp/icu.go 109gopkg/src/golang.org/x/text/collate/tools/colcmp/icu.go
102gopkg/src/golang.org/x/text/currency/common.go 110gopkg/src/golang.org/x/text/currency/common.go
103gopkg/src/golang.org/x/text/currency/currency.go 111gopkg/src/golang.org/x/text/currency/currency.go
104gopkg/src/golang.org/x/text/currency/currency_test.go 112gopkg/src/golang.org/x/text/currency/currency_test.go
 113gopkg/src/golang.org/x/text/currency/example_test.go
105gopkg/src/golang.org/x/text/currency/format.go 114gopkg/src/golang.org/x/text/currency/format.go
106gopkg/src/golang.org/x/text/currency/format_test.go 115gopkg/src/golang.org/x/text/currency/format_test.go
107gopkg/src/golang.org/x/text/currency/gen.go 116gopkg/src/golang.org/x/text/currency/gen.go
108gopkg/src/golang.org/x/text/currency/gen_common.go 117gopkg/src/golang.org/x/text/currency/gen_common.go
 118gopkg/src/golang.org/x/text/currency/query.go
 119gopkg/src/golang.org/x/text/currency/query_test.go
109gopkg/src/golang.org/x/text/currency/tables.go 120gopkg/src/golang.org/x/text/currency/tables.go
110gopkg/src/golang.org/x/text/currency/tables_test.go 121gopkg/src/golang.org/x/text/currency/tables_test.go
 122gopkg/src/golang.org/x/text/date/data_test.go
 123gopkg/src/golang.org/x/text/date/gen.go
 124gopkg/src/golang.org/x/text/date/gen_test.go
 125gopkg/src/golang.org/x/text/date/tables.go
111gopkg/src/golang.org/x/text/doc.go 126gopkg/src/golang.org/x/text/doc.go
112gopkg/src/golang.org/x/text/encoding/charmap/charmap.go 127gopkg/src/golang.org/x/text/encoding/charmap/charmap.go
113gopkg/src/golang.org/x/text/encoding/charmap/charmap_test.go 128gopkg/src/golang.org/x/text/encoding/charmap/charmap_test.go
114gopkg/src/golang.org/x/text/encoding/charmap/maketables.go 129gopkg/src/golang.org/x/text/encoding/charmap/maketables.go
115gopkg/src/golang.org/x/text/encoding/charmap/tables.go 130gopkg/src/golang.org/x/text/encoding/charmap/tables.go
116gopkg/src/golang.org/x/text/encoding/encoding.go 131gopkg/src/golang.org/x/text/encoding/encoding.go
117gopkg/src/golang.org/x/text/encoding/encoding_test.go 132gopkg/src/golang.org/x/text/encoding/encoding_test.go
118gopkg/src/golang.org/x/text/encoding/example_test.go 133gopkg/src/golang.org/x/text/encoding/example_test.go
119gopkg/src/golang.org/x/text/encoding/htmlindex/gen.go 134gopkg/src/golang.org/x/text/encoding/htmlindex/gen.go
120gopkg/src/golang.org/x/text/encoding/htmlindex/htmlindex.go 135gopkg/src/golang.org/x/text/encoding/htmlindex/htmlindex.go
121gopkg/src/golang.org/x/text/encoding/htmlindex/htmlindex_test.go 136gopkg/src/golang.org/x/text/encoding/htmlindex/htmlindex_test.go
122gopkg/src/golang.org/x/text/encoding/htmlindex/map.go 137gopkg/src/golang.org/x/text/encoding/htmlindex/map.go
123gopkg/src/golang.org/x/text/encoding/htmlindex/tables.go 138gopkg/src/golang.org/x/text/encoding/htmlindex/tables.go
124gopkg/src/golang.org/x/text/encoding/ianaindex/example_test.go 139gopkg/src/golang.org/x/text/encoding/ianaindex/example_test.go
 140gopkg/src/golang.org/x/text/encoding/ianaindex/gen.go
125gopkg/src/golang.org/x/text/encoding/ianaindex/ianaindex.go 141gopkg/src/golang.org/x/text/encoding/ianaindex/ianaindex.go
 142gopkg/src/golang.org/x/text/encoding/ianaindex/ianaindex_test.go
 143gopkg/src/golang.org/x/text/encoding/ianaindex/tables.go
 144gopkg/src/golang.org/x/text/encoding/internal/enctest/enctest.go
126gopkg/src/golang.org/x/text/encoding/internal/identifier/gen.go 145gopkg/src/golang.org/x/text/encoding/internal/identifier/gen.go
127gopkg/src/golang.org/x/text/encoding/internal/identifier/identifier.go 146gopkg/src/golang.org/x/text/encoding/internal/identifier/identifier.go
128gopkg/src/golang.org/x/text/encoding/internal/identifier/mib.go 147gopkg/src/golang.org/x/text/encoding/internal/identifier/mib.go
129gopkg/src/golang.org/x/text/encoding/internal/internal.go 148gopkg/src/golang.org/x/text/encoding/internal/internal.go
130gopkg/src/golang.org/x/text/encoding/japanese/all.go 149gopkg/src/golang.org/x/text/encoding/japanese/all.go
131gopkg/src/golang.org/x/text/encoding/japanese/all_test.go 150gopkg/src/golang.org/x/text/encoding/japanese/all_test.go
132gopkg/src/golang.org/x/text/encoding/japanese/eucjp.go 151gopkg/src/golang.org/x/text/encoding/japanese/eucjp.go
133gopkg/src/golang.org/x/text/encoding/japanese/iso2022jp.go 152gopkg/src/golang.org/x/text/encoding/japanese/iso2022jp.go
134gopkg/src/golang.org/x/text/encoding/japanese/maketables.go 153gopkg/src/golang.org/x/text/encoding/japanese/maketables.go
135gopkg/src/golang.org/x/text/encoding/japanese/shiftjis.go 154gopkg/src/golang.org/x/text/encoding/japanese/shiftjis.go
136gopkg/src/golang.org/x/text/encoding/japanese/tables.go 155gopkg/src/golang.org/x/text/encoding/japanese/tables.go
137gopkg/src/golang.org/x/text/encoding/korean/all_test.go 156gopkg/src/golang.org/x/text/encoding/korean/all_test.go
138gopkg/src/golang.org/x/text/encoding/korean/euckr.go 157gopkg/src/golang.org/x/text/encoding/korean/euckr.go
139gopkg/src/golang.org/x/text/encoding/korean/maketables.go 158gopkg/src/golang.org/x/text/encoding/korean/maketables.go
140gopkg/src/golang.org/x/text/encoding/korean/tables.go 159gopkg/src/golang.org/x/text/encoding/korean/tables.go
141gopkg/src/golang.org/x/text/encoding/simplifiedchinese/all.go 160gopkg/src/golang.org/x/text/encoding/simplifiedchinese/all.go
142gopkg/src/golang.org/x/text/encoding/simplifiedchinese/all_test.go 161gopkg/src/golang.org/x/text/encoding/simplifiedchinese/all_test.go
143gopkg/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go 162gopkg/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go
144gopkg/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go 163gopkg/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go
145gopkg/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go 164gopkg/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go
146gopkg/src/golang.org/x/text/encoding/simplifiedchinese/tables.go 165gopkg/src/golang.org/x/text/encoding/simplifiedchinese/tables.go
147gopkg/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt 166gopkg/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt
148gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt 167gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt
 168gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-32be.txt
149gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt 169gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt
150gopkg/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt 170gopkg/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt
151gopkg/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt 171gopkg/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt
152gopkg/src/golang.org/x/text/encoding/testdata/rashomon-iso-2022-jp.txt 172gopkg/src/golang.org/x/text/encoding/testdata/rashomon-iso-2022-jp.txt
153gopkg/src/golang.org/x/text/encoding/testdata/rashomon-shift-jis.txt 173gopkg/src/golang.org/x/text/encoding/testdata/rashomon-shift-jis.txt
154gopkg/src/golang.org/x/text/encoding/testdata/rashomon-utf-8.txt 174gopkg/src/golang.org/x/text/encoding/testdata/rashomon-utf-8.txt
155gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt 175gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt
156gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt 176gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt
157gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-gbk.txt 177gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-gbk.txt
158gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt 178gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt
159gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt 179gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt
160gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt 180gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt
161gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt 181gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt
162gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt 182gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt
163gopkg/src/golang.org/x/text/encoding/traditionalchinese/all_test.go 183gopkg/src/golang.org/x/text/encoding/traditionalchinese/all_test.go
164gopkg/src/golang.org/x/text/encoding/traditionalchinese/big5.go 184gopkg/src/golang.org/x/text/encoding/traditionalchinese/big5.go
165gopkg/src/golang.org/x/text/encoding/traditionalchinese/maketables.go 185gopkg/src/golang.org/x/text/encoding/traditionalchinese/maketables.go
166gopkg/src/golang.org/x/text/encoding/traditionalchinese/tables.go 186gopkg/src/golang.org/x/text/encoding/traditionalchinese/tables.go
167gopkg/src/golang.org/x/text/encoding/unicode/override.go 187gopkg/src/golang.org/x/text/encoding/unicode/override.go
168gopkg/src/golang.org/x/text/encoding/unicode/unicode.go 188gopkg/src/golang.org/x/text/encoding/unicode/unicode.go
169gopkg/src/golang.org/x/text/encoding/unicode/unicode_test.go 189gopkg/src/golang.org/x/text/encoding/unicode/unicode_test.go
 190gopkg/src/golang.org/x/text/encoding/unicode/utf32/utf32.go
 191gopkg/src/golang.org/x/text/encoding/unicode/utf32/utf32_test.go
 192gopkg/src/golang.org/x/text/feature/plural/common.go
 193gopkg/src/golang.org/x/text/feature/plural/data_test.go
 194gopkg/src/golang.org/x/text/feature/plural/example_test.go
 195gopkg/src/golang.org/x/text/feature/plural/gen.go
 196gopkg/src/golang.org/x/text/feature/plural/gen_common.go
 197gopkg/src/golang.org/x/text/feature/plural/message.go
 198gopkg/src/golang.org/x/text/feature/plural/message_test.go
 199gopkg/src/golang.org/x/text/feature/plural/plural.go
 200gopkg/src/golang.org/x/text/feature/plural/plural_test.go
 201gopkg/src/golang.org/x/text/feature/plural/tables.go
170gopkg/src/golang.org/x/text/gen.go 202gopkg/src/golang.org/x/text/gen.go
 203gopkg/src/golang.org/x/text/internal/catmsg/catmsg.go
 204gopkg/src/golang.org/x/text/internal/catmsg/catmsg_test.go
 205gopkg/src/golang.org/x/text/internal/catmsg/codec.go
 206gopkg/src/golang.org/x/text/internal/catmsg/varint.go
 207gopkg/src/golang.org/x/text/internal/catmsg/varint_test.go
 208gopkg/src/golang.org/x/text/internal/cldrtree/cldrtree.go
 209gopkg/src/golang.org/x/text/internal/cldrtree/cldrtree_test.go
 210gopkg/src/golang.org/x/text/internal/cldrtree/generate.go
 211gopkg/src/golang.org/x/text/internal/cldrtree/option.go
 212gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test1/common/main/root.xml
 213gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test1/output.go
 214gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en.xml
 215gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en_001.xml
 216gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/en_GB.xml
 217gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/common/main/root.xml
 218gopkg/src/golang.org/x/text/internal/cldrtree/testdata/test2/output.go
 219gopkg/src/golang.org/x/text/internal/cldrtree/tree.go
 220gopkg/src/golang.org/x/text/internal/cldrtree/type.go
 221gopkg/src/golang.org/x/text/internal/colltab/collate_test.go
 222gopkg/src/golang.org/x/text/internal/colltab/collelem.go
 223gopkg/src/golang.org/x/text/internal/colltab/collelem_test.go
171gopkg/src/golang.org/x/text/internal/colltab/colltab.go 224gopkg/src/golang.org/x/text/internal/colltab/colltab.go
172gopkg/src/golang.org/x/text/internal/colltab/colltab_test.go 225gopkg/src/golang.org/x/text/internal/colltab/colltab_test.go
173gopkg/src/golang.org/x/text/internal/colltab/contract.go 226gopkg/src/golang.org/x/text/internal/colltab/contract.go
174gopkg/src/golang.org/x/text/internal/colltab/contract_test.go 227gopkg/src/golang.org/x/text/internal/colltab/contract_test.go
175gopkg/src/golang.org/x/text/internal/colltab/iter.go 228gopkg/src/golang.org/x/text/internal/colltab/iter.go
176gopkg/src/golang.org/x/text/internal/colltab/iter_test.go 229gopkg/src/golang.org/x/text/internal/colltab/iter_test.go
 230gopkg/src/golang.org/x/text/internal/colltab/numeric.go
 231gopkg/src/golang.org/x/text/internal/colltab/numeric_test.go
 232gopkg/src/golang.org/x/text/internal/colltab/table.go
 233gopkg/src/golang.org/x/text/internal/colltab/trie.go
 234gopkg/src/golang.org/x/text/internal/colltab/trie_test.go
 235gopkg/src/golang.org/x/text/internal/colltab/weighter.go
 236gopkg/src/golang.org/x/text/internal/colltab/weighter_test.go
 237gopkg/src/golang.org/x/text/internal/export/README
 238gopkg/src/golang.org/x/text/internal/export/idna/common_test.go
 239gopkg/src/golang.org/x/text/internal/export/idna/example_test.go
 240gopkg/src/golang.org/x/text/internal/export/idna/gen.go
 241gopkg/src/golang.org/x/text/internal/export/idna/gen10.0.0_test.go
 242gopkg/src/golang.org/x/text/internal/export/idna/gen9.0.0_test.go
 243gopkg/src/golang.org/x/text/internal/export/idna/gen_common.go
 244gopkg/src/golang.org/x/text/internal/export/idna/gen_trieval.go
 245gopkg/src/golang.org/x/text/internal/export/idna/idna10.0.0.go
 246gopkg/src/golang.org/x/text/internal/export/idna/idna10.0.0_test.go
 247gopkg/src/golang.org/x/text/internal/export/idna/idna9.0.0.go
 248gopkg/src/golang.org/x/text/internal/export/idna/idna9.0.0_test.go
 249gopkg/src/golang.org/x/text/internal/export/idna/idna_test.go
 250gopkg/src/golang.org/x/text/internal/export/idna/punycode.go
 251gopkg/src/golang.org/x/text/internal/export/idna/punycode_test.go
 252gopkg/src/golang.org/x/text/internal/export/idna/tables10.0.0.go
 253gopkg/src/golang.org/x/text/internal/export/idna/tables9.0.0.go
 254gopkg/src/golang.org/x/text/internal/export/idna/trie.go
 255gopkg/src/golang.org/x/text/internal/export/idna/trieval.go
177gopkg/src/golang.org/x/text/internal/format/format.go 256gopkg/src/golang.org/x/text/internal/format/format.go
178gopkg/src/golang.org/x/text/internal/format/pattern.go 257gopkg/src/golang.org/x/text/internal/format/parser.go
179gopkg/src/golang.org/x/text/internal/format/pattern_test.go 258gopkg/src/golang.org/x/text/internal/format/parser_test.go
180gopkg/src/golang.org/x/text/internal/gen.go 259gopkg/src/golang.org/x/text/internal/gen.go
181gopkg/src/golang.org/x/text/internal/gen/code.go 260gopkg/src/golang.org/x/text/internal/gen/code.go
182gopkg/src/golang.org/x/text/internal/gen/gen.go 261gopkg/src/golang.org/x/text/internal/gen/gen.go
183gopkg/src/golang.org/x/text/internal/gen_test.go 262gopkg/src/golang.org/x/text/internal/gen_test.go
184gopkg/src/golang.org/x/text/internal/internal.go 263gopkg/src/golang.org/x/text/internal/internal.go
185gopkg/src/golang.org/x/text/internal/internal_test.go 264gopkg/src/golang.org/x/text/internal/internal_test.go
186gopkg/src/golang.org/x/text/internal/match.go 265gopkg/src/golang.org/x/text/internal/match.go
187gopkg/src/golang.org/x/text/internal/match_test.go 266gopkg/src/golang.org/x/text/internal/match_test.go
 267gopkg/src/golang.org/x/text/internal/number/common.go
 268gopkg/src/golang.org/x/text/internal/number/decimal.go
 269gopkg/src/golang.org/x/text/internal/number/decimal_test.go
 270gopkg/src/golang.org/x/text/internal/number/format.go
 271gopkg/src/golang.org/x/text/internal/number/format_test.go
 272gopkg/src/golang.org/x/text/internal/number/gen.go
 273gopkg/src/golang.org/x/text/internal/number/gen_common.go
 274gopkg/src/golang.org/x/text/internal/number/number.go
 275gopkg/src/golang.org/x/text/internal/number/number_test.go
 276gopkg/src/golang.org/x/text/internal/number/pattern.go
 277gopkg/src/golang.org/x/text/internal/number/pattern_test.go
 278gopkg/src/golang.org/x/text/internal/number/roundingmode_string.go
 279gopkg/src/golang.org/x/text/internal/number/tables.go
 280gopkg/src/golang.org/x/text/internal/number/tables_test.go
 281gopkg/src/golang.org/x/text/internal/stringset/set.go
 282gopkg/src/golang.org/x/text/internal/stringset/set_test.go
188gopkg/src/golang.org/x/text/internal/tables.go 283gopkg/src/golang.org/x/text/internal/tables.go
189gopkg/src/golang.org/x/text/internal/tag/tag.go 284gopkg/src/golang.org/x/text/internal/tag/tag.go
190gopkg/src/golang.org/x/text/internal/tag/tag_test.go 285gopkg/src/golang.org/x/text/internal/tag/tag_test.go
191gopkg/src/golang.org/x/text/internal/testtext/codesize.go 286gopkg/src/golang.org/x/text/internal/testtext/codesize.go
192gopkg/src/golang.org/x/text/internal/testtext/flag.go 287gopkg/src/golang.org/x/text/internal/testtext/flag.go
 288gopkg/src/golang.org/x/text/internal/testtext/gc.go
 289gopkg/src/golang.org/x/text/internal/testtext/gccgo.go
 290gopkg/src/golang.org/x/text/internal/testtext/go1_6.go
 291gopkg/src/golang.org/x/text/internal/testtext/go1_7.go
193gopkg/src/golang.org/x/text/internal/testtext/text.go 292gopkg/src/golang.org/x/text/internal/testtext/text.go
194gopkg/src/golang.org/x/text/internal/triegen/compact.go 293gopkg/src/golang.org/x/text/internal/triegen/compact.go
195gopkg/src/golang.org/x/text/internal/triegen/data_test.go 294gopkg/src/golang.org/x/text/internal/triegen/data_test.go
196gopkg/src/golang.org/x/text/internal/triegen/example_compact_test.go 295gopkg/src/golang.org/x/text/internal/triegen/example_compact_test.go
197gopkg/src/golang.org/x/text/internal/triegen/example_test.go 296gopkg/src/golang.org/x/text/internal/triegen/example_test.go
198gopkg/src/golang.org/x/text/internal/triegen/gen_test.go 297gopkg/src/golang.org/x/text/internal/triegen/gen_test.go
199gopkg/src/golang.org/x/text/internal/triegen/print.go 298gopkg/src/golang.org/x/text/internal/triegen/print.go
200gopkg/src/golang.org/x/text/internal/triegen/triegen.go 299gopkg/src/golang.org/x/text/internal/triegen/triegen.go
201gopkg/src/golang.org/x/text/internal/ucd/example_test.go 300gopkg/src/golang.org/x/text/internal/ucd/example_test.go
202gopkg/src/golang.org/x/text/internal/ucd/ucd.go 301gopkg/src/golang.org/x/text/internal/ucd/ucd.go
203gopkg/src/golang.org/x/text/internal/ucd/ucd_test.go 302gopkg/src/golang.org/x/text/internal/ucd/ucd_test.go
204gopkg/src/golang.org/x/text/internal/utf8internal/utf8internal.go 303gopkg/src/golang.org/x/text/internal/utf8internal/utf8internal.go
205gopkg/src/golang.org/x/text/language/Makefile 304gopkg/src/golang.org/x/text/language/Makefile
206gopkg/src/golang.org/x/text/language/common.go 305gopkg/src/golang.org/x/text/language/common.go
207gopkg/src/golang.org/x/text/language/coverage.go 306gopkg/src/golang.org/x/text/language/coverage.go
208gopkg/src/golang.org/x/text/language/coverage_test.go 307gopkg/src/golang.org/x/text/language/coverage_test.go
209gopkg/src/golang.org/x/text/language/data_test.go 
210gopkg/src/golang.org/x/text/language/display/dict.go 308gopkg/src/golang.org/x/text/language/display/dict.go
211gopkg/src/golang.org/x/text/language/display/dict_test.go 309gopkg/src/golang.org/x/text/language/display/dict_test.go
212gopkg/src/golang.org/x/text/language/display/display.go 310gopkg/src/golang.org/x/text/language/display/display.go
213gopkg/src/golang.org/x/text/language/display/display_test.go 311gopkg/src/golang.org/x/text/language/display/display_test.go
214gopkg/src/golang.org/x/text/language/display/examples_test.go 312gopkg/src/golang.org/x/text/language/display/examples_test.go
215gopkg/src/golang.org/x/text/language/display/lookup.go 313gopkg/src/golang.org/x/text/language/display/lookup.go
216gopkg/src/golang.org/x/text/language/display/maketables.go 314gopkg/src/golang.org/x/text/language/display/maketables.go
217gopkg/src/golang.org/x/text/language/display/tables.go 315gopkg/src/golang.org/x/text/language/display/tables.go
 316gopkg/src/golang.org/x/text/language/doc.go
218gopkg/src/golang.org/x/text/language/examples_test.go 317gopkg/src/golang.org/x/text/language/examples_test.go
 318gopkg/src/golang.org/x/text/language/gen.go
219gopkg/src/golang.org/x/text/language/gen_common.go 319gopkg/src/golang.org/x/text/language/gen_common.go
220gopkg/src/golang.org/x/text/language/gen_index.go 320gopkg/src/golang.org/x/text/language/gen_index.go
221gopkg/src/golang.org/x/text/language/go1_1.go 321gopkg/src/golang.org/x/text/language/go1_1.go
222gopkg/src/golang.org/x/text/language/go1_2.go 322gopkg/src/golang.org/x/text/language/go1_2.go
 323gopkg/src/golang.org/x/text/language/httpexample_test.go
223gopkg/src/golang.org/x/text/language/index.go 324gopkg/src/golang.org/x/text/language/index.go
224gopkg/src/golang.org/x/text/language/language.go 325gopkg/src/golang.org/x/text/language/language.go
225gopkg/src/golang.org/x/text/language/language_test.go 326gopkg/src/golang.org/x/text/language/language_test.go
226gopkg/src/golang.org/x/text/language/lookup.go 327gopkg/src/golang.org/x/text/language/lookup.go
227gopkg/src/golang.org/x/text/language/lookup_test.go 328gopkg/src/golang.org/x/text/language/lookup_test.go
228gopkg/src/golang.org/x/text/language/maketables.go 
229gopkg/src/golang.org/x/text/language/match.go 329gopkg/src/golang.org/x/text/language/match.go
230gopkg/src/golang.org/x/text/language/match_test.go 330gopkg/src/golang.org/x/text/language/match_test.go
231gopkg/src/golang.org/x/text/language/parse.go 331gopkg/src/golang.org/x/text/language/parse.go
232gopkg/src/golang.org/x/text/language/parse_test.go 332gopkg/src/golang.org/x/text/language/parse_test.go
233gopkg/src/golang.org/x/text/language/tables.go 333gopkg/src/golang.org/x/text/language/tables.go
234gopkg/src/golang.org/x/text/language/tags.go 334gopkg/src/golang.org/x/text/language/tags.go
 335gopkg/src/golang.org/x/text/language/testdata/CLDRLocaleMatcherTest.txt
 336gopkg/src/golang.org/x/text/language/testdata/GoLocaleMatcherTest.txt
235gopkg/src/golang.org/x/text/message/catalog.go 337gopkg/src/golang.org/x/text/message/catalog.go
 338gopkg/src/golang.org/x/text/message/catalog/catalog.go
 339gopkg/src/golang.org/x/text/message/catalog/catalog_test.go
 340gopkg/src/golang.org/x/text/message/catalog/dict.go
 341gopkg/src/golang.org/x/text/message/catalog/go19.go
 342gopkg/src/golang.org/x/text/message/catalog/gopre19.go
236gopkg/src/golang.org/x/text/message/catalog_test.go 343gopkg/src/golang.org/x/text/message/catalog_test.go
 344gopkg/src/golang.org/x/text/message/doc.go
 345gopkg/src/golang.org/x/text/message/examples_test.go
 346gopkg/src/golang.org/x/text/message/fmt_test.go
 347gopkg/src/golang.org/x/text/message/format.go
237gopkg/src/golang.org/x/text/message/message.go 348gopkg/src/golang.org/x/text/message/message.go
238gopkg/src/golang.org/x/text/message/message_test.go 349gopkg/src/golang.org/x/text/message/message_test.go
 350gopkg/src/golang.org/x/text/message/print.go
 351gopkg/src/golang.org/x/text/number/doc.go
 352gopkg/src/golang.org/x/text/number/examples_test.go
 353gopkg/src/golang.org/x/text/number/format.go
 354gopkg/src/golang.org/x/text/number/format_test.go
 355gopkg/src/golang.org/x/text/number/number.go
 356gopkg/src/golang.org/x/text/number/number_test.go
 357gopkg/src/golang.org/x/text/number/option.go
239gopkg/src/golang.org/x/text/runes/cond.go 358gopkg/src/golang.org/x/text/runes/cond.go
240gopkg/src/golang.org/x/text/runes/cond_test.go 359gopkg/src/golang.org/x/text/runes/cond_test.go
241gopkg/src/golang.org/x/text/runes/example_test.go 360gopkg/src/golang.org/x/text/runes/example_test.go
242gopkg/src/golang.org/x/text/runes/runes.go 361gopkg/src/golang.org/x/text/runes/runes.go
243gopkg/src/golang.org/x/text/runes/runes_test.go 362gopkg/src/golang.org/x/text/runes/runes_test.go
244gopkg/src/golang.org/x/text/search/index.go 363gopkg/src/golang.org/x/text/search/index.go
245gopkg/src/golang.org/x/text/search/pattern.go 364gopkg/src/golang.org/x/text/search/pattern.go
246gopkg/src/golang.org/x/text/search/pattern_test.go 365gopkg/src/golang.org/x/text/search/pattern_test.go
247gopkg/src/golang.org/x/text/search/search.go 366gopkg/src/golang.org/x/text/search/search.go
248gopkg/src/golang.org/x/text/search/tables.go 367gopkg/src/golang.org/x/text/search/tables.go
 368gopkg/src/golang.org/x/text/secure/bidirule/bench_test.go
 369gopkg/src/golang.org/x/text/secure/bidirule/bidirule.go
 370gopkg/src/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
 371gopkg/src/golang.org/x/text/secure/bidirule/bidirule10.0.0_test.go
 372gopkg/src/golang.org/x/text/secure/bidirule/bidirule9.0.0.go
 373gopkg/src/golang.org/x/text/secure/bidirule/bidirule9.0.0_test.go
 374gopkg/src/golang.org/x/text/secure/bidirule/bidirule_test.go
 375gopkg/src/golang.org/x/text/secure/doc.go
 376gopkg/src/golang.org/x/text/secure/precis/benchmark_test.go
 377gopkg/src/golang.org/x/text/secure/precis/class.go
 378gopkg/src/golang.org/x/text/secure/precis/class_test.go
 379gopkg/src/golang.org/x/text/secure/precis/context.go
 380gopkg/src/golang.org/x/text/secure/precis/doc.go
 381gopkg/src/golang.org/x/text/secure/precis/enforce10.0.0_test.go
 382gopkg/src/golang.org/x/text/secure/precis/enforce9.0.0_test.go
 383gopkg/src/golang.org/x/text/secure/precis/enforce_test.go
 384gopkg/src/golang.org/x/text/secure/precis/gen.go
 385gopkg/src/golang.org/x/text/secure/precis/gen_trieval.go
 386gopkg/src/golang.org/x/text/secure/precis/nickname.go
 387gopkg/src/golang.org/x/text/secure/precis/options.go
 388gopkg/src/golang.org/x/text/secure/precis/profile.go
 389gopkg/src/golang.org/x/text/secure/precis/profile_test.go
 390gopkg/src/golang.org/x/text/secure/precis/profiles.go
 391gopkg/src/golang.org/x/text/secure/precis/tables10.0.0.go
 392gopkg/src/golang.org/x/text/secure/precis/tables9.0.0.go
 393gopkg/src/golang.org/x/text/secure/precis/tables_test.go
 394gopkg/src/golang.org/x/text/secure/precis/transformer.go
 395gopkg/src/golang.org/x/text/secure/precis/trieval.go
249gopkg/src/golang.org/x/text/transform/examples_test.go 396gopkg/src/golang.org/x/text/transform/examples_test.go
250gopkg/src/golang.org/x/text/transform/transform.go 397gopkg/src/golang.org/x/text/transform/transform.go
251gopkg/src/golang.org/x/text/transform/transform_test.go 398gopkg/src/golang.org/x/text/transform/transform_test.go
252gopkg/src/golang.org/x/text/unicode/bidi/bidi.go 399gopkg/src/golang.org/x/text/unicode/bidi/bidi.go
253gopkg/src/golang.org/x/text/unicode/bidi/bracket.go 400gopkg/src/golang.org/x/text/unicode/bidi/bracket.go
254gopkg/src/golang.org/x/text/unicode/bidi/core.go 401gopkg/src/golang.org/x/text/unicode/bidi/core.go
255gopkg/src/golang.org/x/text/unicode/bidi/core_test.go 402gopkg/src/golang.org/x/text/unicode/bidi/core_test.go
256gopkg/src/golang.org/x/text/unicode/bidi/gen.go 403gopkg/src/golang.org/x/text/unicode/bidi/gen.go
257gopkg/src/golang.org/x/text/unicode/bidi/gen_ranges.go 404gopkg/src/golang.org/x/text/unicode/bidi/gen_ranges.go
258gopkg/src/golang.org/x/text/unicode/bidi/gen_trieval.go 405gopkg/src/golang.org/x/text/unicode/bidi/gen_trieval.go
 406gopkg/src/golang.org/x/text/unicode/bidi/prop.go
259gopkg/src/golang.org/x/text/unicode/bidi/ranges_test.go 407gopkg/src/golang.org/x/text/unicode/bidi/ranges_test.go
260gopkg/src/golang.org/x/text/unicode/bidi/tables.go 408gopkg/src/golang.org/x/text/unicode/bidi/tables10.0.0.go
 409gopkg/src/golang.org/x/text/unicode/bidi/tables9.0.0.go
261gopkg/src/golang.org/x/text/unicode/bidi/tables_test.go 410gopkg/src/golang.org/x/text/unicode/bidi/tables_test.go
262gopkg/src/golang.org/x/text/unicode/bidi/trieval.go 411gopkg/src/golang.org/x/text/unicode/bidi/trieval.go
263gopkg/src/golang.org/x/text/unicode/cldr/base.go 412gopkg/src/golang.org/x/text/unicode/cldr/base.go
264gopkg/src/golang.org/x/text/unicode/cldr/cldr.go 413gopkg/src/golang.org/x/text/unicode/cldr/cldr.go
265gopkg/src/golang.org/x/text/unicode/cldr/cldr_test.go 414gopkg/src/golang.org/x/text/unicode/cldr/cldr_test.go
266gopkg/src/golang.org/x/text/unicode/cldr/collate.go 415gopkg/src/golang.org/x/text/unicode/cldr/collate.go
267gopkg/src/golang.org/x/text/unicode/cldr/collate_test.go 416gopkg/src/golang.org/x/text/unicode/cldr/collate_test.go
268gopkg/src/golang.org/x/text/unicode/cldr/data_test.go 417gopkg/src/golang.org/x/text/unicode/cldr/data_test.go
269gopkg/src/golang.org/x/text/unicode/cldr/decode.go 418gopkg/src/golang.org/x/text/unicode/cldr/decode.go
270gopkg/src/golang.org/x/text/unicode/cldr/examples_test.go 419gopkg/src/golang.org/x/text/unicode/cldr/examples_test.go
271gopkg/src/golang.org/x/text/unicode/cldr/makexml.go 420gopkg/src/golang.org/x/text/unicode/cldr/makexml.go
272gopkg/src/golang.org/x/text/unicode/cldr/resolve.go 421gopkg/src/golang.org/x/text/unicode/cldr/resolve.go
273gopkg/src/golang.org/x/text/unicode/cldr/resolve_test.go 422gopkg/src/golang.org/x/text/unicode/cldr/resolve_test.go
274gopkg/src/golang.org/x/text/unicode/cldr/slice.go 423gopkg/src/golang.org/x/text/unicode/cldr/slice.go
275gopkg/src/golang.org/x/text/unicode/cldr/slice_test.go 424gopkg/src/golang.org/x/text/unicode/cldr/slice_test.go
276gopkg/src/golang.org/x/text/unicode/cldr/xml.go 425gopkg/src/golang.org/x/text/unicode/cldr/xml.go
277gopkg/src/golang.org/x/text/unicode/doc.go 426gopkg/src/golang.org/x/text/unicode/doc.go
278gopkg/src/golang.org/x/text/unicode/norm/composition.go 427gopkg/src/golang.org/x/text/unicode/norm/composition.go
279gopkg/src/golang.org/x/text/unicode/norm/composition_test.go 428gopkg/src/golang.org/x/text/unicode/norm/composition_test.go
 429gopkg/src/golang.org/x/text/unicode/norm/data10.0.0_test.go
 430gopkg/src/golang.org/x/text/unicode/norm/data9.0.0_test.go
280gopkg/src/golang.org/x/text/unicode/norm/example_iter_test.go 431gopkg/src/golang.org/x/text/unicode/norm/example_iter_test.go
 432gopkg/src/golang.org/x/text/unicode/norm/example_test.go
281gopkg/src/golang.org/x/text/unicode/norm/forminfo.go 433gopkg/src/golang.org/x/text/unicode/norm/forminfo.go
282gopkg/src/golang.org/x/text/unicode/norm/forminfo_test.go 434gopkg/src/golang.org/x/text/unicode/norm/forminfo_test.go
283gopkg/src/golang.org/x/text/unicode/norm/input.go 435gopkg/src/golang.org/x/text/unicode/norm/input.go
284gopkg/src/golang.org/x/text/unicode/norm/iter.go 436gopkg/src/golang.org/x/text/unicode/norm/iter.go
285gopkg/src/golang.org/x/text/unicode/norm/iter_test.go 437gopkg/src/golang.org/x/text/unicode/norm/iter_test.go
286gopkg/src/golang.org/x/text/unicode/norm/maketables.go 438gopkg/src/golang.org/x/text/unicode/norm/maketables.go
287gopkg/src/golang.org/x/text/unicode/norm/norm_test.go 
288gopkg/src/golang.org/x/text/unicode/norm/normalize.go 439gopkg/src/golang.org/x/text/unicode/norm/normalize.go
289gopkg/src/golang.org/x/text/unicode/norm/normalize_test.go 440gopkg/src/golang.org/x/text/unicode/norm/normalize_test.go
290gopkg/src/golang.org/x/text/unicode/norm/readwriter.go 441gopkg/src/golang.org/x/text/unicode/norm/readwriter.go
291gopkg/src/golang.org/x/text/unicode/norm/readwriter_test.go 442gopkg/src/golang.org/x/text/unicode/norm/readwriter_test.go
292gopkg/src/golang.org/x/text/unicode/norm/tables.go 443gopkg/src/golang.org/x/text/unicode/norm/tables10.0.0.go
 444gopkg/src/golang.org/x/text/unicode/norm/tables9.0.0.go
293gopkg/src/golang.org/x/text/unicode/norm/transform.go 445gopkg/src/golang.org/x/text/unicode/norm/transform.go
294gopkg/src/golang.org/x/text/unicode/norm/transform_test.go 446gopkg/src/golang.org/x/text/unicode/norm/transform_test.go
295gopkg/src/golang.org/x/text/unicode/norm/trie.go 447gopkg/src/golang.org/x/text/unicode/norm/trie.go
296gopkg/src/golang.org/x/text/unicode/norm/triegen.go 448gopkg/src/golang.org/x/text/unicode/norm/triegen.go
297gopkg/src/golang.org/x/text/unicode/norm/ucd_test.go 449gopkg/src/golang.org/x/text/unicode/norm/ucd_test.go
298gopkg/src/golang.org/x/text/unicode/rangetable/gen.go 450gopkg/src/golang.org/x/text/unicode/rangetable/gen.go
299gopkg/src/golang.org/x/text/unicode/rangetable/merge.go 451gopkg/src/golang.org/x/text/unicode/rangetable/merge.go
300gopkg/src/golang.org/x/text/unicode/rangetable/merge_test.go 452gopkg/src/golang.org/x/text/unicode/rangetable/merge_test.go
301gopkg/src/golang.org/x/text/unicode/rangetable/rangetable.go 453gopkg/src/golang.org/x/text/unicode/rangetable/rangetable.go
302gopkg/src/golang.org/x/text/unicode/rangetable/rangetable_test.go 454gopkg/src/golang.org/x/text/unicode/rangetable/rangetable_test.go
303gopkg/src/golang.org/x/text/unicode/rangetable/tables.go 455gopkg/src/golang.org/x/text/unicode/rangetable/tables10.0.0.go
 456gopkg/src/golang.org/x/text/unicode/rangetable/tables9.0.0.go
 457gopkg/src/golang.org/x/text/unicode/runenames/bits.go
 458gopkg/src/golang.org/x/text/unicode/runenames/example_test.go
 459gopkg/src/golang.org/x/text/unicode/runenames/gen.go
 460gopkg/src/golang.org/x/text/unicode/runenames/gen_bits.go
 461gopkg/src/golang.org/x/text/unicode/runenames/runenames.go
 462gopkg/src/golang.org/x/text/unicode/runenames/runenames_test.go
 463gopkg/src/golang.org/x/text/unicode/runenames/tables.go
304gopkg/src/golang.org/x/text/width/common_test.go 464gopkg/src/golang.org/x/text/width/common_test.go
305gopkg/src/golang.org/x/text/width/example_test.go 465gopkg/src/golang.org/x/text/width/example_test.go
306gopkg/src/golang.org/x/text/width/gen.go 466gopkg/src/golang.org/x/text/width/gen.go
307gopkg/src/golang.org/x/text/width/gen_common.go 467gopkg/src/golang.org/x/text/width/gen_common.go
308gopkg/src/golang.org/x/text/width/gen_trieval.go 468gopkg/src/golang.org/x/text/width/gen_trieval.go
309gopkg/src/golang.org/x/text/width/kind_string.go 469gopkg/src/golang.org/x/text/width/kind_string.go
310gopkg/src/golang.org/x/text/width/runes_test.go 470gopkg/src/golang.org/x/text/width/runes_test.go
311gopkg/src/golang.org/x/text/width/tables.go 471gopkg/src/golang.org/x/text/width/tables10.0.0.go
 472gopkg/src/golang.org/x/text/width/tables9.0.0.go
312gopkg/src/golang.org/x/text/width/tables_test.go 473gopkg/src/golang.org/x/text/width/tables_test.go
313gopkg/src/golang.org/x/text/width/transform.go 474gopkg/src/golang.org/x/text/width/transform.go
314gopkg/src/golang.org/x/text/width/transform_test.go 475gopkg/src/golang.org/x/text/width/transform_test.go
315gopkg/src/golang.org/x/text/width/trieval.go 476gopkg/src/golang.org/x/text/width/trieval.go
316gopkg/src/golang.org/x/text/width/width.go 477gopkg/src/golang.org/x/text/width/width.go
 478@pkgdir gopkg/src/golang.org/x/text/cmd

cvs diff -r1.2 -r1.3 pkgsrc/textproc/go-text/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/textproc/go-text/buildlink3.mk 2015/12/29 21:47:48 1.2
+++ pkgsrc/textproc/go-text/buildlink3.mk 2018/07/08 17:15:42 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.2 2015/12/29 21:47:48 bsiegert Exp $ 1# $NetBSD: buildlink3.mk,v 1.3 2018/07/08 17:15:42 bsiegert Exp $
2 2
3BUILDLINK_TREE+= go-text 3BUILDLINK_TREE+= go-text
4 4
5.if !defined(GO_TEXT_BUILDLINK3_MK) 5.if !defined(GO_TEXT_BUILDLINK3_MK)
6GO_TEXT_BUILDLINK3_MK:= 6GO_TEXT_BUILDLINK3_MK:=
7 7
8BUILDLINK_CONTENTS_FILTER.go-text= ${EGREP} gopkg/ 8BUILDLINK_CONTENTS_FILTER.go-text= ${EGREP} gopkg/
9BUILDLINK_DEPMETHOD.go-text?= build 9BUILDLINK_DEPMETHOD.go-text?= build
10 10
11BUILDLINK_API_DEPENDS.go-text+= go-text>=20150310 11BUILDLINK_API_DEPENDS.go-text+= go-text>=0.3.0
12BUILDLINK_PKGSRCDIR.go-text?= ../../textproc/go-text 12BUILDLINK_PKGSRCDIR.go-text?= ../../textproc/go-text
13.endif # GO_TEXT_BUILDLINK3_MK 13.endif # GO_TEXT_BUILDLINK3_MK
14 14
15BUILDLINK_TREE+= -go-text 15BUILDLINK_TREE+= -go-text

cvs diff -r1.4 -r1.5 pkgsrc/textproc/go-text/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/go-text/distinfo 2016/01/03 20:06:35 1.4
+++ pkgsrc/textproc/go-text/distinfo 2018/07/08 17:15:42 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2016/01/03 20:06:35 bsiegert Exp $ 1$NetBSD: distinfo,v 1.5 2018/07/08 17:15:42 bsiegert Exp $
2 2
3SHA1 (go-text-20151217-cf4986612c.tar.gz) = d351a09afcc5c0a7475e862d0ed5d852e02f4508 3SHA1 (go-text-0.3.0.tar.gz) = 5033f2028bcbe3f7ecab0c94343f585c936e7a18
4RMD160 (go-text-20151217-cf4986612c.tar.gz) = 5e8cc0ecda2ad14531508f42d848c8fcfe53ec56 4RMD160 (go-text-0.3.0.tar.gz) = 96c9fc9705b27a71e3027b9eb39761d515ed54f0
5SHA512 (go-text-20151217-cf4986612c.tar.gz) = 80708a245d36111da610ff2238fd2ec4fe681fe2a755e0b53357006ad12b41745c391f8b16ec872caf588ca62dd57ea0a9b9e610fa1ef5e23535ff45eddf715e 5SHA512 (go-text-0.3.0.tar.gz) = bd60dfaa7d9dbfca171a3ba40b51f5663c01257cf3b12b618d35689a97ab2212d316d5716ff09681bf40b099f7e20a0e0df8cfc065699cb6a07ad1dc2e2bc189
6Size (go-text-20151217-cf4986612c.tar.gz) = 3912867 bytes 6Size (go-text-0.3.0.tar.gz) = 6102619 bytes