From owner-freebsd-ports-bugs Mon Jan 20 11:30: 6 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B7937B401 for ; Mon, 20 Jan 2003 11:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D828843F1E for ; Mon, 20 Jan 2003 11:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0KJU2NS041108 for ; Mon, 20 Jan 2003 11:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0KJU2dL041107; Mon, 20 Jan 2003 11:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AA437B401 for ; Mon, 20 Jan 2003 11:20:13 -0800 (PST) Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF9743F13 for ; Mon, 20 Jan 2003 11:20:12 -0800 (PST) (envelope-from T.D.Bishop@ukc.ac.uk) Received: from pendennis.ukc.ac.uk ([129.12.3.232]) by mercury.ukc.ac.uk with esmtp (Exim 3.22 #4) id 18ahRX-0001fK-00; Mon, 20 Jan 2003 19:18:47 +0000 Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.12) id 18ahRW-0006mI-00; Mon, 20 Jan 2003 19:18:46 +0000 Message-Id: Date: Mon, 20 Jan 2003 19:18:46 +0000 From: Tim Bishop Reply-To: Tim Bishop To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net X-Send-Pr-Version: 3.113 Subject: ports/47267: New port: onenetd - A single-server inetd Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47267 >Category: ports >Synopsis: New port: onenetd - A single-server inetd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 20 11:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 4.7-STABLE FreeBSD 4.7-STABLE #13: Wed Jan 15 16:08:59 GMT 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: Taken from pkg-descr: "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." This port was made with the author's consent. >How-To-Repeat: >Fix: Below is a shar file of the port. Pretty sure it looks ok, but I'm not a expert at porting (yet :-) --- onenetd-1.9.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # onenetd # onenetd/Makefile # onenetd/distinfo # onenetd/pkg-plist # onenetd/pkg-comment # onenetd/pkg-descr # echo c - onenetd mkdir -p onenetd > /dev/null 2>&1 echo x - onenetd/Makefile sed 's/^X//' >onenetd/Makefile << 'END-of-onenetd/Makefile' X# New ports collection makefile for: onenetd X# Date created: 20 January 2003 X# Whom: Tim Bishop X# X# $FreeBSD$ X# X XPORTNAME= onenetd XPORTVERSION= 1.9 XCATEGORIES= net XMASTER_SITES= http://azz.us-lot.org/files/ X XMAINTAINER= tim@bishnet.net X XGNU_CONFIGURE= yes XMAN1= onenetd.1 X X.include END-of-onenetd/Makefile echo x - onenetd/distinfo sed 's/^X//' >onenetd/distinfo << 'END-of-onenetd/distinfo' XMD5 (onenetd-1.9.tar.gz) = faafa78f9e4035f930865cd07c7b4706 END-of-onenetd/distinfo echo x - onenetd/pkg-plist sed 's/^X//' >onenetd/pkg-plist << 'END-of-onenetd/pkg-plist' Xbin/onenetd END-of-onenetd/pkg-plist echo x - onenetd/pkg-comment sed 's/^X//' >onenetd/pkg-comment << 'END-of-onenetd/pkg-comment' XA single-server inetd END-of-onenetd/pkg-comment echo x - onenetd/pkg-descr sed 's/^X//' >onenetd/pkg-descr << 'END-of-onenetd/pkg-descr' XA single-server inetd, similar to Dan Bernstein's tcpserver or Xcourier-tcpd from Courier-IMAP. This is small, and supports limiting Xthe number of concurrent connections and refusing further connections Xwith a configurable message. X XWWW: http://azz.us-lot.org/code.html END-of-onenetd/pkg-descr exit --- onenetd-1.9.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message