summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortonio <tonio>2006-01-13 13:03:43 +0000
committertonio <tonio>2006-01-13 13:03:43 +0000
commit4c424ffd918218137bb53051fd0887646ede1f30 (patch)
treebe4e639c24ac0d08a961421c94320367e1a914ba /chat
parentdbb30501b0b208b71952359fd0c0cae476240dab (diff)
downloadpkgsrc-4c424ffd918218137bb53051fd0887646ede1f30.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/bitlbee/Makefile11
-rw-r--r--chat/bitlbee/PLIST7
-rw-r--r--chat/bitlbee/distinfo8
3 files changed, 15 insertions, 11 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 30dd74a3641..09d872e6f83 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -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+= --bindir=${PREFIX}/sbin
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 @@ OWN_DIRS_PERMS= ${STATEDIR} bitlbee nobody 700
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 @@ do-install:
${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 --git a/chat/bitlbee/PLIST b/chat/bitlbee/PLIST
index 58628bb3413..9907f2e7c69 100644
--- a/chat/bitlbee/PLIST
+++ b/chat/bitlbee/PLIST
@@ -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 --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo
index 26d29cf8ffa..4fc0197ec9c 100644
--- a/chat/bitlbee/distinfo
+++ b/chat/bitlbee/distinfo
@@ -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