Update to 0.5.8
> 0.5.8 > - Translations into German, Dutch, Romanian and Norwegian (thanks > OUTsider/scarynet) > - Russian translation of help > - Some more UTF-8 fixes (including joining channels with non-ASCII chars, > thanks to Jonas Liljegren) > - Server balancing support > - Identd supports multiple installs > - Fix buffer overflow in client.cgi > - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2) > > 0.5.7 > - Fixed to work on Perl <5.8 > - Perform config option
This commit is contained in:
parent
bdc3ced4c6
commit
4c3c302732
3 changed files with 13 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2005/12/29 06:21:32 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2006/05/02 21:43:34 adrianp Exp $
|
||||
|
||||
DISTNAME= cgiirc-0.5.6
|
||||
DISTNAME= cgiirc-0.5.8
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/}
|
||||
|
||||
|
@ -24,8 +24,8 @@ CONF_FILES+= ${PREFIX}/share/examples/cgiirc/cgiirc.config \
|
|||
DEPENDS+= p5-INET6-*:../../net/p5-INET6
|
||||
.endif
|
||||
|
||||
REPLACE_PERL= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \
|
||||
docs/identd.pl viewconnects.pl modules/parse.pl \
|
||||
REPLACE_PERL+= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \
|
||||
docs/identd.pl docs/viewconnects.pl modules/parse.pl \
|
||||
interfaces/interface-make/make-js-interfaces.pl
|
||||
|
||||
DOCFILES= identd.xinetd decode.pl identd.pl viewconnects.pl
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/15 18:36:55 adrianp Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2006/05/02 21:43:34 adrianp Exp $
|
||||
share/cgiirc/client-perl.cgi
|
||||
share/cgiirc/formats/dark
|
||||
share/cgiirc/formats/default
|
||||
share/cgiirc/formats/dutch
|
||||
share/cgiirc/formats/german
|
||||
share/cgiirc/formats/gothic
|
||||
share/cgiirc/formats/mirc
|
||||
share/cgiirc/formats/norwegian
|
||||
share/cgiirc/formats/romanian
|
||||
share/cgiirc/formats/russian
|
||||
share/cgiirc/images/actmsg.wav
|
||||
share/cgiirc/images/actsound.gif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/03/26 09:26:12 adrianp Exp $
|
||||
$NetBSD: distinfo,v 1.5 2006/05/02 21:43:34 adrianp Exp $
|
||||
|
||||
SHA1 (cgiirc-0.5.6.tar.gz) = 7dc74f6442879172fdcc0340fe19cbeaf13b400c
|
||||
RMD160 (cgiirc-0.5.6.tar.gz) = 60eaf28df44d2cbfc48d932d2130039d8379d69c
|
||||
Size (cgiirc-0.5.6.tar.gz) = 130630 bytes
|
||||
SHA1 (cgiirc-0.5.8.tar.gz) = 223f8e0e99b8780585ea21fda017ec50c4a0913b
|
||||
RMD160 (cgiirc-0.5.8.tar.gz) = 49726776d4d6df83a1dfe92615db809ae24f1e6a
|
||||
Size (cgiirc-0.5.8.tar.gz) = 134723 bytes
|
||||
|
|
Loading…
Reference in a new issue