From owner-cvs-all@FreeBSD.ORG Mon Sep 8 02:24:46 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 BFD2416A4BF; Mon, 8 Sep 2003 02:24:46 -0700 (PDT) Received: from smtp0.euronet.nl (smtp0.euronet.nl [194.134.35.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67CA43F93; Mon, 8 Sep 2003 02:24:45 -0700 (PDT) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp0.euronet.nl (Postfix) with ESMTP id 3F5BE24A36; Mon, 8 Sep 2003 11:24:43 +0200 (MEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Edwin Groothuis Date: Mon, 8 Sep 2003 11:24:46 +0200 User-Agent: KMail/1.5.2 References: <200309080806.h8886Q5R041704@repoman.freebsd.org> In-Reply-To: <200309080806.h8886Q5R041704@repoman.freebsd.org> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309081124.46954.ernst.dehaan@nl.wanadoo.com> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/irc Makefile ports/irc/ircproxy-freebsd-port Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/irc/ircproxy-freebsd-port/files patch-configure 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: Mon, 08 Sep 2003 09:24:46 -0000 Edwin, Why isn't this port just called 'irc/ircproxy' instead of 'irc/ircproxy-freebsd-port' ? Ernst On maandag 8 september 2003 10:06, Edwin Groothuis wrote: > edwin 2003/09/08 01:06:26 PDT > > FreeBSD ports repository > > Modified files: > irc Makefile > Added files: > irc/ircproxy-freebsd-port Makefile distinfo pkg-deinstall > pkg-descr pkg-plist > irc/ircproxy-freebsd-port/files patch-configure > Log: > new port: irc/ircproxy > > Night Light IRC Proxy is a multi-user IRC (Internet Relay > Chat) proxy written in C. > > An IRC proxy (or bouncer) is a program that run on a machine > between your IRC client and the IRC server. The ircproxy > connect to the IRC server, then you connect to the ircproxy > with your IRC client. The ircproxy program will forward > data sent by the IRC server to one or more IRC clients > connected to the ircproxy and will forward data sent from > the IRC clients to the IRC server. > > PR: ports/56557 > Submitted by: Jonas Kvinge > > Revision Changes Path > 1.72 +1 -0 ports/irc/Makefile > 1.1 +36 -0 ports/irc/ircproxy-freebsd-port/Makefile (new) > 1.1 +1 -0 ports/irc/ircproxy-freebsd-port/distinfo (new) > 1.1 +9 -0 > ports/irc/ircproxy-freebsd-port/files/patch-configure (new) 1.1 > +111 -0 ports/irc/ircproxy-freebsd-port/pkg-deinstall (new) 1.1 > +6 -0 ports/irc/ircproxy-freebsd-port/pkg-descr (new) 1.1 +5 > -0 ports/irc/ircproxy-freebsd-port/pkg-plist (new)