summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-08-27 07:18:06 +0000
committernia <nia@pkgsrc.org>2021-08-27 07:18:06 +0000
commitbd67cbf64d979e517c2beeadd775afc72cc15b37 (patch)
tree197e9eef9cfcd7cea47b12a547870c0e309265ea
parentc3c1feeb38cb197d4032311712a5c29c3561645e (diff)
downloadpkgsrc-bd67cbf64d979e517c2beeadd775afc72cc15b37.tar.gz
go-sanitized_anchor_name: Remove, deprecated go-package, no users in pkgsrc
-rw-r--r--devel/Makefile3
-rw-r--r--devel/go-sanitized_anchor_name/DESCR7
-rw-r--r--devel/go-sanitized_anchor_name/Makefile20
-rw-r--r--devel/go-sanitized_anchor_name/PLIST7
-rw-r--r--devel/go-sanitized_anchor_name/buildlink3.mk16
-rw-r--r--devel/go-sanitized_anchor_name/distinfo6
6 files changed, 1 insertions, 58 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0e945addd34..0b72dc8e59c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3488 2021/08/27 07:17:29 nia Exp $
+# $NetBSD: Makefile,v 1.3489 2021/08/27 07:18:06 nia Exp $
#
COMMENT= Development utilities
@@ -428,7 +428,6 @@ SUBDIR+= go-nbreader
SUBDIR+= go-protobuf
SUBDIR+= go-pty
SUBDIR+= go-review
-SUBDIR+= go-sanitized_anchor_name
SUBDIR+= go-siphash
SUBDIR+= go-sys
SUBDIR+= go-termbox
diff --git a/devel/go-sanitized_anchor_name/DESCR b/devel/go-sanitized_anchor_name/DESCR
deleted file mode 100644
index 6980777976c..00000000000
--- a/devel/go-sanitized_anchor_name/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Package sanitized_anchor_name provides a func to create sanitized anchor names.
-
-Its logic can be reused by multiple packages to create interoperable anchor
-names and links to those anchors.
-
-At this time, it does not try to ensure that generated anchor names are unique,
-that responsibility falls on the caller.
diff --git a/devel/go-sanitized_anchor_name/Makefile b/devel/go-sanitized_anchor_name/Makefile
deleted file mode 100644
index 564115b3ab5..00000000000
--- a/devel/go-sanitized_anchor_name/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.36 2021/08/11 19:35:13 bsiegert Exp $
-
-DISTNAME= sanitized_anchor_name-0.0.20170919
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 29
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=shurcooL/}
-GITHUB_TAG= 86672fcb3f950f35f2e675df2240550f2a50762f
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/shurcooL/sanitized_anchor_name
-COMMENT= Create sanitized anchor names
-LICENSE= mit
-
-GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH= github.com/shurcooL/sanitized_anchor_name
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/go-sanitized_anchor_name/PLIST b/devel/go-sanitized_anchor_name/PLIST
deleted file mode 100644
index 14e24a61463..00000000000
--- a/devel/go-sanitized_anchor_name/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:37:39 gavan Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/shurcooL/sanitized_anchor_name.a
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/LICENSE
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/README.md
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/main.go
-gopkg/src/github.com/shurcooL/sanitized_anchor_name/main_test.go
-@pkgdir bin
diff --git a/devel/go-sanitized_anchor_name/buildlink3.mk b/devel/go-sanitized_anchor_name/buildlink3.mk
deleted file mode 100644
index 7a98447eac8..00000000000
--- a/devel/go-sanitized_anchor_name/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:02 rillig Exp $
-
-BUILDLINK_TREE+= go-sanitized_anchor_name
-
-.if !defined(GO_SANITIZED_ANCHOR_NAME_BUILDLINK3_MK)
-GO_SANITIZED_ANCHOR_NAME_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-sanitized_anchor_name= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-sanitized_anchor_name?= build
-
-BUILDLINK_API_DEPENDS.go-sanitized_anchor_name+= go-sanitized_anchor_name>=0.0
-BUILDLINK_PKGSRCDIR.go-sanitized_anchor_name?= ../../devel/go-sanitized_anchor_name
-
-.endif # GO_SANITIZED_ANCHOR_NAME_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-sanitized_anchor_name
diff --git a/devel/go-sanitized_anchor_name/distinfo b/devel/go-sanitized_anchor_name/distinfo
deleted file mode 100644
index 085f0297abc..00000000000
--- a/devel/go-sanitized_anchor_name/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/06/11 16:12:09 minskim Exp $
-
-SHA1 (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = b389f9c63ec5a1c887b55933ecd693cc2ec6585b
-RMD160 (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = 935f14c8e293ac3e55ddea9dbbc1851c5646faa3
-SHA512 (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = 1d53a83a293157ea42d4e1c7a1eb30c87eaa32cdc88521ebcfa3f94fa4ddcf35d1b839a16ccd00043ee59c113596d5048f88e5cf5f9e6ce6003c9d8faf837ad0
-Size (sanitized_anchor_name-0.0.20170919-86672fcb3f950f35f2e675df2240550f2a50762f.tar.gz) = 2057 bytes