Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2015 12:17:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402872 - in head/net: . py-pystun
Message-ID:  <201512031217.tB3CHVNm084710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	pystun
+PORTVERSION=	0.1.0
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@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



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