pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbef14b7d9a1
branches:  trunk
changeset: 455179:fbef14b7d9a1
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 29 09:54:25 2021 +0000

description:
go-purell: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                |   3 +--
 devel/go-purell/DESCR         |   2 --
 devel/go-purell/Makefile      |  22 ----------------------
 devel/go-purell/PLIST         |  10 ----------
 devel/go-purell/buildlink3.mk |  16 ----------------
 devel/go-purell/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 58 deletions(-)

diffs (93 lines):

diff -r 105deaadd9db -r fbef14b7d9a1 devel/Makefile
--- a/devel/Makefile    Tue Jun 29 09:23:30 2021 +0000
+++ b/devel/Makefile    Tue Jun 29 09:54:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3422 2021/06/24 10:34:14 pin Exp $
+# $NetBSD: Makefile,v 1.3423 2021/06/29 09:54:25 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -464,7 +464,6 @@
 SUBDIR+=       go-properties
 SUBDIR+=       go-protobuf
 SUBDIR+=       go-pty
-SUBDIR+=       go-purell
 SUBDIR+=       go-quicktest
 SUBDIR+=       go-radix
 SUBDIR+=       go-repr
diff -r 105deaadd9db -r fbef14b7d9a1 devel/go-purell/DESCR
--- a/devel/go-purell/DESCR     Tue Jun 29 09:23:30 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Purell is a tiny Go library to normalize URLs. It returns a pure URL. Pure-ell.
-Sanitizer and all. Yeah, I know...
diff -r 105deaadd9db -r fbef14b7d9a1 devel/go-purell/Makefile
--- a/devel/go-purell/Makefile  Tue Jun 29 09:23:30 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2021/06/06 12:18:47 bsiegert Exp $
-
-DISTNAME=      purell-1.1.0
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=PuerkitoBio/}
-CATEGORIES=    devel
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/PuerkitoBio/purell
-COMMENT=       Purell is a tiny Go library to normalize URLs
-LICENSE=       modified-bsd
-
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/PuerkitoBio/purell
-
-.include "../../net/go-net/buildlink3.mk"
-.include "../../www/go-urlesc/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 105deaadd9db -r fbef14b7d9a1 devel/go-purell/PLIST
--- a/devel/go-purell/PLIST     Tue Jun 29 09:23:30 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 07:42:38 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/PuerkitoBio/purell.a
-gopkg/src/github.com/PuerkitoBio/purell/LICENSE
-gopkg/src/github.com/PuerkitoBio/purell/README.md
-gopkg/src/github.com/PuerkitoBio/purell/bench_test.go
-gopkg/src/github.com/PuerkitoBio/purell/benchmarks/v0.1.0
-gopkg/src/github.com/PuerkitoBio/purell/example_test.go
-gopkg/src/github.com/PuerkitoBio/purell/purell.go
-gopkg/src/github.com/PuerkitoBio/purell/purell_test.go
-gopkg/src/github.com/PuerkitoBio/purell/urlnorm_test.go
diff -r 105deaadd9db -r fbef14b7d9a1 devel/go-purell/buildlink3.mk
--- a/devel/go-purell/buildlink3.mk     Tue Jun 29 09:23:30 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:14 jperkin Exp $
-
-BUILDLINK_TREE+=       go-purell
-
-.if !defined(GO_PURELL_BUILDLINK3_MK)
-GO_PURELL_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-purell=   ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-purell?=                build
-
-BUILDLINK_API_DEPENDS.go-purell+=      go-purell>=0.1.0
-BUILDLINK_PKGSRCDIR.go-purell?=                ../../devel/go-purell
-
-.endif  # GO_PURELL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-purell
diff -r 105deaadd9db -r fbef14b7d9a1 devel/go-purell/distinfo
--- a/devel/go-purell/distinfo  Tue Jun 29 09:23:30 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/11/18 07:42:38 ryoon Exp $
-
-SHA1 (purell-1.1.0.tar.gz) = 0a5a8363712eb489e8afc32a2f722226c5ab8b8c
-RMD160 (purell-1.1.0.tar.gz) = fffde8e4ef8e0ed4a2224430be7d3d323c40bd21
-SHA512 (purell-1.1.0.tar.gz) = 17e734a28ece431657fa9c7c1a492185d8d0a976ad4bd17285b038144252dc3ff595e54b3924408d80ed02cb2f6e99b72c05490fe23f88dcb338f358a6cda7f5
-Size (purell-1.1.0.tar.gz) = 11653 bytes



Home | Main Index | Thread Index | Old Index