summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-08-23 07:35:52 +0000
committerjasone <jasone@FreeBSD.org>2000-08-23 07:35:52 +0000
commitf5707c4de920d0d2e148d9eb333c500d53e5adda (patch)
tree3a7c583447db9fcf7de9a37b32cc1d6ba75097a0 /net
parent5ec3727f7dab5e9c3642714eb022f2be5cae38a8 (diff)
downloadFreeBSD-ports-f5707c4de920d0d2e148d9eb333c500d53e5adda.zip
FreeBSD-ports-f5707c4de920d0d2e148d9eb333c500d53e5adda.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/ncat/Makefile33
-rw-r--r--net/ncat/distinfo1
-rw-r--r--net/ncat/pkg-comment1
-rw-r--r--net/ncat/pkg-descr9
-rw-r--r--net/ncat/pkg-plist1
-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
10 files changed, 89 insertions, 0 deletions
diff --git a/net/ncat/Makefile b/net/ncat/Makefile
new file mode 100644
index 0000000..0c2d71a
--- /dev/null
+++ b/net/ncat/Makefile
@@ -0,0 +1,33 @@
+# New ports collection Makefile for: ncat
+# Date created: 22 August 2000
+# Whom: jasone
+#
+# $FreeBSD$
+#
+
+PORTNAME= ncat
+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= ncat.1
+MANCOMPRESSED= no
+
+do-build:
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook bin/ncat/src/ncat)
+
+do-install:
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook ncat_install_a)
+
+post-install:
+ @strip ${PREFIX}/bin/ncat
+
+.include <bsd.port.mk>
diff --git a/net/ncat/distinfo b/net/ncat/distinfo
new file mode 100644
index 0000000..a9f3652
--- /dev/null
+++ b/net/ncat/distinfo
@@ -0,0 +1 @@
+MD5 (canonware-1.0.0.tar.gz) = ce4ce59792727f662b4b20aa6b002eef
diff --git a/net/ncat/pkg-comment b/net/ncat/pkg-comment
new file mode 100644
index 0000000..141025e
--- /dev/null
+++ b/net/ncat/pkg-comment
@@ -0,0 +1 @@
+Like cat, but input or output is via a TCP/IP socket \ No newline at end of file
diff --git a/net/ncat/pkg-descr b/net/ncat/pkg-descr
new file mode 100644
index 0000000..87b7af4
--- /dev/null
+++ b/net/ncat/pkg-descr
@@ -0,0 +1,9 @@
+ncat is much like cat(1), but either its input or output is a TCP/IP socket
+rather than a file descriptor. If the input is from a socket, ncat reads data
+from the specified socket and sends the data to stdout. If the output is to a
+socket, ncat reads data from stdin and sends the data to the specified socket.
+
+ncat can log the data stream 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/ncat/pkg-plist b/net/ncat/pkg-plist
new file mode 100644
index 0000000..91563fa
--- /dev/null
+++ b/net/ncat/pkg-plist
@@ -0,0 +1 @@
+bin/ncat
diff --git a/net/proxy/Makefile b/net/proxy/Makefile
new file mode 100644
index 0000000..8e31e2f
--- /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 0000000..a9f3652
--- /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 0000000..e63a994
--- /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 0000000..cab639e
--- /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 0000000..1653d9b
--- /dev/null
+++ b/net/proxy/pkg-plist
@@ -0,0 +1 @@
+bin/proxy
OpenPOWER on IntegriCloud