pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-runewidth Add package go-runewidth version 0.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1c507f50ee8
branches: trunk
changeset: 370796:d1c507f50ee8
user: maya <maya%pkgsrc.org@localhost>
date: Tue Oct 24 06:50:54 2017 +0000
description:
Add package go-runewidth version 0.0.2
Go functions to get fixed width of the character or string
diffstat:
devel/go-runewidth/DESCR | 1 +
devel/go-runewidth/Makefile | 19 +++++++++++++++++++
devel/go-runewidth/PLIST | 10 ++++++++++
devel/go-runewidth/buildlink3.mk | 16 ++++++++++++++++
devel/go-runewidth/distinfo | 6 ++++++
5 files changed, 52 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r c5574384edda -r d1c507f50ee8 devel/go-runewidth/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-runewidth/DESCR Tue Oct 24 06:50:54 2017 +0000
@@ -0,0 +1,1 @@
+Go functions to get fixed width of the character or string
diff -r c5574384edda -r d1c507f50ee8 devel/go-runewidth/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-runewidth/Makefile Tue Oct 24 06:50:54 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/10/24 06:50:54 maya Exp $
+
+DISTNAME= go-runewidth-0.0.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+GITHUB_TAG= v0.0.2
+GITHUB_PROJECT= go-runewidth
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://godoc.org/github.com/mattn/go-runewidth
+COMMENT= Go functions to get fixed width of the character or string
+LICENSE= mit
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG:S/^v//}
+GO_SRCPATH= github.com/mattn/go-runewidth
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5574384edda -r d1c507f50ee8 devel/go-runewidth/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-runewidth/PLIST Tue Oct 24 06:50:54 2017 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/24 06:50:54 maya Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/mattn/go-runewidth.a
+gopkg/src/github.com/mattn/go-runewidth/LICENSE
+gopkg/src/github.com/mattn/go-runewidth/README.mkd
+gopkg/src/github.com/mattn/go-runewidth/runewidth.go
+gopkg/src/github.com/mattn/go-runewidth/runewidth_js.go
+gopkg/src/github.com/mattn/go-runewidth/runewidth_posix.go
+gopkg/src/github.com/mattn/go-runewidth/runewidth_test.go
+gopkg/src/github.com/mattn/go-runewidth/runewidth_windows.go
+@pkgdir bin
diff -r c5574384edda -r d1c507f50ee8 devel/go-runewidth/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-runewidth/buildlink3.mk Tue Oct 24 06:50:54 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/10/24 06:50:54 maya Exp $
+
+BUILDLINK_TREE+= go-runewidth
+
+.if !defined(GO_RUNEWIDTH_BUILDLINK3_MK)
+GO_RUNEWIDTH_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-runewidth= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-runewidth?= build
+
+BUILDLINK_API_DEPENDS.go-runewidth+= go-runewidth>=0.0
+BUILDLINK_PKGSRCDIR.go-runewidth?= ../../devel/go-runewidth
+
+.endif # GO_RUNEWIDTH_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-runewidth
diff -r c5574384edda -r d1c507f50ee8 devel/go-runewidth/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-runewidth/distinfo Tue Oct 24 06:50:54 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/24 06:50:54 maya Exp $
+
+SHA1 (go-runewidth/go-runewidth-0.0.2.tar.gz) = 283ea3650f2a10786bc40187e622c21106d6677a
+RMD160 (go-runewidth/go-runewidth-0.0.2.tar.gz) = df0c805ef594cd80039a8c56aa8ec2c2b39d5a03
+SHA512 (go-runewidth/go-runewidth-0.0.2.tar.gz) = fc76cafb03e6dbf28c8208070293ed64173a85b62dbb768d288e050cc1e41db63263f1f5322bbddc233d545143bda8f00ca3ae1668810e8ce2919ed5ee6aae2f
+Size (go-runewidth/go-runewidth-0.0.2.tar.gz) = 22367 bytes
Home |
Main Index |
Thread Index |
Old Index