summaryrefslogtreecommitdiffstats
path: root/security/opieprint
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-06-02 08:11:29 +0000
committermharo <mharo@FreeBSD.org>1999-06-02 08:11:29 +0000
commitf3fa91ce738d897f0af27661df3141a8175e7ed1 (patch)
tree40d29a0d1db89b9d3d2a661ab031ea5eb0f1b123 /security/opieprint
parentdb33c70d4fe92dce4f35ece64668db4988ca1e5d (diff)
downloadFreeBSD-ports-f3fa91ce738d897f0af27661df3141a8175e7ed1.zip
FreeBSD-ports-f3fa91ce738d897f0af27661df3141a8175e7ed1.tar.gz
This is keyprint: a quick hack for printing S/Key keys on a small piece
of paper, twice the size of a credit card for easy storage in a wallet, card holder, etc. It produces a PostScript file which can be printed and then trimmed to size:
Diffstat (limited to 'security/opieprint')
-rw-r--r--security/opieprint/Makefile28
-rw-r--r--security/opieprint/distinfo1
-rw-r--r--security/opieprint/pkg-comment1
-rw-r--r--security/opieprint/pkg-descr27
-rw-r--r--security/opieprint/pkg-plist3
5 files changed, 60 insertions, 0 deletions
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile
new file mode 100644
index 0000000..6e9b309
--- /dev/null
+++ b/security/opieprint/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: keyprint
+# Version required: 1.0
+# Date created: Sat May 29 02:05:00 PDT 1999
+# Whom: mharo@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= keyprint-1.0
+CATEGORIES= security
+MASTER_SITES= http://www.freebsd.org/~mharo/distfiles/
+
+MAINTAINER= mharo@FreeBSD.org
+
+NO_BUILD= yes
+
+post-patch:
+ /usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/keyprint
+ ${INSTALL_DATA} ${WRKSRC}/keyblank.ps ${PREFIX}/share/keyprint
+ ${INSTALL_SCRIPT} ${WRKSRC}/keyprint ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/keyprint
+.endif
+
+.include <bsd.port.mk>
diff --git a/security/opieprint/distinfo b/security/opieprint/distinfo
new file mode 100644
index 0000000..692ad72
--- /dev/null
+++ b/security/opieprint/distinfo
@@ -0,0 +1 @@
+MD5 (keyprint-1.0.tar.gz) = e142a207c6c33a60b5940a8050dc9ea9
diff --git a/security/opieprint/pkg-comment b/security/opieprint/pkg-comment
new file mode 100644
index 0000000..c1440e0
--- /dev/null
+++ b/security/opieprint/pkg-comment
@@ -0,0 +1 @@
+print S/Key keys on a piece of paper, twice the size of a credit card
diff --git a/security/opieprint/pkg-descr b/security/opieprint/pkg-descr
new file mode 100644
index 0000000..ba0e56e
--- /dev/null
+++ b/security/opieprint/pkg-descr
@@ -0,0 +1,27 @@
+This is keyprint: a quick hack for printing S/Key keys on a small piece
+of paper, twice the size of a credit card for easy storage in a
+wallet, card holder, etc. It produces a PostScript file which can be
+printed and then trimmed to size:
+
+ hn38925
+ +----------------------------------------+
+ | 1 af fd alfal 26 fd s fdas da |
+ | 2 af fd alfal 27 fd s fdas da |
+ | 3 af fd alfal 28 fd s fdas da |
+ | . . |
+ | . . |
+ | 24 af fd alfal 49 fd s fdas da |
+ | 25 af fd alfal 50 fd s fdas da |
+ +----------------------------------------+
+ | 51 af fd alfal 76 fd s fdas da |
+ | 52 af fd alfal 77 fd s fdas da |
+ | 53 af fd alfal 78 fd s fdas da |
+ | . . |
+ | . . |
+ | 74 af fd alfal 98 fd s fdas da |
+ | 75 af fd alfal 99 fd s fdas da |
+ +----------------------------------------+
+
+Warning: If you don't have a secure network, then it is not a good
+idea to print this key set on a network printer. It might be obvious,
+but you never know.
diff --git a/security/opieprint/pkg-plist b/security/opieprint/pkg-plist
new file mode 100644
index 0000000..732c5aa
--- /dev/null
+++ b/security/opieprint/pkg-plist
@@ -0,0 +1,3 @@
+bin/keyprint
+share/keyprint/README
+share/keyprint/keyblank.ps
OpenPOWER on IntegriCloud