Date: Wed, 26 Oct 2016 11:06:40 +0000 (UTC) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424689 - in head: . devel devel/go-runewidth Message-ID: <201610261106.u9QB6eM6086785@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: knu Date: Wed Oct 26 11:06:40 2016 New Revision: 424689 URL: https://svnweb.freebsd.org/changeset/ports/424689 Log: Readd devel/go-runewidth because there was another consumer 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/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 26 11:06:02 2016 (r424688) +++ head/MOVED Wed Oct 26 11:06:40 2016 (r424689) @@ -8774,5 +8774,4 @@ www/lighttpd-mod_geoip|www/lighttpd|2016 net/dosdetector||2016-10-23|Has expired: No maintainer activity in over a decade devel/go-btree||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot devel/go-flags||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot -devel/go-runewidth||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot devel/go-termbox||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 26 11:06:02 2016 (r424688) +++ head/devel/Makefile Wed Oct 26 11:06:40 2016 (r424689) @@ -757,6 +757,7 @@ SUBDIR += go-pretty SUBDIR += go-protobuf SUBDIR += go-raw + SUBDIR += go-runewidth SUBDIR += go-shellwords SUBDIR += go-slices SUBDIR += go-sql-driver Added: head/devel/go-runewidth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-runewidth/Makefile Wed Oct 26 11:06:40 2016 (r424689) @@ -0,0 +1,20 @@ +# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= go-runewidth +PORTVERSION= 0.0.1 +CATEGORIES= devel + +MAINTAINER= knu@FreeBSD.org +COMMENT= Go library to get the fixed width of a character or string + +LICENSE= MIT + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= mattn +GH_TAGNAME= d6bea18f + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +.include <bsd.port.mk> Added: head/devel/go-runewidth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/go-runewidth/distinfo Wed Oct 26 11:06:40 2016 (r424689) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477479984 +SHA256 (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 7ad847cd4cba8007609f8e0d42f90ff6220ae63c85a0e441eb10558859226fef +SIZE (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 5877 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 Wed Oct 26 11:06:40 2016 (r424689) @@ -0,0 +1,4 @@ +Go-runewidth provides functions to get the fixed width of a character +or string. + +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 Wed Oct 26 11:06:40 2016 (r424689) @@ -0,0 +1,6 @@ +%%GO_LIBDIR%%/github.com/mattn/go-runewidth.a +%%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610261106.u9QB6eM6086785>