From c6d51beab21fd4a4bb6c5c7603cd22f1b75289d0 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 26 Jul 2002 09:10:06 +0000 Subject: Initial import of skey-1.1.5 into the NetBSD packages collection. This is the port of S/key implementation from OpenBSD source tree to Solaris, Linux, *BSD, AIX and probably other *NIX systems. This port consists of the introduction of autoconf support and replacement of OpenBSD library functions that are (regrettably) absent from other unices. This package provides skey support for other packages on non-NetBSD systems, and is marked ONLY_FOR_PLATFORM SunOS right now. --- security/skey/DESCR | 6 ++++++ security/skey/Makefile | 23 +++++++++++++++++++++++ security/skey/PLIST | 15 +++++++++++++++ security/skey/distinfo | 4 ++++ 4 files changed, 48 insertions(+) create mode 100644 security/skey/DESCR create mode 100644 security/skey/Makefile create mode 100644 security/skey/PLIST create mode 100644 security/skey/distinfo (limited to 'security/skey') diff --git a/security/skey/DESCR b/security/skey/DESCR new file mode 100644 index 00000000000..82376b13a75 --- /dev/null +++ b/security/skey/DESCR @@ -0,0 +1,6 @@ +This is the port of S/key implementation from OpenBSD source tree +to Solaris, Linux, *BSD, AIX and probably other *NIX systems. + +This port consists of the introduction of autoconf support and +replacement of OpenBSD library functions that are (regrettably) +absent from other unices. diff --git a/security/skey/Makefile b/security/skey/Makefile new file mode 100644 index 00000000000..cfa24b03b4d --- /dev/null +++ b/security/skey/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/26 09:10:06 grant Exp $ +# + +DISTNAME= skey-1.1.5 +CATEGORIES= security +MASTER_SITES= http://www.sparc.spb.su/solaris/skey/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= ${MASTER_SITES} +COMMENT= Port of OpenBSD s/key implementation + +BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 + +ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system + +USE_GMAKE= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + +.include "../../mk/bsd.pkg.mk" + diff --git a/security/skey/PLIST b/security/skey/PLIST new file mode 100644 index 00000000000..c4e8cf4a0c2 --- /dev/null +++ b/security/skey/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/26 09:10:06 grant Exp $ +bin/skey +bin/skeyaudit +bin/skeyinfo +bin/skeyinit +bin/skeyprune +include/rmd160.h +include/sha1.h +include/skey.h +lib/libskey.a +man/man1/skey.1 +man/man1/skeyaudit.1 +man/man1/skeyinfo.1 +man/man1/skeyinit.1 +man/man8/skeyprune.1 diff --git a/security/skey/distinfo b/security/skey/distinfo new file mode 100644 index 00000000000..e28bd877a03 --- /dev/null +++ b/security/skey/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/26 09:10:06 grant Exp $ + +SHA1 (skey-1.1.5.tar.bz2) = d55fb286098900cdf3eb6b174a720a06c722312a +Size (skey-1.1.5.tar.bz2) = 61911 bytes -- cgit v1.2.3