From owner-cvs-all@FreeBSD.ORG Tue Nov 11 18:31:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2817B16A4CE; Tue, 11 Nov 2003 18:31:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCC5D43FCB; Tue, 11 Nov 2003 18:31:18 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAC2VIXJ027096; Tue, 11 Nov 2003 18:31:18 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAC2VIa8027095; Tue, 11 Nov 2003 18:31:18 -0800 (PST) (envelope-from linimon) Message-Id: <200311120231.hAC2VIa8027095@repoman.freebsd.org> From: Mark Linimon Date: Tue, 11 Nov 2003 18:31:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/hybserv Makefile distinfo pkg-descr pkg-install pkg-plist ports/irc/hybserv/files hybserv.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 02:31:20 -0000 linimon 2003/11/11 18:31:18 PST FreeBSD ports repository Added files: irc/hybserv Makefile distinfo pkg-descr pkg-install pkg-plist irc/hybserv/files hybserv.sh Log: HybServ was specifically designed to run with hybrid ircd, although it *should* work with CSr as well. These services (more or less same code) are currently used by EFNet / DalNet / ICQ / WFNet / HybNet / EFNow / Openprojects Network. Note: this port will create uid 73 and gid 73 if they do not already exist. (In non-batch mode the user is queried first). PR: ports/47128, with a little portlint action added. Revision Changes Path 1.1 +37 -0 ports/irc/hybserv/Makefile (new) 1.1 +1 -0 ports/irc/hybserv/distinfo (new) 1.1 +15 -0 ports/irc/hybserv/files/hybserv.sh (new) 1.1 +6 -0 ports/irc/hybserv/pkg-descr (new) 1.1 +91 -0 ports/irc/hybserv/pkg-install (new) 1.1 +200 -0 ports/irc/hybserv/pkg-plist (new)