From owner-svn-ports-all@FreeBSD.ORG Sun Jan 12 21:44:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C867D7A9; Sun, 12 Jan 2014 21:44:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3A31138C; Sun, 12 Jan 2014 21:44:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CLiKQS027468; Sun, 12 Jan 2014 21:44:20 GMT (envelope-from jlaffaye@svn.freebsd.org) Received: (from jlaffaye@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CLiJCP027460; Sun, 12 Jan 2014 21:44:19 GMT (envelope-from jlaffaye@svn.freebsd.org) Message-Id: <201401122144.s0CLiJCP027460@svn.freebsd.org> From: Julien Laffaye Date: Sun, 12 Jan 2014 21:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339552 - in 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.17 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, 12 Jan 2014 21:44:20 -0000 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@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 +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include 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 +@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