summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-10-04 15:05:05 +0000
committerhubertf <hubertf>2002-10-04 15:05:05 +0000
commit9d43a0f355b7856f2d47e64d440c2f8c67e5e2ce (patch)
tree9f8c06ed1bfeaa6d03b2eaf03cdc9ae350411525 /security
parent4df97e4a2ece82341d02274881d238b7fc9256a0 (diff)
downloadpkgsrc-9d43a0f355b7856f2d47e64d440c2f8c67e5e2ce.tar.gz
Add otpCalc-0.96: OTP and S/Key calculator for X
otpCalc is an RFC2289 and RFC1760 compliant one time password calculator, written to use the GTK+ library for screen I/O. Contributed by Michael Santos <mike@ethmoid.org> in PR 18527.
Diffstat (limited to 'security')
-rw-r--r--security/otpcalc/DESCR2
-rw-r--r--security/otpcalc/Makefile23
-rw-r--r--security/otpcalc/PLIST3
-rw-r--r--security/otpcalc/distinfo4
4 files changed, 32 insertions, 0 deletions
diff --git a/security/otpcalc/DESCR b/security/otpcalc/DESCR
new file mode 100644
index 00000000000..9e4249167ee
--- /dev/null
+++ b/security/otpcalc/DESCR
@@ -0,0 +1,2 @@
+otpCalc is an RFC2289 and RFC1760 compliant one time password
+calculator, written to use the GTK+ library for screen I/O.
diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile
new file mode 100644
index 00000000000..c75968e5b2e
--- /dev/null
+++ b/security/otpcalc/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/04 15:05:05 hubertf Exp $
+#
+
+DISTNAME= otpCalc-0.96
+CATEGORIES= x11 security
+MASTER_SITES= http://original.killa.net/infosec/otpCalc/
+
+MAINTAINER= mike@ethmoid.org
+HOMEPAGE= http://original.killa.net/infosec/otpCalc/
+COMMENT= OTP and S/Key calculator for X
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+
+ALL_TARGET= otpCalc otpCalc.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/otpCalc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/otpCalc.1 ${PREFIX}/man/man1
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/otpcalc/PLIST b/security/otpcalc/PLIST
new file mode 100644
index 00000000000..db6b04bdff0
--- /dev/null
+++ b/security/otpcalc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/04 15:05:05 hubertf Exp $
+bin/otpCalc
+man/man1/otpCalc.1
diff --git a/security/otpcalc/distinfo b/security/otpcalc/distinfo
new file mode 100644
index 00000000000..c725451b344
--- /dev/null
+++ b/security/otpcalc/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/10/04 15:05:05 hubertf Exp $
+
+SHA1 (otpCalc-0.96.tar.gz) = c3a11060a2a84b95165f5d646c637ff032136d13
+Size (otpCalc-0.96.tar.gz) = 123491 bytes