1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/irc/Makefile
Pav Lucistnik f70216f3c3 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>
2005-10-08 18:24:39 +00:00

122 lines
2.7 KiB
Makefile

# $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 <bsd.port.subdir.mk>