diff --git a/irc/Makefile b/irc/Makefile index 5c31b7988231..75d1d19f8637 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -1,120 +1,121 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += blackened SUBDIR += bnc SUBDIR += bobot++ SUBDIR += bopm SUBDIR += cgiirc SUBDIR += ctrlproxy SUBDIR += dancer SUBDIR += dancer-ircd SUBDIR += dancer-services SUBDIR += darkbot SUBDIR += dcc SUBDIR += dircproxy SUBDIR += eggcreator SUBDIR += eggdrop SUBDIR += epic4 SUBDIR += epic5 SUBDIR += erc SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += gaim-irchelper SUBDIR += garnaxfs SUBDIR += gdesklets-irc SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hybserv SUBDIR += icbirc SUBDIR += iip SUBDIR += infobot SUBDIR += insub SUBDIR += irc SUBDIR += ircII SUBDIR += ircd-hybrid 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 SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += irssi SUBDIR += irssi-devel SUBDIR += irssi-fish SUBDIR += irssi-scripts SUBDIR += irssistats SUBDIR += kmyirc SUBDIR += konversation SUBDIR += kvirc SUBDIR += kwirc SUBDIR += lostirc SUBDIR += miau SUBDIR += muh SUBDIR += nethirc SUBDIR += netwalker-ircc SUBDIR += ngircd SUBDIR += ninja SUBDIR += olirc SUBDIR += onis SUBDIR += p5-IRC SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += party SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += psybnc SUBDIR += ptlink-ircd SUBDIR += ptlink-services SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 SUBDIR += pure-xemacs21-mule SUBDIR += py-irclib SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quirc SUBDIR += rbot SUBDIR += riece SUBDIR += riece-emacs20 SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica SUBDIR += ruby-rice SUBDIR += scrollz SUBDIR += scrollz-doc SUBDIR += sic SUBDIR += sirc SUBDIR += sircd SUBDIR += slirc SUBDIR += solid-ircd SUBDIR += srvx SUBDIR += thales SUBDIR += tirc SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd SUBDIR += trickyirc SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-ecl-plugin SUBDIR += xchat-fish SUBDIR += xchat-gnome SUBDIR += xchat-mircryption SUBDIR += xchat-systray-plugin SUBDIR += xchat2 SUBDIR += zircon .include diff --git a/irc/ircg/Makefile b/irc/ircg/Makefile new file mode 100644 index 000000000000..b63d173daab2 --- /dev/null +++ b/irc/ircg/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: iRCG +# Date created: 2005-09-21 +# Whom: Alexander Novitsky +# +# $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 diff --git a/irc/ircg/distinfo b/irc/ircg/distinfo new file mode 100644 index 000000000000..781ed48882bb --- /dev/null +++ b/irc/ircg/distinfo @@ -0,0 +1,2 @@ +MD5 (iRCG-2.7.tar.gz) = 1ae4439dbd596d597a31eff8784e2b64 +SIZE (iRCG-2.7.tar.gz) = 51488 diff --git a/irc/ircg/pkg-descr b/irc/ircg/pkg-descr new file mode 100644 index 000000000000..999118126a1c --- /dev/null +++ b/irc/ircg/pkg-descr @@ -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/ diff --git a/irc/ircg/pkg-plist b/irc/ircg/pkg-plist new file mode 100644 index 000000000000..ae4d60cbd8bd --- /dev/null +++ b/irc/ircg/pkg-plist @@ -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