summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-25 06:13:36 +0000
committerwiz <wiz@pkgsrc.org>2007-03-25 06:13:36 +0000
commit12365314f50b73db97c2a88ccb6a3c371cf6f129 (patch)
treeb79c66e0192af4cdaefff980545dec389f83ea2a
parent0b0852b3e322eda79a3dc124daba40770abc0755 (diff)
downloadpkgsrc-12365314f50b73db97c2a88ccb6a3c371cf6f129.tar.gz
Complete move otpcalc->otpCalc.
-rw-r--r--security/Makefile4
-rw-r--r--security/otpcalc/DESCR2
-rw-r--r--security/otpcalc/Makefile24
-rw-r--r--security/otpcalc/PLIST3
-rw-r--r--security/otpcalc/distinfo5
5 files changed, 2 insertions, 36 deletions
diff --git a/security/Makefile b/security/Makefile
index dbc001f7284..d26d8c4babd 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.292 2007/03/16 21:10:08 kristerw Exp $
+# $NetBSD: Makefile,v 1.293 2007/03/25 06:13:36 wiz Exp $
#
COMMENT= Security tools
@@ -134,7 +134,7 @@ SUBDIR+= openpam
SUBDIR+= openssh
SUBDIR+= openssh+gssapi
SUBDIR+= openssl
-SUBDIR+= otpcalc
+SUBDIR+= otpCalc
SUBDIR+= p0f
SUBDIR+= p5-Authen-PAM
SUBDIR+= p5-Authen-SASL
diff --git a/security/otpcalc/DESCR b/security/otpcalc/DESCR
deleted file mode 100644
index 9e4249167ee..00000000000
--- a/security/otpcalc/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index bc22184bf84..00000000000
--- a/security/otpcalc/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2007/01/07 09:14:10 rillig Exp $
-#
-
-DISTNAME= otpCalc-0.96
-PKGREVISION= 4
-CATEGORIES= x11 security
-MASTER_SITES= http://original.killa.net/infosec/otpCalc/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://original.killa.net/infosec/otpCalc/
-COMMENT= OTP and S/Key calculator for X
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-BUILD_TARGET= otpCalc otpCalc.1
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/otpCalc ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/otpCalc.1 ${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/otpcalc/PLIST b/security/otpcalc/PLIST
deleted file mode 100644
index db6b04bdff0..00000000000
--- a/security/otpcalc/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@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
deleted file mode 100644
index 36e2ae20a5c..00000000000
--- a/security/otpcalc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:09 agc Exp $
-
-SHA1 (otpCalc-0.96.tar.gz) = c3a11060a2a84b95165f5d646c637ff032136d13
-RMD160 (otpCalc-0.96.tar.gz) = 901be227b5e9a31500d1b98dbf553bfe0805b210
-Size (otpCalc-0.96.tar.gz) = 123491 bytes