summaryrefslogtreecommitdiff
path: root/chat/weechat
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-06-10 16:17:32 +0000
committertonio <tonio@pkgsrc.org>2006-06-10 16:17:32 +0000
commit9729b1f8a4bfb499a84efa7fdef2fb83cf5373a1 (patch)
tree90e427418b2008311f2066f58a8ebd3e4a3d59c4 /chat/weechat
parentfda9e8eccafc6d42c5dd59cd2bdf02e5a7864f75 (diff)
downloadpkgsrc-9729b1f8a4bfb499a84efa7fdef2fb83cf5373a1.tar.gz
Update chat/weechat to 0.1.9
News since last version are: - nick aligment, makes channels more readable - new commands: /cycle, /setp - new option to customize IP/hostname (when using multipe IP) - new option to customize input prompt - added keyboard handler for plugins - german translations (messages and documentation) - many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details Among them: - improved alias completion (now uses target command for completion) ... - added completion system for plugins/scripts commands ... - new window maganement: custom size for windows, auto resize when terminal is resized ... - full UTF-8 support ... - new keyboard management, fully customizable
Diffstat (limited to 'chat/weechat')
-rw-r--r--chat/weechat/Makefile9
-rw-r--r--chat/weechat/PLIST17
-rw-r--r--chat/weechat/distinfo12
-rw-r--r--chat/weechat/patches/patch-aa12
-rw-r--r--chat/weechat/patches/patch-ab12
-rw-r--r--chat/weechat/patches/patch-ac30
-rw-r--r--chat/weechat/patches/patch-ad13
7 files changed, 24 insertions, 81 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index b2dd499c59f..15bdab17794 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:30 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/10 16:17:32 tonio Exp $
#
-DISTNAME= weechat-0.0.6
-PKGREVISION= 2
+DISTNAME= weechat-0.1.9
CATEGORIES= chat
MASTER_SITES= http://weechat.flashtux.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -16,9 +15,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-python --disable-ruby --disable-lua
-INCOMPAT_CURSES+= NetBSD-1.*-*
+INCOMPAT_CURSES+= NetBSD-*-*
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST
index 14845e410bf..b60394f28e9 100644
--- a/chat/weechat/PLIST
+++ b/chat/weechat/PLIST
@@ -1,4 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:13 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/06/10 16:17:32 tonio Exp $
bin/weechat-curses
-man/man1/weechat.1
+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/locale/cs/LC_MESSAGES/weechat.mo
+share/locale/de/LC_MESSAGES/weechat.mo
+share/locale/es/LC_MESSAGES/weechat.mo
share/locale/fr/LC_MESSAGES/weechat.mo
+share/locale/hu/LC_MESSAGES/weechat.mo
+share/locale/ru/LC_MESSAGES/weechat.mo
+@dirrm share/doc/weechat/html/fr
+@dirrm share/doc/weechat/html/en
+@dirrm share/doc/weechat/html/de
+@dirrm share/doc/weechat/html
+@dirrm share/doc/weechat
diff --git a/chat/weechat/distinfo b/chat/weechat/distinfo
index a8569edecc8..a078bdc7f1b 100644
--- a/chat/weechat/distinfo
+++ b/chat/weechat/distinfo
@@ -1,9 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/01/10 13:05:33 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/06/10 16:17:32 tonio Exp $
-SHA1 (weechat-0.0.6.tar.bz2) = e46ccd7c8b5f4065a26cb8d68331f1a24cffa4bc
-RMD160 (weechat-0.0.6.tar.bz2) = 46e9bc85859c4b14ed6f3ea5f9b41b93319ee798
-Size (weechat-0.0.6.tar.bz2) = 278999 bytes
-SHA1 (patch-aa) = a5f678cd2507448c384bf55d084e03b677c97ca6
-SHA1 (patch-ab) = ef3aa182806a26507acb9c727df4b72d492a3f9f
-SHA1 (patch-ac) = 68b0fd0384d51124269577cf6fc358a2bac20ca2
-SHA1 (patch-ad) = 8988ed83083a58874b289edf2fb8bafeab3951fe
+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
diff --git a/chat/weechat/patches/patch-aa b/chat/weechat/patches/patch-aa
deleted file mode 100644
index c058d6d569c..00000000000
--- a/chat/weechat/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $
-
---- src/gui/gui-common.c.orig 2004-06-05 19:38:38.000000000 +0200
-+++ src/gui/gui-common.c 2004-06-05 19:38:55.000000000 +0200
-@@ -24,6 +24,7 @@
- #include "config.h"
- #endif
-
-+#include <stdarg.h> /* va_list */
- #include <stdlib.h>
- #include <stdio.h>
- #include <unistd.h>
diff --git a/chat/weechat/patches/patch-ab b/chat/weechat/patches/patch-ab
deleted file mode 100644
index e03297924d1..00000000000
--- a/chat/weechat/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $
-
---- src/gui/curses/gui-display.c.orig 2004-06-05 19:39:35.000000000 +0200
-+++ src/gui/curses/gui-display.c 2004-06-05 19:39:51.000000000 +0200
-@@ -24,6 +24,7 @@
- #include "config.h"
- #endif
-
-+#include <stdarg.h> /* va_list */
- #include <stdlib.h>
- #include <stdio.h>
- #include <unistd.h>
diff --git a/chat/weechat/patches/patch-ac b/chat/weechat/patches/patch-ac
deleted file mode 100644
index f1ed9e42cf0..00000000000
--- a/chat/weechat/patches/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/05/24 15:50:26 rillig Exp $
-
---- configure.orig Sat Nov 6 18:42:55 2004
-+++ configure Sat Nov 6 18:43:15 2004
-@@ -7064,13 +7064,13 @@
-
-
- # Checks for libraries.
--echo "$as_me:$LINENO: checking for initscr in -lcurses" >&5
--echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
-+echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
- if test "${ac_cv_lib_curses_initscr+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lcurses $LIBS"
-+LIBS="-lncurses $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8467,7 +8467,7 @@
- echo "$as_me: error: Curses library not found! Install Curses library or run ./configure with --disable-curses parameter." >&2;}
- { (exit 1); exit 1; }; }
- fi
-- CURSES_LIBS="-lcurses"
-+ CURSES_LIBS="-lncurses"
-
- fi
-
diff --git a/chat/weechat/patches/patch-ad b/chat/weechat/patches/patch-ad
deleted file mode 100644
index 374183cc5a5..00000000000
--- a/chat/weechat/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/01/10 13:05:33 joerg Exp $
-
---- src/gui/curses/Makefile.in.orig 2006-01-10 12:58:12.000000000 +0000
-+++ src/gui/curses/Makefile.in
-@@ -174,7 +174,7 @@ bin_PROGRAMS = weechat-curses
- weechat_curses_LDADD = ../../common/lib_weechat_main.a \
- ../../irc/lib_weechat_irc.a \
- $(CURSES_LIBS) \
-- ../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS)
-+ ../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS) $(LIBINTL)
-
-
- weechat_curses_SOURCES = ../gui.h \