pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/weechat Update chat/weechat to 0.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be504b7e7985
branches:  trunk
changeset: 519392:be504b7e7985
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Oct 02 17:45:49 2006 +0000

description:
Update chat/weechat to 0.2.1

Add an option to enable python plugin support.

News since last version are:
- added server default notify
- added arguments ($1,..,$9) for alias and special
  vars ($nick, $channel, $server)
- added hotlist in session file when using /upgrade command
- fixed crash with DCC when resuming file
- fixed random crash with /upgrade command
- fixed nicklist display when location is top or bottom
- fixed bug with CTCP version on channels
- fixed bug with auto-rejoin for keyed channels
- fixed chan owner and chan admin nicks

diffstat:

 chat/weechat/Makefile         |   9 ++++++---
 chat/weechat/PLIST            |  11 ++++++++++-
 chat/weechat/distinfo         |   9 +++++----
 chat/weechat/patches/patch-aa |  13 +++++++++++++
 4 files changed, 34 insertions(+), 8 deletions(-)

diffs (86 lines):

diff -r 97f45b0c7c39 -r be504b7e7985 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Mon Oct 02 17:33:35 2006 +0000
+++ b/chat/weechat/Makefile     Mon Oct 02 17:45:49 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2006/06/10 16:17:32 tonio Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/02 17:45:49 tonio Exp $
 #
 
-DISTNAME=      weechat-0.1.9
+DISTNAME=      weechat-0.2.1
 CATEGORIES=    chat
 MASTER_SITES=  http://weechat.flashtux.org/download/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,10 +15,13 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-python --disable-ruby --disable-lua
+CONFIGURE_ARGS+=       --disable-ruby --disable-lua
+MAKE_ENV+=     INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q}
 
 INCOMPAT_CURSES+=      NetBSD-*-*
 
+.include "options.mk"
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
diff -r 97f45b0c7c39 -r be504b7e7985 chat/weechat/PLIST
--- a/chat/weechat/PLIST        Mon Oct 02 17:33:35 2006 +0000
+++ b/chat/weechat/PLIST        Mon Oct 02 17:45:49 2006 +0000
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.3 2006/06/10 16:17:32 tonio Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/02 17:45:49 tonio Exp $
 bin/weechat-curses
+${WITHPYTHON}lib/weechat/plugins/python.la
 man/man1/weechat-curses.1
 share/doc/weechat/html/de/weechat-doc.css
 share/doc/weechat/html/en/weechat-doc.css
 share/doc/weechat/html/fr/weechat-doc.css
+share/doc/weechat/weechat_quickstart.cs.txt
+share/doc/weechat/weechat_quickstart.de.txt
+share/doc/weechat/weechat_quickstart.en.txt
+share/doc/weechat/weechat_quickstart.fr.txt
+share/doc/weechat/weechat_quickstart.pl.txt
+share/doc/weechat/weechat_quickstart.ru.txt
 share/locale/cs/LC_MESSAGES/weechat.mo
 share/locale/de/LC_MESSAGES/weechat.mo
 share/locale/es/LC_MESSAGES/weechat.mo
@@ -15,3 +22,5 @@
 @dirrm share/doc/weechat/html/de
 @dirrm share/doc/weechat/html
 @dirrm share/doc/weechat
+${WITHPLUGIN}@dirrm lib/weechat/plugins
+${WITHPLUGIN}@dirrm lib/weechat
diff -r 97f45b0c7c39 -r be504b7e7985 chat/weechat/distinfo
--- a/chat/weechat/distinfo     Mon Oct 02 17:33:35 2006 +0000
+++ b/chat/weechat/distinfo     Mon Oct 02 17:45:49 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2006/06/10 16:17:32 tonio Exp $
+$NetBSD: distinfo,v 1.7 2006/10/02 17:45:49 tonio Exp $
 
-SHA1 (weechat-0.1.9.tar.bz2) = 56ae79a41697e2cd093d92dc167203bf6cdbb89d
-RMD160 (weechat-0.1.9.tar.bz2) = 09b309dbbb26e31c2b4dae9defba23cd3b4e59d7
-Size (weechat-0.1.9.tar.bz2) = 999710 bytes
+SHA1 (weechat-0.2.1.tar.bz2) = 2d2f0d2c0e4829992a06ef75617730807c246383
+RMD160 (weechat-0.2.1.tar.bz2) = bca03aa9dc4ed423c89dfc0efb9489a724f32309
+Size (weechat-0.2.1.tar.bz2) = 1056706 bytes
+SHA1 (patch-aa) = 5bfba8832834898030fb1612adee83c8a7d1e708
diff -r 97f45b0c7c39 -r be504b7e7985 chat/weechat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/patches/patch-aa     Mon Oct 02 17:45:49 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/10/02 17:45:49 tonio Exp $
+
+--- po/Makefile.in.in.orig     2006-10-01 10:00:26.000000000 +0200
++++ po/Makefile.in.in
+@@ -30,7 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
+ 
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-mkinstalldirs = $(SHELL) @install_sh@ -d
++mkinstalldirs = $(INSTALL_DATA_DIR)
+ mkdir_p = @mkdir_p@
+ 
+ GMSGFMT_ = @GMSGFMT@



Home | Main Index | Thread Index | Old Index