Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2016 04:12:55 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417954 - in head/net: . py-magic-wormhole
Message-ID:  <201607030412.u634CtkK062851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jul  3 04:12:55 2016
New Revision: 417954
URL: https://svnweb.freebsd.org/changeset/ports/417954

Log:
  net/py-magic-wormhole: create port
  
  Get things from one computer to another, safely.
  
  WWW: http://magic-wormhole.io

Added:
  head/net/py-magic-wormhole/
  head/net/py-magic-wormhole/Makefile   (contents, props changed)
  head/net/py-magic-wormhole/distinfo   (contents, props changed)
  head/net/py-magic-wormhole/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jul  3 04:05:45 2016	(r417953)
+++ head/net/Makefile	Sun Jul  3 04:12:55 2016	(r417954)
@@ -965,6 +965,7 @@
     SUBDIR += py-libcloud
     SUBDIR += py-libdnet
     SUBDIR += py-libnet
+    SUBDIR += py-magic-wormhole
     SUBDIR += py-matrix-synapse
     SUBDIR += py-maxminddb
     SUBDIR += py-miniupnpc

Added: head/net/py-magic-wormhole/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-magic-wormhole/Makefile	Sun Jul  3 04:12:55 2016	(r417954)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	magic-wormhole
+PORTVERSION=	0.8.0
+CATEGORIES=	net
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Get things from one computer to another, safely
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm \
+		${PYTHON_PKGNAMEPREFIX}hkdf>0:security/py-hkdf \
+		${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn \
+		${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse \
+		${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl \
+		${PYTHON_PKGNAMEPREFIX}spake2>=0.7:security/py-spake2 \
+		${PYTHON_PKGNAMEPREFIX}txaio>=2.5.1:devel/py-txaio
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/net/py-magic-wormhole/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-magic-wormhole/distinfo	Sun Jul  3 04:12:55 2016	(r417954)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467486862
+SHA256 (magic-wormhole-0.8.0.tar.gz) = 802085dc4e6ba9dd74555bb42059e25b3960110add83d5083d36a95c78e172b5
+SIZE (magic-wormhole-0.8.0.tar.gz) = 124428

Added: head/net/py-magic-wormhole/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-magic-wormhole/pkg-descr	Sun Jul  3 04:12:55 2016	(r417954)
@@ -0,0 +1,3 @@
+Get things from one computer to another, safely.
+
+WWW: http://magic-wormhole.io



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607030412.u634CtkK062851>