diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 16:06:26 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 16:06:26 +0800 |
commit | 72f8709c077885ec6c8d8b28eff480f170e3a645 (patch) | |
tree | 9c2fdf0ea556f82cc0ec0a6bada8ba567ee7367d /irc/Makefile | |
parent | 02d6e756f950b0b27a2f2929e595008380aafd0e (diff) | |
download | freebsd-ports-gnome-72f8709c077885ec6c8d8b28eff480f170e3a645.tar.gz freebsd-ports-gnome-72f8709c077885ec6c8d8b28eff480f170e3a645.tar.zst freebsd-ports-gnome-72f8709c077885ec6c8d8b28eff480f170e3a645.zip |
new port: irc/ircproxy
Night Light IRC Proxy is a multi-user IRC (Internet Relay
Chat) proxy written in C.
An IRC proxy (or bouncer) is a program that run on a machine
between your IRC client and the IRC server. The ircproxy
connect to the IRC server, then you connect to the ircproxy
with your IRC client. The ircproxy program will forward
data sent by the IRC server to one or more IRC clients
connected to the ircproxy and will forward data sent from
the IRC clients to the IRC server.
PR: ports/56557
Submitted by: Jonas Kvinge <jonas@brokenarrow.night-light.net>
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 244e6ecc3969..0000142959ac 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -27,6 +27,7 @@ SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs-devel-mule SUBDIR += irchat-pj-xemacs21-mule + SUBDIR += ircproxy-freebsd-port SUBDIR += ircservices SUBDIR += iroffer SUBDIR += irssi |