diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-01-05 14:00:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-01-05 14:00:38 +0000 |
commit | 02c5ac36ee1b73e7b2e83f98e34b0e64e565a6da (patch) | |
tree | 0dbe5abf1f5735383717106804bd9cac331c3da8 /net/ssltunnel-server | |
parent | d391416181f7b87d6c58241343f82e00e3a302f8 (diff) |
Notes
Diffstat (limited to 'net/ssltunnel-server')
-rw-r--r-- | net/ssltunnel-server/Makefile | 50 | ||||
-rw-r--r-- | net/ssltunnel-server/distinfo | 2 | ||||
-rw-r--r-- | net/ssltunnel-server/files/pkg-message.in | 11 | ||||
-rw-r--r-- | net/ssltunnel-server/files/ssltunnel.in | 26 | ||||
-rw-r--r-- | net/ssltunnel-server/pkg-descr | 9 | ||||
-rw-r--r-- | net/ssltunnel-server/pkg-plist | 7 |
6 files changed, 0 insertions, 105 deletions
diff --git a/net/ssltunnel-server/Makefile b/net/ssltunnel-server/Makefile deleted file mode 100644 index 07a2f3592f83..000000000000 --- a/net/ssltunnel-server/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: at@rominet.net -# $FreeBSD$ - -PORTNAME= ssltunnel -PORTVERSION= 1.18 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/ -PKGNAMESUFFIX= -server - -MAINTAINER= crees@FreeBSD.org -COMMENT= PPP over SSL virtual private networking (server part) - -BROKEN= Does not build -DEPRECATED= Does not build, upstream disappeared -EXPIRATION_DATE= 2019-01-04 - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -OPTIONS_DEFINE= TCPWRAPPERS DOCS -TCPWRAPPERS_DESC= libwrap support - -TCPWRAPPERS_CONFIGURE_ON= --with-libwrap - -USES= ssl -USE_RC_SUBR= ${PORTNAME} -SUB_FILES+= pkg-message -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-client -CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - -post-patch: - @${REINPLACE_CMD} -e 's^#include <utmp.h>^/*utmp.h not for FreeBSD*/^' \ - ${WRKSRC}/server/main.c \ - ${WRKSRC}/server/pppwho.c \ - ${WRKSRC}/server/sessions.c - @${REINPLACE_CMD} -e 's^sbin/pppd^sbin/ppp^g' ${WRKSRC}/server/users - @${AWK} '{print}/ppp/ { print "args -direct" }' \ - ${WRKSRC}/server/users > ${WRKSRC}/server/users.new - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MV} ${STAGEDIR}${ETCDIR}/tunnel.conf.default ${STAGEDIR}${ETCDIR}/tunnel.conf.sample - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/server.README - ${INSTALL_DATA} ${WRKSRC}/LISEZ-MOI ${STAGEDIR}${DOCSDIR}/server.LISEZ-MOI - ${INSTALL_DATA} ${WRKSRC}/server/users.new ${STAGEDIR}${ETCDIR}/users.sample - -.include <bsd.port.mk> diff --git a/net/ssltunnel-server/distinfo b/net/ssltunnel-server/distinfo deleted file mode 100644 index 225f6e000193..000000000000 --- a/net/ssltunnel-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ssltunnel-1.18.tar.gz) = 1d2e4bbc935341775e7cc26dae980d6bdd5e8351f5a0cbf4d85363ac5d71081f -SIZE (ssltunnel-1.18.tar.gz) = 132302 diff --git a/net/ssltunnel-server/files/pkg-message.in b/net/ssltunnel-server/files/pkg-message.in deleted file mode 100644 index 6b0c2880bd5c..000000000000 --- a/net/ssltunnel-server/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -All ppp parameters that were to go into %%ETCDIR%%/users should -go to /etc/ppp/ppp.conf for example: - -default: -# set log Phase Chat LCP IPCP CCP tun command -set log Phase tun -ident user-ppp VERSION -set timeout 0 -enable echo -disable ipv6cp -set ifaddr 192.168.230.13:192.168.230.20 diff --git a/net/ssltunnel-server/files/ssltunnel.in b/net/ssltunnel-server/files/ssltunnel.in deleted file mode 100644 index 4438846e54fd..000000000000 --- a/net/ssltunnel-server/files/ssltunnel.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: ssltunnel -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# To enable ssltunnel, add the following line to rc.conf: -# ssltunnel_enable=yes - -. /etc/rc.subr - -name=ssltunnel -rcvar=ssltunnel_enable - -load_rc_config ssltunnel - -: ${ssltunnel_enable:=yes} - -command="%%PREFIX%%/libexec/pppserver" -command_args="%%ETCDIR%%/tunnel.conf" -required_files="%%ETCDIR%%/tunnel.conf" -pidfile=/var/run/pppserver.pid - -run_rc_command $1 diff --git a/net/ssltunnel-server/pkg-descr b/net/ssltunnel-server/pkg-descr deleted file mode 100644 index 4b62591edeb4..000000000000 --- a/net/ssltunnel-server/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/ diff --git a/net/ssltunnel-server/pkg-plist b/net/ssltunnel-server/pkg-plist deleted file mode 100644 index c28f6c676490..000000000000 --- a/net/ssltunnel-server/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -@unexec if cmp -s %D/%%ETCDIR%%/users %D/%%ETCDIR%%/users.sample; then rm -f %D/%%ETCDIR%%/users; fi -@sample %%ETCDIR%%/tunnel.conf.sample -%%ETCDIR%%/users.sample -libexec/pppserver -sbin/pppwho -%%PORTDOCS%%%%DOCSDIR%%/server.LISEZ-MOI -%%PORTDOCS%%%%DOCSDIR%%/server.README |