summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-10-31 10:38:11 +0000
committermat <mat@FreeBSD.org>2003-10-31 10:38:11 +0000
commit627a841cc6f9a40c5e34a6861abc989def953099 (patch)
treea7b590b80946d5d814477bd23ae30774f7095367 /net
parent6d88b7b91463cc38ce90b301fec7d54c4451f68d (diff)
downloadFreeBSD-ports-627a841cc6f9a40c5e34a6861abc989def953099.zip
FreeBSD-ports-627a841cc6f9a40c5e34a6861abc989def953099.tar.gz
Add ssltunnel-client 1.13,
PPP over SSL virtual private networking (client part). Submitted by: at@rominet.net
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ssltunnel-client/Makefile57
-rw-r--r--net/ssltunnel-client/distinfo1
-rw-r--r--net/ssltunnel-client/pkg-descr12
-rw-r--r--net/ssltunnel-client/pkg-plist7
5 files changed, 78 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 7110362..9d22dac 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -643,6 +643,7 @@
SUBDIR += spread
SUBDIR += spread-j
SUBDIR += ssldump
+ SUBDIR += ssltunnel-client
SUBDIR += ssltunnel-server
SUBDIR += sting
SUBDIR += stone
diff --git a/net/ssltunnel-client/Makefile b/net/ssltunnel-client/Makefile
new file mode 100644
index 0000000..b14634d
--- /dev/null
+++ b/net/ssltunnel-client/Makefile
@@ -0,0 +1,57 @@
+# ex:ts=8
+# Ports collection makefile for: ssltunnel-client
+# 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= -client
+
+MAINTAINER= at@rominet.net
+COMMENT= PPP over SSL virtual private networking (client part)
+
+LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
+
+MAN1= pppclient.1
+MAN5= ssltunnelrc.5
+
+WANT_GNOME= yes
+
+.if defined(PACKAGE_BUILDING)
+WITHOUT_GNOME= yes
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME=gtk12
+USE_PERL5=yes
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
+MAN1+= gpppclient.1
+BUILD_PERLGTK=yes
+.endif
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-server --with-iconv=${LOCALBASE}
+
+post-install:
+.if defined(BUILD_PERLGTK)
+ ${ECHO_CMD} "bin/gpppclient" >> ${TMPPLIST};
+.endif
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/LISEZ-MOI ${DOCSDIR}
+.endif
+ @${MKDIR} ${PREFIX}/etc/ssltunnel/
+ ${INSTALL_DATA} ${WRKSRC}/client/tunnel.conf ${PREFIX}/etc/ssltunnel/client.conf.sample
+
+.include <bsd.port.post.mk>
diff --git a/net/ssltunnel-client/distinfo b/net/ssltunnel-client/distinfo
new file mode 100644
index 0000000..e1361a7
--- /dev/null
+++ b/net/ssltunnel-client/distinfo
@@ -0,0 +1 @@
+MD5 (ssltunnel-1.13.tar.gz) = 18f993daed771e04039586488141e21d
diff --git a/net/ssltunnel-client/pkg-descr b/net/ssltunnel-client/pkg-descr
new file mode 100644
index 0000000..8866660
--- /dev/null
+++ b/net/ssltunnel-client/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 client 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-client/pkg-plist b/net/ssltunnel-client/pkg-plist
new file mode 100644
index 0000000..b6b3171
--- /dev/null
+++ b/net/ssltunnel-client/pkg-plist
@@ -0,0 +1,7 @@
+bin/pppclient
+@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/client.conf.sample
+%%PORTDOCS%%%%DOCSDIR%%/LISEZ-MOI
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@unexec rmdir %D/etc/ssltunnel 2>/dev/null || true
OpenPOWER on IntegriCloud