pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/gaim Update to 1.0.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7889662bd6d3
branches: trunk
changeset: 480964:7889662bd6d3
user: gavan <gavan%pkgsrc.org@localhost>
date: Wed Sep 22 18:09:39 2004 +0000
description:
Update to 1.0.0:
New Features:
* Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
* Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
* View Chat log available from the interface (Daniel Atallah)
* Ability to receive offline messages in character encodings
other than ASCII (thanks to Nick Sukharev)
* File transfer status messages printed to conversation
windows (Dave West)
* Display file transfer messages when someone sends you a file
over AIM (Dave West)
* Handle MSN buddy lists more sanely (Felipe Contreras)
* Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
Bug Fixes:
* Work around window manager stupidity with new dialog windows (Dave West)
* Compile with gtk 2.5.x (Gary Kramlich)
* Escape invalid characters in log names (Daniel Atallah)
* Fix for clicking add in an msn chat with 2 or more people in your buddy
list (Daniel Atallah)
Based on patch from maintainer, Matthew Luckie, in private mail.
diffstat:
chat/gaim/Makefile | 4 ++--
chat/gaim/PLIST | 5 +++--
chat/gaim/distinfo | 7 +++----
chat/gaim/patches/patch-ab | 13 -------------
4 files changed, 8 insertions(+), 21 deletions(-)
diffs (76 lines):
diff -r ac82d9a24492 -r 7889662bd6d3 chat/gaim/Makefile
--- a/chat/gaim/Makefile Wed Sep 22 17:56:31 2004 +0000
+++ b/chat/gaim/Makefile Wed Sep 22 18:09:39 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2004/08/27 11:04:06 gavan Exp $
+# $NetBSD: Makefile,v 1.69 2004/09/22 18:09:39 gavan Exp $
#
-DISTNAME= gaim-0.82.1
+DISTNAME= gaim-1.0.0
CATEGORIES= chat x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
EXTRACT_SUFX= .tar.bz2
diff -r ac82d9a24492 -r 7889662bd6d3 chat/gaim/PLIST
--- a/chat/gaim/PLIST Wed Sep 22 17:56:31 2004 +0000
+++ b/chat/gaim/PLIST Wed Sep 22 18:09:39 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2004/09/22 08:09:19 jlam Exp $
+@comment $NetBSD: PLIST,v 1.34 2004/09/22 18:09:39 gavan Exp $
bin/gaim
bin/gaim-remote
include/gaim/account.h
@@ -68,6 +68,7 @@
include/gaim/stringref.h
include/gaim/util.h
include/gaim/value.h
+include/gaim/version.h
include/gaim/xmlnode.h
lib/gaim/autorecon.la
lib/gaim/docklet.la
@@ -84,7 +85,6 @@
lib/gaim/libnapster.la
lib/gaim/libnovell.la
lib/gaim/liboscar.la
-lib/gaim/libsilcgaim.la
lib/gaim/libyahoo.la
lib/gaim/libzephyr.la
lib/gaim/notify.la
@@ -107,6 +107,7 @@
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gaim.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gaim.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gaim.mo
+${PKGLOCALEDIR}/locale/en_AU/LC_MESSAGES/gaim.mo
${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gaim.mo
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gaim.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gaim.mo
diff -r ac82d9a24492 -r 7889662bd6d3 chat/gaim/distinfo
--- a/chat/gaim/distinfo Wed Sep 22 17:56:31 2004 +0000
+++ b/chat/gaim/distinfo Wed Sep 22 18:09:39 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.49 2004/08/27 11:04:06 gavan Exp $
+$NetBSD: distinfo,v 1.50 2004/09/22 18:09:39 gavan Exp $
-SHA1 (gaim-0.82.1.tar.bz2) = d58865d3fded64e8b5774e9dddc6b876020d568c
-Size (gaim-0.82.1.tar.bz2) = 4604261 bytes
+SHA1 (gaim-1.0.0.tar.bz2) = 5d9de422485c3c819935989689a464124ba26c8f
+Size (gaim-1.0.0.tar.bz2) = 4775279 bytes
SHA1 (patch-aa) = 24f1b21042df5c7706dcf3def37e10943acdd39e
-SHA1 (patch-ab) = b0637e032ceeefe3b3cc9db42a3105ea9bc68a62
diff -r ac82d9a24492 -r 7889662bd6d3 chat/gaim/patches/patch-ab
--- a/chat/gaim/patches/patch-ab Wed Sep 22 17:56:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2004/06/06 21:43:28 salo Exp $
-
---- configure.orig 2004-05-30 19:18:38.000000000 +0200
-+++ configure 2004-06-06 13:25:05.000000000 +0200
-@@ -24124,7 +24124,7 @@
- if test "$ac_silc_libs" != "no"; then
- SILC_LIBS="-L$ac_silc_libs"
- fi
--SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread -ldl"
-+SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread"
- echo "$as_me:$LINENO: checking for silc_client_init in -lsilcclient" >&5
- echo $ECHO_N "checking for silc_client_init in -lsilcclient... $ECHO_C" >&6
- if test "${ac_cv_lib_silcclient_silc_client_init+set}" = set; then
Home |
Main Index |
Thread Index |
Old Index