diff options
Diffstat (limited to 'net/proxy')
-rw-r--r-- | net/proxy/Makefile | 33 | ||||
-rw-r--r-- | net/proxy/distinfo | 1 | ||||
-rw-r--r-- | net/proxy/pkg-comment | 1 | ||||
-rw-r--r-- | net/proxy/pkg-descr | 8 | ||||
-rw-r--r-- | net/proxy/pkg-plist | 1 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/proxy/Makefile b/net/proxy/Makefile new file mode 100644 index 000000000000..8e31e2f5f86a --- /dev/null +++ b/net/proxy/Makefile @@ -0,0 +1,33 @@ +# New ports collection Makefile for: proxy +# Date created: 22 August 2000 +# Whom: jasone +# +# $FreeBSD$ +# + +PORTNAME= proxy +PORTVERSION= 1.0.0 +CATEGORIES= net +DISTNAME= canonware-1.0.0 +MASTER_SITES= http://www.canonware.com/download/canonware/ + +MAINTAINER= jasone@FreeBSD.org + +BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook + +USE_AUTOCONF= yes +GNU_CONFIGURE= yes + +MAN1= proxy.1 +MANCOMPRESSED= no + +do-build: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook bin/proxy/src/proxy) + +do-install: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook proxy_install_a) + +post-install: + @strip ${PREFIX}/bin/proxy + +.include <bsd.port.mk> diff --git a/net/proxy/distinfo b/net/proxy/distinfo new file mode 100644 index 000000000000..a9f365257dfd --- /dev/null +++ b/net/proxy/distinfo @@ -0,0 +1 @@ +MD5 (canonware-1.0.0.tar.gz) = ce4ce59792727f662b4b20aa6b002eef diff --git a/net/proxy/pkg-comment b/net/proxy/pkg-comment new file mode 100644 index 000000000000..e63a99469c63 --- /dev/null +++ b/net/proxy/pkg-comment @@ -0,0 +1 @@ +Transparent logging TCP/IP proxy
\ No newline at end of file diff --git a/net/proxy/pkg-descr b/net/proxy/pkg-descr new file mode 100644 index 000000000000..cab639e91ee2 --- /dev/null +++ b/net/proxy/pkg-descr @@ -0,0 +1,8 @@ +proxy is a transparent TCP/IP proxy that listens for connections and forwards +bi-directional data with the ability to log the data to stdout or to files +within a specified directory. + +proxy can log the data streams in three formats. Which format to use (if any) +should be chosen according to the nature of the data being streamed. + +http://www.canonware.com/canonware/ diff --git a/net/proxy/pkg-plist b/net/proxy/pkg-plist new file mode 100644 index 000000000000..1653d9bd8fff --- /dev/null +++ b/net/proxy/pkg-plist @@ -0,0 +1 @@ +bin/proxy |