pkgsrc-WIP-changes archive

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

Import go-gorilla-websocket-1.4.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 12 10:11:45 2021 +0100
Changeset:	603ff838762765909f6fd82877ebe10610269161

Modified Files:
	Makefile
Added Files:
	go-gorilla-websocket/DESCR
	go-gorilla-websocket/Makefile
	go-gorilla-websocket/PLIST
	go-gorilla-websocket/distinfo

Log Message:
Import go-gorilla-websocket-1.4.2 to wip

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

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

diffstat:
 Makefile                      |  1 +
 go-gorilla-websocket/DESCR    |  2 ++
 go-gorilla-websocket/Makefile | 18 ++++++++++++++
 go-gorilla-websocket/PLIST    | 58 +++++++++++++++++++++++++++++++++++++++++++
 go-gorilla-websocket/distinfo |  6 +++++
 5 files changed, 85 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 2cc13f4252..0713cb7c1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1209,6 +1209,7 @@ SUBDIR+=	go-gorilla-mux
 SUBDIR+=	go-gorilla-schema
 SUBDIR+=	go-gorilla-sessions
 SUBDIR+=	go-gorilla-securecookie
+SUBDIR+=	go-gorilla-websocket
 SUBDIR+=	go-gtk2
 SUBDIR+=	go-httpsnoop
 SUBDIR+=	go-ole
diff --git a/go-gorilla-websocket/DESCR b/go-gorilla-websocket/DESCR
new file mode 100644
index 0000000000..f335e2ce62
--- /dev/null
+++ b/go-gorilla-websocket/DESCR
@@ -0,0 +1,2 @@
+The Gorilla WebSocket package provides a complete
+and tested implementation of the WebSocket
diff --git a/go-gorilla-websocket/Makefile b/go-gorilla-websocket/Makefile
new file mode 100644
index 0000000000..7924111c2f
--- /dev/null
+++ b/go-gorilla-websocket/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-gorilla-websocket-1.4.2
+GITHUB_PROJECT=	websocket
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=gorilla/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/gorilla/websocket/
+COMMENT=	Well-tested and widely used WebSocket implementation for Go
+LICENSE=	2-clause-bsd
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/gorilla/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-gorilla-websocket/PLIST b/go-gorilla-websocket/PLIST
new file mode 100644
index 0000000000..8bcc5107ce
--- /dev/null
+++ b/go-gorilla-websocket/PLIST
@@ -0,0 +1,58 @@
+@comment $NetBSD$
+bin/autobahn
+bin/chat
+bin/command
+bin/filewatch
+gopkg/pkg/${GO_PLATFORM}/github.com/gorilla/websocket.a
+gopkg/src/github.com/gorilla/websocket/AUTHORS
+gopkg/src/github.com/gorilla/websocket/LICENSE
+gopkg/src/github.com/gorilla/websocket/README.md
+gopkg/src/github.com/gorilla/websocket/client.go
+gopkg/src/github.com/gorilla/websocket/client_clone.go
+gopkg/src/github.com/gorilla/websocket/client_clone_legacy.go
+gopkg/src/github.com/gorilla/websocket/client_server_test.go
+gopkg/src/github.com/gorilla/websocket/client_test.go
+gopkg/src/github.com/gorilla/websocket/compression.go
+gopkg/src/github.com/gorilla/websocket/compression_test.go
+gopkg/src/github.com/gorilla/websocket/conn.go
+gopkg/src/github.com/gorilla/websocket/conn_broadcast_test.go
+gopkg/src/github.com/gorilla/websocket/conn_test.go
+gopkg/src/github.com/gorilla/websocket/conn_write.go
+gopkg/src/github.com/gorilla/websocket/conn_write_legacy.go
+gopkg/src/github.com/gorilla/websocket/doc.go
+gopkg/src/github.com/gorilla/websocket/example_test.go
+gopkg/src/github.com/gorilla/websocket/examples/autobahn/README.md
+gopkg/src/github.com/gorilla/websocket/examples/autobahn/fuzzingclient.json
+gopkg/src/github.com/gorilla/websocket/examples/autobahn/server.go
+gopkg/src/github.com/gorilla/websocket/examples/chat/README.md
+gopkg/src/github.com/gorilla/websocket/examples/chat/client.go
+gopkg/src/github.com/gorilla/websocket/examples/chat/home.html
+gopkg/src/github.com/gorilla/websocket/examples/chat/hub.go
+gopkg/src/github.com/gorilla/websocket/examples/chat/main.go
+gopkg/src/github.com/gorilla/websocket/examples/command/README.md
+gopkg/src/github.com/gorilla/websocket/examples/command/home.html
+gopkg/src/github.com/gorilla/websocket/examples/command/main.go
+gopkg/src/github.com/gorilla/websocket/examples/echo/README.md
+gopkg/src/github.com/gorilla/websocket/examples/echo/client.go
+gopkg/src/github.com/gorilla/websocket/examples/echo/server.go
+gopkg/src/github.com/gorilla/websocket/examples/filewatch/README.md
+gopkg/src/github.com/gorilla/websocket/examples/filewatch/main.go
+gopkg/src/github.com/gorilla/websocket/go.mod
+gopkg/src/github.com/gorilla/websocket/go.sum
+gopkg/src/github.com/gorilla/websocket/join.go
+gopkg/src/github.com/gorilla/websocket/join_test.go
+gopkg/src/github.com/gorilla/websocket/json.go
+gopkg/src/github.com/gorilla/websocket/json_test.go
+gopkg/src/github.com/gorilla/websocket/mask.go
+gopkg/src/github.com/gorilla/websocket/mask_safe.go
+gopkg/src/github.com/gorilla/websocket/mask_test.go
+gopkg/src/github.com/gorilla/websocket/prepared.go
+gopkg/src/github.com/gorilla/websocket/prepared_test.go
+gopkg/src/github.com/gorilla/websocket/proxy.go
+gopkg/src/github.com/gorilla/websocket/server.go
+gopkg/src/github.com/gorilla/websocket/server_test.go
+gopkg/src/github.com/gorilla/websocket/trace.go
+gopkg/src/github.com/gorilla/websocket/trace_17.go
+gopkg/src/github.com/gorilla/websocket/util.go
+gopkg/src/github.com/gorilla/websocket/util_test.go
+gopkg/src/github.com/gorilla/websocket/x_net_proxy.go
diff --git a/go-gorilla-websocket/distinfo b/go-gorilla-websocket/distinfo
new file mode 100644
index 0000000000..3ec1161de0
--- /dev/null
+++ b/go-gorilla-websocket/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-gorilla-websocket-1.4.2.tar.gz) = 725f6555328439052238260005a10e0e2c8183c0
+RMD160 (go-gorilla-websocket-1.4.2.tar.gz) = 33ca2b874152c4f984153733cd2613c55d2e465e
+SHA512 (go-gorilla-websocket-1.4.2.tar.gz) = 2cf6ea5fcd009f0a7fc9ec111eb5a124823a9ec33d67ff2bebb15a3e770845d42b377528a2a051637ff52ef3907dc423224d15486e9744fdf24b0eaf4a0028d5
+Size (go-gorilla-websocket-1.4.2.tar.gz) = 54101 bytes


Home | Main Index | Thread Index | Old Index