Received: by mail.netbsd.org (Postfix, from userid 605) id 6C1A884DBA; Tue, 24 Oct 2017 06:50:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBB0184D39 for ; Tue, 24 Oct 2017 06:50:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1sxjogDCLwGL for ; Tue, 24 Oct 2017 06:50:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 521D484C86 for ; Tue, 24 Oct 2017 06:50:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49591FBDE; Tue, 24 Oct 2017 06:50:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508827854236320" MIME-Version: 1.0 Date: Tue, 24 Oct 2017 06:50:54 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/go-runewidth To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20171024065054.49591FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1508827854236320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1508827854236320 Content-Disposition: inline Content-Length: 3224 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1508827854236320--