NOTICE: This package has been removed from pkgsrc

./chat/gaim, GTK+ 2.x based multi-protocol instant messaging client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5.0nb6, Package name: gaim-1.5.0nb6, Maintainer: mjl

Gaim is a multi-protocol instant messaging client for Linux, BSD, MacOS X,
and Windows. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN
Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, SILC and Zephyr networks.

This is an obsolete version; gaim has been renamed to pidgin.


Required to run:
[textproc/gtkspell] [misc/xdg-dirs] [audio/libao] [audio/libao-oss] [audio/libaudiofile] [devel/glib2] [devel/silc-toolkit] [devel/nss] [x11/gtk2] [x11/startup-notification]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Package options: audio, gtkspell, silc

Master sites: (Expand)

SHA1: a280d005f01be7fa89c9fa210efb86cc6a9eb9c7
RMD160: 13f74e2d2ed69a775a5884b807c365177455ae0e
Filesize: 5979.724 KB

Version history: (Expand)


CVS history: (Expand)


   2008-01-14 13:13:10 by Greg Troxel | Files touched by this commit (1)
Log message:
Note that this is obsolete and point to pidgin.
   2007-07-03 12:36:15 by Lubomir Kundrak | Files touched by this commit (1)
Log message:
Fixed the address of the mirror site after gaim was renamed to pidgin.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2007-01-30 20:50:54 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Modular Xorg support.
   2006-08-28 19:11:04 by Ben Collver | Files touched by this commit (1)
Log message:
_INSTALL_UNSTRIPPED=yes on OSX.  Otherwise plugins fail to load because
OSX linker can't find symbols from parent program.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-07-07 17:49:34 by Johnny C. Lam | Files touched by this commit (63)
Log message:
LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.