2001-06-11 08:34:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:21 jlam Exp $
|
2000-12-15 01:36:25 +01:00
|
|
|
#
|
|
|
|
|
Updated gaim to 0.11.0-pre11
GAIM: The Pimpin' Penguin IM Clone thats good for the soul!
version 0.11.0-pre11 (04/30/2001):
* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
* Jabber can send/accept chat invites (due to mid)
* MSN has the option to notify you of new hotmail
messages
* Fixed a problem with ADD requests in MSN
* Fixed a small memory leak with MSN
* Moved MSN's spammy debug output into debug_printf's
* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
* Jabber can send/accept chat invites (due to mid)
* Can rename groups/buddies in the Edit Buddies pane
(thanks Neil Sanchala)
* Some perl updates (thanks to Sean Egan)
* IRC got the following slash commands:
op, deop, voice, devoice, mode, raw, quote, and kick (thanks
to Sean Egan)
* MSN Properly handles URL decoding of 'friendly' names
* Redesigned Preferences pages (design by DennisR)
* Can select where tabs are for tabbed IM/Chat windows
* Option to queue away messages while away
* Jabber got good updates (from faceprint)
* Oh yes, and Oscar works, yet again. (gee... that's what, 4
releases that have "fixed" it now?)
version 0.11.0-pre10 (04/13/2001):
* Many, many bug fixes
* Can choose to not send away auto-response (thanks phzzzt)
* Uh... Oscar works? For now?
* IRC Plugin can do whois (right click and info)
* IRC Plugin got away message support
* Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
* Sound on buddy pounce (Thanks Andrew Echols)
* Can view all group chats in one tabbed window (same keybindings
as for tabbed normal conversations)
* More Protocol plugins:
Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
what it is and why you'd want to use it)
version 0.11.0-pre9 (03/26/2001):
* Can register Jabber accounts (load the Jabber plugin and click
Register on the login window)
* GtkIMHtml handles themes (no background pixmaps though) (thanks
decklin, mishan)
* URLS Linkify properly in Buddy chats
* Jabber compiles better on Solaris?
* Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
libfaim)
version 0.11.0-pre8 (03/23/2001):
* Fixed a problem with MSN not detecting signoffs and buddy updates.
* Implemented away options in MSN
* Alt-[1-9] to go to [1-9]th pane in tabbed convo window
* Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
* Can use Alt to access menu, and Ctl-char for certain actions
(thanks baldnik)
* Oscar blocking works (?)
* MSN can see status of other users
version 0.11.0-pre7 (03/16/2001):
* Can build RPMs as non-root
* New yahoo library (can use HTTP proxy)
* Command-line arg to specify config file (thanks Jason Boerner)
* Can view all conversations in one tabbed window (Control-[ and
Control-] move left and right respectively; Control-Tab moves
to the next unread, or the next tab if there are no unread tabs)
* Tooltips on links work again
* Can log system notices: signons/signoffs, awayness and idleness
(thanks Andrew Echols)
* MSN fixes
* Applet fixes
version 0.11.0-pre6 (03/06/2001):
* Fixed bug with NAS support
* Napster plugin is included again
(Thanks for pointing out that it was missing,
(Yan V. Bulgak)
* Oscar can: search by email, request confirmation, change password
* TOC fixes
* ICQ fixes
* Faster HTML parsing/rendering
version 0.11.0-pre5 (02/26/2001):
* Minor GUI changes
* ICQ Alias problem fixed
* Negative times fixed
* Cannot create blank away messages/messages with blank titles
* Can right-click Edit Buddies list to alias/add pounce/etc.
* Ability to independently set accounts as away
* Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
* Fixed hanging trees
* Can close windows by hitting 'Esc' (optional)
* Better HTML Widget
* Can toggle timestamps by hitting F2 (optional)
* Rewritten file transfer for TOC
* Jabber got chat
* Log Viewer (courtesy BMiller)
* Can save conversation history
* Napster can kinda sorta download files sometimes :)
* You can activate IDs in Yahoo
* ICQ upgraded to use icqlib 1.1.5
2001-05-22 18:27:33 +02:00
|
|
|
DISTNAME= gaim-0.11.0pre11
|
2000-12-15 01:36:25 +01:00
|
|
|
CATEGORIES= x11 chat
|
|
|
|
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
|
|
|
|
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
|
|
HOMEPAGE= http://www.marko.net/gaim/
|
2001-02-16 14:41:26 +01:00
|
|
|
COMMENT= gtk-based client for AOL's Instant Messenger chat system
|
2000-12-15 01:36:25 +01:00
|
|
|
|
|
|
|
DEPENDS+= gtk+>=1.2.3:../../x11/gtk
|
|
|
|
DEPENDS+= esound>=0.2.7:../../audio/esound
|
|
|
|
|
|
|
|
USE_GMAKE= YES
|
2001-06-06 00:49:48 +02:00
|
|
|
USE_LIBINTL= YES
|
|
|
|
USE_X11BASE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
2000-12-15 01:36:25 +01:00
|
|
|
|
|
|
|
# for pthread.h
|
2001-06-11 08:34:17 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2000-12-15 01:36:25 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|