svn commit: r315379 - in head/security: . pyptlib
Carlo Strub
cs at FreeBSD.org
Wed Mar 27 13:35:25 UTC 2013
Author: cs
Date: Wed Mar 27 13:35:24 2013
New Revision: 315379
URL: http://svnweb.freebsd.org/changeset/ports/315379
Log:
pyptlib is a little Python library which understands the `pluggable transport
managed-proxy protocol
Added:
head/security/pyptlib/
head/security/pyptlib/Makefile (contents, props changed)
head/security/pyptlib/distinfo (contents, props changed)
head/security/pyptlib/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Wed Mar 27 13:23:31 2013 (r315378)
+++ head/security/Makefile Wed Mar 27 13:35:24 2013 (r315379)
@@ -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
Added: head/security/pyptlib/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/pyptlib/Makefile Wed Mar 27 13:35:24 2013 (r315379)
@@ -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 at FreeBSD.org
+COMMENT= Pluggable transport library
+
+LICENSE= BSD
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=easy_install
+
+.include <bsd.port.mk>
Added: head/security/pyptlib/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/pyptlib/distinfo Wed Mar 27 13:35:24 2013 (r315379)
@@ -0,0 +1,2 @@
+SHA256 (pyptlib-0.0.3.tar.gz) = 6a31a72429f0a0c92c838d11bf7ae27c9f7a03a3502bfa4cf10d37fb4ec002df
+SIZE (pyptlib-0.0.3.tar.gz) = 16299
Added: head/security/pyptlib/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/pyptlib/pkg-descr Wed Mar 27 13:35:24 2013 (r315379)
@@ -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
More information about the svn-ports-head
mailing list