pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-httppath-20170721 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Jan 24 22:54:06 2021 +0100
Changeset: c8a5ec55e580d35aa0ac9192241670db14850d54
Modified Files:
Makefile
Added Files:
go-httppath/DESCR
go-httppath/Makefile
go-httppath/PLIST
go-httppath/buildlink3.mk
go-httppath/distinfo
Log Message:
Import go-httppath-20170721 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8a5ec55e580d35aa0ac9192241670db14850d54
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-httppath/DESCR | 1 +
go-httppath/Makefile | 19 +++++++++++++++++++
go-httppath/PLIST | 6 ++++++
go-httppath/buildlink3.mk | 15 +++++++++++++++
go-httppath/distinfo | 6 ++++++
6 files changed, 48 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index aa15c33576..638e34e48f 100644
--- a/Makefile
+++ b/Makefile
@@ -1231,6 +1231,7 @@ SUBDIR+= go-gtk2
SUBDIR+= go-hex
SUBDIR+= go-hidden
SUBDIR+= go-httphead
+SUBDIR+= go-httppath
SUBDIR+= go-httprouter
SUBDIR+= go-httpsnoop
SUBDIR+= go-humanize
diff --git a/go-httppath/DESCR b/go-httppath/DESCR
new file mode 100644
index 0000000000..7921468478
--- /dev/null
+++ b/go-httppath/DESCR
@@ -0,0 +1 @@
+Utilities for HTTP path manipulation
diff --git a/go-httppath/Makefile b/go-httppath/Makefile
new file mode 100644
index 0000000000..bb6862ca84
--- /dev/null
+++ b/go-httppath/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= httppath-20170721
+PKGNAME= go-${DISTNAME}
+GITHUB_PROJECT= httppath
+GITHUB_TAG= ee938bf735983d53694d79138ad9820efff94c92
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dimfeld/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/dimfeld/httppath
+COMMENT= Utilities for HTTP path manipulation
+LICENSE= 2-clause-bsd
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH= github.com/dimfeld/httppath
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-httppath/PLIST b/go-httppath/PLIST
new file mode 100644
index 0000000000..e739fe9ecb
--- /dev/null
+++ b/go-httppath/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/dimfeld/httppath.a
+gopkg/src/github.com/dimfeld/httppath/LICENSE
+gopkg/src/github.com/dimfeld/httppath/README.md
+gopkg/src/github.com/dimfeld/httppath/path.go
+gopkg/src/github.com/dimfeld/httppath/path_test.go
diff --git a/go-httppath/buildlink3.mk b/go-httppath/buildlink3.mk
new file mode 100644
index 0000000000..d15aace879
--- /dev/null
+++ b/go-httppath/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-httppath
+
+.if !defined(GO_HTTPPATH_BUILDLINK3_MK)
+GO_HTTPPATH_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-httppath= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-httppath?= build
+
+BUILDLINK_API_DEPENDS.go-httppath+= go-httppath>=20170721
+BUILDLINK_PKGSRCDIR.go-httppath?= ../../wip/go-httppath
+.endif # GO_HTTPPATH_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-httppath
diff --git a/go-httppath/distinfo b/go-httppath/distinfo
new file mode 100644
index 0000000000..43ee48af6e
--- /dev/null
+++ b/go-httppath/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (httppath-20170721-ee938bf735983d53694d79138ad9820efff94c92.tar.gz) = da74eb5ebf3cda8ea49676614eceb31225718599
+RMD160 (httppath-20170721-ee938bf735983d53694d79138ad9820efff94c92.tar.gz) = a1c41112863a8829ed1675885d4949eeceb20893
+SHA512 (httppath-20170721-ee938bf735983d53694d79138ad9820efff94c92.tar.gz) = 44e07ec26d5d81ea462cbcba4c37965dcace0e964f67f23671a02dd254c272f1820dbe13a15d8c027e7ed9f9cb2cab419f0d4ba637b1abe47fb2595d22f3a17e
+Size (httppath-20170721-ee938bf735983d53694d79138ad9820efff94c92.tar.gz) = 3128 bytes
Home |
Main Index |
Thread Index |
Old Index