summaryrefslogtreecommitdiff
path: root/net/ssltunnel-server
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-31 10:36:43 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-31 10:36:43 +0000
commitf8c4b713a9155e96affbe6c285a96dff8d8e13a1 (patch)
treefc32f3f526a386f9ffc08757afa8a2fed997cbbf /net/ssltunnel-server
parentadd mboxstats-1.3 (diff)
Add ssltunnel-server 1.13,
PPP over SSL virtual private networking (server part). Submitted by: at@rominet.net
Notes
Notes: svn path=/head/; revision=92702
Diffstat (limited to 'net/ssltunnel-server')
-rw-r--r--net/ssltunnel-server/Makefile37
-rw-r--r--net/ssltunnel-server/distinfo1
-rw-r--r--net/ssltunnel-server/pkg-descr12
-rw-r--r--net/ssltunnel-server/pkg-plist10
4 files changed, 60 insertions, 0 deletions
diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile
new file mode 100644
index 000000000000..0ca37aaaa38b
--- /dev/null
+++ b/net/ssltunnel-server/Makefile
@@ -0,0 +1,37 @@
+# ex:ts=8
+# Ports collection makefile for: ssltunnel-server
+# Date created: June 10, 2003
+# Whom: at@rominet.net
+#
+# $Id: Makefile,v 1.3 2003/09/21 16:20:44 thivillon Exp $
+#
+# $FreeBSD$
+#
+
+PORTNAME= ssltunnel
+PORTVERSION= 1.13
+PORTREVISION= 0
+CATEGORIES= net
+MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/
+PKGNAMESUFFIX= -server
+
+MAINTAINER= at@rominet.net
+COMMENT= PPP over SSL virtual private networking (server part)
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-client
+
+.if defined(WITH_TCPWRAPPERS)
+CONFIGURE_ARGS+= --with-libwrap
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/LISEZ-MOI ${DOCSDIR}
+.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/server/pppserver.sh ${PREFIX}/etc/rc.d/ssltunnel.sh.sample
+ ${INSTALL_DATA} ${WRKSRC}/server/users ${PREFIX}/etc/ssltunnel/users.sample
+
+.include <bsd.port.mk>
diff --git a/net/ssltunnel-server/distinfo b/net/ssltunnel-server/distinfo
new file mode 100644
index 000000000000..e1361a7a7f5e
--- /dev/null
+++ b/net/ssltunnel-server/distinfo
@@ -0,0 +1 @@
+MD5 (ssltunnel-1.13.tar.gz) = 18f993daed771e04039586488141e21d
diff --git a/net/ssltunnel-server/pkg-descr b/net/ssltunnel-server/pkg-descr
new file mode 100644
index 000000000000..9d26371c0e15
--- /dev/null
+++ b/net/ssltunnel-server/pkg-descr
@@ -0,0 +1,12 @@
+ssltunnel is a client/server software to establish PPP links over
+SSL/TLS sessions. Client and server are mutually authenticated using
+X509 certificates, PPP packets are encrypted/decrypted realtime on
+each side. The client has the ability to initiate the connection
+through an HTTP/HTTPS relay, even if an authentification is needed.
+
+This is the server part.
+
+WWW: http://www.hsc.fr/ressources/outils/ssltunnel/
+
+- HSC (Herver Schauer Consultants) http://www.hsc.fr/
+ Alain Thivillon (at@rominet.net)
diff --git a/net/ssltunnel-server/pkg-plist b/net/ssltunnel-server/pkg-plist
new file mode 100644
index 000000000000..9f9898a42d27
--- /dev/null
+++ b/net/ssltunnel-server/pkg-plist
@@ -0,0 +1,10 @@
+etc/rc.d/ssltunnel.sh.sample
+@unexec if cmp -s %D/etc/ssltunnel/client.conf %D/etc/ssltunnel/client.conf.sample; then rm -f %D/etc/ssltunnel/client.conf; fi
+etc/ssltunnel/tunnel.conf.default
+etc/ssltunnel/users.sample
+libexec/pppserver
+sbin/pppwho
+%%PORTDOCS%%%%DOCSDIR%%/LISEZ-MOI
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm etc/ssltunnel