pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc go-glob: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/316f2a4503a2
branches: trunk
changeset: 455989:316f2a4503a2
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jul 16 06:18:27 2021 +0000
description:
go-glob: remove
deprecated go-package; no users in pkgsrc
diffstat:
textproc/Makefile | 3 +-
textproc/go-glob/DESCR | 1 -
textproc/go-glob/Makefile | 22 ------------
textproc/go-glob/PLIST | 74 ------------------------------------------
textproc/go-glob/buildlink3.mk | 15 --------
textproc/go-glob/distinfo | 6 ---
6 files changed, 1 insertions(+), 120 deletions(-)
diffs (155 lines):
diff -r 5aac7dc01677 -r 316f2a4503a2 textproc/Makefile
--- a/textproc/Makefile Fri Jul 16 06:17:10 2021 +0000
+++ b/textproc/Makefile Fri Jul 16 06:18:27 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1242 2021/07/12 18:43:05 rhialto Exp $
+# $NetBSD: Makefile,v 1.1243 2021/07/16 06:18:27 nia Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -234,7 +234,6 @@
SUBDIR+= gnome-dictionary
SUBDIR+= gnome-doc-utils
SUBDIR+= go-diff
-SUBDIR+= go-glob
SUBDIR+= go-kr-text
SUBDIR+= go-md2man
SUBDIR+= go-mmark
diff -r 5aac7dc01677 -r 316f2a4503a2 textproc/go-glob/DESCR
--- a/textproc/go-glob/DESCR Fri Jul 16 06:17:10 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Go globbing library.
diff -r 5aac7dc01677 -r 316f2a4503a2 textproc/go-glob/Makefile
--- a/textproc/go-glob/Makefile Fri Jul 16 06:17:10 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2021/07/13 11:36:33 bsiegert Exp $
-
-DISTNAME= glob-0.2.3
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 27
-MASTER_SITES= ${MASTER_SITE_GITHUB:=gobwas/}
-CATEGORIES= textproc
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= https://github.com/gobwas/glob
-COMMENT= Go glob
-LICENSE= mit
-
-GO_DIST_BASE= ${DISTNAME}
-GO_SRCPATH= ${HOMEPAGE:S,https://,,}
-
-REPLACE_SH+= bench.sh
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5aac7dc01677 -r 316f2a4503a2 textproc/go-glob/PLIST
--- a/textproc/go-glob/PLIST Fri Jul 16 06:17:10 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/06/12 23:50:02 minskim Exp $
-bin/globdraw
-bin/globtest
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/compiler.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/match.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/match/debug.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/syntax.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/syntax/ast.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/syntax/lexer.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/util/runes.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gobwas/glob/util/strings.a
-gopkg/src/github.com/gobwas/glob/LICENSE
-gopkg/src/github.com/gobwas/glob/bench.sh
-gopkg/src/github.com/gobwas/glob/cmd/globdraw/main.go
-gopkg/src/github.com/gobwas/glob/cmd/globtest/main.go
-gopkg/src/github.com/gobwas/glob/compiler/compiler.go
-gopkg/src/github.com/gobwas/glob/compiler/compiler_test.go
-gopkg/src/github.com/gobwas/glob/glob.go
-gopkg/src/github.com/gobwas/glob/glob_test.go
-gopkg/src/github.com/gobwas/glob/match/any.go
-gopkg/src/github.com/gobwas/glob/match/any_of.go
-gopkg/src/github.com/gobwas/glob/match/any_of_test.go
-gopkg/src/github.com/gobwas/glob/match/any_test.go
-gopkg/src/github.com/gobwas/glob/match/btree.go
-gopkg/src/github.com/gobwas/glob/match/btree_test.go
-gopkg/src/github.com/gobwas/glob/match/contains.go
-gopkg/src/github.com/gobwas/glob/match/contains_test.go
-gopkg/src/github.com/gobwas/glob/match/debug/debug.go
-gopkg/src/github.com/gobwas/glob/match/every_of.go
-gopkg/src/github.com/gobwas/glob/match/every_of_test.go
-gopkg/src/github.com/gobwas/glob/match/list.go
-gopkg/src/github.com/gobwas/glob/match/list_test.go
-gopkg/src/github.com/gobwas/glob/match/match.go
-gopkg/src/github.com/gobwas/glob/match/match_test.go
-gopkg/src/github.com/gobwas/glob/match/max.go
-gopkg/src/github.com/gobwas/glob/match/max_test.go
-gopkg/src/github.com/gobwas/glob/match/min.go
-gopkg/src/github.com/gobwas/glob/match/min_test.go
-gopkg/src/github.com/gobwas/glob/match/nothing.go
-gopkg/src/github.com/gobwas/glob/match/nothing_test.go
-gopkg/src/github.com/gobwas/glob/match/prefix.go
-gopkg/src/github.com/gobwas/glob/match/prefix_any.go
-gopkg/src/github.com/gobwas/glob/match/prefix_any_test.go
-gopkg/src/github.com/gobwas/glob/match/prefix_suffix.go
-gopkg/src/github.com/gobwas/glob/match/prefix_suffix_test.go
-gopkg/src/github.com/gobwas/glob/match/prefix_test.go
-gopkg/src/github.com/gobwas/glob/match/range.go
-gopkg/src/github.com/gobwas/glob/match/range_test.go
-gopkg/src/github.com/gobwas/glob/match/row.go
-gopkg/src/github.com/gobwas/glob/match/row_test.go
-gopkg/src/github.com/gobwas/glob/match/segments.go
-gopkg/src/github.com/gobwas/glob/match/segments_test.go
-gopkg/src/github.com/gobwas/glob/match/single.go
-gopkg/src/github.com/gobwas/glob/match/single_test.go
-gopkg/src/github.com/gobwas/glob/match/suffix.go
-gopkg/src/github.com/gobwas/glob/match/suffix_any.go
-gopkg/src/github.com/gobwas/glob/match/suffix_any_test.go
-gopkg/src/github.com/gobwas/glob/match/suffix_test.go
-gopkg/src/github.com/gobwas/glob/match/super.go
-gopkg/src/github.com/gobwas/glob/match/super_test.go
-gopkg/src/github.com/gobwas/glob/match/text.go
-gopkg/src/github.com/gobwas/glob/match/text_test.go
-gopkg/src/github.com/gobwas/glob/readme.md
-gopkg/src/github.com/gobwas/glob/syntax/ast/ast.go
-gopkg/src/github.com/gobwas/glob/syntax/ast/parser.go
-gopkg/src/github.com/gobwas/glob/syntax/ast/parser_test.go
-gopkg/src/github.com/gobwas/glob/syntax/lexer/lexer.go
-gopkg/src/github.com/gobwas/glob/syntax/lexer/lexer_test.go
-gopkg/src/github.com/gobwas/glob/syntax/lexer/token.go
-gopkg/src/github.com/gobwas/glob/syntax/syntax.go
-gopkg/src/github.com/gobwas/glob/util/runes/runes.go
-gopkg/src/github.com/gobwas/glob/util/runes/runes_test.go
-gopkg/src/github.com/gobwas/glob/util/strings/strings.go
diff -r 5aac7dc01677 -r 316f2a4503a2 textproc/go-glob/buildlink3.mk
--- a/textproc/go-glob/buildlink3.mk Fri Jul 16 06:17:10 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/06/12 23:50:02 minskim Exp $
-
-BUILDLINK_TREE+= go-glob
-
-.if !defined(GO_GLOB_BUILDLINK3_MK)
-GO_GLOB_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-glob= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-glob?= build
-
-BUILDLINK_API_DEPENDS.go-glob+= go-glob>=0.2.3
-BUILDLINK_PKGSRCDIR.go-glob?= ../../textproc/go-glob
-.endif # GO_GLOB_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-glob
diff -r 5aac7dc01677 -r 316f2a4503a2 textproc/go-glob/distinfo
--- a/textproc/go-glob/distinfo Fri Jul 16 06:17:10 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/06/12 23:50:02 minskim Exp $
-
-SHA1 (glob-0.2.3.tar.gz) = 398b16755a8faf4632c1a44356a5d86c443e9c67
-RMD160 (glob-0.2.3.tar.gz) = aac0825b085ffaafbf548a8651a3bad8f9dcfce4
-SHA512 (glob-0.2.3.tar.gz) = b91b27389e1f172d7c2c181f19ebc27d566e6bd6397cc6ad924ecf5f2ace98ecca639e020e05c9e281fb8549f9065610f7eb6070c63e3f9e7c6fd190c457e42b
-Size (glob-0.2.3.tar.gz) = 25962 bytes
Home |
Main Index |
Thread Index |
Old Index