pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/weechat Initial import of weechat-0.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92596e5226ba
branches:  trunk
changeset: 476238:92596e5226ba
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Jun 05 17:45:31 2004 +0000

description:
Initial import of weechat-0.0.6.

WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC
client. Everything can be done with a keyboard, and it is customizable
and extensible with scripts.

diffstat:

 chat/weechat/DESCR            |   3 +++
 chat/weechat/Makefile         |  21 +++++++++++++++++++++
 chat/weechat/PLIST            |   4 ++++
 chat/weechat/distinfo         |   6 ++++++
 chat/weechat/patches/patch-aa |  12 ++++++++++++
 chat/weechat/patches/patch-ab |  12 ++++++++++++
 6 files changed, 58 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r afa3843b9953 -r 92596e5226ba chat/weechat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/DESCR        Sat Jun 05 17:45:31 2004 +0000
@@ -0,0 +1,3 @@
+WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC 
+client. Everything can be done with a keyboard, and it is customizable 
+and extensible with scripts.
diff -r afa3843b9953 -r 92596e5226ba chat/weechat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/Makefile     Sat Jun 05 17:45:31 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 17:45:31 xtraeme Exp $
+#
+
+DISTNAME=      weechat-0.0.6
+CATEGORIES=    chat
+MASTER_SITES=  http://weechat.flashtux.org/download/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://weechat.flashtux.org/
+COMMENT=       Lightweight and user friendly curses based IRC client
+
+BUILD_USES_MSGFMT=     yes
+
+USE_BUILDLINK3=                yes
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r afa3843b9953 -r 92596e5226ba chat/weechat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/PLIST        Sat Jun 05 17:45:31 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $
+bin/weechat-curses
+man/man1/weechat.1
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/weechat.mo
diff -r afa3843b9953 -r 92596e5226ba chat/weechat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/distinfo     Sat Jun 05 17:45:31 2004 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $
+
+SHA1 (weechat-0.0.6.tar.bz2) = e46ccd7c8b5f4065a26cb8d68331f1a24cffa4bc
+Size (weechat-0.0.6.tar.bz2) = 278999 bytes
+SHA1 (patch-aa) = a5f678cd2507448c384bf55d084e03b677c97ca6
+SHA1 (patch-ab) = ef3aa182806a26507acb9c727df4b72d492a3f9f
diff -r afa3843b9953 -r 92596e5226ba chat/weechat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/patches/patch-aa     Sat Jun 05 17:45:31 2004 +0000
@@ -0,0 +1,12 @@
+$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 -r afa3843b9953 -r 92596e5226ba chat/weechat/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/patches/patch-ab     Sat Jun 05 17:45:31 2004 +0000
@@ -0,0 +1,12 @@
+$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>



Home | Main Index | Thread Index | Old Index