diff options
author | minskim <minskim> | 2005-02-22 14:33:05 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-02-22 14:33:05 +0000 |
commit | 61151675f4b698d7c0f7e58437f0d117cea6032e (patch) | |
tree | 98f234cf12dfbdcd25bbc2502319d259de1658ba /chat/gtmess | |
parent | b830ef4bcfce04d7ffaf0b764c47de6587e7f405 (diff) | |
download | pkgsrc-61151675f4b698d7c0f7e58437f0d117cea6032e.tar.gz |
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
Diffstat (limited to 'chat/gtmess')
-rw-r--r-- | chat/gtmess/DESCR | 12 | ||||
-rw-r--r-- | chat/gtmess/Makefile | 23 | ||||
-rw-r--r-- | chat/gtmess/PLIST | 14 | ||||
-rw-r--r-- | chat/gtmess/distinfo | 4 |
4 files changed, 53 insertions, 0 deletions
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 |