pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-colorable
Module Name: pkgsrc
Committed By: minskim
Date: Sun Jul 22 22:42:43 UTC 2018
Added Files:
pkgsrc/devel/go-colorable: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
devel/go-colorable: Import version 0.0.9
go-colorable is a colorable writer for Microsoft Windows. It handles
esacpe sequences for ANSI color.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-colorable/DESCR \
pkgsrc/devel/go-colorable/Makefile pkgsrc/devel/go-colorable/PLIST \
pkgsrc/devel/go-colorable/buildlink3.mk \
pkgsrc/devel/go-colorable/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-colorable/DESCR
diff -u /dev/null pkgsrc/devel/go-colorable/DESCR:1.1
--- /dev/null Sun Jul 22 22:42:43 2018
+++ pkgsrc/devel/go-colorable/DESCR Sun Jul 22 22:42:43 2018
@@ -0,0 +1,2 @@
+go-colorable is a colorable writer for Microsoft Windows. It handles
+esacpe sequences for ANSI color.
Index: pkgsrc/devel/go-colorable/Makefile
diff -u /dev/null pkgsrc/devel/go-colorable/Makefile:1.1
--- /dev/null Sun Jul 22 22:42:43 2018
+++ pkgsrc/devel/go-colorable/Makefile Sun Jul 22 22:42:43 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/07/22 22:42:43 minskim Exp $
+
+DISTNAME= go-colorable-0.0.9
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/}
+CATEGORIES= devel
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mattn/go-colorable
+COMMENT= Colorable writer for Windows
+LICENSE= mit
+
+GO_DIST_BASE= ${PKGBASE}-${PKGVERSION_NOREV}
+GO_SRCPATH= ${HOMEPAGE:S,https://,,}
+
+.include "../../devel/go-isatty/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/go-colorable/PLIST
diff -u /dev/null pkgsrc/devel/go-colorable/PLIST:1.1
--- /dev/null Sun Jul 22 22:42:43 2018
+++ pkgsrc/devel/go-colorable/PLIST Sun Jul 22 22:42:43 2018
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/22 22:42:43 minskim Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/mattn/go-colorable.a
+gopkg/src/github.com/mattn/go-colorable/LICENSE
+gopkg/src/github.com/mattn/go-colorable/README.md
+gopkg/src/github.com/mattn/go-colorable/_example/escape-seq/main.go
+gopkg/src/github.com/mattn/go-colorable/_example/logrus/main.go
+gopkg/src/github.com/mattn/go-colorable/_example/title/main.go
+gopkg/src/github.com/mattn/go-colorable/colorable_appengine.go
+gopkg/src/github.com/mattn/go-colorable/colorable_others.go
+gopkg/src/github.com/mattn/go-colorable/colorable_test.go
+gopkg/src/github.com/mattn/go-colorable/colorable_windows.go
+gopkg/src/github.com/mattn/go-colorable/noncolorable.go
Index: pkgsrc/devel/go-colorable/buildlink3.mk
diff -u /dev/null pkgsrc/devel/go-colorable/buildlink3.mk:1.1
--- /dev/null Sun Jul 22 22:42:43 2018
+++ pkgsrc/devel/go-colorable/buildlink3.mk Sun Jul 22 22:42:43 2018
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/07/22 22:42:43 minskim Exp $
+
+BUILDLINK_TREE+= go-colorable
+
+.if !defined(GO_COLORABLE_BUILDLINK3_MK)
+GO_COLORABLE_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-colorable= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-colorable?= build
+
+BUILDLINK_API_DEPENDS.go-colorable+= go-colorable>=0.0.9
+BUILDLINK_PKGSRCDIR.go-colorable?= ../../devel/go-colorable
+
+.include "../../devel/go-isatty/buildlink3.mk"
+.endif # GO_COLORABLE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-colorable
Index: pkgsrc/devel/go-colorable/distinfo
diff -u /dev/null pkgsrc/devel/go-colorable/distinfo:1.1
--- /dev/null Sun Jul 22 22:42:43 2018
+++ pkgsrc/devel/go-colorable/distinfo Sun Jul 22 22:42:43 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/22 22:42:43 minskim Exp $
+
+SHA1 (go-colorable-0.0.9.tar.gz) = 7eda5f6484bed321cc1a558010a2b5f386b19f5a
+RMD160 (go-colorable-0.0.9.tar.gz) = aefec7b6d2936821689fd98d9a7481e8a40b530d
+SHA512 (go-colorable-0.0.9.tar.gz) = 59be33ee1ff5f2410f57421f4af21dbd85d0b48e3070a4179c016eee1fd9017ff83058eca2b0e31a5af725ae48b794b49ade37a5cf5ab0a1954606eb52bd06b6
+Size (go-colorable-0.0.9.tar.gz) = 7593 bytes
Home |
Main Index |
Thread Index |
Old Index