f70216f3c3
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>
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# 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>
|