pkgsrc-WIP-changes archive

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

wip/go-mux: Added to pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Wed Nov 6 13:35:58 2019 +0000
Changeset:	e355a59d8b879c8d28894a3dbc302b1290a1605b

Removed Files:
	go-mux/DESCR
	go-mux/Makefile
	go-mux/PLIST
	go-mux/buildlink3.mk
	go-mux/distinfo

Log Message:
wip/go-mux: Added to pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e355a59d8b879c8d28894a3dbc302b1290a1605b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-mux/DESCR         | 20 --------------------
 go-mux/Makefile      | 18 ------------------
 go-mux/PLIST         | 21 ---------------------
 go-mux/buildlink3.mk | 15 ---------------
 go-mux/distinfo      |  6 ------
 5 files changed, 80 deletions(-)

diffs:
diff --git a/go-mux/DESCR b/go-mux/DESCR
deleted file mode 100644
index 710bc395aa..0000000000
--- a/go-mux/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-Go-mux implements a request router and dispatcher for matching
-incoming requests to their respective handler.
-
-The name mux stands for "HTTP request multiplexer". Like the standard
-http.ServeMux, mux.Router matches incoming requests against a list of
-registered routes and calls a handler for the route that matches the
-URL or other conditions. The main features are:
-
-It implements the http.Handler interface so it is compatible with the
-standard http.ServeMux.
-Requests can be matched based on URL host, path, path prefix, schemes,
-header and query values, HTTP methods or using custom matchers.
-URL hosts, paths and query values can have variables with an optional
-regular expression.
-Registered URLs can be built, or "reversed", which helps maintaining
-references to resources.
-Routes can be used as subrouters: nested routes are only tested if the
-parent route matches. This is useful to define groups of routes that
-share common conditions like a host, a path prefix or other repeated
-attributes. As a bonus, this optimizes request matching.
diff --git a/go-mux/Makefile b/go-mux/Makefile
deleted file mode 100644
index ec5e515633..0000000000
--- a/go-mux/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG=		v${PKGVERSION_NOREV}
-DISTNAME=		go-mux-1.7.3
-CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_GITHUB:=gorilla/}
-GITHUB_PROJECT=		mux
-
-MAINTAINER=		ng0%NetBSD.org@localhost
-HOMEPAGE=		https://github.com/gorilla/mux
-COMMENT=		URL router and dispatcher for Go
-LICENSE=		modified-bsd # bsd-3
-
-GO_SRCPATH=		github.com/gorilla/mux
-GO_DIST_BASE=		mux-${PKGVERSION_NOREV}
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/go-mux/PLIST b/go-mux/PLIST
deleted file mode 100644
index 212d2fbeaa..0000000000
--- a/go-mux/PLIST
+++ /dev/null
@@ -1,21 +0,0 @@
-@comment $NetBSD$
-gopkg/pkg/${GO_PLATFORM}/github.com/gorilla/mux.a
-gopkg/src/github.com/gorilla/mux/AUTHORS
-gopkg/src/github.com/gorilla/mux/LICENSE
-gopkg/src/github.com/gorilla/mux/README.md
-gopkg/src/github.com/gorilla/mux/bench_test.go
-gopkg/src/github.com/gorilla/mux/context.go
-gopkg/src/github.com/gorilla/mux/context_test.go
-gopkg/src/github.com/gorilla/mux/doc.go
-gopkg/src/github.com/gorilla/mux/example_authentication_middleware_test.go
-gopkg/src/github.com/gorilla/mux/example_cors_method_middleware_test.go
-gopkg/src/github.com/gorilla/mux/example_route_test.go
-gopkg/src/github.com/gorilla/mux/go.mod
-gopkg/src/github.com/gorilla/mux/middleware.go
-gopkg/src/github.com/gorilla/mux/middleware_test.go
-gopkg/src/github.com/gorilla/mux/mux.go
-gopkg/src/github.com/gorilla/mux/mux_test.go
-gopkg/src/github.com/gorilla/mux/old_test.go
-gopkg/src/github.com/gorilla/mux/regexp.go
-gopkg/src/github.com/gorilla/mux/route.go
-gopkg/src/github.com/gorilla/mux/test_helpers.go
diff --git a/go-mux/buildlink3.mk b/go-mux/buildlink3.mk
deleted file mode 100644
index 80149bc99e..0000000000
--- a/go-mux/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	go-mux
-
-.if !defined(GO_MUX_BUILDLINK3_MK)
-GO_MUX_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-mux=	${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-mux?=		build
-
-BUILDLINK_API_DEPENDS.go-mux+=	go-mux>=1.7.2
-BUILDLINK_PKGSRCDIR.go-mux?=	../../wip/go-mux
-.endif	# GO_MUX_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-go-mux
diff --git a/go-mux/distinfo b/go-mux/distinfo
deleted file mode 100644
index 8ef941a6d9..0000000000
--- a/go-mux/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (go-mux-1.7.3.tar.gz) = 091a8abbfc04574a3bba25ae750c4ca726d66d70
-RMD160 (go-mux-1.7.3.tar.gz) = 81e9243712a1bca9ea7e9c078748f66f87832bf5
-SHA512 (go-mux-1.7.3.tar.gz) = 90e3da0f680ea0cf8d771cae9cbb5e35867f0e0a08f9ab7d22048b19851b57f1353f435abff7ea1db3c190081e363092e93cd6a57c2a64b6531458c2f6054365
-Size (go-mux-1.7.3.tar.gz) = 42495 bytes


Home | Main Index | Thread Index | Old Index