summaryrefslogtreecommitdiff
path: root/chat/gtmess
AgeCommit message (Collapse)AuthorFilesLines
2019-06-19Remove chat/gtmess.nia8-227/+0
MSN Messenger is dead. This version is from 2005 and isn't the most recent release (last release: 0.97, in 2011, just before MSN died), but all of them will fail to build once the world goes fully OpenSSL 1.1.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin1-3/+1
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-10-15gtmess should work with any cursesroy1-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-11-16Fix inline usage.joerg2-1/+16
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-16Fix build on SunOS.hans1-1/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
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