From owner-svn-ports-head@freebsd.org Wed Oct 26 11:06:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 245CEC20BD1; Wed, 26 Oct 2016 11:06:42 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01574367; Wed, 26 Oct 2016 11:06:41 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9QB6fRr086791; Wed, 26 Oct 2016 11:06:41 GMT (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9QB6eM6086785; Wed, 26 Oct 2016 11:06:40 GMT (envelope-from knu@FreeBSD.org) Message-Id: <201610261106.u9QB6eM6086785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: knu set sender to knu@FreeBSD.org using -f From: Akinori MUSHA Date: Wed, 26 Oct 2016 11:06:40 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 11:06:42 -0000 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 +# $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 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