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
This commit is contained in:
Ryan Steinmetz 2012-05-27 15:27:15 +00:00
parent a6237e6e98
commit 16db829d83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297545
4 changed files with 38 additions and 0 deletions

View file

@ -960,6 +960,7 @@
SUBDIR += vobcopy
SUBDIR += volman
SUBDIR += vordog
SUBDIR += vpnc-scripts
SUBDIR += vstrip
SUBDIR += vttest
SUBDIR += wait_on

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: vpnc-scripts
# Date created: 20 Apr 2012
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
#
# $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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (vpnc-scripts-20120526.tar.gz) = 5058b70f2b40528ec4543273e099f97337cb1b0cbf8ba92d39e4050bb20f8998
SIZE (vpnc-scripts-20120526.tar.gz) = 18091

View file

@ -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