diff options
author | grant <grant> | 2002-07-26 09:10:06 +0000 |
---|---|---|
committer | grant <grant> | 2002-07-26 09:10:06 +0000 |
commit | b25a2389934fd468143816bb999bd4a7063fe483 (patch) | |
tree | e6569255061b73edbf653c2a3ce83b9e6a975b71 /security | |
parent | ef8ef6ba47763f0111291c363bc92847daecbd4a (diff) | |
download | pkgsrc-b25a2389934fd468143816bb999bd4a7063fe483.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/skey/DESCR | 6 | ||||
-rw-r--r-- | security/skey/Makefile | 23 | ||||
-rw-r--r-- | security/skey/PLIST | 15 | ||||
-rw-r--r-- | security/skey/distinfo | 4 |
4 files changed, 48 insertions, 0 deletions
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 |