1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add go.text, a collection of Go packages for text processing.

This commit is contained in:
Julien Laffaye 2014-01-12 21:44:19 +00:00
parent 7a7fdb2aeb
commit a6991e16c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339552
5 changed files with 212 additions and 0 deletions

View File

@ -212,6 +212,7 @@
SUBDIR += gnome-translate
SUBDIR += gnugrep
SUBDIR += go-text
SUBDIR += go.text
SUBDIR += goldendict
SUBDIR += google-ctemplate
SUBDIR += gpp

31
textproc/go.text/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= go.text
PORTVERSION= 20131227
CATEGORIES= textproc devel
MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Additional textproc packages for Go
LICENSE= BSD3CLAUSE
GO_PKGNAME= code.google.com/p/go.text
GO_TARGET= ${GO_PKGNAME}/cldr \
${GO_PKGNAME}/collate \
${GO_PKGNAME}/collate/build \
${GO_PKGNAME}/collate/colltab \
${GO_PKGNAME}/encoding \
${GO_PKGNAME}/encoding/charmap \
${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}/transform \
${GO_PKGNAME}/unicode/norm
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (go.text-20131227.tar.gz) = 2083c421d0c73dd378d7196978915d91ab436caea1277749b92e74f121e97fe3
SIZE (go.text-20131227.tar.gz) = 2404817

View File

@ -0,0 +1,3 @@
go.text contains additional Go packages for text processing.
WWW: http://code.google.com/p/go/source/browse?repo=text

175
textproc/go.text/pkg-plist Normal file
View File

@ -0,0 +1,175 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%/cldr.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%%/encoding.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding/charmap.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%%/transform.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_SRCDIR%%/%%GO_PKGNAME%%/collate/build/builder.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/builder_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/colelem.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/colelem_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/contract.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/contract_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/order.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/order_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/table.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build/trie.go
%%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/colltab.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/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/sort.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/sort_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/table_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tables.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/Makefile
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/chars.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/col.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp/colcmp.go
%%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%%/encoding/charmap/charmap.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/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/euckr.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean/maketables.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean/tables.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-8.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/candide-windows-1252.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/rashomon-euc-jp.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/rashomon-iso-2022-jp.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/rashomon-shift-jis.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/rashomon-utf-8.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/sunzi-bingfa-simplified-gbk.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata/sunzi-bingfa-traditional-big5.txt
%%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/big5.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese/maketables.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese/tables.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode/unicode.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/Makefile
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/data_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/examples_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/go1_1.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/go1_2.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/language.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/language_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/lookup.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/lookup_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/maketables.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/match.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/language/match_test.go
%%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%%/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/norm/composition.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/composition_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/example_iter_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/forminfo.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/forminfo_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm/input.go
%%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
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/transform
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/language
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/charmap
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
@dirrmtry %%GO_SRCDIR%%/code.google.com/p
@dirrmtry %%GO_SRCDIR%%/code.google.com
@dirrmtry %%GO_SRCDIR%%
@dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode
@dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding
@dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/collate
@dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%
@dirrmtry %%GO_LIBDIR%%/code.google.com/p
@dirrmtry %%GO_LIBDIR%%/code.google.com
@dirrmtry %%GO_LIBDIR%%
@dirrmtry share/go/pkg
@dirrmtry share/go