svn commit: r361765 - in head/devel: . go-runewidth
Akinori MUSHA
knu at FreeBSD.org
Mon Jul 14 10:31:47 UTC 2014
Author: knu
Date: Mon Jul 14 10:31:45 2014
New Revision: 361765
URL: http://svnweb.freebsd.org/changeset/ports/361765
QAT: https://qat.redports.org/buildarchive/r361765/
Log:
Add go-runewidth, Go library to get the fixed width of a character or string.
Added:
head/devel/go-runewidth/
head/devel/go-runewidth/Makefile (contents, props changed)
head/devel/go-runewidth/distinfo (contents, props changed)
head/devel/go-runewidth/pkg-descr (contents, props changed)
head/devel/go-runewidth/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jul 14 10:29:59 2014 (r361764)
+++ head/devel/Makefile Mon Jul 14 10:31:45 2014 (r361765)
@@ -597,6 +597,7 @@
SUBDIR += go-flags
SUBDIR += go-json-rest
SUBDIR += go-pretty
+ SUBDIR += go-runewidth
SUBDIR += go-sql-driver
SUBDIR += gob2
SUBDIR += gobject-introspection
Added: head/devel/go-runewidth/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/go-runewidth/Makefile Mon Jul 14 10:31:45 2014 (r361765)
@@ -0,0 +1,25 @@
+# Created by: Akinori MUSHA aka knu <knu at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= runewidth
+PORTVERSION= 0.0.0.20140623
+CATEGORIES= devel
+MASTER_SITES= GH GHC
+PKGNAMEPREFIX= go-
+
+MAINTAINER= knu at FreeBSD.org
+COMMENT= Go library to get the fixed width of a character or string
+
+LICENSE= MIT
+
+USE_GITHUB= yes
+GH_ACCOUNT= mattn
+GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= d70c973
+
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
+.include <bsd.port.post.mk>
Added: head/devel/go-runewidth/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/go-runewidth/distinfo Mon Jul 14 10:31:45 2014 (r361765)
@@ -0,0 +1,2 @@
+SHA256 (runewidth-0.0.0.20140623.tar.gz) = fb03cbe156fc21b974a350ca76afe667e9aa3cab08010cf36a902f32792c8723
+SIZE (runewidth-0.0.0.20140623.tar.gz) = 4508
Added: head/devel/go-runewidth/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/go-runewidth/pkg-descr Mon Jul 14 10:31:45 2014 (r361765)
@@ -0,0 +1,5 @@
+Go-runewidth provides functions to get the fixed width of a character
+or string.
+
+Author: Yasuhiro Matsumoto
+WWW: https://github.com/mattn/go-runewidth
Added: head/devel/go-runewidth/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/go-runewidth/pkg-plist Mon Jul 14 10:31:45 2014 (r361765)
@@ -0,0 +1,15 @@
+%%GO_LIBDIR%%/github.com/mattn/go-runewidth.a
+ at dirrmtry %%GO_LIBDIR%%/github.com/mattn
+ at dirrmtry %%GO_LIBDIR%%/github.com
+ at dirrmtry %%GO_LIBDIR%%
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.mkd
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_posix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_windows.go
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
+ at dirrmtry %%GO_SRCDIR%%/github.com/mattn
+ at dirrmtry %%GO_SRCDIR%%/github.com
+ at dirrmtry %%GO_SRCDIR%%
+ at dirrmtry share/go/pkg
+ at dirrmtry share/go
More information about the svn-ports-all
mailing list