pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gtmess Import gtmess-0.9. Packaged by Jung-Min S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69577aaab851
branches:  trunk
changeset: 489503:69577aaab851
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 22 14:33:05 2005 +0000

description:
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:

 chat/gtmess/DESCR    |  12 ++++++++++++
 chat/gtmess/Makefile |  23 +++++++++++++++++++++++
 chat/gtmess/PLIST    |  14 ++++++++++++++
 chat/gtmess/distinfo |   4 ++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 6876457ba058 -r 69577aaab851 chat/gtmess/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gtmess/DESCR Tue Feb 22 14:33:05 2005 +0000
@@ -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 -r 6876457ba058 -r 69577aaab851 chat/gtmess/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gtmess/Makefile      Tue Feb 22 14:33:05 2005 +0000
@@ -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@localhost
+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 -r 6876457ba058 -r 69577aaab851 chat/gtmess/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gtmess/PLIST Tue Feb 22 14:33:05 2005 +0000
@@ -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 -r 6876457ba058 -r 69577aaab851 chat/gtmess/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gtmess/distinfo      Tue Feb 22 14:33:05 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index