aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2013-03-27 21:35:24 +0800
committerCarlo Strub <cs@FreeBSD.org>2013-03-27 21:35:24 +0800
commit3f686a9f653c49f70bb705b249dfd65cde39b294 (patch)
treede1f13dfdda08b94f1f59f73b4bd1e407b95933f
parent552f3f8d03e0cfa20853d40f6c1d85d521a5e2b4 (diff)
downloadfreebsd-ports-gnome-3f686a9f653c49f70bb705b249dfd65cde39b294.tar.gz
freebsd-ports-gnome-3f686a9f653c49f70bb705b249dfd65cde39b294.tar.zst
freebsd-ports-gnome-3f686a9f653c49f70bb705b249dfd65cde39b294.zip
pyptlib is a little Python library which understands the `pluggable transport
managed-proxy protocol
-rw-r--r--security/Makefile1
-rw-r--r--security/pyptlib/Makefile18
-rw-r--r--security/pyptlib/distinfo2
-rw-r--r--security/pyptlib/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index a681deee2f8b..02b84a979e8e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -795,6 +795,7 @@
SUBDIR += py-zope.securitypolicy
SUBDIR += py-zope.session
SUBDIR += pyobfsproxy
+ SUBDIR += pyptlib
SUBDIR += qca-cyrus-sasl
SUBDIR += qca-gnupg
SUBDIR += qca-ossl
diff --git a/security/pyptlib/Makefile b/security/pyptlib/Makefile
new file mode 100644
index 000000000000..0878c29b9f00
--- /dev/null
+++ b/security/pyptlib/Makefile
@@ -0,0 +1,18 @@
+# Created by: Carlo Strub
+# $FreeBSD$
+#
+
+PORTNAME= pyptlib
+DISTVERSION= 0.0.3
+CATEGORIES= security net python
+MASTER_SITES= http://www.c-s.li/ports/
+
+MAINTAINER= cs@FreeBSD.org
+COMMENT= Pluggable transport library
+
+LICENSE= BSD
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=easy_install
+
+.include <bsd.port.mk>
diff --git a/security/pyptlib/distinfo b/security/pyptlib/distinfo
new file mode 100644
index 000000000000..f0b1ca4511fa
--- /dev/null
+++ b/security/pyptlib/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pyptlib-0.0.3.tar.gz) = 6a31a72429f0a0c92c838d11bf7ae27c9f7a03a3502bfa4cf10d37fb4ec002df
+SIZE (pyptlib-0.0.3.tar.gz) = 16299
diff --git a/security/pyptlib/pkg-descr b/security/pyptlib/pkg-descr
new file mode 100644
index 000000000000..6c11b4c1bca0
--- /dev/null
+++ b/security/pyptlib/pkg-descr
@@ -0,0 +1,4 @@
+pyptlib is a little Python library which understands the `pluggable transport
+managed-proxy protocol
+
+WWW: https://gitweb.torproject.org/pluggable-transports/pyptlib.git