diff options
author | pav <pav@FreeBSD.org> | 2005-10-09 02:24:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-09 02:24:39 +0800 |
commit | 5f47fa9c7affd11364d4deb51139519fb69ff2dc (patch) | |
tree | 48eeade155404d6da6f0b7eb854f46e1b3b89b8f /irc/Makefile | |
parent | f0ac6ac3dbb902a7d39cdcada93b653f2c0ebc9c (diff) | |
download | freebsd-ports-gnome-5f47fa9c7affd11364d4deb51139519fb69ff2dc.tar.gz freebsd-ports-gnome-5f47fa9c7affd11364d4deb51139519fb69ff2dc.tar.zst freebsd-ports-gnome-5f47fa9c7affd11364d4deb51139519fb69ff2dc.zip |
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>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 5c31b7988231..75d1d19f8637 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -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 |