pkgsrc-WIP-changes archive

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

go-gorilla-websoket: remove clone



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 18 14:35:45 2021 +0100
Changeset:	fa05bfde15075893923f1dde460d01d1cee0534c

Removed Files:
	go-gorilla-websocket/DESCR
	go-gorilla-websocket/Makefile
	go-gorilla-websocket/PLIST
	go-gorilla-websocket/distinfo

Log Message:
go-gorilla-websoket: remove clone

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

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

diffstat:
 go-gorilla-websocket/DESCR    |  2 --
 go-gorilla-websocket/Makefile | 18 --------------
 go-gorilla-websocket/PLIST    | 58 -------------------------------------------
 go-gorilla-websocket/distinfo |  6 -----
 4 files changed, 84 deletions(-)

diffs:
diff --git a/go-gorilla-websocket/DESCR b/go-gorilla-websocket/DESCR
deleted file mode 100644
index f335e2ce62..0000000000
--- a/go-gorilla-websocket/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 7924111c2f..0000000000
--- a/go-gorilla-websocket/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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
deleted file mode 100644
index 8bcc5107ce..0000000000
--- a/go-gorilla-websocket/PLIST
+++ /dev/null
@@ -1,58 +0,0 @@
-@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
deleted file mode 100644
index 3ec1161de0..0000000000
--- a/go-gorilla-websocket/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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