From 8c51fabfad900cbd996438d08048588e9f8d210b Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 22 Feb 2005 14:33:05 +0000 Subject: Import gtmess-0.9. Packaged by Jung-Min Seo, aka luapz, and slightly modified by me. Gtmess is a console-based MSN Messenger client with the following features. * supports MSNP9 protocol version * portable to many unix (POSIX) systems * console interface (using curses) * full unicode (UTF-8) support for input and output * multiple threads (using pthreads) * SSL support (using OpenSSL) * notification window (external Tcl/Tk script) * spoof typing user * HTTP gateway --- chat/gtmess/DESCR | 12 ++++++++++++ chat/gtmess/Makefile | 23 +++++++++++++++++++++++ chat/gtmess/PLIST | 14 ++++++++++++++ chat/gtmess/distinfo | 4 ++++ 4 files changed, 53 insertions(+) create mode 100644 chat/gtmess/DESCR create mode 100644 chat/gtmess/Makefile create mode 100644 chat/gtmess/PLIST create mode 100644 chat/gtmess/distinfo (limited to 'chat/gtmess') diff --git a/chat/gtmess/DESCR b/chat/gtmess/DESCR new file mode 100644 index 00000000000..727599273fa --- /dev/null +++ b/chat/gtmess/DESCR @@ -0,0 +1,12 @@ +Gtmess is a console-based MSN Messenger client with the following +features. + + * supports MSNP9 protocol version + * portable to many unix (POSIX) systems + * console interface (using curses) + * full unicode (UTF-8) support for input and output + * multiple threads (using pthreads) + * SSL support (using OpenSSL) + * notification window (external Tcl/Tk script) + * spoof typing user + * HTTP gateway diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile new file mode 100644 index 00000000000..c38d91067f2 --- /dev/null +++ b/chat/gtmess/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 14:33:05 minskim Exp $ +# + +DISTNAME= gtmess-0.9 +CATEGORIES= chat +MASTER_SITES= http://www.geocities.com/montajoe/gtmess/ + +MAINTAINER= luapzz@gmail.com +HOMEPAGE= http://www.geocities.com/montajoe/gtmess/ +COMMENT= Console-based MSN Messenger client + +DEPENDS+= tk-[0-9]*:../../x11/tk + +USE_BUILDLINK3= yes +USE_DIRS+= xdg-1.1 +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/gtmess/PLIST b/chat/gtmess/PLIST new file mode 100644 index 00000000000..468fe21a76d --- /dev/null +++ b/chat/gtmess/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 14:33:05 minskim Exp $ +bin/gtmess +bin/gtmess-gw +bin/gtmess-notify +bin/gtmess_w +man/man1/gtmess-gw.1 +man/man1/gtmess.1 +share/gtmess/root.pem +share/pixmaps/gtmess_icon-48.png +share/pixmaps/gtmess_icon.png +share/pixmaps/gtmess_icon2-48.png +share/pixmaps/gtmess_icon2-64.png +@comment in xdg-dirs: @dirrm share/pixmaps +@dirrm share/gtmess diff --git a/chat/gtmess/distinfo b/chat/gtmess/distinfo new file mode 100644 index 00000000000..4716572a0a8 --- /dev/null +++ b/chat/gtmess/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/22 14:33:05 minskim Exp $ + +SHA1 (gtmess-0.9.tar.gz) = 344305d6245cce53252ab3ea1c145c2cceb8f8a6 +Size (gtmess-0.9.tar.gz) = 271257 bytes -- cgit v1.2.3