mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
70004bb2e7
dircproxy is an IRC proxy server designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! dircproxy has a whole host of features. Please read the file README in the source distribution for a list. WWW: http://dircproxy.securiweb.net/ PR: 108930 Submitted by: Martin Matuska <martin@matuska.org> Repocopy by: marcus
130 lines
2.9 KiB
Makefile
130 lines
2.9 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 += darkbot
|
|
SUBDIR += dcc
|
|
SUBDIR += dircproxy
|
|
SUBDIR += dircproxy-devel
|
|
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 += inspircd
|
|
SUBDIR += insub
|
|
SUBDIR += irc
|
|
SUBDIR += ircII
|
|
SUBDIR += ircd-hybrid
|
|
SUBDIR += ircd-hybrid-ru
|
|
SUBDIR += ircd-ratbox
|
|
SUBDIR += ircd-ratbox-devel
|
|
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-dcc_send_limiter
|
|
SUBDIR += irssi-devel
|
|
SUBDIR += irssi-fish
|
|
SUBDIR += irssi-scripts
|
|
SUBDIR += irssistats
|
|
SUBDIR += keitairc
|
|
SUBDIR += kmyirc
|
|
SUBDIR += konversation
|
|
SUBDIR += kvirc
|
|
SUBDIR += kvirc-devel
|
|
SUBDIR += kwirc
|
|
SUBDIR += lostirc
|
|
SUBDIR += miau
|
|
SUBDIR += muh
|
|
SUBDIR += nethirc
|
|
SUBDIR += netwalker-ircc
|
|
SUBDIR += ngircd
|
|
SUBDIR += ninja
|
|
SUBDIR += olirc
|
|
SUBDIR += onis
|
|
SUBDIR += p5-Bot-BasicBot
|
|
SUBDIR += p5-IRC
|
|
SUBDIR += p5-IRC-Bot-Hangman
|
|
SUBDIR += p5-POE-Component-IRC
|
|
SUBDIR += p5-POE-Component-IRC-Object
|
|
SUBDIR += p5-POE-Filter-IRCD
|
|
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 += ratbox-respond
|
|
SUBDIR += ratbox-services
|
|
SUBDIR += rbot
|
|
SUBDIR += riece
|
|
SUBDIR += riece-emacs20
|
|
SUBDIR += roxirc
|
|
SUBDIR += ruby-irc
|
|
SUBDIR += ruby-rica
|
|
SUBDIR += ruby-rice
|
|
SUBDIR += scrollz
|
|
SUBDIR += sic
|
|
SUBDIR += sirc
|
|
SUBDIR += sircd
|
|
SUBDIR += slirc
|
|
SUBDIR += solid-ircd
|
|
SUBDIR += srvx
|
|
SUBDIR += talksoup
|
|
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-fish
|
|
SUBDIR += xchat-gnome
|
|
SUBDIR += xchat-mircryption
|
|
SUBDIR += xchat1
|
|
SUBDIR += zircon
|
|
|
|
.include <bsd.port.subdir.mk>
|