pkgsrc-WIP-changes archive

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

go-kr-text: Import go-kr-text-0.1.0 as wip/go-kr-text



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Jun 17 18:41:52 2018 +0100
Changeset:	99762ca444d14b5f1145525f2fa2780b98c80886

Added Files:
	go-kr-text/DESCR
	go-kr-text/Makefile
	go-kr-text/PLIST
	go-kr-text/buildlink3.mk
	go-kr-text/distinfo

Log Message:
go-kr-text: Import go-kr-text-0.1.0 as wip/go-kr-text

Go package for manipulating paragraphs of text

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99762ca444d14b5f1145525f2fa2780b98c80886

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-kr-text/DESCR         |  1 +
 go-kr-text/Makefile      | 20 ++++++++++++++++++++
 go-kr-text/PLIST         | 22 ++++++++++++++++++++++
 go-kr-text/buildlink3.mk | 15 +++++++++++++++
 go-kr-text/distinfo      |  6 ++++++
 5 files changed, 64 insertions(+)

diffs:
diff --git a/go-kr-text/DESCR b/go-kr-text/DESCR
new file mode 100644
index 0000000000..3cfe866209
--- /dev/null
+++ b/go-kr-text/DESCR
@@ -0,0 +1 @@
+Go package for manipulating paragraphs of text
diff --git a/go-kr-text/Makefile b/go-kr-text/Makefile
new file mode 100644
index 0000000000..e8c4ce6cd3
--- /dev/null
+++ b/go-kr-text/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	go-kr-text-0.1.0
+CATEGORIES=	textproc devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=kr/}
+GITHUB_PROJECT=	text
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+COMMENT=	Go package for manipulating paragraphs of text
+HOMEPAGE=	https://github.com/kr/text
+LICENSE=	mit
+
+EXTRACT_USING=	bsdtar
+
+GO_SRCPATH=	github.com/kr/text/
+GO_DIST_BASE=	text-${PKGVERSION_NOREV}
+
+.include "../../wip/go-pty/buildlink3.mk" # XXX
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-kr-text/PLIST b/go-kr-text/PLIST
new file mode 100644
index 0000000000..fd480c3f17
--- /dev/null
+++ b/go-kr-text/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+bin/agg
+bin/mc
+gopkg/pkg/${GO_PLATFORM}/github.com/kr/text.a
+gopkg/pkg/${GO_PLATFORM}/github.com/kr/text/colwriter.a
+gopkg/src/github.com/kr/text/License
+gopkg/src/github.com/kr/text/Readme
+gopkg/src/github.com/kr/text/cmd/agg/doc.go
+gopkg/src/github.com/kr/text/cmd/agg/main.go
+gopkg/src/github.com/kr/text/cmd/agg/num.go
+gopkg/src/github.com/kr/text/cmd/agg/string.go
+gopkg/src/github.com/kr/text/colwriter/Readme
+gopkg/src/github.com/kr/text/colwriter/column.go
+gopkg/src/github.com/kr/text/colwriter/column_test.go
+gopkg/src/github.com/kr/text/doc.go
+gopkg/src/github.com/kr/text/go.mod
+gopkg/src/github.com/kr/text/indent.go
+gopkg/src/github.com/kr/text/indent_test.go
+gopkg/src/github.com/kr/text/mc/Readme
+gopkg/src/github.com/kr/text/mc/mc.go
+gopkg/src/github.com/kr/text/wrap.go
+gopkg/src/github.com/kr/text/wrap_test.go
diff --git a/go-kr-text/buildlink3.mk b/go-kr-text/buildlink3.mk
new file mode 100644
index 0000000000..b4a4faf623
--- /dev/null
+++ b/go-kr-text/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-kr-text
+
+.if !defined(GO_KR_TEXT_BUILDLINK3_MK)
+GO_KR_TEXT_BUILDLINK3_MK=
+
+BUILDLINK_CONTENTS_FILTER.go-kr-text=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-kr-text?=		build
+
+BUILDLINK_API_DEPENDS.go-kr-text+=		go-kr-text>=0.0
+BUILDLINK_PKGSRCDIR.go-kr-text?=		../../wip/go-kr-text
+.endif  # GO_KR_TEXT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-kr-text
diff --git a/go-kr-text/distinfo b/go-kr-text/distinfo
new file mode 100644
index 0000000000..20e78d90bc
--- /dev/null
+++ b/go-kr-text/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-kr-text-0.1.0.tar.gz) = 08c092df897835fb58ab0356d47ed93582aa3f8c
+RMD160 (go-kr-text-0.1.0.tar.gz) = b4c17a2072f4153de6e6c98f715a8d737073fe19
+SHA512 (go-kr-text-0.1.0.tar.gz) = bac4ad4e21c16838f79aeacf7c71d706794ae2921dfd4817f10583ae4ba650279be69996524a77b555ad3858170118682bbe1fd643a60201e59805afd1ee551e
+Size (go-kr-text-0.1.0.tar.gz) = 8686 bytes


Home | Main Index | Thread Index | Old Index