svn commit: r402872 - in head/net: . py-pystun

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 3 12:17:32 UTC 2015


Author: amdmi3
Date: Thu Dec  3 12:17:30 2015
New Revision: 402872
URL: https://svnweb.freebsd.org/changeset/ports/402872

Log:
  A Python STUN client for getting NAT type and external IP.
  
  WWW: https://pypi.python.org/pypi/pystun
  
  PR:		201388
  Submitted by:	yuri at rawbw.com

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Dec  3 11:26:36 2015	(r402871)
+++ head/net/Makefile	Thu Dec  3 12:17:30 2015	(r402872)
@@ -966,6 +966,7 @@
     SUBDIR += py-pysmb
     SUBDIR += py-pysocks
     SUBDIR += py-pysphere
+    SUBDIR += py-pystun
     SUBDIR += py-python-bitcoinrpc
     SUBDIR += py-pyvmomi
     SUBDIR += py-pyzmq

Added: head/net/py-pystun/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-pystun/Makefile	Thu Dec  3 12:17:30 2015	(r402872)
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	pystun
+PORTVERSION=	0.1.0
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at rawbw.com
+COMMENT=	Python STUN client for getting NAT type and external IP
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/py-pystun/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-pystun/distinfo	Thu Dec  3 12:17:30 2015	(r402872)
@@ -0,0 +1,2 @@
+SHA256 (pystun-0.1.0.tar.gz) = 787a2d1c1328ae8ac31152a0d6d96b2f02ab8677febdc25e463c2c8fee34679f
+SIZE (pystun-0.1.0.tar.gz) = 6286

Added: head/net/py-pystun/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-pystun/pkg-descr	Thu Dec  3 12:17:30 2015	(r402872)
@@ -0,0 +1,3 @@
+A Python STUN client for getting NAT type and external IP.
+
+WWW: https://pypi.python.org/pypi/pystun


More information about the svn-ports-head mailing list