Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 01:05:25 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389896 - in head/security: . py-pgpdump
Message-ID:  <201506170105.t5H15Pdm023675@svn.freebsd.org>

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

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 <yuri@rawbw.com>
+# $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 <bsd.port.mk>

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/



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