pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitlbee Updated to 0.82



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4355edd4b8b6
branches:  trunk
changeset: 464294:4355edd4b8b6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Dec 05 23:05:58 2003 +0000

description:
Updated to 0.82

Changes since 0.80:

        o Fixed a buffer overflow plus another problem in the nick
          handling code.
        o Fixed MSN support.
        o Added the qlist command.
        o Fixed the Makefile: It doesn't just overwrite files in etcdir
          anymore.
        o Fixed a small problem in the auto-reconnect cleanup code.
        o Added a configuration file.
        o Added some access restrictions for people who don't want their
          BitlBee server to be open to anyone.
        o Added basic support for charsets, which makes BitlBee more useful
          to people who don't speak ASCII.
        o Added support for automatic reconnection to an IM-server.
        o Yahoo! now works again.

And more...

diffstat:

 chat/bitlbee/Makefile |  13 +++++++++----
 chat/bitlbee/PLIST    |   4 +++-
 chat/bitlbee/distinfo |   6 +++---
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r 45ff36cc9331 -r 4355edd4b8b6 chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile     Fri Dec 05 22:58:52 2003 +0000
+++ b/chat/bitlbee/Makefile     Fri Dec 05 23:05:58 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/09/04 15:47:08 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/05 23:05:58 xtraeme Exp $
 #
 
-DISTNAME=              bitlbee-0.80
+DISTNAME=              bitlbee-0.82
 CATEGORIES=            chat
 MASTER_SITES=          http://get.bitlbee.org/src/
 
@@ -22,7 +22,9 @@
 
 PKG_SYSCONFSUBDIR=     bitlbee
 CONF_FILES=            ${DATADIR}/motd.txt ${PKG_SYSCONFDIR}/motd.txt
+CONF_FILES+=           ${EGDIR}/bitlbee.conf ${PKG_SYSCONFDIR}/bitlbee.conf
 
+EGDIR=                 ${PREFIX}/share/examples/bitlbee
 DATADIR=               ${PREFIX}/share/bitlbee
 DOCDIR=                        ${PREFIX}/share/doc/bitlbee
 STATEDIR=              /var/db/bitlbee
@@ -32,7 +34,8 @@
 PKG_USERS=             bitlbee:nobody::Bitlbee\\ user:/var/db/bitlbee
 
 do-install:
-       ${INSTALL_DATA_DIR} ${DATADIR} ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${DATADIR} ${DOCDIR} ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/bitlbee.conf ${EGDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/bitlbee ${PREFIX}/sbin
        ${INSTALL_DATA} ${WRKSRC}/help.txt ${DATADIR}
        ${INSTALL_DATA} ${WRKSRC}/motd.txt ${DATADIR}
@@ -42,5 +45,7 @@
 .endfor
 .undef f
 
-.include "../../devel/glib/buildlink2.mk"
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../net/libsoup/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 45ff36cc9331 -r 4355edd4b8b6 chat/bitlbee/PLIST
--- a/chat/bitlbee/PLIST        Fri Dec 05 22:58:52 2003 +0000
+++ b/chat/bitlbee/PLIST        Fri Dec 05 23:05:58 2003 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/02 09:03:02 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/12/05 23:05:58 xtraeme Exp $
 man/man8/bitlbee.8
 sbin/bitlbee
+share/examples/bitlbee/bitlbee.conf
 share/bitlbee/help.txt
 share/bitlbee/motd.txt
 share/doc/bitlbee/AUTHORS
@@ -8,4 +9,5 @@
 share/doc/bitlbee/README
 share/doc/bitlbee/TODO
 @dirrm share/doc/bitlbee
+@dirrm share/examples/bitlbee
 @dirrm share/bitlbee
diff -r 45ff36cc9331 -r 4355edd4b8b6 chat/bitlbee/distinfo
--- a/chat/bitlbee/distinfo     Fri Dec 05 22:58:52 2003 +0000
+++ b/chat/bitlbee/distinfo     Fri Dec 05 23:05:58 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/07/02 09:03:02 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2003/12/05 23:05:58 xtraeme Exp $
 
-SHA1 (bitlbee-0.80.tar.gz) = 5d02e6013ec42df3f5b495d9884c1f391be154f3
-Size (bitlbee-0.80.tar.gz) = 351775 bytes
+SHA1 (bitlbee-0.82.tar.gz) = 68c4efba710db785158f35e71fe8ed35d0b08d0e
+Size (bitlbee-0.82.tar.gz) = 375607 bytes



Home | Main Index | Thread Index | Old Index