summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-05 23:05:58 +0000
committerxtraeme <xtraeme>2003-12-05 23:05:58 +0000
commit6d178f767b945d5204ae276775d7a055792be798 (patch)
treed592eacdebb62b626b1b033e79a8b18cc3a7f9b6 /chat
parenta11cd776efb1ca0bf253ddc61bb8806e54b80709 (diff)
downloadpkgsrc-6d178f767b945d5204ae276775d7a055792be798.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/bitlbee/Makefile13
-rw-r--r--chat/bitlbee/PLIST4
-rw-r--r--chat/bitlbee/distinfo6
3 files changed, 15 insertions, 8 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index eeb254c021c..15f97f2bf9e 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --config=${STATEDIR}
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 @@ OWN_DIRS_PERMS= ${STATEDIR} bitlbee nobody 700
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 @@ do-install:
.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 --git a/chat/bitlbee/PLIST b/chat/bitlbee/PLIST
index 2e099dc98ae..58628bb3413 100644
--- a/chat/bitlbee/PLIST
+++ b/chat/bitlbee/PLIST
@@ -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/FAQ
share/doc/bitlbee/README
share/doc/bitlbee/TODO
@dirrm share/doc/bitlbee
+@dirrm share/examples/bitlbee
@dirrm share/bitlbee
diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo
index 8f30d2231eb..df0d1faec6e 100644
--- a/chat/bitlbee/distinfo
+++ b/chat/bitlbee/distinfo
@@ -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