diff options
Diffstat (limited to 'security/openvpn-devel')
-rw-r--r-- | security/openvpn-devel/Makefile | 42 | ||||
-rw-r--r-- | security/openvpn-devel/distinfo | 1 | ||||
-rw-r--r-- | security/openvpn-devel/files/openvpn.sh.sample | 19 | ||||
-rw-r--r-- | security/openvpn-devel/pkg-comment | 1 | ||||
-rw-r--r-- | security/openvpn-devel/pkg-descr | 10 | ||||
-rw-r--r-- | security/openvpn-devel/pkg-message | 9 | ||||
-rw-r--r-- | security/openvpn-devel/pkg-plist | 40 |
7 files changed, 0 insertions, 122 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile deleted file mode 100644 index 67931d41a49a..000000000000 --- a/security/openvpn-devel/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: openvpn -# Date created: 2002-06-23 -# Whom: Matthias Andree <matthias.andree@web.de> -# -# $FreeBSD$ -# - -PORTNAME= openvpn -PORTVERSION= 1.3.2 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= matthias.andree@web.de - -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo - -GNU_CONFIGURE= yes -USE_OPENSSL= yes -CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \ - --with-lzo-headers=${LOCALBASE}/include \ - --program-transform-name="s/x/x/" - -MAN8= openvpn.8 - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/openvpn.sh.sample \ - ${PREFIX}/etc/rc.d/openvpn.sh.sample -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docs in AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL NEWS \ - PORTS README - @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} -.endfor -.for dirs in easy-rsa sample-config-files sample-scripts - @${MKDIR} ${DOCSDIR}/${dirs} - @${INSTALL_DATA} ${WRKSRC}/${dirs}/* ${DOCSDIR}/${dirs} -.endfor - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo deleted file mode 100644 index 48ba3eeb93b8..000000000000 --- a/security/openvpn-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openvpn-1.3.2.tar.gz) = 57f5f92730566401797943561f7cae6e diff --git a/security/openvpn-devel/files/openvpn.sh.sample b/security/openvpn-devel/files/openvpn.sh.sample deleted file mode 100644 index a906ecf44425..000000000000 --- a/security/openvpn-devel/files/openvpn.sh.sample +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh -# (C) 2002 by Matthias Andree - -# This file may be redistributed according to the terms of the GNU General -# Public License, version 2 (two). - -# To use this script, rename it to openvpn.sh and make sure it is -# executable for the owner. - -# This file rouses a security warning at port install time. However, this -# file itself does not start network services, but it loads a kernel driver. -# The security of this file therefore depends on the security of kldload and -# the if_tap driver. - -case x$1 in - xstart) echo -n ' if_tap' ; exec kldload if_tap ;; - xstop) echo -n ' if_tap' ; exec kldunload if_tap ;; - *) echo >&2 "Usage: $0 {start|stop}" -esac diff --git a/security/openvpn-devel/pkg-comment b/security/openvpn-devel/pkg-comment deleted file mode 100644 index c8311a5d7daa..000000000000 --- a/security/openvpn-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Secure IP/Ethernet tunnel daemon diff --git a/security/openvpn-devel/pkg-descr b/security/openvpn-devel/pkg-descr deleted file mode 100644 index d5f0eb29a86f..000000000000 --- a/security/openvpn-devel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -OpenVPN is a robust and highly configurable VPN (Virtual Private -Network) daemon which can be used to securely link two or more private -networks using an encrypted tunnel over the internet. It uses UDP as its -transport, avoiding TCP-over-TCP retransmission congestion. SSL can be -used to authenticate the sites, or they can use a pre-shared secret. - -WWW: http://openvpn.sourceforge.net/ - -- Matthias Andree -matthias.andree@web.de diff --git a/security/openvpn-devel/pkg-message b/security/openvpn-devel/pkg-message deleted file mode 100644 index 122c4096ec2a..000000000000 --- a/security/openvpn-devel/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### ---------------------------------------------------------------------- ### -### To use the tap driver, you may need to do: kldload if_tap ### -### See ${PREFIX}/etc/rc.d/openvpn.sh.sample for how to do this ### -### automatically at system boot-up time. ### -### ---------------------------------------------------------------------- ### -### To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ### -### that run older versions (back to 1.1.0), you will have to set the MTU ### -### explicitly by command line options since OpenVPN 1.3.0. ### -### ---------------------------------------------------------------------- ### diff --git a/security/openvpn-devel/pkg-plist b/security/openvpn-devel/pkg-plist deleted file mode 100644 index f3b09096c538..000000000000 --- a/security/openvpn-devel/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -sbin/openvpn -etc/rc.d/openvpn.sh.sample -%%PORTDOCS%%share/doc/openvpn/AUTHORS -%%PORTDOCS%%share/doc/openvpn/COPYING -%%PORTDOCS%%share/doc/openvpn/COPYRIGHT.GPL -%%PORTDOCS%%share/doc/openvpn/ChangeLog -%%PORTDOCS%%share/doc/openvpn/INSTALL -%%PORTDOCS%%share/doc/openvpn/NEWS -%%PORTDOCS%%share/doc/openvpn/PORTS -%%PORTDOCS%%share/doc/openvpn/README -%%PORTDOCS%%share/doc/openvpn/easy-rsa/README -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-ca -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-dh -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-inter -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-key -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-key-pass -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-req -%%PORTDOCS%%share/doc/openvpn/easy-rsa/build-req-pass -%%PORTDOCS%%share/doc/openvpn/easy-rsa/clean-all -%%PORTDOCS%%share/doc/openvpn/easy-rsa/openssl.cnf -%%PORTDOCS%%share/doc/openvpn/easy-rsa/sign-req -%%PORTDOCS%%share/doc/openvpn/easy-rsa/vars -%%PORTDOCS%%share/doc/openvpn/sample-config-files/README -%%PORTDOCS%%share/doc/openvpn/sample-config-files/firewall.sh -%%PORTDOCS%%share/doc/openvpn/sample-config-files/home.up -%%PORTDOCS%%share/doc/openvpn/sample-config-files/office.up -%%PORTDOCS%%share/doc/openvpn/sample-config-files/openvpn-shutdown.sh -%%PORTDOCS%%share/doc/openvpn/sample-config-files/openvpn-startup.sh -%%PORTDOCS%%share/doc/openvpn/sample-config-files/static-home.conf -%%PORTDOCS%%share/doc/openvpn/sample-config-files/static-office.conf -%%PORTDOCS%%share/doc/openvpn/sample-config-files/tls-home.conf -%%PORTDOCS%%share/doc/openvpn/sample-config-files/tls-office.conf -%%PORTDOCS%%share/doc/openvpn/sample-config-files/xinetd-client-config -%%PORTDOCS%%share/doc/openvpn/sample-config-files/xinetd-server-config -%%PORTDOCS%%share/doc/openvpn/sample-scripts/openvpn.init -%%PORTDOCS%%share/doc/openvpn/sample-scripts/verify-cn -%%PORTDOCS%%@dirrm share/doc/openvpn/sample-scripts -%%PORTDOCS%%@dirrm share/doc/openvpn/sample-config-files -%%PORTDOCS%%@dirrm share/doc/openvpn/easy-rsa -%%PORTDOCS%%@dirrm share/doc/openvpn/ |