From owner-cvs-ports@FreeBSD.ORG  Sat Oct  8 18:24:39 2005
Return-Path: <owner-cvs-ports@FreeBSD.ORG>
X-Original-To: cvs-ports@FreeBSD.org
Delivered-To: cvs-ports@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C942416A41F;
	Sat,  8 Oct 2005 18:24:39 +0000 (GMT) (envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6343143D45;
	Sat,  8 Oct 2005 18:24:39 +0000 (GMT) (envelope-from pav@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j98IOd4Q090605;
	Sat, 8 Oct 2005 18:24:39 GMT (envelope-from pav@repoman.freebsd.org)
Received: (from pav@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j98IOdeI090604;
	Sat, 8 Oct 2005 18:24:39 GMT (envelope-from pav)
Message-Id: <200510081824.j98IOdeI090604@repoman.freebsd.org>
From: Pav Lucistnik <pav@FreeBSD.org>
Date: Sat, 8 Oct 2005 18:24:39 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/irc Makefile ports/irc/ircg Makefile distinfo
 pkg-descr pkg-plist
X-BeenThere: cvs-ports@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports>
List-Post: <mailto:cvs-ports@freebsd.org>
List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 08 Oct 2005 18:24:39 -0000

pav         2005-10-08 18:24:39 UTC

  FreeBSD ports repository

  Modified files:
    irc                  Makefile 
  Added files:
    irc/ircg             Makefile distinfo pkg-descr pkg-plist 
  Log:
  IRCG is a fast, scalable web chat framework that connects a php frontend with
  an irc backend. Sascha Schumann created IRCG a few years ago. Unfortunately, he
  decided to change the license to a commercial one starting with Version 3 and
  removed all traces of the BSD-Licensed IRCG 2. I kept on using the IRCG 2
  sources and never had a problem with this setup.  IRCG connects an irc server
  of your choice with a thttpd webserver.  Using PHP, the frontend can be
  scripted. It?s mainly a framework for web-based chats, but could be used to
  pass any type of xml messages between multiple clients. Memory and CPU usage
  per client is quite low, so even an entry-level server can support hundreds of
  clients.
  
  PR:             ports/86425
  Submitted by:   Alexander Novitsky <alecn2002@yandex.ru>
  
  Revision  Changes    Path
  1.128     +1 -0      ports/irc/Makefile
  1.1       +23 -0     ports/irc/ircg/Makefile (new)
  1.1       +2 -0      ports/irc/ircg/distinfo (new)
  1.1       +15 -0     ports/irc/ircg/pkg-descr (new)
  1.1       +9 -0      ports/irc/ircg/pkg-plist (new)