1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/irc/Makefile
Tim Bishop f3a91ebc4e atheme-services is a set of Services for IRC networks that allows
users to manage their channels in a secure and efficient way and
allows operators to manage various things about their networks. Unlike
it's predecessor, Shrike, services has a completely reworked form of
channel management that feels somewhat like eggdrop and is somewhat
more useful.

Services currently works with many irc daemons. More details are
available in the config file.

Internally, atheme-services shares more similarities with ircd than it
does with IRCServices. Anope/Epona, Cygnus, OperStats, Hybserv, Theia,
etc are all based on IRCServices and as such have very old legacy code
that none of the authors, except Church truly understand. Atheme was
written completely from scratch with the more complex concepts taken
from various modern ircd packages, including ircu, ircd-ratbox, hybrid
and bahamut.

atheme-services is not a drop-in replacement for Anope or Andy
Church's IRC Services. It is designed with an entirely different set
of goals and as such should not be migrated to with the expectation
that it will behave exactly like what was previously implemented.
Atheme is designed to act as a directory server, with alternative ways
of getting to the data implemented as well as the IRC presence.

WWW: http://www.atheme.org/atheme.html
2014-02-13 10:28:22 +00:00

143 lines
3.5 KiB
Makefile

# $FreeBSD$
#
COMMENT = Internet Relay Chat utilities
SUBDIR += anope
SUBDIR += atheme-services
SUBDIR += bip
SUBDIR += bitchx
SUBDIR += bitlbee
SUBDIR += bnc
SUBDIR += bobot++
SUBDIR += bopm
SUBDIR += cgiirc
SUBDIR += charybdis
SUBDIR += ctrlproxy
SUBDIR += cwirc
SUBDIR += dancer
SUBDIR += darkbot
SUBDIR += dcc
SUBDIR += dircproxy
SUBDIR += dxirc
SUBDIR += eggdrop
SUBDIR += eggdrop-devel
SUBDIR += epic4
SUBDIR += epic5
SUBDIR += evangeline
SUBDIR += ezbounce
SUBDIR += fisg
SUBDIR += gruftistats
SUBDIR += gseen.mod
SUBDIR += hexchat
SUBDIR += hybserv
SUBDIR += icbirc
SUBDIR += ii
SUBDIR += infobot
SUBDIR += inspircd
SUBDIR += insub
SUBDIR += irc
SUBDIR += irc2dc
SUBDIR += ircII
SUBDIR += ircd-hybrid
SUBDIR += ircd-ratbox
SUBDIR += ircd-ratbox-devel
SUBDIR += ircd-ru
SUBDIR += irchat-pj-emacs21
SUBDIR += irchat-pj-xemacs21-mule
SUBDIR += ircproxy
SUBDIR += ircservices
SUBDIR += iroffer
SUBDIR += iroffer-dinoex
SUBDIR += iroffer-lamm
SUBDIR += irssi
SUBDIR += irssi-dcc_send_limiter
SUBDIR += irssi-devel
SUBDIR += irssi-fish
SUBDIR += irssi-otr
SUBDIR += irssi-scripts
SUBDIR += irssi-xmpp
SUBDIR += irssistats
SUBDIR += keitairc2
SUBDIR += konversation-kde4
SUBDIR += kvirc
SUBDIR += kvirc-qt4
SUBDIR += libircclient
SUBDIR += lostirc
SUBDIR += miau
SUBDIR += minbif
SUBDIR += muh
SUBDIR += nefarious
SUBDIR += nethirc
SUBDIR += netwalker-ircc
SUBDIR += ngircd
SUBDIR += ninja
SUBDIR += onis
SUBDIR += p5-AnyEvent-IRC
SUBDIR += p5-Bot-BasicBot
SUBDIR += p5-IRC-Bot-Hangman
SUBDIR += p5-IRC-Utils
SUBDIR += p5-POE-Component-IRC
SUBDIR += p5-POE-Component-IRC-Object
SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish
SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks
SUBDIR += p5-POE-Component-IRC-Plugin-CoreList
SUBDIR += p5-POE-Component-IRC-Plugin-Hailo
SUBDIR += p5-POE-Component-IRC-Plugin-Karma
SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee
SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS
SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL
SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines
SUBDIR += p5-POE-Component-Server-IRC
SUBDIR += p5-POE-Filter-IRCD
SUBDIR += p5-POE-Session-Irssi
SUBDIR += p5-Parse-IRC
SUBDIR += pear-Net_SmartIRC
SUBDIR += pircbot
SUBDIR += pisg
SUBDIR += psybnc
SUBDIR += pure-emacs21
SUBDIR += pure-xemacs21-mule
SUBDIR += py-fishcrypt
SUBDIR += py-gozerbot
SUBDIR += py-irc
SUBDIR += py-supybot
SUBDIR += py-supybot-plugins
SUBDIR += quassel
SUBDIR += quirc
SUBDIR += qwebirc
SUBDIR += ratbox-respond
SUBDIR += ratbox-services
SUBDIR += rbot
SUBDIR += riece
SUBDIR += riece-emacs21
SUBDIR += roxirc
SUBDIR += ruby-irc
SUBDIR += ruby-rica
SUBDIR += ruby-rice
SUBDIR += rubygem-cinch
SUBDIR += rubygem-net-irc
SUBDIR += scrollz
SUBDIR += sic
SUBDIR += simpleirc
SUBDIR += sirc
SUBDIR += slirc
SUBDIR += smartirc4net
SUBDIR += solid-ircd
SUBDIR += srvx
SUBDIR += thales
SUBDIR += tircd
SUBDIR += tircproxy
SUBDIR += undernet-ircu
SUBDIR += unreal
SUBDIR += weechat
SUBDIR += weechat-devel
SUBDIR += xaric
SUBDIR += xchat
SUBDIR += xchat-fish
SUBDIR += xchat-mircryption
SUBDIR += xchat-ruby
SUBDIR += znc
.include <bsd.port.subdir.mk>