--- ircproxy/Makefile (revision 405901) +++ ircproxy/Makefile (working copy) @@ -3,15 +3,13 @@ PORTNAME= ircproxy PORTVERSION= 1.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/irc/ircproxy/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= IRC proxy/bouncer daemon -BROKEN= unfetchable - LICENSE= GPLv3 LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares --- ircproxy/pkg-descr (revision 405901) +++ ircproxy/pkg-descr (working copy) @@ -1,3 +1,14 @@ -This is a port of ircproxy, it is an IRC proxy/bouncer. +This is a port of ircproxy, it is an IRC proxy/bouncer. ircproxy is +an advanced multi-user IRC bouncer written in C with IPv6 and SSL +support. It can proxy simultaneous users at the same time to different +IRC servers. The IRC connection can stay connected to IRC when the IRC +client disconnects, the user can then later reattach to the same IRC +connection. +Private messages and channel activity can an be logged when no IRC clients +are attached. You can then see what you have been missing while you're +offline. It is also possible to attach multiple IRC clients on the same +IRC connection. This is useful if you want to be connected from home and +work at the same time without cloning. + WWW: http://ircproxy.sourceforge.net