diff options
author | agc <agc@pkgsrc.org> | 2000-09-28 12:27:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-09-28 12:27:16 +0000 |
commit | 52f0b762032e7b927a76af5d3a3833c767b231ce (patch) | |
tree | 1d8aa09173d45fcb1bc730bee52443575c869af4 /security | |
parent | 4830639d571b1a130c4dbd3b561950d015684238 (diff) | |
download | pkgsrc-52f0b762032e7b927a76af5d3a3833c767b231ce.tar.gz |
Remove this package for now, until the 1.5 tag is made.
It will be re-imported after that.
Diffstat (limited to 'security')
-rw-r--r-- | security/sslwrap/Makefile | 28 | ||||
-rw-r--r-- | security/sslwrap/files/Makefile | 30 | ||||
-rw-r--r-- | security/sslwrap/files/md5 | 3 | ||||
-rw-r--r-- | security/sslwrap/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/sslwrap/pkg/DESCR | 3 | ||||
-rw-r--r-- | security/sslwrap/pkg/PLIST | 2 |
6 files changed, 0 insertions, 67 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile deleted file mode 100644 index a0febc00775..00000000000 --- a/security/sslwrap/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2000/09/20 00:39:11 explorer Exp $ - -DISTNAME= sslwrap205 -PKGNAME= sslwrap-2.0.5 -CATEGORIES= security net -MASTER_SITES= http://www.rickk.com/sslwrap/ - -MAINTAINER= explorer@netbsd.org -HOMEPAGE= http://www.rickk.com/sslwrap/ - -RESTRICTED= "Crypto; export-controlled" -MIRROR_DISTFILE= no - -.include "../../mk/bsd.prefs.mk" - -#WRKSRC= ${WRKDIR}/sslwrap205 - -MAKE_ENV= SSL_LIBDIR=-L${SSLBASE}/lib SSL_INCDIR=-L${SSLBASE}/include - -USE_SSL= defined - -pre-configure: - @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/libexec/sslwrap - -.include "../../mk/bsd.pkg.mk" diff --git a/security/sslwrap/files/Makefile b/security/sslwrap/files/Makefile deleted file mode 100644 index 86881668dca..00000000000 --- a/security/sslwrap/files/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD# - - -SRC = s_server.c s_socket.c s_cb.c - -# For Solaris2.6 -#EXTLIBS = -lxnet - -# Debug/Optimizations -#OPT = -g -OPT = -O2 - -# Define -OPENSSL="\"openssl/\"" -#OPENSSL="" - -all : - gcc -o sslwrap ${SRC} ${OPT} -DFLAT_INC -DOPENSSL=${OPENSSL} \ - ${SSL_LIBDIR} -lssl -lcrypto \ - ${SSL_INCDIR} \ - ${EXTLIBS} - -clean: - rm -f sslwrap *.o *~ - - - - - - diff --git a/security/sslwrap/files/md5 b/security/sslwrap/files/md5 deleted file mode 100644 index 8ea9f375f11..00000000000 --- a/security/sslwrap/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1 2000/09/20 00:39:12 explorer Exp $ - -MD5 (sslwrap205.tar.gz) = 1aaccd6cd4c0822f798ff67061d0c90d diff --git a/security/sslwrap/pkg/COMMENT b/security/sslwrap/pkg/COMMENT deleted file mode 100644 index 67a366ad3b1..00000000000 --- a/security/sslwrap/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -SSL wrapper for things spawned from inetd diff --git a/security/sslwrap/pkg/DESCR b/security/sslwrap/pkg/DESCR deleted file mode 100644 index 5676165abe5..00000000000 --- a/security/sslwrap/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -SSL wrapper for things spawned from inetd. - -See http://www.rickk.com/sslwrap/ for more information. diff --git a/security/sslwrap/pkg/PLIST b/security/sslwrap/pkg/PLIST deleted file mode 100644 index e5b59133a75..00000000000 --- a/security/sslwrap/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2000/09/20 00:39:12 explorer Exp $ -libexec/sslwrap |