View | Details | Raw Unified | Return to bug 259831 | Differences between
and this patch

Collapse All | Expand All

(-)i/security/py-vpn-slice/Makefile (+25 lines)
Added Link Here
1
# Created by: Jose G. Juanino <jjuanino@gmail.com>
2
3
PORTNAME=	vpn-slice
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.15
6
CATEGORIES=	security python
7
MASTER_SITES=	GH
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	jjuanino@gmail.com
11
COMMENT=	Customized VPN split-tunnel
12
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}setproctitle>=1.2:devel/py-setproctitle@${PY_FLAVOR}
18
19
USES=		python:3.3+
20
USE_PYTHON=	autoplist distutils
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	dlenski
24
25
.include <bsd.port.mk>
(-)i/security/py-vpn-slice/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1636911907
2
SHA256 (dlenski-vpn-slice-v0.15_GH0.tar.gz) = 9e6f2fc9c1305d78e804529ddc7e787a88d185ba7a3560218ab5cdee4233a757
3
SIZE (dlenski-vpn-slice-v0.15_GH0.tar.gz) = 29316
(-)i/security/py-vpn-slice/pkg-descr (+11 lines)
Added Link Here
1
[excerpt from vpn-slice web site]
2
3
This is a replacement for the vpnc-script used by OpenConnect or VPNC.
4
5
Instead of trying to copy the behavior of standard corporate VPN clients, which
6
normally reroute all your network traffic through the VPN, this one tries to
7
minimize your contact with an intrusive VPN. This is also known as a
8
split-tunnel VPN, since it splits your traffic between the VPN tunnel and your
9
normal network interfaces.
10
11
WWW: https://github.com/dlenski/vpn-slice
(-)i/security/py-vpn-slice/pkg-message (+4 lines)
Added Link Here
1
This software requires that procfs filesystem be mounted;
2
3
# echo "proc /proc procfs rw 0 0" >> /etc/fstab
4
# mount /proc

Return to bug 259831