diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-03 06:34:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-03 06:34:48 +0800 |
commit | 8ea4485d28187391a2b07f36345d1d2c90f988ba (patch) | |
tree | 547a41d1ecf8192e7f9312ccdf9a021f7ce4d0f9 /net/onenetd | |
parent | 409337989ab30d7e21c04cc0a28b1a40676b8568 (diff) | |
download | freebsd-ports-graphics-8ea4485d28187391a2b07f36345d1d2c90f988ba.tar.gz freebsd-ports-graphics-8ea4485d28187391a2b07f36345d1d2c90f988ba.tar.zst freebsd-ports-graphics-8ea4485d28187391a2b07f36345d1d2c90f988ba.zip |
Add onenetd, a single-server inetd.
PR: 47267
Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'net/onenetd')
-rw-r--r-- | net/onenetd/Makefile | 19 | ||||
-rw-r--r-- | net/onenetd/distinfo | 1 | ||||
-rw-r--r-- | net/onenetd/pkg-descr | 6 | ||||
-rw-r--r-- | net/onenetd/pkg-plist | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/onenetd/Makefile b/net/onenetd/Makefile new file mode 100644 index 00000000000..9f7c9a62aad --- /dev/null +++ b/net/onenetd/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: onenetd +# Date created: 20 January 2003 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= onenetd +PORTVERSION= 1.9 +CATEGORIES= net +MASTER_SITES= http://azz.us-lot.org/files/ + +MAINTAINER= tim@bishnet.net +COMMENT= A single-server inetd + +GNU_CONFIGURE= yes +MAN1= onenetd.1 + +.include <bsd.port.mk> diff --git a/net/onenetd/distinfo b/net/onenetd/distinfo new file mode 100644 index 00000000000..6a396ad50dc --- /dev/null +++ b/net/onenetd/distinfo @@ -0,0 +1 @@ +MD5 (onenetd-1.9.tar.gz) = faafa78f9e4035f930865cd07c7b4706 diff --git a/net/onenetd/pkg-descr b/net/onenetd/pkg-descr new file mode 100644 index 00000000000..3c6bb0de9b3 --- /dev/null +++ b/net/onenetd/pkg-descr @@ -0,0 +1,6 @@ +A single-server inetd, similar to Dan Bernstein's tcpserver or +courier-tcpd from Courier-IMAP. This is small, and supports limiting +the number of concurrent connections and refusing further connections +with a configurable message. + +WWW: http://azz.us-lot.org/code.html diff --git a/net/onenetd/pkg-plist b/net/onenetd/pkg-plist new file mode 100644 index 00000000000..0d3aef6176f --- /dev/null +++ b/net/onenetd/pkg-plist @@ -0,0 +1 @@ +bin/onenetd |