pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 23 09:59:22 UTC 2024

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/websockify: DESCR Makefile PLIST distinfo

Log Message:
Import www/websockify

Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to
connect to any application/server/service.

At the most basic level, websockify just translates WebSockets traffic to
normal socket traffic. Websockify accepts the WebSockets handshake, parses
it, and then begins forwarding traffic between the client and the target in
both directions.


To generate a diff of this commit:
cvs rdiff -u -r1.1811 -r1.1812 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/websockify/DESCR \
    pkgsrc/www/websockify/Makefile pkgsrc/www/websockify/PLIST \
    pkgsrc/www/websockify/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1811 pkgsrc/www/Makefile:1.1812
--- pkgsrc/www/Makefile:1.1811  Sun Aug 18 15:05:10 2024
+++ pkgsrc/www/Makefile Fri Aug 23 09:59:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1811 2024/08/18 15:05:10 leot Exp $
+# $NetBSD: Makefile,v 1.1812 2024/08/23 09:59:22 nia Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -1176,6 +1176,7 @@ SUBDIR+=  webby
 SUBDIR+=       webkit-gtk
 SUBDIR+=       weblint
 SUBDIR+=       webnew
+SUBDIR+=       websockify
 SUBDIR+=       websvn
 SUBDIR+=       weex
 SUBDIR+=       whisker

Added files:

Index: pkgsrc/www/websockify/DESCR
diff -u /dev/null pkgsrc/www/websockify/DESCR:1.1
--- /dev/null   Fri Aug 23 09:59:22 2024
+++ pkgsrc/www/websockify/DESCR Fri Aug 23 09:59:22 2024
@@ -0,0 +1,7 @@
+Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to
+connect to any application/server/service.
+
+At the most basic level, websockify just translates WebSockets traffic to
+normal socket traffic. Websockify accepts the WebSockets handshake, parses
+it, and then begins forwarding traffic between the client and the target in
+both directions.
Index: pkgsrc/www/websockify/Makefile
diff -u /dev/null pkgsrc/www/websockify/Makefile:1.1
--- /dev/null   Fri Aug 23 09:59:22 2024
+++ pkgsrc/www/websockify/Makefile      Fri Aug 23 09:59:22 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/08/23 09:59:22 nia Exp $
+
+DISTNAME=      websockify-0.12.0
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=novnc/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/novnc/websockify
+COMMENT=       WebSocket to TCP proxy/bridge
+LICENSE=       gnu-lgpl-v3
+
+.include "../../lang/python/pyversion.mk"
+
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-redis-[0-9]*:../../databases/py-redis
+DEPENDS+=      ${PYPKGPREFIX}-jwcrypto-[0-9]*:../../www/py-jwcrypto
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/websockify/PLIST
diff -u /dev/null pkgsrc/www/websockify/PLIST:1.1
--- /dev/null   Fri Aug 23 09:59:22 2024
+++ pkgsrc/www/websockify/PLIST Fri Aug 23 09:59:22 2024
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/23 09:59:22 nia Exp $
+bin/websockify
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/websockify/__init__.py
+${PYSITELIB}/websockify/__init__.pyc
+${PYSITELIB}/websockify/__init__.pyo
+${PYSITELIB}/websockify/__main__.py
+${PYSITELIB}/websockify/__main__.pyc
+${PYSITELIB}/websockify/__main__.pyo
+${PYSITELIB}/websockify/auth_plugins.py
+${PYSITELIB}/websockify/auth_plugins.pyc
+${PYSITELIB}/websockify/auth_plugins.pyo
+${PYSITELIB}/websockify/sysloghandler.py
+${PYSITELIB}/websockify/sysloghandler.pyc
+${PYSITELIB}/websockify/sysloghandler.pyo
+${PYSITELIB}/websockify/token_plugins.py
+${PYSITELIB}/websockify/token_plugins.pyc
+${PYSITELIB}/websockify/token_plugins.pyo
+${PYSITELIB}/websockify/websocket.py
+${PYSITELIB}/websockify/websocket.pyc
+${PYSITELIB}/websockify/websocket.pyo
+${PYSITELIB}/websockify/websocketproxy.py
+${PYSITELIB}/websockify/websocketproxy.pyc
+${PYSITELIB}/websockify/websocketproxy.pyo
+${PYSITELIB}/websockify/websocketserver.py
+${PYSITELIB}/websockify/websocketserver.pyc
+${PYSITELIB}/websockify/websocketserver.pyo
+${PYSITELIB}/websockify/websockifyserver.py
+${PYSITELIB}/websockify/websockifyserver.pyc
+${PYSITELIB}/websockify/websockifyserver.pyo
Index: pkgsrc/www/websockify/distinfo
diff -u /dev/null pkgsrc/www/websockify/distinfo:1.1
--- /dev/null   Fri Aug 23 09:59:22 2024
+++ pkgsrc/www/websockify/distinfo      Fri Aug 23 09:59:22 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/23 09:59:22 nia Exp $
+
+BLAKE2s (websockify-0.12.0.tar.gz) = 8f4ba9c2710b51d8169feb52f45a1497730a4fd0ec10718a5cc7786e942c285c
+SHA512 (websockify-0.12.0.tar.gz) = 616619a27b00af6621d9b2e3be415ff958fc226a08714302688b76690976805a22c120ff7f0eaca3d7f26fd5575971a96b5e27e5d20688c6edbb4eb84b896871
+Size (websockify-0.12.0.tar.gz) = 56839 bytes



Home | Main Index | Thread Index | Old Index