Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 13:35:24 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315379 - in head/security: . pyptlib
Message-ID:  <201303271335.r2RDZOgi021246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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