pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat Welcome to libpurple, finch, and pidgin version 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ef1fe1bab16
branches: trunk
changeset: 546035:4ef1fe1bab16
user: bjs <bjs%pkgsrc.org@localhost>
date: Tue Aug 19 18:18:10 2008 +0000
description:
Welcome to libpurple, finch, and pidgin version 2.5.0.
Bump PKGREVISION of non-bundled plug-ins.
Changes for 2.5.0 (08/17/2008) since 2.4.3:
libpurple + pidgin:
- Lots of bug fixes and improvements for the MSN protocol
(MSNP15 support) and MSN "bunny icon" (?).
- Miscellaneous bug fixes, a few new icons, etc.
- The following API changes:
libpurple:
Added:
* Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate
that the connection supports sending and receiving custom smileys.
* PurpleSmiley and the Smiley API.
* purple_serv_got_join_chat_failed
* chat-join-failed signal (see conversation-signals.dox)
* chat-invite-blocked and blocked-im-msg signals (see
converation-signals.dox) (Thanks to Stefan Ott)
* purple_blist_update_node_icon
* purple_buddy_icons_node_has_custom_icon
* purple_buddy_icons_node_find_custom_icon
* purple_buddy_icons_node_set_custom_icon
* purple_buddy_icons_node_set_custom_icon_from_file
* purple_notify_user_info_prepend_section_break
* purple_notify_user_info_prepend_section_header
* "website" and "dev_website" items to the ui_info hash table
* purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit
* cmd-added and cmd-removed signals
* purple_get_host_name
* purple_util_fetch_url_len (temporary function overload to add max_len
param)
* purple_util_fetch_url_request_len
* purple_prpl_send_attention
* purple_prpl_got_attention
* purple_prpl_got_attention_in_chat
Deprecated:
* purple_blist_update_buddy_icon
* purple_buddy_icons_has_custom_icon
* purple_buddy_icons_find_custom_icon
* purple_buddy_icons_set_custom_icon
* pidgin_set_custom_buddy_icon
* purple_util_fetch_url_len
* purple_util_fetch_url_request_len
* serv_send_attention
* serv_got_attention
Changed:
* xmlnode_copy now copies the prefix and namespace map for nodes.
pidgin:
Added:
* gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
* pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
PurpleStoredImage.
* pidgin_themes_smiley_themeize_custom to associate custom smileys to
a GtkIMHtml widget.
* GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
* GTK+ Custom Smiley API.
diffstat:
chat/libpurple/Makefile.common | 4 ++--
chat/libpurple/PLIST | 5 ++++-
chat/libpurple/buildlink3.mk | 4 ++--
chat/libpurple/distinfo | 9 ++++-----
chat/libpurple/patches/patch-ab | 19 -------------------
chat/pidgin-facebookchat/Makefile | 3 ++-
chat/pidgin-icb/Makefile | 4 ++--
chat/pidgin-latex/Makefile | 4 ++--
chat/pidgin-otr/Makefile | 3 ++-
chat/pidgin/Makefile | 6 +++---
chat/pidgin/PLIST | 9 ++++++---
chat/pidgin/buildlink3.mk | 4 ++--
12 files changed, 31 insertions(+), 43 deletions(-)
diffs (243 lines):
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/libpurple/Makefile.common Tue Aug 19 18:18:10 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.18 2008/07/11 07:39:20 tnn Exp $
+# $NetBSD: Makefile.common,v 1.19 2008/08/19 18:18:10 bjs Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
# used by chat/pidgin/Makefile
-PIDGIN_VERSION= 2.4.3
+PIDGIN_VERSION= 2.5.0
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/libpurple/PLIST
--- a/chat/libpurple/PLIST Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/libpurple/PLIST Tue Aug 19 18:18:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2008/05/17 22:56:17 tnn Exp $
+@comment $NetBSD: PLIST,v 1.13 2008/08/19 18:18:10 bjs Exp $
include/libpurple/account.h
include/libpurple/accountopt.h
include/libpurple/blist.h
@@ -40,6 +40,7 @@
include/libpurple/server.h
include/libpurple/signals.h
include/libpurple/sound.h
+include/libpurple/smiley.h
include/libpurple/sslconn.h
include/libpurple/status.h
include/libpurple/stringref.h
@@ -151,6 +152,8 @@
share/locale/zh_CN/LC_MESSAGES/pidgin.mo
share/locale/zh_HK/LC_MESSAGES/pidgin.mo
share/locale/zh_TW/LC_MESSAGES/pidgin.mo
+share/purple/ca-certs/CAcert_Class3.pem
+share/purple/ca-certs/CAcert_Root.pem
share/purple/ca-certs/Equifax_Secure_CA.pem
share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
share/purple/ca-certs/Microsoft_Secure_Server_Authority.pem
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/libpurple/buildlink3.mk
--- a/chat/libpurple/buildlink3.mk Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/libpurple/buildlink3.mk Tue Aug 19 18:18:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2008/05/17 22:56:17 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2008/08/19 18:18:10 bjs Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBPURPLE_BUILDLINK3_MK:= ${LIBPURPLE_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libpurple
.if ${LIBPURPLE_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.libpurple+= libpurple>=2.4.2
+BUILDLINK_API_DEPENDS.libpurple+= libpurple>=2.5.0
BUILDLINK_PKGSRCDIR.libpurple?= ../../chat/libpurple
.endif # LIBPURPLE_BUILDLINK3_MK
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/libpurple/distinfo
--- a/chat/libpurple/distinfo Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/libpurple/distinfo Tue Aug 19 18:18:10 2008 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.16 2008/07/11 07:39:20 tnn Exp $
+$NetBSD: distinfo,v 1.17 2008/08/19 18:18:10 bjs Exp $
-SHA1 (pidgin-2.4.3.tar.bz2) = c967ddda3cb4a8aecfb2566427e8cbd260f2c0de
-RMD160 (pidgin-2.4.3.tar.bz2) = c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368
-Size (pidgin-2.4.3.tar.bz2) = 9382967 bytes
+SHA1 (pidgin-2.5.0.tar.bz2) = 5e05c9e795fde0055c99eb288e63f9ad0e1973c4
+RMD160 (pidgin-2.5.0.tar.bz2) = a600c16c6b7037ba2568ea956fd730c3b9cb8479
+Size (pidgin-2.5.0.tar.bz2) = 9316876 bytes
SHA1 (patch-aa) = a64f525462056178653e5b7548862773a1fdce32
-SHA1 (patch-ab) = 5f1fc87cc258de372fbdf521aeb6822f50506090
SHA1 (patch-ae) = ff4f2d738656c6f23c423046f746b9ed2878c415
SHA1 (patch-ag) = fa71295e848f1b06f318f06fab8fcc90110c20a3
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/libpurple/patches/patch-ab
--- a/chat/libpurple/patches/patch-ab Tue Aug 19 18:11:51 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2007/08/17 16:39:37 gdt Exp $
-
- We need definitions of NGROUPS, MAXLOGNAME, MAXCOMLEN on NetBSD.
-
---- libpurple/nat-pmp.c.orig 2007-05-09 23:02:58.000000000 -0400
-+++ libpurple/nat-pmp.c
-@@ -35,6 +35,12 @@
- #include "network.h"
-
- #ifdef HAVE_SYS_SYSCTL_H
-+/*
-+ * XXX sysctl.h is a BSD include, and all such systems will have
-+ * sys/param.h. Upstream should probably add a configure test for
-+ * sys/param.h.
-+ */
-+#include <sys/param.h>
- #include <sys/sysctl.h>
- #endif
-
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin-facebookchat/Makefile
--- a/chat/pidgin-facebookchat/Makefile Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin-facebookchat/Makefile Tue Aug 19 18:18:10 2008 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2008/07/03 18:01:13 smb Exp $
+# $NetBSD: Makefile,v 1.4 2008/08/19 18:18:11 bjs Exp $
VERSION= 1.27
DISTNAME= pidgin-facebookchat-source-${VERSION}
PKGNAME= pidgin-facebookchat-${VERSION}
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://pidgin-facebookchat.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin-icb/Makefile
--- a/chat/pidgin-icb/Makefile Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin-icb/Makefile Tue Aug 19 18:18:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/05/30 12:29:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2008/08/19 18:18:11 bjs Exp $
DISTNAME= pidgin-icb-20070505
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= http://nic.com.pl/~alek/pidgin-icb/
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin-latex/Makefile
--- a/chat/pidgin-latex/Makefile Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin-latex/Makefile Tue Aug 19 18:18:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/07/02 14:24:45 smb Exp $
+# $NetBSD: Makefile,v 1.3 2008/08/19 18:18:11 bjs Exp $
VERSION= 1.2.1
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= pidgin-latex-${VERSION}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= chat print
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin-otr/Makefile
--- a/chat/pidgin-otr/Makefile Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin-otr/Makefile Tue Aug 19 18:18:10 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2008/06/17 14:06:42 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2008/08/19 18:18:11 bjs Exp $
VERSION= 3.2.0
DISTNAME= pidgin-otr-${VERSION}
+PKGREVISION= 1
CATEGORIES= chat security
MASTER_SITES= http://www.cypherpunks.ca/otr/
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin/Makefile
--- a/chat/pidgin/Makefile Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin/Makefile Tue Aug 19 18:18:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2008/07/11 07:39:20 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2008/08/19 18:18:10 bjs Exp $
#
-
-PKGNAME= pidgin-${PIDGIN_VERSION}
+# XXX appease pkglint
+#PKGNAME= pidgin-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client GTK frontend
PKG_DESTDIR_SUPPORT= user-destdir
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin/PLIST
--- a/chat/pidgin/PLIST Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin/PLIST Tue Aug 19 18:18:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/05/17 23:45:47 tnn Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/08/19 18:18:10 bjs Exp $
bin/pidgin
include/pidgin/eggtrayicon.h
include/pidgin/gtkaccount.h
@@ -37,6 +37,7 @@
include/pidgin/gtksavedstatuses.h
include/pidgin/gtkscrollbook.h
include/pidgin/gtksession.h
+include/pidgin/gtksmiley.h
include/pidgin/gtksound.h
include/pidgin/gtksourceiter.h
include/pidgin/gtksourceundomanager.h
@@ -149,6 +150,7 @@
share/pixmaps/pidgin/emotes/default/boy.png
share/pixmaps/pidgin/emotes/default/brb.png
share/pixmaps/pidgin/emotes/default/bulgy-eyes.png
+share/pixmaps/pidgin/emotes/default/bunny.png
share/pixmaps/pidgin/emotes/default/bye.png
share/pixmaps/pidgin/emotes/default/cake.png
share/pixmaps/pidgin/emotes/default/call-me.png
@@ -157,6 +159,7 @@
share/pixmaps/pidgin/emotes/default/car.png
share/pixmaps/pidgin/emotes/default/cat.png
share/pixmaps/pidgin/emotes/default/chicken.png
+share/pixmaps/pidgin/emotes/default/cigarette.png
share/pixmaps/pidgin/emotes/default/clap.png
share/pixmaps/pidgin/emotes/default/clock.png
share/pixmaps/pidgin/emotes/default/cloudy.png
@@ -178,7 +181,7 @@
share/pixmaps/pidgin/emotes/default/dazed.png
share/pixmaps/pidgin/emotes/default/desire.png
share/pixmaps/pidgin/emotes/default/devil.png
-share/pixmaps/pidgin/emotes/default/disapointed.png
+share/pixmaps/pidgin/emotes/default/disappointed.png
share/pixmaps/pidgin/emotes/default/disdain.png
share/pixmaps/pidgin/emotes/default/doctor.png
share/pixmaps/pidgin/emotes/default/dog.png
@@ -279,7 +282,6 @@
share/pixmaps/pidgin/emotes/default/shut-mouth.png
share/pixmaps/pidgin/emotes/default/sick.png
share/pixmaps/pidgin/emotes/default/sidefrown.png
-share/pixmaps/pidgin/emotes/default/sigarette.png
share/pixmaps/pidgin/emotes/default/silly.png
share/pixmaps/pidgin/emotes/default/sinister.png
share/pixmaps/pidgin/emotes/default/skeleton.png
@@ -445,6 +447,7 @@
share/pixmaps/pidgin/toolbar/16/message-new.png
share/pixmaps/pidgin/toolbar/16/plugins.png
share/pixmaps/pidgin/toolbar/16/send-file.png
+share/pixmaps/pidgin/toolbar/16/transfer.png
share/pixmaps/pidgin/toolbar/16/unblock.png
share/pixmaps/pidgin/toolbar/22/select-avatar.png
share/pixmaps/pidgin/tray/16/tray-away.png
diff -r b9b4d157dba2 -r 4ef1fe1bab16 chat/pidgin/buildlink3.mk
--- a/chat/pidgin/buildlink3.mk Tue Aug 19 18:11:51 2008 +0000
+++ b/chat/pidgin/buildlink3.mk Tue Aug 19 18:18:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2008/05/17 23:45:47 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2008/08/19 18:18:10 bjs Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin
.if ${PIDGIN_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.4.2
+BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.5.0
BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin
.endif # PIDGIN_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index