From owner-svn-ports-head@FreeBSD.ORG Wed Jun 17 01:05:26 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 449E5F56; Wed, 17 Jun 2015 01:05:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1924BB1E; Wed, 17 Jun 2015 01:05:26 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5H15PwX023681; Wed, 17 Jun 2015 01:05:25 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5H15Pdm023675; Wed, 17 Jun 2015 01:05:25 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506170105.t5H15Pdm023675@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 17 Jun 2015 01:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389896 - in head/security: . py-pgpdump 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.20 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, 17 Jun 2015 01:05:26 -0000 Author: delphij Date: Wed Jun 17 01:05:24 2015 New Revision: 389896 URL: https://svnweb.freebsd.org/changeset/ports/389896 Log: A Python library for parsing PGP packets WWW: https://pypi.python.org/pypi/pgpdump/ PR: 200364 Submitted by: Yuri Victorovich Added: head/security/py-pgpdump/ head/security/py-pgpdump/Makefile (contents, props changed) head/security/py-pgpdump/distinfo (contents, props changed) head/security/py-pgpdump/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Jun 17 00:44:48 2015 (r389895) +++ head/security/Makefile Wed Jun 17 01:05:24 2015 (r389896) @@ -812,6 +812,7 @@ SUBDIR += py-paramiko SUBDIR += py-passlib SUBDIR += py-pbkdf2 + SUBDIR += py-pgpdump SUBDIR += py-plaso SUBDIR += py-plone.app.openid SUBDIR += py-plone.keyring Added: head/security/py-pgpdump/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pgpdump/Makefile Wed Jun 17 01:05:24 2015 (r389896) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= pgpdump +PORTVERSION= 1.5 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python library for parsing PGP packets + +LICENSE= BSD2CLAUSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/security/py-pgpdump/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pgpdump/distinfo Wed Jun 17 01:05:24 2015 (r389896) @@ -0,0 +1,2 @@ +SHA256 (pgpdump-1.5.tar.gz) = 1c4700857bf7ba735b08cfe4101aa3a4f5fd839657af249c17b2697c20829668 +SIZE (pgpdump-1.5.tar.gz) = 69446 Added: head/security/py-pgpdump/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pgpdump/pkg-descr Wed Jun 17 01:05:24 2015 (r389896) @@ -0,0 +1,3 @@ +A Python library for parsing PGP packets + +WWW: https://pypi.python.org/pypi/pgpdump/