From 481da2d4cc23fbc2c8a326d2bd022b6dbe3e6901 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Mon, 6 Oct 2008 14:09:46 +0000 Subject: [PATCH] Initial import of paperkey-0.8, a simple tool for extracting the truly secret parts of a PGP secret key for backup purposes. Obtained from: http://www.jabberwocky.com/software/paperkey/ Author: David Shaw --- security/Makefile | 1 + security/paperkey/Makefile | 30 ++++++++++++++++++++++++++++++ security/paperkey/distinfo | 3 +++ security/paperkey/pkg-descr | 8 ++++++++ security/paperkey/pkg-plist | 4 ++++ 5 files changed, 46 insertions(+) create mode 100644 security/paperkey/Makefile create mode 100644 security/paperkey/distinfo create mode 100644 security/paperkey/pkg-descr create mode 100644 security/paperkey/pkg-plist diff --git a/security/Makefile b/security/Makefile index 995b5c2c9c18..8f777aa63eed 100644 --- a/security/Makefile +++ b/security/Makefile @@ -546,6 +546,7 @@ SUBDIR += pamsfs SUBDIR += pamtester SUBDIR += pantera + SUBDIR += paperkey SUBDIR += parano SUBDIR += pbnj SUBDIR += pdfcrack diff --git a/security/paperkey/Makefile b/security/paperkey/Makefile new file mode 100644 index 000000000000..a909c9a5b567 --- /dev/null +++ b/security/paperkey/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: paperkey +# Date created: Mon Oct 6 12:56:53 EEST 2008 +# Whom: Peter Pentchev +# +# $FreeBSD$ +# + +PORTNAME= paperkey +PORTVERSION= 0.8 +CATEGORIES= security +MASTER_SITES= http://www.jabberwocky.com/software/paperkey/ + +MAINTAINER= roam@FreeBSD.org +COMMENT= Extract just the secret information out of OpenPGP secret keys + +GNU_CONFIGURE= yes +ALL_TARGET= all check + +MAN1= paperkey.1 + +post-patch: + ${REINPLACE_CMD} -e 's@/usr/share/doc/paperkey/README.gz@${DOCSDIR}/README@' ${WRKSRC}/paperkey.1 + +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR} +.endif + +.include diff --git a/security/paperkey/distinfo b/security/paperkey/distinfo new file mode 100644 index 000000000000..0470f46c78d4 --- /dev/null +++ b/security/paperkey/distinfo @@ -0,0 +1,3 @@ +MD5 (paperkey-0.8.tar.gz) = e80b54ef333dcb7acf2c98e19b016b24 +SHA256 (paperkey-0.8.tar.gz) = 72f0f453937bfb480573fd8cca49b8967d59adcc6b2626c5339748ed93f6315c +SIZE (paperkey-0.8.tar.gz) = 157181 diff --git a/security/paperkey/pkg-descr b/security/paperkey/pkg-descr new file mode 100644 index 000000000000..c7aa3463b60e --- /dev/null +++ b/security/paperkey/pkg-descr @@ -0,0 +1,8 @@ +From the paperkey README file: + A reasonable way to achieve a long term backup of OpenPGP (GnuPG, PGP, + etc) keys is to print them out on paper. Paper and ink have amazingly + long retention qualities - far longer than the magnetic or optical + means that are generally used to back up computer data. + +WWW: http://www.jabberwocky.com/software/paperkey/ +Author: David Shaw diff --git a/security/paperkey/pkg-plist b/security/paperkey/pkg-plist new file mode 100644 index 000000000000..0204e355a43d --- /dev/null +++ b/security/paperkey/pkg-plist @@ -0,0 +1,4 @@ +bin/paperkey +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%%