summaryrefslogtreecommitdiff
path: root/security/sslwrap
diff options
context:
space:
mode:
authorexplorer <explorer>2000-09-20 00:39:11 +0000
committerexplorer <explorer>2000-09-20 00:39:11 +0000
commit43b3426249736da1919101444264d0fae114b54a (patch)
treeb98535c4e8f95f4e900e015032669e47fc924662 /security/sslwrap
parent3954dad1582a2c88fe2ff5023102b2c9cc0460e2 (diff)
downloadpkgsrc-43b3426249736da1919101444264d0fae114b54a.tar.gz
sslwrap, a wrapper to put around various services like pop, imap, etc.
Diffstat (limited to 'security/sslwrap')
-rw-r--r--security/sslwrap/Makefile28
-rw-r--r--security/sslwrap/files/Makefile30
-rw-r--r--security/sslwrap/files/md53
-rw-r--r--security/sslwrap/pkg/COMMENT1
-rw-r--r--security/sslwrap/pkg/DESCR3
-rw-r--r--security/sslwrap/pkg/PLIST2
6 files changed, 67 insertions, 0 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
new file mode 100644
index 00000000000..a0febc00775
--- /dev/null
+++ b/security/sslwrap/Makefile
@@ -0,0 +1,28 @@
+# $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
new file mode 100644
index 00000000000..86881668dca
--- /dev/null
+++ b/security/sslwrap/files/Makefile
@@ -0,0 +1,30 @@
+# $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
new file mode 100644
index 00000000000..8ea9f375f11
--- /dev/null
+++ b/security/sslwrap/files/md5
@@ -0,0 +1,3 @@
+$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
new file mode 100644
index 00000000000..67a366ad3b1
--- /dev/null
+++ b/security/sslwrap/pkg/COMMENT
@@ -0,0 +1 @@
+SSL wrapper for things spawned from inetd
diff --git a/security/sslwrap/pkg/DESCR b/security/sslwrap/pkg/DESCR
new file mode 100644
index 00000000000..5676165abe5
--- /dev/null
+++ b/security/sslwrap/pkg/DESCR
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 00000000000..e5b59133a75
--- /dev/null
+++ b/security/sslwrap/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2000/09/20 00:39:12 explorer Exp $
+libexec/sslwrap