pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-magic-wormhole-transit-relay
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 27 16:25:23 UTC 2021
Added Files:
pkgsrc/net/py-magic-wormhole-transit-relay: DESCR Makefile PLIST
distinfo
Log Message:
net/py-magic-wormhole-transit-relay: import py-magic-wormhole-transit-relay-0.2.1
This repository implements the Magic-Wormhole "Transit Relay", a
server that helps clients establish bulk-data transit connections
even when both are behind NAT boxes. Each side makes a TCP connection
to this server and presents a handshake. Two connections with
identical handshakes are glued together, allowing them to pretend
they have a direct connection.
This server used to be included in the magic-wormhole repository,
but was split out into a separate repo to aid deployment and
development.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-magic-wormhole-transit-relay/DESCR \
pkgsrc/net/py-magic-wormhole-transit-relay/Makefile \
pkgsrc/net/py-magic-wormhole-transit-relay/PLIST \
pkgsrc/net/py-magic-wormhole-transit-relay/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/py-magic-wormhole-transit-relay/DESCR
diff -u /dev/null pkgsrc/net/py-magic-wormhole-transit-relay/DESCR:1.1
--- /dev/null Sun Jun 27 16:25:23 2021
+++ pkgsrc/net/py-magic-wormhole-transit-relay/DESCR Sun Jun 27 16:25:23 2021
@@ -0,0 +1,10 @@
+This repository implements the Magic-Wormhole "Transit Relay", a
+server that helps clients establish bulk-data transit connections
+even when both are behind NAT boxes. Each side makes a TCP connection
+to this server and presents a handshake. Two connections with
+identical handshakes are glued together, allowing them to pretend
+they have a direct connection.
+
+This server used to be included in the magic-wormhole repository,
+but was split out into a separate repo to aid deployment and
+development.
Index: pkgsrc/net/py-magic-wormhole-transit-relay/Makefile
diff -u /dev/null pkgsrc/net/py-magic-wormhole-transit-relay/Makefile:1.1
--- /dev/null Sun Jun 27 16:25:23 2021
+++ pkgsrc/net/py-magic-wormhole-transit-relay/Makefile Sun Jun 27 16:25:23 2021
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/06/27 16:25:23 wiz Exp $
+
+DISTNAME= magic-wormhole-transit-relay-0.2.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/magic-wormhole-transit-relay/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/magic-wormhole/magic-wormhole-transit-relay
+COMMENT= Transit Relay server for Magic-Wormhole
+LICENSE= mit
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+DEPENDS+= ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-magic-wormhole-transit-relay/PLIST
diff -u /dev/null pkgsrc/net/py-magic-wormhole-transit-relay/PLIST:1.1
--- /dev/null Sun Jun 27 16:25:23 2021
+++ pkgsrc/net/py-magic-wormhole-transit-relay/PLIST Sun Jun 27 16:25:23 2021
@@ -0,0 +1,52 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/27 16:25:23 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/twisted/plugins/magic_wormhole_transit_relay.py
+${PYSITELIB}/twisted/plugins/magic_wormhole_transit_relay.pyc
+${PYSITELIB}/twisted/plugins/magic_wormhole_transit_relay.pyo
+${PYSITELIB}/wormhole_transit_relay/__init__.py
+${PYSITELIB}/wormhole_transit_relay/__init__.pyc
+${PYSITELIB}/wormhole_transit_relay/__init__.pyo
+${PYSITELIB}/wormhole_transit_relay/_version.py
+${PYSITELIB}/wormhole_transit_relay/_version.pyc
+${PYSITELIB}/wormhole_transit_relay/_version.pyo
+${PYSITELIB}/wormhole_transit_relay/database.py
+${PYSITELIB}/wormhole_transit_relay/database.pyc
+${PYSITELIB}/wormhole_transit_relay/database.pyo
+${PYSITELIB}/wormhole_transit_relay/db-schemas/v1.sql
+${PYSITELIB}/wormhole_transit_relay/increase_rlimits.py
+${PYSITELIB}/wormhole_transit_relay/increase_rlimits.pyc
+${PYSITELIB}/wormhole_transit_relay/increase_rlimits.pyo
+${PYSITELIB}/wormhole_transit_relay/server_tap.py
+${PYSITELIB}/wormhole_transit_relay/server_tap.pyc
+${PYSITELIB}/wormhole_transit_relay/server_tap.pyo
+${PYSITELIB}/wormhole_transit_relay/test/__init__.py
+${PYSITELIB}/wormhole_transit_relay/test/__init__.pyc
+${PYSITELIB}/wormhole_transit_relay/test/__init__.pyo
+${PYSITELIB}/wormhole_transit_relay/test/common.py
+${PYSITELIB}/wormhole_transit_relay/test/common.pyc
+${PYSITELIB}/wormhole_transit_relay/test/common.pyo
+${PYSITELIB}/wormhole_transit_relay/test/test_config.py
+${PYSITELIB}/wormhole_transit_relay/test/test_config.pyc
+${PYSITELIB}/wormhole_transit_relay/test/test_config.pyo
+${PYSITELIB}/wormhole_transit_relay/test/test_database.py
+${PYSITELIB}/wormhole_transit_relay/test/test_database.pyc
+${PYSITELIB}/wormhole_transit_relay/test/test_database.pyo
+${PYSITELIB}/wormhole_transit_relay/test/test_rlimits.py
+${PYSITELIB}/wormhole_transit_relay/test/test_rlimits.pyc
+${PYSITELIB}/wormhole_transit_relay/test/test_rlimits.pyo
+${PYSITELIB}/wormhole_transit_relay/test/test_service.py
+${PYSITELIB}/wormhole_transit_relay/test/test_service.pyc
+${PYSITELIB}/wormhole_transit_relay/test/test_service.pyo
+${PYSITELIB}/wormhole_transit_relay/test/test_stats.py
+${PYSITELIB}/wormhole_transit_relay/test/test_stats.pyc
+${PYSITELIB}/wormhole_transit_relay/test/test_stats.pyo
+${PYSITELIB}/wormhole_transit_relay/test/test_transit_server.py
+${PYSITELIB}/wormhole_transit_relay/test/test_transit_server.pyc
+${PYSITELIB}/wormhole_transit_relay/test/test_transit_server.pyo
+${PYSITELIB}/wormhole_transit_relay/transit_server.py
+${PYSITELIB}/wormhole_transit_relay/transit_server.pyc
+${PYSITELIB}/wormhole_transit_relay/transit_server.pyo
Index: pkgsrc/net/py-magic-wormhole-transit-relay/distinfo
diff -u /dev/null pkgsrc/net/py-magic-wormhole-transit-relay/distinfo:1.1
--- /dev/null Sun Jun 27 16:25:23 2021
+++ pkgsrc/net/py-magic-wormhole-transit-relay/distinfo Sun Jun 27 16:25:23 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/27 16:25:23 wiz Exp $
+
+SHA1 (magic-wormhole-transit-relay-0.2.1.tar.gz) = d8491d5a4376c225f9147e91ff7f213f2b15d944
+RMD160 (magic-wormhole-transit-relay-0.2.1.tar.gz) = c9c27c0fb61eed58573959790f934d6d871935c8
+SHA512 (magic-wormhole-transit-relay-0.2.1.tar.gz) = 07eccfe4b5224d66cf31990adabf92e7057b186c509d454896073b3939508f7a3959979f9f1fe6d7423c95612e3bc472ff87995caf6df73b533bbeabc4313955
+Size (magic-wormhole-transit-relay-0.2.1.tar.gz) = 39621 bytes
Home |
Main Index |
Thread Index |
Old Index