1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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>
This commit is contained in:
Pav Lucistnik 2005-10-08 18:24:39 +00:00
parent a78a2ee16e
commit f70216f3c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144592
5 changed files with 50 additions and 0 deletions

View File

@ -42,6 +42,7 @@
SUBDIR += ircd-hybrid-ru
SUBDIR += ircd-ru
SUBDIR += ircd-rusnet
SUBDIR += ircg
SUBDIR += irchat-pj-emacs20
SUBDIR += irchat-pj-emacs21
SUBDIR += irchat-pj-xemacs21-mule

23
irc/ircg/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: iRCG
# Date created: 2005-09-21
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= iRCG
PORTVERSION= 2.7
CATEGORIES= irc
MASTER_SITES= http://www.matthiaswinkelmann.com/files/
MAINTAINER= alecn2002@yandex.ru
COMMENT= Gateway betwean IRC server and PHP-powered Web server
LIB_DEPENDS= st.1:${PORTSDIR}/devel/st
WRKSRC= ${WRKDIR}/${DISTNAME:U}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-st=${LOCALBASE}
.include <bsd.port.mk>

2
irc/ircg/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (iRCG-2.7.tar.gz) = 1ae4439dbd596d597a31eff8784e2b64
SIZE (iRCG-2.7.tar.gz) = 51488

15
irc/ircg/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
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.
Author: Matthias Winkelmann
WWW: http://www.matthiaswinkelmann.com/

9
irc/ircg/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
@comment $FreeBSD$
bin/driver
bin/ircg-config
include/if_irc.h
include/queue.h
include/php_smart_str_public.h
include/irc_write_buffer.h
include/ircg_config.h
lib/libircg.a