Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,25 +1,40 @@
@comment $NetBSD: PLIST,v 1.1 2015/03/10 19:57:18 bsiegert Exp $
@comment $NetBSD: PLIST,v 1.2 2016/01/03 20:06:35 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/cldr.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/display.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/currency.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/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/internal.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/colltab.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/tag.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/testtext.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/triegen.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/ucd.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/utf8internal.a
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/runes.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/search.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/width.a
@@ -40,20 +55,7 @@ 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/trieval.go
gopkg/src/golang.org/x/text/cldr/base.go
gopkg/src/golang.org/x/text/cldr/cldr.go
gopkg/src/golang.org/x/text/cldr/cldr_test.go
gopkg/src/golang.org/x/text/cldr/collate.go
gopkg/src/golang.org/x/text/cldr/collate_test.go
gopkg/src/golang.org/x/text/cldr/data_test.go
gopkg/src/golang.org/x/text/cldr/decode.go
gopkg/src/golang.org/x/text/cldr/examples_test.go
gopkg/src/golang.org/x/text/cldr/makexml.go
gopkg/src/golang.org/x/text/cldr/resolve.go
gopkg/src/golang.org/x/text/cldr/resolve_test.go
gopkg/src/golang.org/x/text/cldr/slice.go
gopkg/src/golang.org/x/text/cldr/slice_test.go
gopkg/src/golang.org/x/text/cldr/xml.go
gopkg/src/golang.org/x/text/codereview.cfg
gopkg/src/golang.org/x/text/collate/build/builder.go
gopkg/src/golang.org/x/text/collate/build/builder_test.go
gopkg/src/golang.org/x/text/collate/build/colelem.go
@@ -97,27 +99,47 @@ gopkg/src/golang.org/x/text/collate/tools/colcmp/colcmp.go
gopkg/src/golang.org/x/text/collate/tools/colcmp/darwin.go
gopkg/src/golang.org/x/text/collate/tools/colcmp/gen.go
gopkg/src/golang.org/x/text/collate/tools/colcmp/icu.go
gopkg/src/golang.org/x/text/display/dict.go
gopkg/src/golang.org/x/text/display/display.go
gopkg/src/golang.org/x/text/display/display_test.go
gopkg/src/golang.org/x/text/display/examples_test.go
gopkg/src/golang.org/x/text/display/lookup.go
gopkg/src/golang.org/x/text/display/maketables.go
gopkg/src/golang.org/x/text/display/tables.go
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/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/tables.go
gopkg/src/golang.org/x/text/currency/tables_test.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
gopkg/src/golang.org/x/text/encoding/charmap/maketables.go
gopkg/src/golang.org/x/text/encoding/charmap/tables.go
gopkg/src/golang.org/x/text/encoding/encoding.go
gopkg/src/golang.org/x/text/encoding/encoding_test.go
gopkg/src/golang.org/x/text/encoding/example_test.go
gopkg/src/golang.org/x/text/encoding/htmlindex/gen.go
gopkg/src/golang.org/x/text/encoding/htmlindex/htmlindex.go
gopkg/src/golang.org/x/text/encoding/htmlindex/htmlindex_test.go
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/ianaindex.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
gopkg/src/golang.org/x/text/encoding/internal/internal.go
gopkg/src/golang.org/x/text/encoding/japanese/all.go
gopkg/src/golang.org/x/text/encoding/japanese/all_test.go
gopkg/src/golang.org/x/text/encoding/japanese/eucjp.go
gopkg/src/golang.org/x/text/encoding/japanese/iso2022jp.go
gopkg/src/golang.org/x/text/encoding/japanese/maketables.go
gopkg/src/golang.org/x/text/encoding/japanese/shiftjis.go
gopkg/src/golang.org/x/text/encoding/japanese/tables.go
gopkg/src/golang.org/x/text/encoding/korean/all_test.go
gopkg/src/golang.org/x/text/encoding/korean/euckr.go
gopkg/src/golang.org/x/text/encoding/korean/maketables.go
gopkg/src/golang.org/x/text/encoding/korean/tables.go
gopkg/src/golang.org/x/text/encoding/simplifiedchinese/all.go
gopkg/src/golang.org/x/text/encoding/simplifiedchinese/all_test.go
gopkg/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go
gopkg/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go
gopkg/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go
@@ -138,12 +160,36 @@ gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt
gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt
gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt
gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt
gopkg/src/golang.org/x/text/encoding/traditionalchinese/all_test.go
gopkg/src/golang.org/x/text/encoding/traditionalchinese/big5.go
gopkg/src/golang.org/x/text/encoding/traditionalchinese/maketables.go
gopkg/src/golang.org/x/text/encoding/traditionalchinese/tables.go
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/gen.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/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/gen.go
gopkg/src/golang.org/x/text/internal/gen/code.go
gopkg/src/golang.org/x/text/internal/gen/gen.go
gopkg/src/golang.org/x/text/internal/gen_test.go
gopkg/src/golang.org/x/text/internal/internal.go
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/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/text.go
gopkg/src/golang.org/x/text/internal/triegen/compact.go
gopkg/src/golang.org/x/text/internal/triegen/data_test.go
@@ -155,15 +201,26 @@ gopkg/src/golang.org/x/text/internal/triegen/triegen.go
gopkg/src/golang.org/x/text/internal/ucd/example_test.go
gopkg/src/golang.org/x/text/internal/ucd/ucd.go
gopkg/src/golang.org/x/text/internal/ucd/ucd_test.go
gopkg/src/golang.org/x/text/internal/utf8internal/utf8internal.go
gopkg/src/golang.org/x/text/language/Makefile
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
gopkg/src/golang.org/x/text/language/display/display_test.go
gopkg/src/golang.org/x/text/language/display/examples_test.go
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/examples_test.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/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
@@ -175,9 +232,49 @@ 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/message/catalog.go
gopkg/src/golang.org/x/text/message/catalog_test.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/runes/cond.go
gopkg/src/golang.org/x/text/runes/cond_test.go
gopkg/src/golang.org/x/text/runes/example_test.go
gopkg/src/golang.org/x/text/runes/runes.go
gopkg/src/golang.org/x/text/runes/runes_test.go
gopkg/src/golang.org/x/text/search/index.go
gopkg/src/golang.org/x/text/search/pattern.go
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/transform/examples_test.go
gopkg/src/golang.org/x/text/transform/transform.go
gopkg/src/golang.org/x/text/transform/transform_test.go
gopkg/src/golang.org/x/text/unicode/bidi/bidi.go
gopkg/src/golang.org/x/text/unicode/bidi/bracket.go
gopkg/src/golang.org/x/text/unicode/bidi/core.go
gopkg/src/golang.org/x/text/unicode/bidi/core_test.go
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/ranges_test.go
gopkg/src/golang.org/x/text/unicode/bidi/tables.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
gopkg/src/golang.org/x/text/unicode/cldr/cldr.go
gopkg/src/golang.org/x/text/unicode/cldr/cldr_test.go
gopkg/src/golang.org/x/text/unicode/cldr/collate.go
gopkg/src/golang.org/x/text/unicode/cldr/collate_test.go
gopkg/src/golang.org/x/text/unicode/cldr/data_test.go
gopkg/src/golang.org/x/text/unicode/cldr/decode.go
gopkg/src/golang.org/x/text/unicode/cldr/examples_test.go
gopkg/src/golang.org/x/text/unicode/cldr/makexml.go
gopkg/src/golang.org/x/text/unicode/cldr/resolve.go
gopkg/src/golang.org/x/text/unicode/cldr/resolve_test.go
gopkg/src/golang.org/x/text/unicode/cldr/slice.go
gopkg/src/golang.org/x/text/unicode/cldr/slice_test.go
gopkg/src/golang.org/x/text/unicode/cldr/xml.go
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/example_iter_test.go
@@ -198,9 +295,14 @@ gopkg/src/golang.org/x/text/unicode/norm/transform_test.go
gopkg/src/golang.org/x/text/unicode/norm/trie.go
gopkg/src/golang.org/x/text/unicode/norm/triegen.go
gopkg/src/golang.org/x/text/unicode/norm/ucd_test.go
gopkg/src/golang.org/x/text/unicode/rangetable/gen.go
gopkg/src/golang.org/x/text/unicode/rangetable/merge.go
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/width/common_test.go
gopkg/src/golang.org/x/text/width/example_test.go
gopkg/src/golang.org/x/text/width/gen.go
gopkg/src/golang.org/x/text/width/gen_common.go
gopkg/src/golang.org/x/text/width/gen_trieval.go