diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 21:12:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 21:12:27 +0000 |
commit | dd45df3d5b5fec0f803cfbe3e3236635fceaa29d (patch) | |
tree | 6b374fcf9bcabe3558e1b63324cd5d1c36dd3b72 /irc/ircproxy | |
parent | 2563ad42a22cac1c6082e6b679b2b64528378bd2 (diff) | |
download | ports-dd45df3d5b5fec0f803cfbe3e3236635fceaa29d.tar.gz ports-dd45df3d5b5fec0f803cfbe3e3236635fceaa29d.zip |
Notes
Diffstat (limited to 'irc/ircproxy')
-rw-r--r-- | irc/ircproxy/Makefile | 11 | ||||
-rw-r--r-- | irc/ircproxy/pkg-descr | 14 |
2 files changed, 17 insertions, 8 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index e9637220dd6e..5f7709e8623d 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -5,14 +5,13 @@ PORTNAME= ircproxy PORTVERSION= 1.3.6 PORTREVISION= 3 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 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares @@ -43,6 +42,6 @@ post-patch: s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd .include <bsd.port.mk> diff --git a/irc/ircproxy/pkg-descr b/irc/ircproxy/pkg-descr index a6f25eddbd03..f466f3ad7904 100644 --- a/irc/ircproxy/pkg-descr +++ b/irc/ircproxy/pkg-descr @@ -1,3 +1,13 @@ -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. -WWW: http://ircproxy.sourceforge.net +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/ |