import proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to
sockets in dynamically linked programs and redirects it through one or
more socks/http proxies. Continuation of the unmaintained proxychains
project.

feedback and OK jasper@
This commit is contained in:
sebastia 2019-02-13 15:15:15 +00:00
parent ad326d3c7d
commit 41cc9f9d35
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/02/13 15:15:15 sebastia Exp $
COMMENT= redirect programs through one or more proxies
VERSION= 4.13
DISTNAME= proxychains-ng-${VERSION}
CATEGORIES= net security
GH_ACCOUNT= rofl0r
GH_PROJECT= proxychains-ng
GH_TAGNAME= v${VERSION}
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pthread
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
NO_TEST= Yes
post-install:
${INSTALL_DATA} -D ${WRKSRC}/src/proxychains.conf \
${PREFIX}/share/examples/proxychains/proxychains.conf
${INSTALL_DATA} -D ${WRKSRC}/README \
${PREFIX}/share/examples/proxychains/README
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (proxychains-ng-4.13.tar.gz) = /xUpXvwif+yZwrgTGtUy6D6DOgJHDHpIrn5/Ex4bCLw=
SIZE (proxychains-ng-4.13.tar.gz) = 36592

View File

@ -0,0 +1,4 @@
proxychains ng (new generation) - a preloader which hooks calls to
sockets in dynamically linked programs and redirects it through one or
more socks/http proxies. Continuation of the unmaintained proxychains
project.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/02/13 15:15:15 sebastia Exp $
@bin bin/proxychains4
lib/libproxychains4.so
share/examples/proxychains/
share/examples/proxychains/README
share/examples/proxychains/proxychains.conf
@sample ${SYSCONFDIR}/proxychains.conf