pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
go-kong: drop, if it is required in go packages, it will most likely be used as a module.
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Thu May 19 15:16:05 2022 +0200
Changeset: c44b954bd66bc79d8b2761efc1cf06f8de71f43e
Modified Files:
Makefile
Removed Files:
go-kong/DESCR
go-kong/Makefile
go-kong/PLIST
go-kong/buildlink3.mk
go-kong/distinfo
Log Message:
go-kong: drop, if it is required in go packages, it will most likely
be used as a module.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c44b954bd66bc79d8b2761efc1cf06f8de71f43e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
go-kong/DESCR | 6 ------
go-kong/Makefile | 20 ------------------
go-kong/PLIST | 56 ---------------------------------------------------
go-kong/buildlink3.mk | 17 ----------------
go-kong/distinfo | 5 -----
6 files changed, 105 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 73fcb5be64..241e6e52f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1315,7 +1315,6 @@ SUBDIR+= go-jsonerror
SUBDIR+= go-jsonparser
SUBDIR+= go-jump
SUBDIR+= go-junit-report
-SUBDIR+= go-kong
SUBDIR+= go-kr-text
SUBDIR+= go-ksuid
SUBDIR+= go-libudev
diff --git a/go-kong/DESCR b/go-kong/DESCR
deleted file mode 100644
index ade744c9ca..0000000000
--- a/go-kong/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Kong aims to support arbitrarily complex command-line structures with
-as little developer effort as possible.
-
-To achieve that, command-lines are expressed as Go types, with the
-structure and tags directing how the command line is mapped onto the
-struct.
diff --git a/go-kong/Makefile b/go-kong/Makefile
deleted file mode 100644
index 369a414e6e..0000000000
--- a/go-kong/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME= kong-0.2.6
-PKGNAME= go-${DISTNAME}
-MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
-CATEGORIES= devel
-GITHUB_PROJECT= kong
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= nikita%NetBSD.org@localhost
-HOMEPAGE= https://github.com/alecthomas/kong/
-COMMENT= Command-line parser for Go
-LICENSE= mit
-
-GO_DIST_BASE= ${DISTNAME}
-GO_SRCPATH= github.com/alecthomas/kong
-
-.include "../../devel/go-errors/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-kong/PLIST b/go-kong/PLIST
deleted file mode 100644
index 0487c80101..0000000000
--- a/go-kong/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/kong.a
-gopkg/src/github.com/alecthomas/kong/COPYING
-gopkg/src/github.com/alecthomas/kong/README.md
-gopkg/src/github.com/alecthomas/kong/_examples/docker/README.md
-gopkg/src/github.com/alecthomas/kong/_examples/docker/commands.go
-gopkg/src/github.com/alecthomas/kong/_examples/docker/main.go
-gopkg/src/github.com/alecthomas/kong/_examples/server/README.md
-gopkg/src/github.com/alecthomas/kong/_examples/server/console.go
-gopkg/src/github.com/alecthomas/kong/_examples/server/go.mod
-gopkg/src/github.com/alecthomas/kong/_examples/server/go.sum
-gopkg/src/github.com/alecthomas/kong/_examples/server/main.go
-gopkg/src/github.com/alecthomas/kong/_examples/server/server_rsa_key
-gopkg/src/github.com/alecthomas/kong/_examples/server/server_rsa_key.pub
-gopkg/src/github.com/alecthomas/kong/_examples/shell/main.go
-gopkg/src/github.com/alecthomas/kong/build.go
-gopkg/src/github.com/alecthomas/kong/callbacks.go
-gopkg/src/github.com/alecthomas/kong/camelcase.go
-gopkg/src/github.com/alecthomas/kong/config_test.go
-gopkg/src/github.com/alecthomas/kong/context.go
-gopkg/src/github.com/alecthomas/kong/defaults.go
-gopkg/src/github.com/alecthomas/kong/defaults_test.go
-gopkg/src/github.com/alecthomas/kong/doc.go
-gopkg/src/github.com/alecthomas/kong/env.go
-gopkg/src/github.com/alecthomas/kong/error.go
-gopkg/src/github.com/alecthomas/kong/global.go
-gopkg/src/github.com/alecthomas/kong/global_test.go
-gopkg/src/github.com/alecthomas/kong/go.mod
-gopkg/src/github.com/alecthomas/kong/go.sum
-gopkg/src/github.com/alecthomas/kong/guesswidth.go
-gopkg/src/github.com/alecthomas/kong/guesswidth_unix.go
-gopkg/src/github.com/alecthomas/kong/help.go
-gopkg/src/github.com/alecthomas/kong/help_test.go
-gopkg/src/github.com/alecthomas/kong/hooks.go
-gopkg/src/github.com/alecthomas/kong/interpolate.go
-gopkg/src/github.com/alecthomas/kong/interpolate_test.go
-gopkg/src/github.com/alecthomas/kong/kong.go
-gopkg/src/github.com/alecthomas/kong/kong.png
-gopkg/src/github.com/alecthomas/kong/kong.sketch
-gopkg/src/github.com/alecthomas/kong/kong_test.go
-gopkg/src/github.com/alecthomas/kong/levenshtein.go
-gopkg/src/github.com/alecthomas/kong/mapper.go
-gopkg/src/github.com/alecthomas/kong/mapper_test.go
-gopkg/src/github.com/alecthomas/kong/model.go
-gopkg/src/github.com/alecthomas/kong/model_test.go
-gopkg/src/github.com/alecthomas/kong/options.go
-gopkg/src/github.com/alecthomas/kong/options_test.go
-gopkg/src/github.com/alecthomas/kong/resolver.go
-gopkg/src/github.com/alecthomas/kong/resolver_test.go
-gopkg/src/github.com/alecthomas/kong/scanner.go
-gopkg/src/github.com/alecthomas/kong/scanner_test.go
-gopkg/src/github.com/alecthomas/kong/tag.go
-gopkg/src/github.com/alecthomas/kong/tag_test.go
-gopkg/src/github.com/alecthomas/kong/util.go
-gopkg/src/github.com/alecthomas/kong/util_test.go
-gopkg/src/github.com/alecthomas/kong/visit.go
diff --git a/go-kong/buildlink3.mk b/go-kong/buildlink3.mk
deleted file mode 100644
index be1b6db6d4..0000000000
--- a/go-kong/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= go-kong
-
-.if !defined(GO_KONG_BUILDLINK3_MK)
-GO_KONG_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-kong= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-kong?= build
-
-BUILDLINK_API_DEPENDS.go-kong+= go-kong>=0.2.6
-BUILDLINK_PKGSRCDIR.go-kong?= ../../wip/go-kong
-
-.include "../../devel/go-errors/buildlink3.mk"
-.endif # GO_KONG_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-kong
diff --git a/go-kong/distinfo b/go-kong/distinfo
deleted file mode 100644
index 28487a9ce8..0000000000
--- a/go-kong/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (kong-0.2.6.tar.gz) = 6241847221bf21b72042a8939e4bedc99b152e7d
-SHA512 (kong-0.2.6.tar.gz) = f760ec89ea3d190be8fbc21011e4aa278e15a34a67b2baf433088646b703ab90f834dbf5d34d73c164fc9aa5d179d557701a6bdcf65053e63fc19eafd19a22c6
-Size (kong-0.2.6.tar.gz) = 279873 bytes
Home |
Main Index |
Thread Index |
Old Index