FreeBSD Bugzilla – Attachment 172331 Details for
Bug 210976
[UPDATE] textproc/go.text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch
go.text.patch (text/x-c), 17.43 KB, created by
Carlo Strub
on 2016-07-10 18:39:07 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Carlo Strub
Created:
2016-07-10 18:39:07 UTC
Size:
17.43 KB
patch
obsolete
>diff -ruN go.text.orig/distinfo go.text/distinfo >--- go.text.orig/distinfo 2016-07-10 20:36:43.779649000 +0200 >+++ go.text/distinfo 2016-07-10 20:36:35.027334000 +0200 >@@ -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 >diff -ruN go.text.orig/Makefile go.text/Makefile >--- go.text.orig/Makefile 2016-07-10 20:36:43.776458000 +0200 >+++ go.text/Makefile 2016-07-10 20:36:35.027204000 +0200 >@@ -1,7 +1,7 @@ > # $FreeBSD: head/textproc/go.text/Makefile 413776 2016-04-22 12:40:04Z mat $ > > PORTNAME= go.text >-PORTVERSION= 20131227 >+PORTVERSION= 20160702 > CATEGORIES= textproc devel > MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye > >@@ -10,21 +10,40 @@ > > 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}/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 <bsd.port.mk> >diff -ruN go.text.orig/pkg-plist go.text/pkg-plist >--- go.text.orig/pkg-plist 2016-07-10 20:36:43.787880000 +0200 >+++ go.text/pkg-plist 2016-07-10 20:36:35.027429000 +0200 >@@ -1,30 +1,46 @@ >-%%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%%/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 +54,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 +84,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 +148,35 @@ > %%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%%/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 +187,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 +264,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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 210976
:
172331
|
172342
|
172348