pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-runewidth
Module Name: pkgsrc
Committed By: maya
Date: Tue Oct 24 06:50:54 UTC 2017
Added Files:
pkgsrc/devel/go-runewidth: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
Add package go-runewidth version 0.0.2
Go functions to get fixed width of the character or string
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-runewidth/DESCR \
pkgsrc/devel/go-runewidth/Makefile pkgsrc/devel/go-runewidth/PLIST \
pkgsrc/devel/go-runewidth/buildlink3.mk \
pkgsrc/devel/go-runewidth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/go-runewidth/DESCR
diff -u /dev/null pkgsrc/devel/go-runewidth/DESCR:1.1
--- /dev/null Tue Oct 24 06:50:54 2017
+++ pkgsrc/devel/go-runewidth/DESCR Tue Oct 24 06:50:54 2017
@@ -0,0 +1 @@
+Go functions to get fixed width of the character or string
Index: pkgsrc/devel/go-runewidth/Makefile
diff -u /dev/null pkgsrc/devel/go-runewidth/Makefile:1.1
--- /dev/null Tue Oct 24 06:50:54 2017
+++ pkgsrc/devel/go-runewidth/Makefile Tue Oct 24 06:50:54 2017
@@ -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"
Index: pkgsrc/devel/go-runewidth/PLIST
diff -u /dev/null pkgsrc/devel/go-runewidth/PLIST:1.1
--- /dev/null Tue Oct 24 06:50:54 2017
+++ pkgsrc/devel/go-runewidth/PLIST Tue Oct 24 06:50:54 2017
@@ -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
Index: pkgsrc/devel/go-runewidth/buildlink3.mk
diff -u /dev/null pkgsrc/devel/go-runewidth/buildlink3.mk:1.1
--- /dev/null Tue Oct 24 06:50:54 2017
+++ pkgsrc/devel/go-runewidth/buildlink3.mk Tue Oct 24 06:50:54 2017
@@ -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
Index: pkgsrc/devel/go-runewidth/distinfo
diff -u /dev/null pkgsrc/devel/go-runewidth/distinfo:1.1
--- /dev/null Tue Oct 24 06:50:54 2017
+++ pkgsrc/devel/go-runewidth/distinfo Tue Oct 24 06:50:54 2017
@@ -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