pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc go-tablewriter: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ec08fddec0d
branches:  trunk
changeset: 455643:5ec08fddec0d
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 07 13:00:10 2021 +0000

description:
go-tablewriter: remove

deprecated go-package; no users in pkgsrc

diffstat:

 textproc/Makefile                     |   3 +--
 textproc/go-tablewriter/DESCR         |   1 -
 textproc/go-tablewriter/Makefile      |  21 ---------------------
 textproc/go-tablewriter/PLIST         |  16 ----------------
 textproc/go-tablewriter/buildlink3.mk |  17 -----------------
 textproc/go-tablewriter/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 63 deletions(-)

diffs (98 lines):

diff -r eb3724f1ea75 -r 5ec08fddec0d textproc/Makefile
--- a/textproc/Makefile Wed Jul 07 12:58:10 2021 +0000
+++ b/textproc/Makefile Wed Jul 07 13:00:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1237 2021/07/07 12:53:04 nia Exp $
+# $NetBSD: Makefile,v 1.1238 2021/07/07 13:00:10 nia Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -241,7 +241,6 @@
 SUBDIR+=       go-regexp2
 SUBDIR+=       go-runewidth
 SUBDIR+=       go-sentences
-SUBDIR+=       go-tablewriter
 SUBDIR+=       go-text
 SUBDIR+=       grep
 SUBDIR+=       grepcidr
diff -r eb3724f1ea75 -r 5ec08fddec0d textproc/go-tablewriter/DESCR
--- a/textproc/go-tablewriter/DESCR     Wed Jul 07 12:58:10 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-tablewriter generates ASCII table on the fly.
diff -r eb3724f1ea75 -r 5ec08fddec0d textproc/go-tablewriter/Makefile
--- a/textproc/go-tablewriter/Makefile  Wed Jul 07 12:58:10 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2021/06/06 12:19:01 bsiegert Exp $
-
-DISTNAME=      tablewriter-0.0.20180506
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   26
-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 eb3724f1ea75 -r 5ec08fddec0d textproc/go-tablewriter/PLIST
--- a/textproc/go-tablewriter/PLIST     Wed Jul 07 12:58:10 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-@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 eb3724f1ea75 -r 5ec08fddec0d textproc/go-tablewriter/buildlink3.mk
--- a/textproc/go-tablewriter/buildlink3.mk     Wed Jul 07 12:58:10 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $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 eb3724f1ea75 -r 5ec08fddec0d textproc/go-tablewriter/distinfo
--- a/textproc/go-tablewriter/distinfo  Wed Jul 07 12:58:10 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$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