svn commit: r339552 - in head/textproc: . go.text

Julien Laffaye jlaffaye at FreeBSD.org
Sun Jan 12 21:44:20 UTC 2014


Author: jlaffaye
Date: Sun Jan 12 21:44:19 2014
New Revision: 339552
URL: http://svnweb.freebsd.org/changeset/ports/339552

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

Added:
  head/textproc/go.text/
  head/textproc/go.text/Makefile   (contents, props changed)
  head/textproc/go.text/distinfo   (contents, props changed)
  head/textproc/go.text/pkg-descr   (contents, props changed)
  head/textproc/go.text/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jan 12 21:44:13 2014	(r339551)
+++ head/textproc/Makefile	Sun Jan 12 21:44:19 2014	(r339552)
@@ -212,6 +212,7 @@
     SUBDIR += gnome-translate
     SUBDIR += gnugrep
     SUBDIR += go-text
+    SUBDIR += go.text
     SUBDIR += goldendict
     SUBDIR += google-ctemplate
     SUBDIR += gpp

Added: head/textproc/go.text/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go.text/Makefile	Sun Jan 12 21:44:19 2014	(r339552)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	go.text
+PORTVERSION=	20131227
+CATEGORIES=	textproc devel
+MASTER_SITES=	http://jlaffaye.net/ LOCAL/jlaffaye
+
+MAINTAINER=	jlaffaye at 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>

Added: head/textproc/go.text/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go.text/distinfo	Sun Jan 12 21:44:19 2014	(r339552)
@@ -0,0 +1,2 @@
+SHA256 (go.text-20131227.tar.gz) = 2083c421d0c73dd378d7196978915d91ab436caea1277749b92e74f121e97fe3
+SIZE (go.text-20131227.tar.gz) = 2404817

Added: head/textproc/go.text/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go.text/pkg-descr	Sun Jan 12 21:44:19 2014	(r339552)
@@ -0,0 +1,3 @@
+go.text contains additional Go packages for text processing.
+
+WWW: http://code.google.com/p/go/source/browse?repo=text

Added: head/textproc/go.text/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go.text/pkg-plist	Sun Jan 12 21:44:19 2014	(r339552)
@@ -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
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode/norm
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/unicode
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/transform
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/language
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/unicode
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/traditionalchinese
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/testdata
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/simplifiedchinese
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/korean
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/japanese
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding/charmap
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoding
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools/colcmp
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/tools
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/colltab
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate/build
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/collate
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/cldr
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
+ at dirrmtry %%GO_SRCDIR%%/code.google.com/p
+ at dirrmtry %%GO_SRCDIR%%/code.google.com
+ at dirrmtry %%GO_SRCDIR%%
+ at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/unicode
+ at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/encoding
+ at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/collate
+ at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%
+ at dirrmtry %%GO_LIBDIR%%/code.google.com/p
+ at dirrmtry %%GO_LIBDIR%%/code.google.com
+ at dirrmtry %%GO_LIBDIR%%
+ at dirrmtry share/go/pkg
+ at dirrmtry share/go


More information about the svn-ports-all mailing list