pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/bitlbee Update chat/bitlbee to 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e3a2f052dab
branches:  trunk
changeset: 506253:7e3a2f052dab
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Jan 13 13:03:43 2006 +0000

description:
Update chat/bitlbee to 1.0

CHANGES contains:
- renamed control channel to &bitlbee, to avoid confusions
- Jabber cleanup
- Handle RSS-to-Jabber feeds
- AIM notifications
- typing notifications come in as CTCP
- fixes a possible DoD bug

Also, the package now installs the full user-guide, and bitlbee.conf(5) man
page

diffstat:

 chat/bitlbee/Makefile |  11 ++++++-----
 chat/bitlbee/PLIST    |   7 +++++--
 chat/bitlbee/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 11 deletions(-)

diffs (76 lines):

diff -r 879ae7a47e09 -r 7e3a2f052dab chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile     Fri Jan 13 12:12:19 2006 +0000
+++ b/chat/bitlbee/Makefile     Fri Jan 13 13:03:43 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2005/12/29 06:21:32 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2006/01/13 13:03:43 tonio Exp $
 #
 
-DISTNAME=              bitlbee-0.99
+DISTNAME=              bitlbee-1.0
 CATEGORIES=            chat
 MASTER_SITES=          http://get.bitlbee.org/src/
 
@@ -17,7 +17,7 @@
 CONFIGURE_ARGS+=       --etcdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --datadir=${DATADIR:Q}
 CONFIGURE_ARGS+=       --config=${STATEDIR:Q}
-CONFIGURE_ARGS+=       --flood=1
+CONFIGURE_ARGS+=       --flood=0
 CONFIGURE_ARGS+=       --ssl=openssl
 
 PKG_SYSCONFSUBDIR=     bitlbee
@@ -33,7 +33,7 @@
 
 PKG_USERS=             bitlbee:nobody::Bitlbee\ user:${VARBASE}/db/bitlbee
 
-INSTALLATION_DIRS=     man/man8 sbin
+INSTALLATION_DIRS=     man/man5 man/man8 sbin
 
 do-install:
        ${INSTALL_DATA_DIR} ${DATADIR}
@@ -44,7 +44,8 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/user-guide/help.txt ${DATADIR}
        ${INSTALL_DATA} ${WRKSRC}/motd.txt ${DATADIR}
        ${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.8 ${PREFIX}/man/man8
-.for f in AUTHORS FAQ README TODO
+       ${INSTALL_MAN} ${WRKSRC}/doc/bitlbee.conf.5 ${PREFIX}/man/man5
+.for f in AUTHORS FAQ README CREDITS user-guide/user-guide.txt user-guide/user-guide.html
        ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCDIR}
 .endfor
 
diff -r 879ae7a47e09 -r 7e3a2f052dab chat/bitlbee/PLIST
--- a/chat/bitlbee/PLIST        Fri Jan 13 12:12:19 2006 +0000
+++ b/chat/bitlbee/PLIST        Fri Jan 13 13:03:43 2006 +0000
@@ -1,13 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2003/12/05 23:05:58 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/01/13 13:03:43 tonio Exp $
+man/man5/bitlbee.conf.5
 man/man8/bitlbee.8
 sbin/bitlbee
 share/examples/bitlbee/bitlbee.conf
 share/bitlbee/help.txt
 share/bitlbee/motd.txt
 share/doc/bitlbee/AUTHORS
+share/doc/bitlbee/CREDITS
 share/doc/bitlbee/FAQ
 share/doc/bitlbee/README
-share/doc/bitlbee/TODO
+share/doc/bitlbee/user-guide.txt
+share/doc/bitlbee/user-guide.html
 @dirrm share/doc/bitlbee
 @dirrm share/examples/bitlbee
 @dirrm share/bitlbee
diff -r 879ae7a47e09 -r 7e3a2f052dab chat/bitlbee/distinfo
--- a/chat/bitlbee/distinfo     Fri Jan 13 12:12:19 2006 +0000
+++ b/chat/bitlbee/distinfo     Fri Jan 13 13:03:43 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/11/12 19:51:24 tonio Exp $
+$NetBSD: distinfo,v 1.13 2006/01/13 13:03:43 tonio Exp $
 
-SHA1 (bitlbee-0.99.tar.gz) = d9572c8cd485e00bc4fd9bdf81ff139f56a3c146
-RMD160 (bitlbee-0.99.tar.gz) = e39ff67dcecb3b107623f6850ee1bf5612c19633
-Size (bitlbee-0.99.tar.gz) = 469547 bytes
+SHA1 (bitlbee-1.0.tar.gz) = 0367a41a288979e8de8f8db89a260e54029a79e2
+RMD160 (bitlbee-1.0.tar.gz) = 0d06c4a3d4c39e65a88f8d8f2178bb4d78dac731
+Size (bitlbee-1.0.tar.gz) = 453937 bytes



Home | Main Index | Thread Index | Old Index