pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Add a package for go-text, using the github f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78e61b0559a7
branches:  trunk
changeset: 648074:78e61b0559a7
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Mar 10 19:57:18 2015 +0000

description:
Add a package for go-text, using the github fetch module.

This package contains supplementary Go libraries for text processing, many
involving Unicode.

diffstat:

 textproc/Makefile              |    3 +-
 textproc/go-text/DESCR         |    2 +
 textproc/go-text/Makefile      |   20 +++
 textproc/go-text/PLIST         |  214 +++++++++++++++++++++++++++++++++++++++++
 textproc/go-text/buildlink3.mk |   13 ++
 textproc/go-text/distinfo      |    5 +
 6 files changed, 256 insertions(+), 1 deletions(-)

diffs (291 lines):

diff -r ba18f5dd46c3 -r 78e61b0559a7 textproc/Makefile
--- a/textproc/Makefile Tue Mar 10 19:50:15 2015 +0000
+++ b/textproc/Makefile Tue Mar 10 19:57:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.823 2015/03/09 14:52:11 mef Exp $
+# $NetBSD: Makefile,v 1.824 2015/03/10 19:57:18 bsiegert Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -174,6 +174,7 @@
 SUBDIR+=       gnome-doc-utils
 SUBDIR+=       gnome-spell
 SUBDIR+=       gnome-subtitles
+SUBDIR+=       go-text
 SUBDIR+=       grep
 SUBDIR+=       grepcidr
 SUBDIR+=       groff
