1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

security/openconnect-freebsd-daemon: New port

A service daemon for the FreeBSD rc(8) framework. It lets the user
configure OpenConnect VPN in rc.conf(5) and use the standard FreeBSD
tools to control the daemon.
This commit is contained in:
Mateusz Piotrowski 2021-05-21 18:20:13 +02:00
parent a475b21dc6
commit 4bffe4e82e
4 changed files with 41 additions and 0 deletions

View File

@ -397,6 +397,7 @@
SUBDIR += openbsm
SUBDIR += openca-tools-forked
SUBDIR += openconnect
SUBDIR += openconnect-freebsd-daemon
SUBDIR += openconnect-gui
SUBDIR += opencryptoki
SUBDIR += openct

View File

@ -0,0 +1,28 @@
PORTNAME= openconnect-freebsd-daemon
DISTVERSION= 1.1.0
CATEGORIES= security net-vpn
MAINTAINER= 0mp@FreeBSD.org
COMMENT= OpenConnect service daemon for FreeBSD rc(8)
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= openconnect:security/openconnect
USE_GITHUB= yes
GH_ACCOUNT= 0mp
NO_ARCH= yes
PLIST_FILES= etc/rc.d/openconnect \
etc/rc.d/openconnect_services
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1621613677
SHA256 (0mp-openconnect-freebsd-daemon-1.1.0_GH0.tar.gz) = 489760e9be9856975e40b8d066bbffded36218d10f90a4402f824f0be83764af
SIZE (0mp-openconnect-freebsd-daemon-1.1.0_GH0.tar.gz) = 2987

View File

@ -0,0 +1,9 @@
A service daemon for the FreeBSD rc(8) framework. It lets the user configure
OpenConnect VPN in rc.conf(5) and use the standard FreeBSD tools to control the
daemon.
Features:
- Support for starting multiple OpenConnect services.
- Support for running arbitrary commands for OTP-based authentication.
WWW: https://github.com/0mp/openconnect-freebsd-daemon