CGI:IRC 0.5.11
There's a new release out, including various browser bug fixes. Key handling fixes for WebKit, removed outline for Chrome. Made it more obvious when the stream is disconnected. Optional support for smilies (see cgiirc.config.full and docs/smilies.conf.example) Date: 24 September 2013 Author: dgl
This commit is contained in:
parent
bb4b629b6a
commit
730d8211c9
2 changed files with 8 additions and 10 deletions
|
@ -1,8 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.22 2014/05/29 23:35:17 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2014/11/21 12:10:35 mef Exp $
|
||||
|
||||
DISTNAME= cgiirc-0.5.10
|
||||
#PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
DISTNAME= cgiirc-0.5.11
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= http://cgiirc.org/releases/
|
||||
|
||||
|
@ -37,12 +35,13 @@ DOCFILES= identd.xinetd decode.pl identd.pl viewconnects.pl
|
|||
EGFILES= cgiirc.config.full client.c ipaccess.example
|
||||
CGIIRC= ${PREFIX}/share/cgiirc
|
||||
|
||||
INSTALLATION_DIRS+= share/doc/cgiirc
|
||||
INSTALLATION_DIRS+= share/examples/cgiirc
|
||||
do-configure:
|
||||
${SED} -e "s|@CGIIRC@|${CGIIRC}|g" ${FILESDIR}/cgiirc.conf \
|
||||
> ${WRKDIR}/cgiirc.conf
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cgiirc
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}/formats
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}/images
|
||||
|
@ -52,7 +51,6 @@ do-install:
|
|||
${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}/modules
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}/modules/IRC
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${CGIIRC}/modules/IRC/Channel
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/cgiirc
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cgiirc
|
||||
. for f in ${DOCFILES}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2011/03/02 20:24:40 gls Exp $
|
||||
$NetBSD: distinfo,v 1.8 2014/11/21 12:10:35 mef Exp $
|
||||
|
||||
SHA1 (cgiirc-0.5.10.tar.gz) = 3814bde7691bfef3f747e3639b9498aafb75f27d
|
||||
RMD160 (cgiirc-0.5.10.tar.gz) = c55d89b981c772741c015b2d7f476528d559fb61
|
||||
Size (cgiirc-0.5.10.tar.gz) = 133827 bytes
|
||||
SHA1 (cgiirc-0.5.11.tar.gz) = 53f05f8e602a3ea27006b8e54373dd63c8994955
|
||||
RMD160 (cgiirc-0.5.11.tar.gz) = 1d7568d722f77ac81be2b38b1753f30cedde56af
|
||||
Size (cgiirc-0.5.11.tar.gz) = 138840 bytes
|
||||
|
|
Loading…
Reference in a new issue