From 16db829d8314c8c75e12c8993092ab5ab1b798b0 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Sun, 27 May 2012 15:27:15 +0000 Subject: [PATCH] New port: sysutils/vpnc-scripts A collection of scripts that do route modification and other changes to a system after establishing a VPN connection to a remote network. These are typically used with openconnect or Cisco's VPN client. WWW: http://git.infradead.org/users/dwmw2/vpnc-scripts.git --- sysutils/Makefile | 1 + sysutils/vpnc-scripts/Makefile | 29 +++++++++++++++++++++++++++++ sysutils/vpnc-scripts/distinfo | 2 ++ sysutils/vpnc-scripts/pkg-descr | 6 ++++++ 4 files changed, 38 insertions(+) create mode 100644 sysutils/vpnc-scripts/Makefile create mode 100644 sysutils/vpnc-scripts/distinfo create mode 100644 sysutils/vpnc-scripts/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index 51cde1241de5..ddb56e38ba2f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -960,6 +960,7 @@ SUBDIR += vobcopy SUBDIR += volman SUBDIR += vordog + SUBDIR += vpnc-scripts SUBDIR += vstrip SUBDIR += vttest SUBDIR += wait_on diff --git a/sysutils/vpnc-scripts/Makefile b/sysutils/vpnc-scripts/Makefile new file mode 100644 index 000000000000..70b20376c4db --- /dev/null +++ b/sysutils/vpnc-scripts/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: vpnc-scripts +# Date created: 20 Apr 2012 +# Whom: Ryan Steinmetz +# +# $FreeBSD$ +# + +PORTNAME= vpnc-scripts +PORTVERSION= 20120526 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \ + http://mirrors.rit.edu/zi/ + +MAINTAINER= zi@FreeBSD.org +COMMENT= A collection of scripts to setup routes and other changes for a VPN + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_BUILD= yes + +PLIST_FILES= sbin/vpnc-script sbin/vpnc-script-sshd sbin/vpnc-script-ptrtd + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script-sshd ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script-ptrtd ${PREFIX}/sbin + +.include diff --git a/sysutils/vpnc-scripts/distinfo b/sysutils/vpnc-scripts/distinfo new file mode 100644 index 000000000000..3db5d4974fb0 --- /dev/null +++ b/sysutils/vpnc-scripts/distinfo @@ -0,0 +1,2 @@ +SHA256 (vpnc-scripts-20120526.tar.gz) = 5058b70f2b40528ec4543273e099f97337cb1b0cbf8ba92d39e4050bb20f8998 +SIZE (vpnc-scripts-20120526.tar.gz) = 18091 diff --git a/sysutils/vpnc-scripts/pkg-descr b/sysutils/vpnc-scripts/pkg-descr new file mode 100644 index 000000000000..4e5c7e5a94e2 --- /dev/null +++ b/sysutils/vpnc-scripts/pkg-descr @@ -0,0 +1,6 @@ +A collection of scripts that do route modification and other changes to +a system after establishing a VPN connection to a remote network. + +These are typically used with openconnect or Cisco's VPN client. + +WWW: http://git.infradead.org/users/dwmw2/vpnc-scripts.git