pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/go-tablewriter textproc/go-tablewriter: Impor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61edc63e14a2
branches:  trunk
changeset: 310499:61edc63e14a2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jul 17 03:54:51 2018 +0000

description:
textproc/go-tablewriter: Import version 0.0.20180506

tablewriter generates ASCII table on the fly.

diffstat:

 textproc/go-tablewriter/DESCR         |   1 +
 textproc/go-tablewriter/Makefile      |  20 ++++++++++++++++++++
 textproc/go-tablewriter/PLIST         |  16 ++++++++++++++++
 textproc/go-tablewriter/buildlink3.mk |  17 +++++++++++++++++
 textproc/go-tablewriter/distinfo      |   6 ++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 026e1a4dcbbf -r 61edc63e14a2 textproc/go-tablewriter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-tablewriter/DESCR     Tue Jul 17 03:54:51 2018 +0000
@@ -0,0 +1,1 @@
+tablewriter generates ASCII table on the fly.
diff -r 026e1a4dcbbf -r 61edc63e14a2 textproc/go-tablewriter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-tablewriter/Makefile  Tue Jul 17 03:54:51 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/07/17 03:54:51 minskim Exp $
+
+DISTNAME=      tablewriter-0.0.20180506
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=olekukonko/}
+CATEGORIES=    textproc
+GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
+GITHUB_TAG=    d4647c9c7a84d847478d890b816b7d8b62b0b279
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/olekukonko/tablewriter
+COMMENT=       ASCII table in Go
+LICENSE=       mit
+
+GO_DIST_BASE=  ${PKGBASE:S/go-//}-${GITHUB_TAG}
+GO_SRCPATH=    ${HOMEPAGE:S,https://,,}
+
+.include "../../textproc/go-runewidth/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 026e1a4dcbbf -r 61edc63e14a2 textproc/go-tablewriter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-tablewriter/PLIST     Tue Jul 17 03:54:51 2018 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/17 03:54:51 minskim Exp $
+bin/csv2table
+gopkg/pkg/${GO_PLATFORM}/github.com/olekukonko/tablewriter.a
+gopkg/src/github.com/olekukonko/tablewriter/LICENCE.md
+gopkg/src/github.com/olekukonko/tablewriter/README.md
+gopkg/src/github.com/olekukonko/tablewriter/csv.go
+gopkg/src/github.com/olekukonko/tablewriter/csv2table/README.md
+gopkg/src/github.com/olekukonko/tablewriter/csv2table/csv2table.go
+gopkg/src/github.com/olekukonko/tablewriter/table.go
+gopkg/src/github.com/olekukonko/tablewriter/table_test.go
+gopkg/src/github.com/olekukonko/tablewriter/table_with_color.go
+gopkg/src/github.com/olekukonko/tablewriter/testdata/test.csv
+gopkg/src/github.com/olekukonko/tablewriter/testdata/test_info.csv
+gopkg/src/github.com/olekukonko/tablewriter/util.go
+gopkg/src/github.com/olekukonko/tablewriter/wrap.go
+gopkg/src/github.com/olekukonko/tablewriter/wrap_test.go
diff -r 026e1a4dcbbf -r 61edc63e14a2 textproc/go-tablewriter/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-tablewriter/buildlink3.mk     Tue Jul 17 03:54:51 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/07/17 03:54:51 minskim Exp $
+
+BUILDLINK_TREE+=       go-tablewriter
+
+.if !defined(GO_TABLEWRITER_BUILDLINK3_MK)
+GO_TABLEWRITER_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-tablewriter=      ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-tablewriter?=           build
+
+BUILDLINK_API_DEPENDS.go-tablewriter+= go-tablewriter>=0.0.20180506
+BUILDLINK_PKGSRCDIR.go-tablewriter?=   ../../textproc/go-tablewriter
+
+.include "../../textproc/go-runewidth/buildlink3.mk"
+.endif # GO_TABLEWRITER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-tablewriter
diff -r 026e1a4dcbbf -r 61edc63e14a2 textproc/go-tablewriter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/go-tablewriter/distinfo  Tue Jul 17 03:54:51 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/17 03:54:51 minskim Exp $
+
+SHA1 (tablewriter-0.0.20180506-d4647c9c7a84d847478d890b816b7d8b62b0b279.tar.gz) = c4264273fc2c294c97388fe87e5cc627d9a76e59
+RMD160 (tablewriter-0.0.20180506-d4647c9c7a84d847478d890b816b7d8b62b0b279.tar.gz) = c0acb14c9a0575674fa0b5d10a2fa5fbb4cd9bb4
+SHA512 (tablewriter-0.0.20180506-d4647c9c7a84d847478d890b816b7d8b62b0b279.tar.gz) = 
9418d06e67a72089f0b35f9f7eb1d0da68ee8c433e4577b798a6ba428233b2f9c3bec5723ed6620c5ed257ccb1a1f32262394f21d4d781c3d56e8b2034ac7111
+Size (tablewriter-0.0.20180506-d4647c9c7a84d847478d890b816b7d8b62b0b279.tar.gz) = 17378 bytes



Home | Main Index | Thread Index | Old Index