svn commit: r389896 - in head/security: . py-pgpdump
Xin LI
delphij at FreeBSD.org
Wed Jun 17 01:05:26 UTC 2015
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 at 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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME= pgpdump
+PORTVERSION= 1.5
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at 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/
More information about the svn-ports-head
mailing list