diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-10-04 15:05:05 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-10-04 15:05:05 +0000 |
commit | f1f1746ed8f83a46bd2d3cbbcfc4cf5a2255b26c (patch) | |
tree | 9f8c06ed1bfeaa6d03b2eaf03cdc9ae350411525 /security | |
parent | 87d681c560113d1a3c1ebd1e1d120f968add6798 (diff) | |
download | pkgsrc-f1f1746ed8f83a46bd2d3cbbcfc4cf5a2255b26c.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/DESCR | 2 | ||||
-rw-r--r-- | security/otpcalc/Makefile | 23 | ||||
-rw-r--r-- | security/otpcalc/PLIST | 3 | ||||
-rw-r--r-- | security/otpcalc/distinfo | 4 |
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 |