diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 13:37:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 13:37:58 +0800 |
commit | d8e98749f002ff8f478cdce75e14a270e3505751 (patch) | |
tree | d03d1f87a4109bcf6edcf9365c6b7461d491ef5d /net | |
parent | a799db4e0b07afe2be21c68fa223111c7365493b (diff) | |
download | freebsd-ports-gnome-d8e98749f002ff8f478cdce75e14a270e3505751.tar.gz freebsd-ports-gnome-d8e98749f002ff8f478cdce75e14a270e3505751.tar.zst freebsd-ports-gnome-d8e98749f002ff8f478cdce75e14a270e3505751.zip |
New port, proxychains 1.8.2
This program forces any tcp connection made by any given
tcp client to follow through proxy (or proxy chain). It is
a kind of proxifier. It acts like sockscap / permeo /
eborder driver (intercepts TCP calls).
PR: ports/53318
Submitted by: Patrick MARIE <mycroft@virgaria.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/proxychains/Makefile | 31 | ||||
-rw-r--r-- | net/proxychains/distinfo | 1 | ||||
-rw-r--r-- | net/proxychains/files/patch-::config.h.in | 9 | ||||
-rw-r--r-- | net/proxychains/files/patch-::configure | 22 | ||||
-rw-r--r-- | net/proxychains/files/patch-proxychains::libproxychains.c | 22 | ||||
-rw-r--r-- | net/proxychains/pkg-descr | 7 | ||||
-rw-r--r-- | net/proxychains/pkg-plist | 3 |
8 files changed, 96 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index aa902a8c3530..c8494feff92a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -523,6 +523,7 @@ SUBDIR += pptpclient SUBDIR += ppxp SUBDIR += proxy-suite + SUBDIR += proxychains SUBDIR += prtunnel SUBDIR += psi SUBDIR += pvm diff --git a/net/proxychains/Makefile b/net/proxychains/Makefile new file mode 100644 index 000000000000..4b87853a8d24 --- /dev/null +++ b/net/proxychains/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: proxychains +# Date created: 14 jui 2003 +# Whom: Patrick MARIE <mycroft@virgaria.org> +# $FreeBSD$ + +PORTNAME= proxychains +PORTVERSION= 1.8.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= proxychains + +MAINTAINER= mycroft@virgaria.org +COMMENT= Multi-proxifier + +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +INSTALLS_SHLIB= yes + +post-extract: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/proxychains/Makefile.in + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/proxychains/proxychains ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/proxychains/proxychains.conf \ + ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/proxychains/.libs/libproxychains.so.9 \ + ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/net/proxychains/distinfo b/net/proxychains/distinfo new file mode 100644 index 000000000000..f319f7c18d41 --- /dev/null +++ b/net/proxychains/distinfo @@ -0,0 +1 @@ +MD5 (proxychains-1.8.2.tar.gz) = 276ad24c2680010a96f5e027ea27dcee diff --git a/net/proxychains/files/patch-::config.h.in b/net/proxychains/files/patch-::config.h.in new file mode 100644 index 000000000000..bc26541f4017 --- /dev/null +++ b/net/proxychains/files/patch-::config.h.in @@ -0,0 +1,9 @@ +--- config.h.in.old Sat Jun 14 15:08:43 2003 ++++ config.h.in Sat Jun 14 15:09:24 2003 +@@ -6,3 +6,6 @@ + /* Version number of package */ + #undef VERSION + ++/* PREFIX needed for libproxychains.c */ ++#undef PREFIX ++ diff --git a/net/proxychains/files/patch-::configure b/net/proxychains/files/patch-::configure new file mode 100644 index 000000000000..d97365486d48 --- /dev/null +++ b/net/proxychains/files/patch-::configure @@ -0,0 +1,22 @@ +--- configure.old Sat Jun 14 15:08:33 2003 ++++ configure Sat Jun 14 15:09:49 2003 +@@ -807,6 +807,8 @@ + + VERSION=1.8.2 + ++PREFIX=$prefix ++ + if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then + { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } + fi +@@ -816,6 +818,10 @@ + + cat >> confdefs.h <<EOF + #define VERSION "$VERSION" ++EOF ++ ++cat >> confdefs.h <<EOF ++#define PREFIX "$PREFIX" + EOF + + diff --git a/net/proxychains/files/patch-proxychains::libproxychains.c b/net/proxychains/files/patch-proxychains::libproxychains.c new file mode 100644 index 000000000000..e431672d5615 --- /dev/null +++ b/net/proxychains/files/patch-proxychains::libproxychains.c @@ -0,0 +1,22 @@ +--- proxychains/libproxychains.c.orig Wed Jun 4 11:11:03 2003 ++++ proxychains/libproxychains.c Sat Jun 14 15:17:55 2003 +@@ -14,6 +14,10 @@ + * (at your option) any later version. * + * * + ***************************************************************************/ ++#ifdef HAVE_CONFIG_H ++#include <config.h> ++#endif ++ + #include <stdio.h> + #include <unistd.h> + #include <stdlib.h> +@@ -72,7 +76,7 @@ + + if(!(file=fopen("./proxychains.conf","r"))) + if(!(file=fopen(buff,"r"))) +- if(!(file=fopen("/etc/proxychains.conf","r"))) ++ if(!(file=fopen(PREFIX "/etc/proxychains.conf","r"))) + { + perror("1"); + exit(1); diff --git a/net/proxychains/pkg-descr b/net/proxychains/pkg-descr new file mode 100644 index 000000000000..42e2504413aa --- /dev/null +++ b/net/proxychains/pkg-descr @@ -0,0 +1,7 @@ +ProxyChains + +This program forces any tcp connection made by any given tcp client +to follow through proxy (or proxy chain). It is a kind of proxifier. +It acts like sockscap / permeo / eborder driver (intercepts TCP calls). + +WWW: http://proxylabs.netwu.com/proxychains/index.html diff --git a/net/proxychains/pkg-plist b/net/proxychains/pkg-plist new file mode 100644 index 000000000000..c4952d8b61da --- /dev/null +++ b/net/proxychains/pkg-plist @@ -0,0 +1,3 @@ +bin/proxychains +etc/proxychains.conf +lib/libproxychains.so.9 |