From owner-svn-ports-head@FreeBSD.ORG Wed Mar 27 13:35:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 79A1E17C; Wed, 27 Mar 2013 13:35:25 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 53A96DA8; Wed, 27 Mar 2013 13:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2RDZPlE021250; Wed, 27 Mar 2013 13:35:25 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2RDZOgi021246; Wed, 27 Mar 2013 13:35:24 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201303271335.r2RDZOgi021246@svn.freebsd.org> From: Carlo Strub Date: Wed, 27 Mar 2013 13:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315379 - in head/security: . pyptlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 13:35:25 -0000 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 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