pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Addition of the proxychains-ng experimental package



Module Name:	pkgsrc-wip
Committed By:	Matthew Mondor <mmondor%pulsar-zone.net@localhost>
Pushed By:	mmondor
Date:		Tue Aug 9 16:37:31 2016 +0000
Changeset:	f37454e3eaaec12804ccf60fc4a048cbb2ec21f3

Added Files:
	proxychains-ng/DESCR
	proxychains-ng/Makefile
	proxychains-ng/PLIST
	proxychains-ng/distinfo

Log Message:
Addition of the proxychains-ng experimental package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f37454e3eaaec12804ccf60fc4a048cbb2ec21f3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 proxychains-ng/DESCR    |  8 ++++++++
 proxychains-ng/Makefile | 32 ++++++++++++++++++++++++++++++++
 proxychains-ng/PLIST    |  4 ++++
 proxychains-ng/distinfo |  6 ++++++
 4 files changed, 50 insertions(+)

diffs:
diff --git a/proxychains-ng/DESCR b/proxychains-ng/DESCR
new file mode 100644
index 0000000..6cdde46
--- /dev/null
+++ b/proxychains-ng/DESCR
@@ -0,0 +1,8 @@
+Quick Facts:
+ * It's a proxifier.
+ * Dedicated OS: Linux/BSD/Solaris.
+ * Intercepts and hooks TCP calls made by any given Internet client.
+ * Allows remote TCP tunneling through proxies.
+ * Supports HTTP-CONNECT, SOCKS4 and SOCKS5 proxy servers.
+ * Different proxy types can be mixed in the same chain.
+ * Proxy chain: user-defined list of proxies chained together.
diff --git a/proxychains-ng/Makefile b/proxychains-ng/Makefile
new file mode 100644
index 0000000..2045637
--- /dev/null
+++ b/proxychains-ng/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+CATEGORIES=	net
+PKGBASE=	proxychains-ng
+PKGVERSION=	4.11
+#PKGREVISION=	0
+
+DISTNAME=	${PKGBASE}-${PKGVERSION}
+MASTER_SITES=	https://github.com/rofl0r/proxychains-ng/releases/download/v${PKGVERSION}/
+PKGNAME=	${PKGBASE}-${PKGVERSION}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%netbsd.org@localhost
+HOMEPAGE=	https://github.com/rofl0r/proxychains-ng
+COMMENT=	Chain multiple SOCKS4/SOCKS5 proxies in a transparent way
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	c
+
+USE_TOOLS+=	gmake
+USE_LIBTOOL=	no
+GNU_CONFIGURE=	yes
+
+do-build:
+	cd ${WRKSRC} && gmake
+
+post-install:
+	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/proxychains/
+	${INSTALL_DATA} ${WRKSRC}/src/proxychains.conf \
+		${DESTDIR}${PREFIX}/share/examples/proxychains/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/proxychains-ng/PLIST b/proxychains-ng/PLIST
new file mode 100644
index 0000000..36d9382
--- /dev/null
+++ b/proxychains-ng/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+lib/libproxychains4.so
+bin/proxychains4
+share/examples/proxychains/proxychains.conf
diff --git a/proxychains-ng/distinfo b/proxychains-ng/distinfo
new file mode 100644
index 0000000..a6143a8
--- /dev/null
+++ b/proxychains-ng/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (proxychains-ng-4.11.tar.bz2) = 00bc3dc18f2b638c79112c99f082a7a2878beaad
+RMD160 (proxychains-ng-4.11.tar.bz2) = 5a4605ee1e856f0f80344ed5b70b15cd4d6775fc
+SHA512 (proxychains-ng-4.11.tar.bz2) = 241365e8a8bbcead22c7844a2970f59bfc1ee9ef9a42a3f800823e70008bd976835d705a8b9894980c46307dce3a886514051023bafef113845531cb5d928e1c
+Size (proxychains-ng-4.11.tar.bz2) = 31856 bytes


Home | Main Index | Thread Index | Old Index