diff options
author | shattered <shattered@pkgsrc.org> | 2013-06-01 14:29:23 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-06-01 14:29:23 +0000 |
commit | 15d3ccb67c606d5c3155acb91b908e4eb9559c65 (patch) | |
tree | f88f53c555d3c229a194ab7db2c37e423c8b1b0b /security | |
parent | e4d731dd526f68fcc89caa2eeff117f0dc4486d1 (diff) | |
download | pkgsrc-15d3ccb67c606d5c3155acb91b908e4eb9559c65.tar.gz |
Import paperkey-1.3 as security/paperkey.
Paperkey extracts secret bytes from GnuPG key and prints them. To
reconstruct, you re-enter those bytes (whether by hand or via OCR)
and paperkey can use them to transform your existing public key
into a secret key.
Diffstat (limited to 'security')
-rw-r--r-- | security/paperkey/DESCR | 4 | ||||
-rw-r--r-- | security/paperkey/Makefile | 14 | ||||
-rw-r--r-- | security/paperkey/PLIST | 3 | ||||
-rw-r--r-- | security/paperkey/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/paperkey/DESCR b/security/paperkey/DESCR new file mode 100644 index 00000000000..255555bd761 --- /dev/null +++ b/security/paperkey/DESCR @@ -0,0 +1,4 @@ +Paperkey extracts secret bytes from GnuPG key and prints them. To +reconstruct, you re-enter those bytes (whether by hand or via OCR) +and paperkey can use them to transform your existing public key +into a secret key. diff --git a/security/paperkey/Makefile b/security/paperkey/Makefile new file mode 100644 index 00000000000..cb9df9a0ccb --- /dev/null +++ b/security/paperkey/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2013/06/01 14:29:23 shattered Exp $ + +DISTNAME= paperkey-1.3 +CATEGORIES= security +MASTER_SITES= http://www.jabberwocky.com/software/paperkey/ + +MAINTAINER= shattered@NetBSD.org +HOMEPAGE= http://www.jabberwocky.com/software/paperkey/ +COMMENT= Extract essence of OpenPGP secret key for printing +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/security/paperkey/PLIST b/security/paperkey/PLIST new file mode 100644 index 00000000000..2b1f1307fb2 --- /dev/null +++ b/security/paperkey/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/06/01 14:29:23 shattered Exp $ +bin/paperkey +man/man1/paperkey.1 diff --git a/security/paperkey/distinfo b/security/paperkey/distinfo new file mode 100644 index 00000000000..bd2cf2b10b0 --- /dev/null +++ b/security/paperkey/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/06/01 14:29:23 shattered Exp $ + +SHA1 (paperkey-1.3.tar.gz) = 16af56d0e7bdf081d60c59ea4d72e7df6d9cec21 +RMD160 (paperkey-1.3.tar.gz) = b5849759b53ec55c39296b750cfafa5280248c03 +Size (paperkey-1.3.tar.gz) = 250153 bytes |