diff options
-rw-r--r-- | devel/libsock/Makefile | 31 | ||||
-rw-r--r-- | devel/libsock/distinfo | 1 | ||||
-rw-r--r-- | devel/libsock/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libsock/pkg-descr | 6 | ||||
-rw-r--r-- | devel/libsock/pkg-plist | 9 | ||||
-rw-r--r-- | devel/libstash/Makefile | 35 | ||||
-rw-r--r-- | devel/libstash/distinfo | 1 | ||||
-rw-r--r-- | devel/libstash/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libstash/pkg-descr | 4 | ||||
-rw-r--r-- | devel/libstash/pkg-plist | 28 | ||||
-rw-r--r-- | net/ncat/Makefile | 33 | ||||
-rw-r--r-- | net/ncat/distinfo | 1 | ||||
-rw-r--r-- | net/ncat/pkg-comment | 1 | ||||
-rw-r--r-- | net/ncat/pkg-descr | 9 | ||||
-rw-r--r-- | net/ncat/pkg-plist | 1 | ||||
-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 |
20 files changed, 206 insertions, 0 deletions
diff --git a/devel/libsock/Makefile b/devel/libsock/Makefile new file mode 100644 index 0000000..49712ad --- /dev/null +++ b/devel/libsock/Makefile @@ -0,0 +1,31 @@ +# New ports collection Makefile for: libsock +# Date created: 22 August 2000 +# Whom: jasone +# +# $FreeBSD$ +# + +PORTNAME= libsock +PORTVERSION= 1.0.0 +CATEGORIES= devel +DISTNAME= canonware-1.0.0 +MASTER_SITES= http://www.canonware.com/download/canonware/ + +MAINTAINER= jasone@FreeBSD.org + +BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook \ + libstash:${PORTSDIR}/devel/libstash + +USE_AUTOCONF= yes +GNU_CONFIGURE= yes + +MAN3= libsock.3s libsock_sock.3s libsock_socks.3s +MANCOMPRESSED= no + +do-build: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libsock) + +do-install: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libsock_install) + +.include <bsd.port.mk> diff --git a/devel/libsock/distinfo b/devel/libsock/distinfo new file mode 100644 index 0000000..a9f3652 --- /dev/null +++ b/devel/libsock/distinfo @@ -0,0 +1 @@ +MD5 (canonware-1.0.0.tar.gz) = ce4ce59792727f662b4b20aa6b002eef diff --git a/devel/libsock/pkg-comment b/devel/libsock/pkg-comment new file mode 100644 index 0000000..136e503 --- /dev/null +++ b/devel/libsock/pkg-comment @@ -0,0 +1 @@ +Multi-threaded TCP/IP networking library diff --git a/devel/libsock/pkg-descr b/devel/libsock/pkg-descr new file mode 100644 index 0000000..eeef4f2 --- /dev/null +++ b/devel/libsock/pkg-descr @@ -0,0 +1,6 @@ +The libsock library implements a streamlined interface for multi-threaded TCP/IP +socket programming. The main purpose of the library is to abstract the +complexities of threaded network server programming without compromising +performance. libsock centrally handles all of the poll() waiting in one thread +to improve performance, at the same time as making reading and writing seem +completely asynchronous at the sock interface level. diff --git a/devel/libsock/pkg-plist b/devel/libsock/pkg-plist new file mode 100644 index 0000000..7664e0e --- /dev/null +++ b/devel/libsock/pkg-plist @@ -0,0 +1,9 @@ +include/libsock/libsock.h +include/libsock/libsock_incs.h +include/libsock/sock.h +include/libsock/socks.h +include/libsock/libsock_defs.h +lib/libsock.a +lib/libsock_p.a +lib/libsock_d.a +@dirrm include/libsock diff --git a/devel/libstash/Makefile b/devel/libstash/Makefile new file mode 100644 index 0000000..8bcd64e --- /dev/null +++ b/devel/libstash/Makefile @@ -0,0 +1,35 @@ +# New ports collection Makefile for: libstash +# Date created: 22 August 2000 +# Whom: jasone +# +# $FreeBSD$ +# + +PORTNAME= libstash +PORTVERSION= 1.0.0 +CATEGORIES= devel +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 + +MAN3= libstash_dbg.3s libstash_pezz.3s libstash_rwl.3s \ + libstash.3s libstash_dch.3s libstash_pool.3s libstash_sema.3s \ + libstash_bhp.3s libstash_mem.3s libstash_ql.3s libstash_thd.3s \ + libstash_buf.3s libstash_mq.3s libstash_qr.3s libstash_treen.3s \ + libstash_ch.3s libstash_mtx.3s libstash_qs.3s libstash_tsd.3s \ + libstash_cnd.3s libstash_out.3s libstash_res.3s +MANCOMPRESSED= no + +do-build: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libstash) + +do-install: + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libstash_install) + +.include <bsd.port.mk> diff --git a/devel/libstash/distinfo b/devel/libstash/distinfo new file mode 100644 index 0000000..a9f3652 --- /dev/null +++ b/devel/libstash/distinfo @@ -0,0 +1 @@ +MD5 (canonware-1.0.0.tar.gz) = ce4ce59792727f662b4b20aa6b002eef diff --git a/devel/libstash/pkg-comment b/devel/libstash/pkg-comment new file mode 100644 index 0000000..5ec0eaa --- /dev/null +++ b/devel/libstash/pkg-comment @@ -0,0 +1 @@ +Library of algorithms and data structures diff --git a/devel/libstash/pkg-descr b/devel/libstash/pkg-descr new file mode 100644 index 0000000..688068b --- /dev/null +++ b/devel/libstash/pkg-descr @@ -0,0 +1,4 @@ +The libstash library implements a number of algorithms and data structures, and +serves as a foundation for multi-threaded C programs. + +http://www.canonware.com/canonware/ diff --git a/devel/libstash/pkg-plist b/devel/libstash/pkg-plist new file mode 100644 index 0000000..0f4677a --- /dev/null +++ b/devel/libstash/pkg-plist @@ -0,0 +1,28 @@ +include/libstash/libstash.h +include/libstash/libstash_incs.h +include/libstash/bhp.h +include/libstash/buf.h +include/libstash/ch.h +include/libstash/cnd.h +include/libstash/dch.h +include/libstash/dbg.h +include/libstash/mem.h +include/libstash/mq.h +include/libstash/mtx.h +include/libstash/out.h +include/libstash/pezz.h +include/libstash/pool.h +include/libstash/ql.h +include/libstash/qr.h +include/libstash/qs.h +include/libstash/res.h +include/libstash/rwl.h +include/libstash/sema.h +include/libstash/thd.h +include/libstash/treen.h +include/libstash/tsd.h +include/libstash/libstash_defs.h +lib/libstash.a +lib/libstash_p.a +lib/libstash_d.a +@dirrm include/libstash 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 |