diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-07-01 17:16:20 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-07-01 17:16:20 +0000 |
commit | 33eecf52ace8cf45df4c816784135fab70cb8ecc (patch) | |
tree | e2701e4d8cb97f8c90ded0bbfd6de20b5144f202 /chat | |
parent | 767155349ee6f4eacaf0938878c10281635fca8b (diff) | |
download | pkgsrc-33eecf52ace8cf45df4c816784135fab70cb8ecc.tar.gz |
Update gaim to 0.59. Changes:
* Hungarian translation added (Thanks, Sutto Zoltan)
* Swedish translation updated (Thanks, Christian Rose)
* Spanish translation updated (Thanks, Alex)
* Traditional Chinese translation updated (Thanks, Paladin Liu)
* Czech translation added (Thanks, Honza)
* Polish translation updated (Thanks Przemyslaw Sulek)
* Squashed a bug in buddy right-click menu handling
that crashed Gaim. In the process: found and
eliminated some memory leaks.
* Fixed a significant applet leak
* Can now change Jabber password on server (Thanks,
Nathan Walp)
* Certain types of Jabber presence errors no longer
falsely show a buddy on-line. Instead now a "broken
light-bulb" icon is shown and the error status is
available via "Get Away Msg" (Thanks and a tip o'
the hat to Christian Hammond for the graphic)
* Conversation struct has pointer to toolbar (thanks Brent
Priddy and Paul Miller)
* Zephyr fixes (thanks, Arun A. Tharuvai)
* Aliases in buddy ticker
* Perl scripts can play Gaim sounds (thanks Andrew Rodland)
* Internal sounds can be played by commands (thanks Lex Spoon)
* Auto-login item in applet menu (thanks Chris Boyle)
* Fixed MSN "Unkown Error Code", "Already there", and
"Already in opposite list" errors
* Changed "Play sound" button to "Mute" button
* You can now have "reserved" chars in IM and proxy passwords
* Jabber now has typing notification (Thanks, Nathan Walp)
* Improved support for Jabber resources (Thanks, Nathan Walp)
* Fixed problem with Gaim crashing on non-ASCII Jabber buddy
aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee)
* Plugged memory leaks in Jabber plug-in
* Fixed problem with Jabber away status not being propagated to
conference rooms for jabberd (server) v1.4.2 and above
* Chat room buddy lists are now sorted independent of case
* Added capability for protocol-specific edit buddy menu entries
* Can now remove a Jabber buddy roster item from the server
entirely
* Gaim can now handle messages from Mac ICQ and Miranda ICQ
(Thanks, Mark Doliner)
* Added Mozilla to browser options and changed KFM to
Konqueror.
* Can now set the server and port for MSN and Napster
* MSN Internationalization (Thanks Felipe Contreras and
countless, countless others)
* E-mail addresses are no longer truncated when there is a '.' at
the end.
Patch contributed by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in private mail.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/Makefile | 4 | ||||
-rw-r--r-- | chat/gaim/PLIST | 10 | ||||
-rw-r--r-- | chat/gaim/distinfo | 8 | ||||
-rw-r--r-- | chat/gaim/patches/patch-aa | 8 |
4 files changed, 17 insertions, 13 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index cc2aa70e236..7dbda1065fe 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2002/05/29 16:27:03 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/01 17:16:20 hubertf Exp $ # -DISTNAME= gaim-0.58 +DISTNAME= gaim-0.59 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \ ftp://ftp.marko.net/pub/gaim/ diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index d489fff90bb..9d7b1e62cac 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2002/05/29 16:27:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/07/01 17:16:21 hubertf Exp $ bin/gaim lib/gaim/autorecon.so lib/gaim/chatlist.so @@ -30,12 +30,15 @@ lib/gaim/libzephyr.so lib/gaim/notify.so lib/gaim/spellchk.so man/man1/gaim.1 +share/gnome/apps/Internet/gaim.desktop ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gaim.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gaim.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gaim.mo @@ -46,7 +49,8 @@ ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gaim.mo -share/gnome/apps/Internet/gaim.desktop share/pixmaps/gaim.xpm -@unexec ${RMDIR} -p %D/share/gnome/apps/Internet 2>/dev/null || ${TRUE} +@dirrm share/gnome/apps/Internet +@dirrm share/gnome/apps +@dirrm share/gnome @dirrm lib/gaim diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo index 324a8e180b5..d73ccf8697c 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2002/05/29 16:27:04 wiz Exp $ +$NetBSD: distinfo,v 1.11 2002/07/01 17:16:21 hubertf Exp $ -SHA1 (gaim-0.58.tar.gz) = 5fd319a8de5f13efd646d7fe2d66ec6e9fb09eec -Size (gaim-0.58.tar.gz) = 1928057 bytes -SHA1 (patch-aa) = d4ad7522469c6f73c5497635f32acbabae9b89b9 +SHA1 (gaim-0.59.tar.gz) = 0a74bc3b48810291adf9725966efc4a6de28fa3f +Size (gaim-0.59.tar.gz) = 2047105 bytes +SHA1 (patch-aa) = f56e9e5ee36db05adc1ba34294cf088a335117fe diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa index 15de400011e..bdfd9877e34 100644 --- a/chat/gaim/patches/patch-aa +++ b/chat/gaim/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.5 2002/05/29 16:27:04 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2002/07/01 17:16:21 hubertf Exp $ ---- configure.orig Tue May 14 04:40:41 2002 +--- configure.orig Tue Jun 25 06:23:07 2002 +++ configure -@@ -10792,8 +10792,6 @@ +@@ -7762,8 +7762,6 @@ fi - rm -f conftest.$ac_objext conftest.$ac_ext + rm -f conftest* -CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include -I\$(top_srcdir)" - |