pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel go-pflag: remove, deprecated go-package, no user...
details: https://anonhg.NetBSD.org/pkgsrc/rev/950f494c5c94
branches: trunk
changeset: 457421:950f494c5c94
user: nia <nia%pkgsrc.org@localhost>
date: Wed Aug 25 07:09:24 2021 +0000
description:
go-pflag: remove, deprecated go-package, no users in pkgsrc
diffstat:
devel/Makefile | 3 +-
devel/go-pflag/DESCR | 9 -----
devel/go-pflag/Makefile | 25 ---------------
devel/go-pflag/PLIST | 69 --------------------------------------------
devel/go-pflag/buildlink3.mk | 16 ----------
devel/go-pflag/distinfo | 6 ---
6 files changed, 1 insertions(+), 127 deletions(-)
diffs (162 lines):
diff -r c7709b1341fa -r 950f494c5c94 devel/Makefile
--- a/devel/Makefile Wed Aug 25 07:07:50 2021 +0000
+++ b/devel/Makefile Wed Aug 25 07:09:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3486 2021/08/25 07:07:50 nia Exp $
+# $NetBSD: Makefile,v 1.3487 2021/08/25 07:09:24 nia Exp $
#
COMMENT= Development utilities
@@ -426,7 +426,6 @@
SUBDIR+= go-kr-pretty
SUBDIR+= go-logrus
SUBDIR+= go-nbreader
-SUBDIR+= go-pflag
SUBDIR+= go-protobuf
SUBDIR+= go-pty
SUBDIR+= go-review
diff -r c7709b1341fa -r 950f494c5c94 devel/go-pflag/DESCR
--- a/devel/go-pflag/DESCR Wed Aug 25 07:07:50 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-pflag is a drop-in replacement for Go's flag package, implementing
-POSIX/GNU-style --flags.
-
-pflag is compatible with the GNU extensions to the POSIX recommendations for
-command-line options. For a more precise description, see the "Command-line
-flag syntax" section below.
-
-pflag is available under the same style of BSD license as the Go language,
-which can be found in the LICENSE file.
diff -r c7709b1341fa -r 950f494c5c94 devel/go-pflag/Makefile
--- a/devel/go-pflag/Makefile Wed Aug 25 07:07:50 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.38 2021/08/11 19:35:13 bsiegert Exp $
-
-DISTNAME= pflag-1.0.5
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 13
-MASTER_SITES= ${MASTER_SITE_GITHUB:=spf13/}
-CATEGORIES= devel
-GITHUB_TAG= v${PKGVERSION_NOREV}
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/spf13/pflag
-COMMENT= Replacement for flag package implementing POSIX --flags
-LICENSE= modified-bsd
-
-GO_DIST_BASE= ${DISTNAME}
-GO_SRCPATH= github.com/spf13/pflag
-
-REPLACE_BASH+= verify/all.sh
-REPLACE_BASH+= verify/gofmt.sh
-REPLACE_BASH+= verify/golint.sh
-USE_TOOLS+= bash:run
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c7709b1341fa -r 950f494c5c94 devel/go-pflag/PLIST
--- a/devel/go-pflag/PLIST Wed Aug 25 07:07:50 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2020/04/27 16:54:25 nikita Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/spf13/pflag.a
-gopkg/src/github.com/spf13/pflag/LICENSE
-gopkg/src/github.com/spf13/pflag/README.md
-gopkg/src/github.com/spf13/pflag/bool.go
-gopkg/src/github.com/spf13/pflag/bool_slice.go
-gopkg/src/github.com/spf13/pflag/bool_slice_test.go
-gopkg/src/github.com/spf13/pflag/bool_test.go
-gopkg/src/github.com/spf13/pflag/bytes.go
-gopkg/src/github.com/spf13/pflag/bytes_test.go
-gopkg/src/github.com/spf13/pflag/count.go
-gopkg/src/github.com/spf13/pflag/count_test.go
-gopkg/src/github.com/spf13/pflag/duration.go
-gopkg/src/github.com/spf13/pflag/duration_slice.go
-gopkg/src/github.com/spf13/pflag/duration_slice_test.go
-gopkg/src/github.com/spf13/pflag/example_test.go
-gopkg/src/github.com/spf13/pflag/export_test.go
-gopkg/src/github.com/spf13/pflag/flag.go
-gopkg/src/github.com/spf13/pflag/flag_test.go
-gopkg/src/github.com/spf13/pflag/float32.go
-gopkg/src/github.com/spf13/pflag/float32_slice.go
-gopkg/src/github.com/spf13/pflag/float32_slice_test.go
-gopkg/src/github.com/spf13/pflag/float64.go
-gopkg/src/github.com/spf13/pflag/float64_slice.go
-gopkg/src/github.com/spf13/pflag/float64_slice_test.go
-gopkg/src/github.com/spf13/pflag/go.mod
-gopkg/src/github.com/spf13/pflag/go.sum
-gopkg/src/github.com/spf13/pflag/golangflag.go
-gopkg/src/github.com/spf13/pflag/golangflag_test.go
-gopkg/src/github.com/spf13/pflag/int.go
-gopkg/src/github.com/spf13/pflag/int16.go
-gopkg/src/github.com/spf13/pflag/int32.go
-gopkg/src/github.com/spf13/pflag/int32_slice.go
-gopkg/src/github.com/spf13/pflag/int32_slice_test.go
-gopkg/src/github.com/spf13/pflag/int64.go
-gopkg/src/github.com/spf13/pflag/int64_slice.go
-gopkg/src/github.com/spf13/pflag/int64_slice_test.go
-gopkg/src/github.com/spf13/pflag/int8.go
-gopkg/src/github.com/spf13/pflag/int_slice.go
-gopkg/src/github.com/spf13/pflag/int_slice_test.go
-gopkg/src/github.com/spf13/pflag/ip.go
-gopkg/src/github.com/spf13/pflag/ip_slice.go
-gopkg/src/github.com/spf13/pflag/ip_slice_test.go
-gopkg/src/github.com/spf13/pflag/ip_test.go
-gopkg/src/github.com/spf13/pflag/ipmask.go
-gopkg/src/github.com/spf13/pflag/ipnet.go
-gopkg/src/github.com/spf13/pflag/ipnet_test.go
-gopkg/src/github.com/spf13/pflag/printusage_test.go
-gopkg/src/github.com/spf13/pflag/string.go
-gopkg/src/github.com/spf13/pflag/string_array.go
-gopkg/src/github.com/spf13/pflag/string_array_test.go
-gopkg/src/github.com/spf13/pflag/string_slice.go
-gopkg/src/github.com/spf13/pflag/string_slice_test.go
-gopkg/src/github.com/spf13/pflag/string_to_int.go
-gopkg/src/github.com/spf13/pflag/string_to_int64.go
-gopkg/src/github.com/spf13/pflag/string_to_int64_test.go
-gopkg/src/github.com/spf13/pflag/string_to_int_test.go
-gopkg/src/github.com/spf13/pflag/string_to_string.go
-gopkg/src/github.com/spf13/pflag/string_to_string_test.go
-gopkg/src/github.com/spf13/pflag/uint.go
-gopkg/src/github.com/spf13/pflag/uint16.go
-gopkg/src/github.com/spf13/pflag/uint32.go
-gopkg/src/github.com/spf13/pflag/uint64.go
-gopkg/src/github.com/spf13/pflag/uint8.go
-gopkg/src/github.com/spf13/pflag/uint_slice.go
-gopkg/src/github.com/spf13/pflag/uint_slice_test.go
-gopkg/src/github.com/spf13/pflag/verify/all.sh
-gopkg/src/github.com/spf13/pflag/verify/gofmt.sh
-gopkg/src/github.com/spf13/pflag/verify/golint.sh
diff -r c7709b1341fa -r 950f494c5c94 devel/go-pflag/buildlink3.mk
--- a/devel/go-pflag/buildlink3.mk Wed Aug 25 07:07:50 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:13 jperkin Exp $
-
-BUILDLINK_TREE+= go-pflag
-
-.if !defined(GO_PFLAG_BUILDLINK3_MK)
-GO_PFLAG_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-pflag= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-pflag?= build
-
-BUILDLINK_API_DEPENDS.go-pflag+= go-pflag>=1.0.0
-BUILDLINK_PKGSRCDIR.go-pflag?= ../../devel/go-pflag
-
-.endif # GO_PFLAG_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-pflag
diff -r c7709b1341fa -r 950f494c5c94 devel/go-pflag/distinfo
--- a/devel/go-pflag/distinfo Wed Aug 25 07:07:50 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2020/04/27 16:54:25 nikita Exp $
-
-SHA1 (pflag-1.0.5.tar.gz) = 4d2a18cbeb28d0c0d5e5ffbd6740a8539e5d8679
-RMD160 (pflag-1.0.5.tar.gz) = f677e1a71a3943f4397c6a73561f1c3aa6fcb3f6
-SHA512 (pflag-1.0.5.tar.gz) = ffdfaa3b2431cbb0934cb996af158aa56132005f978a7e3a954e43f24efed36805213d5aa03bd04792119e909a0d54a8b76b0c891f83cb4f6a813a73a704e13b
-Size (pflag-1.0.5.tar.gz) = 50796 bytes
Home |
Main Index |
Thread Index |
Old Index