pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel go-jwalterweatherman: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66ff45fbb4c5
branches:  trunk
changeset: 455515:66ff45fbb4c5
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 05 14:43:49 2021 +0000

description:
go-jwalterweatherman: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                           |   3 +--
 devel/go-jwalterweatherman/DESCR         |  23 -----------------------
 devel/go-jwalterweatherman/Makefile      |  20 --------------------
 devel/go-jwalterweatherman/PLIST         |  10 ----------
 devel/go-jwalterweatherman/buildlink3.mk |  16 ----------------
 devel/go-jwalterweatherman/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 77 deletions(-)

diffs (112 lines):

diff -r 996b4950efb8 -r 66ff45fbb4c5 devel/Makefile
--- a/devel/Makefile    Mon Jul 05 14:42:24 2021 +0000
+++ b/devel/Makefile    Mon Jul 05 14:43:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3449 2021/07/05 14:42:24 nia Exp $
+# $NetBSD: Makefile,v 1.3450 2021/07/05 14:43:49 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -429,7 +429,6 @@
 SUBDIR+=       go-humanize
 SUBDIR+=       go-iochan
 SUBDIR+=       go-isatty
-SUBDIR+=       go-jwalterweatherman
 SUBDIR+=       go-jwt-go
 SUBDIR+=       go-kr-pretty
 SUBDIR+=       go-levenshtein
diff -r 996b4950efb8 -r 66ff45fbb4c5 devel/go-jwalterweatherman/DESCR
--- a/devel/go-jwalterweatherman/DESCR  Mon Jul 05 14:42:24 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-jWalterWeatherman
-
-Seamless printing to the terminal (stdout) and logging to a io.Writer (file)
-that's as easy to use as fmt.Println.
-
-JWW is primarily a wrapper around the excellent standard log library. It
-provides a few advantages over using the standard log library alone.
-
-1. Ready to go out of the box.
-2. One library for both printing to the terminal and logging (to files).
-3. Really easy to log to either a temp file or a file you specify.
-
-I really wanted a very straightforward library that could seamlessly do the
-following things.
-
-1. Replace all the println, printf, etc statements thought my code with
-   something more useful
-2. Allow the user to easily control what levels are printed to stdout
-3. Allow the user to easily control what levels are logged
-4. Provide an easy mechanism (like fmt.Println) to print info to the user
-   which can be easily logged as well
-5. Due to 2 & 3 provide easy verbose mode for output and logs
-6. Not have any unnecessary initialization cruft. Just use it.
diff -r 996b4950efb8 -r 66ff45fbb4c5 devel/go-jwalterweatherman/Makefile
--- a/devel/go-jwalterweatherman/Makefile       Mon Jul 05 14:42:24 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2021/06/06 12:18:46 bsiegert Exp $
-
-DISTNAME=      jwalterweatherman-20181028
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=spf13/}
-CATEGORIES=    devel
-GITHUB_TAG=    94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/spf13/jwalterweatherman
-COMMENT=       Seamless printing to the terminal and io.Writer
-LICENSE=       mit
-
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH=    github.com/spf13/jwalterweatherman
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 996b4950efb8 -r 66ff45fbb4c5 devel/go-jwalterweatherman/PLIST
--- a/devel/go-jwalterweatherman/PLIST  Mon Jul 05 14:42:24 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/11/18 08:11:07 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/jwalterweatherman.a
-gopkg/src/github.com/spf13/jwalterweatherman/LICENSE
-gopkg/src/github.com/spf13/jwalterweatherman/README.md
-gopkg/src/github.com/spf13/jwalterweatherman/default_notepad.go
-gopkg/src/github.com/spf13/jwalterweatherman/default_notepad_test.go
-gopkg/src/github.com/spf13/jwalterweatherman/go.mod
-gopkg/src/github.com/spf13/jwalterweatherman/log_counter.go
-gopkg/src/github.com/spf13/jwalterweatherman/notepad.go
-gopkg/src/github.com/spf13/jwalterweatherman/notepad_test.go
diff -r 996b4950efb8 -r 66ff45fbb4c5 devel/go-jwalterweatherman/buildlink3.mk
--- a/devel/go-jwalterweatherman/buildlink3.mk  Mon Jul 05 14:42:24 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/11/18 08:11:07 ryoon Exp $
-
-BUILDLINK_TREE+=       go-jwalterweatherman
-
-.if !defined(GO_JWALTERWEATHERMAN_BUILDLINK3_MK)
-GO_JWALTERWEATHERMAN_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-jwalterweatherman=        ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-jwalterweatherman?=     build
-
-BUILDLINK_API_DEPENDS.go-jwalterweatherman+=           go-jwalterweatherman>=20181028
-BUILDLINK_PKGSRCDIR.go-jwalterweatherman?=             ../../devel/go-jwalterweatherman
-
-.endif  # GO_JWALTERWEATHERMAN_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-jwalterweatherman
diff -r 996b4950efb8 -r 66ff45fbb4c5 devel/go-jwalterweatherman/distinfo
--- a/devel/go-jwalterweatherman/distinfo       Mon Jul 05 14:42:24 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/11/18 08:11:08 ryoon Exp $
-
-SHA1 (jwalterweatherman-20181028-94f6ae3ed3bceceafa716478c5fbf8d29ca601a1.tar.gz) = b11df79c315172cacbad9bf82564a15533477d97
-RMD160 (jwalterweatherman-20181028-94f6ae3ed3bceceafa716478c5fbf8d29ca601a1.tar.gz) = e7f4fc4fabbffb9175a587e41e637dc6b2387f8f
-SHA512 (jwalterweatherman-20181028-94f6ae3ed3bceceafa716478c5fbf8d29ca601a1.tar.gz) = 
960829b25973b7359deb7a85bb3b7d0fca69faf1ccecbea771772330db4fc1331921d03268378a06f350403de6ff6f749de729fefa90af5c489a4a0313f5f398
-Size (jwalterweatherman-20181028-94f6ae3ed3bceceafa716478c5fbf8d29ca601a1.tar.gz) = 6867 bytes



Home | Main Index | Thread Index | Old Index