summaryrefslogtreecommitdiff
path: root/net/proxy
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-08-23 07:35:52 +0000
committerJason Evans <jasone@FreeBSD.org>2000-08-23 07:35:52 +0000
commita5909018cc3fad6b5485ef535e23a10e86c4bba6 (patch)
tree4592a38357ee3e842f9014cae91c3a70d4707899 /net/proxy
parentUpdate to version 4.1.37 (diff)
Add ports for:
libstash - Algorithms and data structures library. libsock - TCP/IP networking library ncat - Like cat(1), but with sockets. proxy - Transparent logging proxy. All of these ports are part of a single source distribution, but they fit better into the ports scheme as separate ports.
Notes
Notes: svn path=/head/; revision=31883
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/Makefile33
-rw-r--r--net/proxy/distinfo1
-rw-r--r--net/proxy/pkg-comment1
-rw-r--r--net/proxy/pkg-descr8
-rw-r--r--net/proxy/pkg-plist1
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