From owner-cvs-all@FreeBSD.ORG Mon Sep 8 01:06:27 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 28E5816A4BF; Mon, 8 Sep 2003 01:06:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6FEB43FE9; Mon, 8 Sep 2003 01:06:26 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8886Q0U041705; Mon, 8 Sep 2003 01:06:26 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8886Q5R041704; Mon, 8 Sep 2003 01:06:26 -0700 (PDT) Message-Id: <200309080806.h8886Q5R041704@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 8 Sep 2003 01:06:26 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 08:06:27 -0000 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)