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:
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
|
@ -960,6 +960,7 @@
|
|||
SUBDIR += vobcopy
|
||||
SUBDIR += volman
|
||||
SUBDIR += vordog
|
||||
SUBDIR += vpnc-scripts
|
||||
SUBDIR += vstrip
|
||||
SUBDIR += vttest
|
||||
SUBDIR += wait_on
|
||||
|
|
29
sysutils/vpnc-scripts/Makefile
Normal file
29
sysutils/vpnc-scripts/Makefile
Normal 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>
|
2
sysutils/vpnc-scripts/distinfo
Normal file
2
sysutils/vpnc-scripts/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (vpnc-scripts-20120526.tar.gz) = 5058b70f2b40528ec4543273e099f97337cb1b0cbf8ba92d39e4050bb20f8998
|
||||
SIZE (vpnc-scripts-20120526.tar.gz) = 18091
|
6
sysutils/vpnc-scripts/pkg-descr
Normal file
6
sysutils/vpnc-scripts/pkg-descr
Normal 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
|
Loading…
Reference in a new issue