pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-colortext devel/go-colortext: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/935542d73cfb
branches:  trunk
changeset: 312692:935542d73cfb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Sep 10 23:48:54 2018 +0000

description:
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.

diffstat:

 devel/go-colortext/DESCR    |   2 ++
 devel/go-colortext/Makefile |  16 ++++++++++++++++
 devel/go-colortext/PLIST    |   9 +++++++++
 devel/go-colortext/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r a8419b3a19ef -r 935542d73cfb devel/go-colortext/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-colortext/DESCR  Mon Sep 10 23:48:54 2018 +0000
@@ -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.
diff -r a8419b3a19ef -r 935542d73cfb devel/go-colortext/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-colortext/Makefile       Mon Sep 10 23:48:54 2018 +0000
@@ -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"
diff -r a8419b3a19ef -r 935542d73cfb devel/go-colortext/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-colortext/PLIST  Mon Sep 10 23:48:54 2018 +0000
@@ -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
diff -r a8419b3a19ef -r 935542d73cfb devel/go-colortext/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-colortext/distinfo       Mon Sep 10 23:48:54 2018 +0000
@@ -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