From owner-svn-ports-all@freebsd.org Sun Jul 17 19:31:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE969B98708; Sun, 17 Jul 2016 19:31:36 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD561D11; Sun, 17 Jul 2016 19:31:36 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6HJVZZQ053672; Sun, 17 Jul 2016 19:31:35 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6HJVZ8E053669; Sun, 17 Jul 2016 19:31:35 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201607171931.u6HJVZ8E053669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Sun, 17 Jul 2016 19:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418677 - head/textproc/go.text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 19:31:37 -0000 Author: jlaffaye Date: Sun Jul 17 19:31:35 2016 New Revision: 418677 URL: https://svnweb.freebsd.org/changeset/ports/418677 Log: Update to 20160702 snapshot PR: 210976 Submitted by: cs Modified: head/textproc/go.text/Makefile head/textproc/go.text/distinfo head/textproc/go.text/pkg-plist Modified: head/textproc/go.text/Makefile ============================================================================== --- head/textproc/go.text/Makefile Sun Jul 17 19:23:45 2016 (r418676) +++ head/textproc/go.text/Makefile Sun Jul 17 19:31:35 2016 (r418677) @@ -1,30 +1,59 @@ # $FreeBSD$ PORTNAME= go.text -PORTVERSION= 20131227 +PORTVERSION= 20160702 CATEGORIES= textproc devel -MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Additional textproc packages for Go LICENSE= BSD3CLAUSE +USE_GITHUB= yes +GH_ACCOUNT= golang +GH_PROJECT= text +GH_TAGNAME= ce78b075c2fbd48520f4995b173eb9fe18b56ef3 USES= go -GO_PKGNAME= code.google.com/p/go.text -GO_TARGET= ${GO_PKGNAME}/cldr \ +GO_PKGNAME= golang.org/x/text +GO_TARGET= ${GO_PKGNAME}/cases \ ${GO_PKGNAME}/collate \ ${GO_PKGNAME}/collate/build \ ${GO_PKGNAME}/collate/colltab \ + ${GO_PKGNAME}/currency \ ${GO_PKGNAME}/encoding \ ${GO_PKGNAME}/encoding/charmap \ + ${GO_PKGNAME}/encoding/htmlindex \ + ${GO_PKGNAME}/encoding/ianaindex \ + ${GO_PKGNAME}/encoding/internal \ ${GO_PKGNAME}/encoding/japanese \ ${GO_PKGNAME}/encoding/korean \ ${GO_PKGNAME}/encoding/simplifiedchinese \ ${GO_PKGNAME}/encoding/traditionalchinese \ ${GO_PKGNAME}/encoding/unicode \ + ${GO_PKGNAME}/internal \ + ${GO_PKGNAME}/internal/colltab \ + ${GO_PKGNAME}/internal/format \ + ${GO_PKGNAME}/internal/gen \ + ${GO_PKGNAME}/internal/number \ + ${GO_PKGNAME}/internal/stringset \ + ${GO_PKGNAME}/internal/tag \ + ${GO_PKGNAME}/internal/testtext \ + ${GO_PKGNAME}/internal/triegen \ + ${GO_PKGNAME}/internal/ucd \ + ${GO_PKGNAME}/internal/utf8internal \ ${GO_PKGNAME}/language \ + ${GO_PKGNAME}/language/display \ + ${GO_PKGNAME}/message \ + ${GO_PKGNAME}/runes \ + ${GO_PKGNAME}/search \ + ${GO_PKGNAME}/secure \ + ${GO_PKGNAME}/secure/bidirule \ + ${GO_PKGNAME}/secure/precis \ ${GO_PKGNAME}/transform \ - ${GO_PKGNAME}/unicode/norm + ${GO_PKGNAME}/unicode \ + ${GO_PKGNAME}/unicode/bidi \ + ${GO_PKGNAME}/unicode/cldr \ + ${GO_PKGNAME}/unicode/norm \ + ${GO_PKGNAME}/unicode/rangetable .include Modified: head/textproc/go.text/distinfo ============================================================================== --- head/textproc/go.text/distinfo Sun Jul 17 19:23:45 2016 (r418676) +++ head/textproc/go.text/distinfo Sun Jul 17 19:31:35 2016 (r418677) @@ -1,2 +1,3 @@ -SHA256 (go.text-20131227.tar.gz) = 2083c421d0c73dd378d7196978915d91ab436caea1277749b92e74f121e97fe3 -SIZE (go.text-20131227.tar.gz) = 2404817 +TIMESTAMP = 1468175199 +SHA256 (golang-text-20160702-ce78b075c2fbd48520f4995b173eb9fe18b56ef3_GH0.tar.gz) = 88e9fb27c48773cfd34ca1da0fd9b012461e6f11b1f6379f0ece74ac13c306b2 +SIZE (golang-text-20160702-ce78b075c2fbd48520f4995b173eb9fe18b56ef3_GH0.tar.gz) = 4078217 Modified: head/textproc/go.text/pkg-plist ============================================================================== --- head/textproc/go.text/pkg-plist Sun Jul 17 19:23:45 2016 (r418676) +++ head/textproc/go.text/pkg-plist Sun Jul 17 19:31:35 2016 (r418677) @@ -1,30 +1,57 @@ -%%GO_LIBDIR%%/%%GO_PKGNAME%%/cldr.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/cases.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/collate.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/collate/build.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/collate/colltab.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/currency.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/charmap.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/htmlindex.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/ianaindex.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/internal.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/japanese.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/korean.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/unicode.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/colltab.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/format.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/gen.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/number.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/stringset.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/tag.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/testtext.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/triegen.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/ucd.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/utf8internal.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/language.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/language/display.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/message.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/runes.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/search.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/secure.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/secure/bidirule.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/secure/precis.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/transform.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode/bidi.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode/cldr.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode/norm.a -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/base.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/cldr.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/collate.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/data_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/decode.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/examples_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/makexml.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/resolve.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/resolve_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/slice.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/slice_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr/xml.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/Makefile +%%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode/rangetable.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/cases.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/context.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/context_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/fold.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/fold_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/gen_trieval.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/info.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/map.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/map_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/tables_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cases/trieval.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/builder.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/builder_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/colelem.go @@ -38,19 +65,25 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/trie_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/collate.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/collate_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/colelem.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/colelem_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/collate_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/collelem.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/collelem_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/colltab.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/colltab_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/contract.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/contract_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/export.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/numeric.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/numeric_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/table.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/trie.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab/trie_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/export_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/index.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/maketables.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/regtest.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/option.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/option_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/reg_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/sort.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/sort_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/table_test.go @@ -62,26 +95,56 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/darwin.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/gen.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/icu.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/currency.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/currency_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/format.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/format_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/gen_common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/query.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/query_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/currency/tables_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/charmap/charmap.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/charmap/charmap_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/charmap/maketables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/charmap/tables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/encoding.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/encoding_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/htmlindex/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/htmlindex/htmlindex.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/htmlindex/htmlindex_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/htmlindex/map.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/htmlindex/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/ianaindex/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/ianaindex/ianaindex.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/internal/identifier/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/internal/identifier/identifier.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/internal/identifier/mib.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/internal/internal.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/all.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/all_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/eucjp.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/iso2022jp.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/maketables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/shiftjis.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean/all_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean/euckr.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean/maketables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese/all.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese/all_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese/gbk.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese/hzgb2312.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese/maketables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese/tables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/candide-gb18030.txt %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/candide-utf-16le.txt +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/candide-utf-32be.txt %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/candide-utf-8.txt %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/candide-windows-1252.txt %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/rashomon-euc-jp.txt @@ -96,15 +159,87 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/unsu-joh-eun-nal-utf-8.txt +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese/all_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese/big5.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese/maketables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode/override.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode/unicode.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode/unicode_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode/utf32/utf32.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode/utf32/utf32_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/colltab/colltab.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/colltab/colltab_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/colltab/contract.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/colltab/contract_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/colltab/iter.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/colltab/iter_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/format/format.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/format/plural/plural.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/gen/code.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/gen/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/gen_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/internal.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/internal_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/match.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/match_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/data_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/gen_common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/gen_plural.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/number.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/number_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/pattern.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/pattern_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/plural.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/plural_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/number/tables_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/stringset/set.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/stringset/set_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/tag/tag.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/tag/tag_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/codesize.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/flag.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/gc.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/gccgo.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/go1_6.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/go1_7.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/testtext/text.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/compact.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/data_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/example_compact_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/gen_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/print.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/triegen/triegen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/ucd/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/ucd/ucd.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/ucd/ucd_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/utf8internal/utf8internal.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/Makefile +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/coverage.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/coverage_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/data_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/dict.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/dict_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/display.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/display_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/examples_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/lookup.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/maketables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/display/tables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/examples_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/gen_common.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/gen_index.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/go1_1.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/go1_2.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/httpexample_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/index.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/language.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/language_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/lookup.go @@ -115,10 +250,74 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/parse.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/parse_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/language/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/tags.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/message/catalog.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/message/catalog_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/message/message.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/message/message_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/runes/cond.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/runes/cond_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/runes/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/runes/runes.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/runes/runes_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/search/index.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/search/pattern.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/search/pattern_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/search/search.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/search/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/bidirule/bidirule.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/bidirule/bidirule_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/bidirule/go1_6_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/bidirule/go1_7_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/doc.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/benchmark_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/class.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/class_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/context.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/doc.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/enforce_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/gen_trieval.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/go1_6_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/go1_7_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/nickname.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/options.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/profile.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/profiles.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/tables_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/transformer.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/secure/precis/trieval.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/transform/examples_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/transform/transform.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/transform/transform_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/Makefile +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/bidi.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/bracket.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/core.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/core_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/gen_ranges.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/gen_trieval.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/prop.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/ranges_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/tables.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/tables_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/bidi/trieval.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/base.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/cldr.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/cldr_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/collate.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/collate_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/data_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/decode.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/examples_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/makexml.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/resolve.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/resolve_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/slice.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/slice_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/cldr/xml.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/composition.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/composition_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/example_iter_test.go @@ -128,17 +327,20 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/iter.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/iter_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/maketables.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/maketesttables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/norm_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/normalize.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/normalize_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/normregtest.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/readwriter.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/readwriter_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/tables.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/transform.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/transform_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/trie.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/trie_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/triedata_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/triegen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/ucd_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/rangetable/gen.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/rangetable/merge.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/rangetable/merge_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/rangetable/rangetable.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/rangetable/rangetable_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/rangetable/tables.go