Received: by mail.netbsd.org (Postfix, from userid 605) id 7B5D984D64; Sat, 31 Aug 2019 21:11:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3F1A84D04 for ; Sat, 31 Aug 2019 21:11:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yVWNHY9znaLe for ; Sat, 31 Aug 2019 21:11:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6731D84CE2 for ; Sat, 31 Aug 2019 21:11:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53AD6FBF4; Sat, 31 Aug 2019 21:11:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567285912247770" MIME-Version: 1.0 Date: Sat, 31 Aug 2019 21:11:52 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/devel/go-iochan To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20190831211152.53AD6FBF4@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. --_----------=_1567285912247770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sat Aug 31 21:11:52 UTC 2019 Added Files: pkgsrc/devel/go-iochan: DESCR Makefile PLIST distinfo Log Message: Add go-iochan version 1.0.0. iochan is a Go library for treating io readers and writers like channels. This is useful when sometimes you wish to use io.Reader and such in select statements. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-iochan/DESCR \ pkgsrc/devel/go-iochan/Makefile pkgsrc/devel/go-iochan/PLIST \ pkgsrc/devel/go-iochan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567285912247770 Content-Disposition: inline Content-Length: 2343 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/go-iochan/DESCR diff -u /dev/null pkgsrc/devel/go-iochan/DESCR:1.1 --- /dev/null Sat Aug 31 21:11:52 2019 +++ pkgsrc/devel/go-iochan/DESCR Sat Aug 31 21:11:52 2019 @@ -0,0 +1,3 @@ +iochan is a Go library for treating io readers and writers like +channels. This is useful when sometimes you wish to use io.Reader +and such in select statements. Index: pkgsrc/devel/go-iochan/Makefile diff -u /dev/null pkgsrc/devel/go-iochan/Makefile:1.1 --- /dev/null Sat Aug 31 21:11:52 2019 +++ pkgsrc/devel/go-iochan/Makefile Sat Aug 31 21:11:52 2019 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2019/08/31 21:11:52 he Exp $ +# + +NAME= iochan +VERSION= 1.0.0 +DISTNAME= ${NAME}-${VERSION} +PKGNAME= go-${DISTNAME} +GITHUB_PROJECT= ${NAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=mitchellh/} +GITHUB_TAG= v${VERSION} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/mitchellh/iochan +COMMENT= Go library for treating io r/w like channels +LICENSE= mit + +GO_SRCPATH= github.com/mitchellh/iochan +GO_DIST_BASE= ${DISTNAME}* + +.include "../../lang/go/go-package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/go-iochan/PLIST diff -u /dev/null pkgsrc/devel/go-iochan/PLIST:1.1 --- /dev/null Sat Aug 31 21:11:52 2019 +++ pkgsrc/devel/go-iochan/PLIST Sat Aug 31 21:11:52 2019 @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2019/08/31 21:11:52 he Exp $ +gopkg/pkg/${GO_PLATFORM}/github.com/mitchellh/iochan.a +gopkg/src/github.com/mitchellh/iochan/LICENSE.md +gopkg/src/github.com/mitchellh/iochan/README.md +gopkg/src/github.com/mitchellh/iochan/go.mod +gopkg/src/github.com/mitchellh/iochan/iochan.go +gopkg/src/github.com/mitchellh/iochan/iochan_test.go Index: pkgsrc/devel/go-iochan/distinfo diff -u /dev/null pkgsrc/devel/go-iochan/distinfo:1.1 --- /dev/null Sat Aug 31 21:11:52 2019 +++ pkgsrc/devel/go-iochan/distinfo Sat Aug 31 21:11:52 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/31 21:11:52 he Exp $ + +SHA1 (iochan-1.0.0.tar.gz) = e40131ab8f433cc1cc7becc904fb74c9d9045d27 +RMD160 (iochan-1.0.0.tar.gz) = 313c634ec55c7c72ff58ddd2308d8172c54f1ef2 +SHA512 (iochan-1.0.0.tar.gz) = 51949df1cf8b00e956bb7f09eb38d3c3565e4e7adb53cd6c5a2290205b381fbccd3ac7dae9e8ed5bda7fb1f93746cd649ba484fbff211bad477962d30cf27e83 +Size (iochan-1.0.0.tar.gz) = 1817 bytes --_----------=_1567285912247770--