From: lam4 Subject: znc: introduce 1.6.1 ZNC IRC bouncer. --- module: znc id: 393162b502c62b6348b475baa14e67bb lvu submit: znc lvu: db8269a81dadf0ff44025fd3ec5ee33d - uname -r: 4.1.3 kernel headers: 4.0-x86_64 gcc: 4.9.2 glibc: 2.21 --- /znc/CONFIGURE | 4 ++++ /znc/DEPENDS | 6 ++++++ /znc/DETAILS | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+) --- diff a//znc b//znc --- a//znc/CONFIGURE 1970-01-01 00:00:00.000000000 +0000 +++ b//znc/CONFIGURE 2015-08-08 19:32:33.335693453 +0000 @@ -0,0 +1,4 @@ +mquery IPV6 "Enable IPv6 support?" y "" "--disable-ipv6" +mquery LARGE_FILE "Enable large file support?" y "" "--disable-largefile" +mquery TDNS "Enable threads usage for DNS resolving?" y "" "--disable-tdns" +mquery POLL "Use poll() instead of select()?" y "" "--disable-poll" --- a//znc/DEPENDS 1970-01-01 00:00:00.000000000 +0000 +++ b//znc/DEPENDS 2015-08-08 19:39:08.492318376 +0000 @@ -0,0 +1,6 @@ +optional_depends "openssl" "" "--disable-openssl" "for SSL support" +optional_depends "perl" "--enable-perl" "" "for modperl" +optional_depends "tcl" "--enable-tcl" "" "for modtcl" +optional_depends "cyrus-sasl" "--enable-curys" "" "for cyrus support" +optional_depends "icu4c" "" "--disable-charset" "for charset support" +optional_depends "zlib" "" "--disable-zlib" "for compression support" --- a//znc/DETAILS 1970-01-01 00:00:00.000000000 +0000 +++ b//znc/DETAILS 2015-08-08 20:04:49.644474503 +0000 @@ -0,0 +1,18 @@ + MODULE=znc + VERSION=1.6.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://znc.in/releases/ + SOURCE_VFY=sha256:ba49397364f48d6d32ae5242bc1166f21d972f85dd390d6bbe68a63ecbb6c140 + WEB_SITE=http://znc.in + ENTERED=20150808 + UPDATED=20150808 + MAINTAINER=lam4k331@gmail.com + SHORT="ZNC IRC bouncer" + +cat << EOF +ZNC is an IRC network bouncer or BNC. It can detach the client from the +actual IRC server, and also from selected channels. Multiple clients +from different locations can connect to a single ZNC account +simultaneously and therefore appear under the same nickname on IRC. It +supports SSL secured connections and IPv6. +EOF