1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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 <dshaw@jabberwocky.com>
This commit is contained in:
Peter Pentchev 2008-10-06 14:09:46 +00:00
parent 677b9ef12f
commit 481da2d4cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221279
5 changed files with 46 additions and 0 deletions

View File

@ -546,6 +546,7 @@
SUBDIR += pamsfs
SUBDIR += pamtester
SUBDIR += pantera
SUBDIR += paperkey
SUBDIR += parano
SUBDIR += pbnj
SUBDIR += pdfcrack

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: paperkey
# Date created: Mon Oct 6 12:56:53 EEST 2008
# Whom: Peter Pentchev <roam@FreeBSD.org>
#
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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 <dshaw@jabberwocky.com>

View File

@ -0,0 +1,4 @@
bin/paperkey
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%