diff -r ba18f5dd46c3 -r 78e61b0559a7 textproc/go-text/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-text/DESCR    Tue Mar 10 19:57:18 2015 +0000
@@ -0,0 +1,2 @@
+This package contains supplementary Go libraries for text processing, many
+involving Unicode.
diff -r ba18f5dd46c3 -r 78e61b0559a7 textproc/go-text/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-text/Makefile Tue Mar 10 19:57:18 2015 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/03/10 19:57:18 bsiegert Exp $
+#
+
+DISTNAME=              text
+PKGNAME=               go-text-20150310
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
+GITHUB_TAG=            d1927f6997
+
+MAINTAINER=            bsiegert%NetBSD.org@localhost
+HOMEPAGE=              http://golang.org/
+COMMENT=               Supplementary text processing libraries for Go
+LICENSE=               modified-bsd
+
+GO_SRCPATH=            golang.org/x/text
+GO_DIST_BASE=          ${DISTNAME}-${GITHUB_TAG}*
+
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ba18f5dd46c3 -r 78e61b0559a7 textproc/go-text/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-text/PLIST    Tue Mar 10 19:57:18 2015 +0000
@@ -0,0 +1,214 @@
+@comment $NetBSD: PLIST,v 1.1 2015/03/10 19:57:18 bsiegert Exp $
+bin/colcmp
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/cases.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/cldr.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/build.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/collate/colltab.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/display.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/charmap.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/japanese.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/korean.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/simplifiedchinese.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/traditionalchinese.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/encoding/unicode.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/colltab.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/gen.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/testtext.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/triegen.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/internal/ucd.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/language.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/transform.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/norm.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/unicode/rangetable.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/text/width.a
+gopkg/src/golang.org/x/text/AUTHORS
+gopkg/src/golang.org/x/text/CONTRIBUTING.md
+gopkg/src/golang.org/x/text/CONTRIBUTORS
+gopkg/src/golang.org/x/text/LICENSE
+gopkg/src/golang.org/x/text/PATENTS
+gopkg/src/golang.org/x/text/README
+gopkg/src/golang.org/x/text/cases/cases.go
+gopkg/src/golang.org/x/text/cases/context.go
+gopkg/src/golang.org/x/text/cases/context_test.go
+gopkg/src/golang.org/x/text/cases/example_test.go
+gopkg/src/golang.org/x/text/cases/gen.go
+gopkg/src/golang.org/x/text/cases/gen_trieval.go
+gopkg/src/golang.org/x/text/cases/map.go
+gopkg/src/golang.org/x/text/cases/map_test.go
+gopkg/src/golang.org/x/text/cases/tables.go
+gopkg/src/golang.org/x/text/cases/tables_test.go
+gopkg/src/golang.org/x/text/cases/trieval.go
+gopkg/src/golang.org/x/text/cldr/base.go
+gopkg/src/golang.org/x/text/cldr/cldr.go
+gopkg/src/golang.org/x/text/cldr/cldr_test.go
+gopkg/src/golang.org/x/text/cldr/collate.go
+gopkg/src/golang.org/x/text/cldr/collate_test.go
+gopkg/src/golang.org/x/text/cldr/data_test.go
+gopkg/src/golang.org/x/text/cldr/decode.go
+gopkg/src/golang.org/x/text/cldr/examples_test.go
+gopkg/src/golang.org/x/text/cldr/makexml.go
+gopkg/src/golang.org/x/text/cldr/resolve.go
+gopkg/src/golang.org/x/text/cldr/resolve_test.go
+gopkg/src/golang.org/x/text/cldr/slice.go
+gopkg/src/golang.org/x/text/cldr/slice_test.go
+gopkg/src/golang.org/x/text/cldr/xml.go
+gopkg/src/golang.org/x/text/collate/build/builder.go
+gopkg/src/golang.org/x/text/collate/build/builder_test.go
+gopkg/src/golang.org/x/text/collate/build/colelem.go
+gopkg/src/golang.org/x/text/collate/build/colelem_test.go
+gopkg/src/golang.org/x/text/collate/build/contract.go
+gopkg/src/golang.org/x/text/collate/build/contract_test.go
+gopkg/src/golang.org/x/text/collate/build/order.go
+gopkg/src/golang.org/x/text/collate/build/order_test.go
+gopkg/src/golang.org/x/text/collate/build/table.go
+gopkg/src/golang.org/x/text/collate/build/trie.go
+gopkg/src/golang.org/x/text/collate/build/trie_test.go
+gopkg/src/golang.org/x/text/collate/collate.go
+gopkg/src/golang.org/x/text/collate/collate_test.go
+gopkg/src/golang.org/x/text/collate/colltab/collate_test.go
+gopkg/src/golang.org/x/text/collate/colltab/collelem.go
+gopkg/src/golang.org/x/text/collate/colltab/collelem_test.go
+gopkg/src/golang.org/x/text/collate/colltab/colltab.go
+gopkg/src/golang.org/x/text/collate/colltab/colltab_test.go
+gopkg/src/golang.org/x/text/collate/colltab/contract.go
+gopkg/src/golang.org/x/text/collate/colltab/contract_test.go
+gopkg/src/golang.org/x/text/collate/colltab/export.go
+gopkg/src/golang.org/x/text/collate/colltab/numeric.go
+gopkg/src/golang.org/x/text/collate/colltab/numeric_test.go
+gopkg/src/golang.org/x/text/collate/colltab/table.go
+gopkg/src/golang.org/x/text/collate/colltab/trie.go
+gopkg/src/golang.org/x/text/collate/colltab/trie_test.go
+gopkg/src/golang.org/x/text/collate/export_test.go
+gopkg/src/golang.org/x/text/collate/index.go
+gopkg/src/golang.org/x/text/collate/maketables.go
+gopkg/src/golang.org/x/text/collate/option.go
+gopkg/src/golang.org/x/text/collate/option_test.go
+gopkg/src/golang.org/x/text/collate/reg_test.go
+gopkg/src/golang.org/x/text/collate/sort.go
+gopkg/src/golang.org/x/text/collate/sort_test.go
+gopkg/src/golang.org/x/text/collate/table_test.go
+gopkg/src/golang.org/x/text/collate/tables.go
+gopkg/src/golang.org/x/text/collate/tools/colcmp/Makefile
+gopkg/src/golang.org/x/text/collate/tools/colcmp/chars.go
+gopkg/src/golang.org/x/text/collate/tools/colcmp/col.go
+gopkg/src/golang.org/x/text/collate/tools/colcmp/colcmp.go
+gopkg/src/golang.org/x/text/collate/tools/colcmp/darwin.go
+gopkg/src/golang.org/x/text/collate/tools/colcmp/gen.go
+gopkg/src/golang.org/x/text/collate/tools/colcmp/icu.go
+gopkg/src/golang.org/x/text/display/dict.go
+gopkg/src/golang.org/x/text/display/display.go
+gopkg/src/golang.org/x/text/display/display_test.go
+gopkg/src/golang.org/x/text/display/examples_test.go
+gopkg/src/golang.org/x/text/display/lookup.go
+gopkg/src/golang.org/x/text/display/maketables.go
+gopkg/src/golang.org/x/text/display/tables.go
+gopkg/src/golang.org/x/text/encoding/charmap/charmap.go
+gopkg/src/golang.org/x/text/encoding/charmap/maketables.go
+gopkg/src/golang.org/x/text/encoding/charmap/tables.go
+gopkg/src/golang.org/x/text/encoding/encoding.go
+gopkg/src/golang.org/x/text/encoding/encoding_test.go
+gopkg/src/golang.org/x/text/encoding/example_test.go
+gopkg/src/golang.org/x/text/encoding/japanese/eucjp.go
+gopkg/src/golang.org/x/text/encoding/japanese/iso2022jp.go
+gopkg/src/golang.org/x/text/encoding/japanese/maketables.go
+gopkg/src/golang.org/x/text/encoding/japanese/shiftjis.go
+gopkg/src/golang.org/x/text/encoding/japanese/tables.go
+gopkg/src/golang.org/x/text/encoding/korean/euckr.go
+gopkg/src/golang.org/x/text/encoding/korean/maketables.go
+gopkg/src/golang.org/x/text/encoding/korean/tables.go
+gopkg/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go
+gopkg/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go
+gopkg/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go
+gopkg/src/golang.org/x/text/encoding/simplifiedchinese/tables.go
+gopkg/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt
+gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt
+gopkg/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt
+gopkg/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt
+gopkg/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt
+gopkg/src/golang.org/x/text/encoding/testdata/rashomon-iso-2022-jp.txt
+gopkg/src/golang.org/x/text/encoding/testdata/rashomon-shift-jis.txt
+gopkg/src/golang.org/x/text/encoding/testdata/rashomon-utf-8.txt
+gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt
+gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt
+gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-gbk.txt
+gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt
+gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt
+gopkg/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt
+gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt
+gopkg/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt
+gopkg/src/golang.org/x/text/encoding/traditionalchinese/big5.go
+gopkg/src/golang.org/x/text/encoding/traditionalchinese/maketables.go
+gopkg/src/golang.org/x/text/encoding/traditionalchinese/tables.go
+gopkg/src/golang.org/x/text/encoding/unicode/unicode.go
+gopkg/src/golang.org/x/text/internal/colltab/colltab.go
+gopkg/src/golang.org/x/text/internal/gen/gen.go
+gopkg/src/golang.org/x/text/internal/testtext/text.go
+gopkg/src/golang.org/x/text/internal/triegen/compact.go
+gopkg/src/golang.org/x/text/internal/triegen/data_test.go
+gopkg/src/golang.org/x/text/internal/triegen/example_compact_test.go
+gopkg/src/golang.org/x/text/internal/triegen/example_test.go
+gopkg/src/golang.org/x/text/internal/triegen/gen_test.go
+gopkg/src/golang.org/x/text/internal/triegen/print.go
+gopkg/src/golang.org/x/text/internal/triegen/triegen.go
+gopkg/src/golang.org/x/text/internal/ucd/example_test.go
+gopkg/src/golang.org/x/text/internal/ucd/ucd.go
+gopkg/src/golang.org/x/text/internal/ucd/ucd_test.go
+gopkg/src/golang.org/x/text/language/Makefile
+gopkg/src/golang.org/x/text/language/common.go
+gopkg/src/golang.org/x/text/language/coverage.go
+gopkg/src/golang.org/x/text/language/coverage_test.go
+gopkg/src/golang.org/x/text/language/data_test.go
+gopkg/src/golang.org/x/text/language/examples_test.go
+gopkg/src/golang.org/x/text/language/gen_common.go
+gopkg/src/golang.org/x/text/language/go1_1.go
+gopkg/src/golang.org/x/text/language/go1_2.go
+gopkg/src/golang.org/x/text/language/language.go
+gopkg/src/golang.org/x/text/language/language_test.go
+gopkg/src/golang.org/x/text/language/lookup.go
+gopkg/src/golang.org/x/text/language/lookup_test.go
+gopkg/src/golang.org/x/text/language/maketables.go
+gopkg/src/golang.org/x/text/language/match.go
+gopkg/src/golang.org/x/text/language/match_test.go
+gopkg/src/golang.org/x/text/language/parse.go
+gopkg/src/golang.org/x/text/language/parse_test.go
+gopkg/src/golang.org/x/text/language/tables.go
+gopkg/src/golang.org/x/text/language/tags.go
+gopkg/src/golang.org/x/text/transform/examples_test.go
+gopkg/src/golang.org/x/text/transform/transform.go
+gopkg/src/golang.org/x/text/transform/transform_test.go
+gopkg/src/golang.org/x/text/unicode/norm/composition.go
+gopkg/src/golang.org/x/text/unicode/norm/composition_test.go
+gopkg/src/golang.org/x/text/unicode/norm/example_iter_test.go
+gopkg/src/golang.org/x/text/unicode/norm/forminfo.go
+gopkg/src/golang.org/x/text/unicode/norm/forminfo_test.go
+gopkg/src/golang.org/x/text/unicode/norm/input.go
+gopkg/src/golang.org/x/text/unicode/norm/iter.go
+gopkg/src/golang.org/x/text/unicode/norm/iter_test.go
+gopkg/src/golang.org/x/text/unicode/norm/maketables.go
+gopkg/src/golang.org/x/text/unicode/norm/norm_test.go
+gopkg/src/golang.org/x/text/unicode/norm/normalize.go
+gopkg/src/golang.org/x/text/unicode/norm/normalize_test.go
+gopkg/src/golang.org/x/text/unicode/norm/readwriter.go
+gopkg/src/golang.org/x/text/unicode/norm/readwriter_test.go
+gopkg/src/golang.org/x/text/unicode/norm/tables.go
+gopkg/src/golang.org/x/text/unicode/norm/transform.go
+gopkg/src/golang.org/x/text/unicode/norm/transform_test.go
+gopkg/src/golang.org/x/text/unicode/norm/trie.go
+gopkg/src/golang.org/x/text/unicode/norm/triegen.go
+gopkg/src/golang.org/x/text/unicode/norm/ucd_test.go
+gopkg/src/golang.org/x/text/unicode/rangetable/merge.go
+gopkg/src/golang.org/x/text/unicode/rangetable/merge_test.go
+gopkg/src/golang.org/x/text/width/common_test.go
+gopkg/src/golang.org/x/text/width/gen.go
+gopkg/src/golang.org/x/text/width/gen_common.go
+gopkg/src/golang.org/x/text/width/gen_trieval.go
+gopkg/src/golang.org/x/text/width/kind_string.go
+gopkg/src/golang.org/x/text/width/runes_test.go
+gopkg/src/golang.org/x/text/width/tables.go
+gopkg/src/golang.org/x/text/width/tables_test.go
+gopkg/src/golang.org/x/text/width/transform.go
+gopkg/src/golang.org/x/text/width/transform_test.go
+gopkg/src/golang.org/x/text/width/trieval.go
+gopkg/src/golang.org/x/text/width/width.go
diff -r ba18f5dd46c3 -r 78e61b0559a7 textproc/go-text/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-text/buildlink3.mk    Tue Mar 10 19:57:18 2015 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/03/10 19:57:18 bsiegert Exp $
+
+BUILDLINK_TREE+=       go-text
+
+.if !defined(GO_TEXT_BUILDLINK3_MK)
+GO_TEXT_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.go-text?=  build
+BUILDLINK_API_DEPENDS.go-text+=        go-text>=20150310
+BUILDLINK_PKGSRCDIR.go-text?=  ../../textproc/go-text
+.endif # GO_TEXT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-text
diff -r ba18f5dd46c3 -r 78e61b0559a7 textproc/go-text/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-text/distinfo Tue Mar 10 19:57:18 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/03/10 19:57:18 bsiegert Exp $
+
+SHA1 (text-d1927f6997.tar.gz) = 2162e660512da00c58f3e9263b473799f34691ee
+RMD160 (text-d1927f6997.tar.gz) = 7ad5877f4ee68773d145dccd870f94b0a5c90ce5
+Size (text-d1927f6997.tar.gz) = 3477748 bytes



Home | Main Index | Thread Index | Old Index