pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/go-urlesc www/go-urlesc: import go-urlesc-0.0.0.20...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/659adb4a384e
branches:  trunk
changeset: 325423:659adb4a384e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 18 07:36:50 2018 +0000

description:
www/go-urlesc: import go-urlesc-0.0.0.20170810

Package urlesc implements query escaping as per RFC 3986.

It contains some parts of the net/url package, modified so as to
allow some reserved characters incorrectly escaped by net/url.

diffstat:

 www/go-urlesc/DESCR         |   4 ++++
 www/go-urlesc/Makefile      |  19 +++++++++++++++++++
 www/go-urlesc/PLIST         |   6 ++++++
 www/go-urlesc/buildlink3.mk |  15 +++++++++++++++
 www/go-urlesc/distinfo      |   6 ++++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 61f0ee4d643d -r 659adb4a384e www/go-urlesc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-urlesc/DESCR       Sun Nov 18 07:36:50 2018 +0000
@@ -0,0 +1,4 @@
+Package urlesc implements query escaping as per RFC 3986.
+
+It contains some parts of the net/url package, modified so as to
+allow some reserved characters incorrectly escaped by net/url.
diff -r 61f0ee4d643d -r 659adb4a384e www/go-urlesc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-urlesc/Makefile    Sun Nov 18 07:36:50 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/11/18 07:36:50 ryoon Exp $
+
+DISTNAME=      urlesc-0.0.0.20170810
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=PuerkitoBio/}
+CATEGORIES=    www
+GITHUB_PROJECT=        urlesc
+GITHUB_TAG=    de5bf2ad457846296e2031421a34e2568e304e35
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/PuerkitoBio/urlesc
+COMMENT=       Proper URL escaping as per RFC3986
+LICENSE=       modified-bsd
+
+GO_DIST_BASE=  urlesc-${GITHUB_TAG}
+GO_SRCPATH=    github.com/PuerkitoBio/urlesc
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 61f0ee4d643d -r 659adb4a384e www/go-urlesc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-urlesc/PLIST       Sun Nov 18 07:36:50 2018 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/18 07:36:50 ryoon Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/PuerkitoBio/urlesc.a
+gopkg/src/github.com/PuerkitoBio/urlesc/LICENSE
+gopkg/src/github.com/PuerkitoBio/urlesc/README.md
+gopkg/src/github.com/PuerkitoBio/urlesc/urlesc.go
+gopkg/src/github.com/PuerkitoBio/urlesc/urlesc_test.go
diff -r 61f0ee4d643d -r 659adb4a384e www/go-urlesc/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-urlesc/buildlink3.mk       Sun Nov 18 07:36:50 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 07:36:50 ryoon Exp $
+
+BUILDLINK_TREE+=       go-urlesc
+
+.if !defined(GO_URLESC_BUILDLINK3_MK)
+GO_URLESC_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-urlesc=   ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-urlesc?=                build
+
+BUILDLINK_API_DEPENDS.go-urlesc+=      go-urlesc>=0.0.0.20170810
+BUILDLINK_PKGSRCDIR.go-urlesc?=                ../../www/go-urlesc
+.endif # GO_URLESC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-urlesc
diff -r 61f0ee4d643d -r 659adb4a384e www/go-urlesc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-urlesc/distinfo    Sun Nov 18 07:36:50 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/18 07:36:50 ryoon Exp $
+
+SHA1 (urlesc-0.0.0.20170810-de5bf2ad457846296e2031421a34e2568e304e35.tar.gz) = 6cc7e549f8763e6fc34b2be010967d373211737e
+RMD160 (urlesc-0.0.0.20170810-de5bf2ad457846296e2031421a34e2568e304e35.tar.gz) = acea6fdc53b9a13a204306a3759731dcfe0f9f77
+SHA512 (urlesc-0.0.0.20170810-de5bf2ad457846296e2031421a34e2568e304e35.tar.gz) = 
a7c80ad1cb51be792f92dd34fec99dd1d3f11e5762e196e8f2d126afaf7e62548f3355dcb2616a989d0e4afc4cd7f559a0bf528ca0e20b0d1013b27498308a30
+Size (urlesc-0.0.0.20170810-de5bf2ad457846296e2031421a34e2568e304e35.tar.gz) = 6799 bytes



Home | Main Index | Thread Index | Old Index