summaryrefslogtreecommitdiff
path: root/chat/gtmess
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-06Sort PLIST and add a missing entry. Bump PKGREVISION.minskim2-6/+8
2005-10-06Do not declare a static variable as non-static in a header file. Thisminskim2-1/+14
makes the package build with gcc-3.4.
2005-09-28Bad Rafal, regenerate this using the proper tools so it's fully correct.rafal1-2/+2
2005-09-28Update to 0.91, updating MASTER_SITES, HOMEPAGE, etc. to boot. Patches haverafal5-11/+155
been sent upstream to the maintainer.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Make this package build on NetBSD-1.6*.minskim1-2/+6
- Bypass the iconv library test in configure since the test fails to detect GNU libiconv. - Use ncurses on NetBSD-1.x.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-02-22Import gtmess-0.9. Packaged by Jung-Min Seo, aka luapz, and slightlyminskim4-0/+53
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