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:
parent
ad326d3c7d
commit
41cc9f9d35
30
net/proxychains-ng/Makefile
Normal file
30
net/proxychains-ng/Makefile
Normal 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>
|
2
net/proxychains-ng/distinfo
Normal file
2
net/proxychains-ng/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (proxychains-ng-4.13.tar.gz) = /xUpXvwif+yZwrgTGtUy6D6DOgJHDHpIrn5/Ex4bCLw=
|
||||
SIZE (proxychains-ng-4.13.tar.gz) = 36592
|
4
net/proxychains-ng/pkg/DESCR
Normal file
4
net/proxychains-ng/pkg/DESCR
Normal 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.
|
7
net/proxychains-ng/pkg/PLIST
Normal file
7
net/proxychains-ng/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user