pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/go-colortext



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Sep 10 23:48:54 UTC 2018

Added Files:
        pkgsrc/devel/go-colortext: DESCR Makefile PLIST distinfo

Log Message:
devel/go-colortext: Import version 1.0.0

This is a package to change the color of the text and background in
the console, working both under Windows and other systems.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-colortext/DESCR \
    pkgsrc/devel/go-colortext/Makefile pkgsrc/devel/go-colortext/PLIST \
    pkgsrc/devel/go-colortext/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-colortext/DESCR
diff -u /dev/null pkgsrc/devel/go-colortext/DESCR:1.1
--- /dev/null   Mon Sep 10 23:48:54 2018
+++ pkgsrc/devel/go-colortext/DESCR     Mon Sep 10 23:48:54 2018
@@ -0,0 +1,2 @@
+This is a package to change the color of the text and background in
+the console, working both under Windows and other systems.
Index: pkgsrc/devel/go-colortext/Makefile
diff -u /dev/null pkgsrc/devel/go-colortext/Makefile:1.1
--- /dev/null   Mon Sep 10 23:48:54 2018
+++ pkgsrc/devel/go-colortext/Makefile  Mon Sep 10 23:48:54 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/09/10 23:48:54 minskim Exp $
+
+DISTNAME=      go-colortext-1.0.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=daviddengcn/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/daviddengcn/go-colortext
+COMMENT=       Change the color of console text
+LICENSE=       mit
+
+GO_DIST_BASE=  ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=    github.com/daviddengcn/go-colortext
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/go-colortext/PLIST
diff -u /dev/null pkgsrc/devel/go-colortext/PLIST:1.1
--- /dev/null   Mon Sep 10 23:48:54 2018
+++ pkgsrc/devel/go-colortext/PLIST     Mon Sep 10 23:48:54 2018
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/10 23:48:54 minskim Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/daviddengcn/go-colortext.a
+gopkg/src/github.com/daviddengcn/go-colortext/LICENSE
+gopkg/src/github.com/daviddengcn/go-colortext/README.md
+gopkg/src/github.com/daviddengcn/go-colortext/ct.go
+gopkg/src/github.com/daviddengcn/go-colortext/ct_ansi.go
+gopkg/src/github.com/daviddengcn/go-colortext/ct_ansi_test.go
+gopkg/src/github.com/daviddengcn/go-colortext/ct_test.go
+gopkg/src/github.com/daviddengcn/go-colortext/ct_win.go
Index: pkgsrc/devel/go-colortext/distinfo
diff -u /dev/null pkgsrc/devel/go-colortext/distinfo:1.1
--- /dev/null   Mon Sep 10 23:48:54 2018
+++ pkgsrc/devel/go-colortext/distinfo  Mon Sep 10 23:48:54 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/10 23:48:54 minskim Exp $
+
+SHA1 (go-colortext-1.0.0.tar.gz) = d810531e5249a8728ffacdfb612b5d42adbbb14c
+RMD160 (go-colortext-1.0.0.tar.gz) = d9b8b5d68528d36be28bfe937a7a333c0f9f6fb2
+SHA512 (go-colortext-1.0.0.tar.gz) = 9c54313e35a76bd4bf4fe6346a5fc59a277a75d920c9ba0555ae1909db69b29e0e3e6fecf95b236f498ae11b96f61669978630d503b31dd65d22ff74b1d435bc
+Size (go-colortext-1.0.0.tar.gz) = 4205 bytes



Home | Main Index | Thread Index | Old Index