diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-11 20:02:57 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-11 20:02:57 +0000 |
commit | 03847b610eb1feff4aee9fed669d89d74f861407 (patch) | |
tree | 3c991360f29427da110289959198f72a7785ebaa /irc/Makefile | |
parent | d2a20c830c8c86a35efa6c8d705a7f78475ee0dc (diff) | |
download | ports-03847b610eb1feff4aee9fed669d89d74f861407.tar.gz ports-03847b610eb1feff4aee9fed669d89d74f861407.zip |
Add svrx 1.2, srvx IRC services.
srvx is a set of IRC services for ircu P10 protocol networks; it is developed
by a team of programmers affiliated with the GamesNET IRC Network. srvx is
designed to be a fast, extensible, scalable and reliable provider of NickServ,
ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy
detection.
WWW: http://www.srvx.net
PR: 59817
Submitted by: Walter Venable <weaseal@hotmail.com>
Approved by: erwin (mentor) (implicitly)
Notes
Notes:
svn path=/head/; revision=97947
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 046051d97767..8f8f474e1b1b 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -71,6 +71,7 @@ SUBDIR += sirc SUBDIR += sircd SUBDIR += slirc + SUBDIR += svrx SUBDIR += tirc SUBDIR += tircproxy SUBDIR += tkirc |