pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-iochan
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index