diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-05 17:45:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-05 17:45:31 +0000 |
commit | 8fbdbf160e7254edccfdd95edf635edb0ac5ae81 (patch) | |
tree | b035ccff05ffaf2ea9cc8572cb17c376d81ac9ca /chat/weechat | |
parent | c84c503629fcc6d6d009e38ba76b13900e5e1483 (diff) | |
download | pkgsrc-8fbdbf160e7254edccfdd95edf635edb0ac5ae81.tar.gz |
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 (limited to 'chat/weechat')
-rw-r--r-- | chat/weechat/DESCR | 3 | ||||
-rw-r--r-- | chat/weechat/Makefile | 21 | ||||
-rw-r--r-- | chat/weechat/PLIST | 4 | ||||
-rw-r--r-- | chat/weechat/distinfo | 6 | ||||
-rw-r--r-- | chat/weechat/patches/patch-aa | 12 | ||||
-rw-r--r-- | chat/weechat/patches/patch-ab | 12 |
6 files changed, 58 insertions, 0 deletions
diff --git a/chat/weechat/DESCR b/chat/weechat/DESCR new file mode 100644 index 00000000000..6fccbc69e85 --- /dev/null +++ b/chat/weechat/DESCR @@ -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 --git a/chat/weechat/Makefile b/chat/weechat/Makefile new file mode 100644 index 00000000000..dfe947faa3c --- /dev/null +++ b/chat/weechat/Makefile @@ -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 +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 --git a/chat/weechat/PLIST b/chat/weechat/PLIST new file mode 100644 index 00000000000..aecdcbb7b1e --- /dev/null +++ b/chat/weechat/PLIST @@ -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 --git a/chat/weechat/distinfo b/chat/weechat/distinfo new file mode 100644 index 00000000000..540180d4729 --- /dev/null +++ b/chat/weechat/distinfo @@ -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 --git a/chat/weechat/patches/patch-aa b/chat/weechat/patches/patch-aa new file mode 100644 index 00000000000..c058d6d569c --- /dev/null +++ b/chat/weechat/patches/patch-aa @@ -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 --git a/chat/weechat/patches/patch-ab b/chat/weechat/patches/patch-ab new file mode 100644 index 00000000000..e03297924d1 --- /dev/null +++ b/chat/weechat/patches/patch-ab @@ -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> |