Import vpnc-script-20140805 as net/vpnc-script, packaged for wip
by pdtafti, hfath, asau, jakllsch, and keckhardt. This package provides David Woodhouse's modified vpnc config script with IPv6 support and bug fixes. It can be used in conjunction with net/vpnc and/or net/openconnect.
This commit is contained in:
parent
ad185a62b3
commit
bb6305c93f
5 changed files with 47 additions and 0 deletions
3
net/vpnc-script/DESCR
Normal file
3
net/vpnc-script/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package provides David Woodhouse's modified vpnc config script
|
||||
with IPv6 support and bug fixes. It can be used in conjunction
|
||||
with net/vpnc and/or net/openconnect.
|
10
net/vpnc-script/MESSAGE
Normal file
10
net/vpnc-script/MESSAGE
Normal file
|
@ -0,0 +1,10 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1 2015/03/02 15:24:12 wiz Exp $
|
||||
|
||||
A sample config script has been installed at
|
||||
|
||||
"${PKG_SYSCONFDIR}/vpnc-script".
|
||||
|
||||
See OpenConnect documentation for usage examples.
|
||||
|
||||
===========================================================================
|
27
net/vpnc-script/Makefile
Normal file
27
net/vpnc-script/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/03/02 15:24:12 wiz Exp $
|
||||
|
||||
DISTNAME= vpnc-script-20140805
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
DISTFILES= vpnc-script
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.infradead.org/openconnect/vpnc-script.html
|
||||
# see also http://git.infradead.org/users/dwmw2/vpnc-scripts.git
|
||||
COMMENT= Improved config script for OpenConnect and vpnc
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
NO_BUILD= YES
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/vpnc-script
|
||||
INSTALLATION_DIRS= ${EGDIR}
|
||||
CONF_FILES_PERMS= ${EGDIR}/vpnc-script \
|
||||
${PKG_SYSCONFDIR}/vpnc-script \
|
||||
${ROOT_USER} ${ROOT_GROUP} 555
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/vpnc-script ${DESTDIR}${EGDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
net/vpnc-script/PLIST
Normal file
2
net/vpnc-script/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/03/02 15:24:12 wiz Exp $
|
||||
share/examples/vpnc-script/vpnc-script
|
5
net/vpnc-script/distinfo
Normal file
5
net/vpnc-script/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/03/02 15:24:12 wiz Exp $
|
||||
|
||||
SHA1 (vpnc-script-20140805/vpnc-script) = c4cb07222ed5b6c4a52f5c094dec9933ade87344
|
||||
RMD160 (vpnc-script-20140805/vpnc-script) = 90e01d1597592657b88d763ebf9d678b1c6feed5
|
||||
Size (vpnc-script-20140805/vpnc-script) = 23761 bytes
|
Loading…
Reference in a new issue