pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/empathy Initial import of empathy-2.24.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f998aff8cad
branches:  trunk
changeset: 550081:7f998aff8cad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 14 23:01:45 2008 +0000

description:
Initial import of empathy-2.24.1:

Empathy consists of a rich set of reusable instant messaging widgets,
and a GNOME client using those widgets. It uses Telepathy and
Nokia's Mission Control, and reuses Gossip's UI. The main goal is
to permit desktop integration by providing libempathy and libempathy-gtk
libraries. libempathy-gtk is a set of powerful widgets that can be
embeded into any GNOME application.

Current features

    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
      supported by pidgin
    * Account editor (specialized UI for most protocols)
    * Auto away and extended away using gnome-screensaver
    * Auto re-connect using Network Manager
    * Private and group chat (with smileys, spellcheck)
    * Powerful theme engine for chats
    * Log conversations, view/search in logs and prepend logs in
      new chats
    * Adding new contacts and viewing/editing contact information
    * Voice and Video call using SIP and Jingle
    * Python bindings for libempathy and libempathy-gtk
    * Collaborative work using Tubes

diffstat:

 chat/empathy/DESCR             |   22 +
 chat/empathy/MESSAGE           |   10 +
 chat/empathy/Makefile          |   55 ++++
 chat/empathy/PLIST             |  459 +++++++++++++++++++++++++++++++++++++++++
 chat/empathy/distinfo          |    5 +
 chat/empathy/files/msgfmtstrip |   18 +
 6 files changed, 569 insertions(+), 0 deletions(-)

diffs (truncated from 593 to 300 lines):

diff -r 01ab28ac6793 -r 7f998aff8cad chat/empathy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/empathy/DESCR        Fri Nov 14 23:01:45 2008 +0000
@@ -0,0 +1,22 @@
+Empathy consists of a rich set of reusable instant messaging widgets,
+and a GNOME client using those widgets. It uses Telepathy and
+Nokia's Mission Control, and reuses Gossip's UI. The main goal is
+to permit desktop integration by providing libempathy and libempathy-gtk
+libraries. libempathy-gtk is a set of powerful widgets that can be
+embeded into any GNOME application.
+
+Current features
+
+    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
+      supported by pidgin
+    * Account editor (specialized UI for most protocols)
+    * Auto away and extended away using gnome-screensaver
+    * Auto re-connect using Network Manager
+    * Private and group chat (with smileys, spellcheck)
+    * Powerful theme engine for chats
+    * Log conversations, view/search in logs and prepend logs in
+      new chats
+    * Adding new contacts and viewing/editing contact information
+    * Voice and Video call using SIP and Jingle
+    * Python bindings for libempathy and libempathy-gtk
+    * Collaborative work using Tubes
diff -r 01ab28ac6793 -r 7f998aff8cad chat/empathy/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/empathy/MESSAGE      Fri Nov 14 23:01:45 2008 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/11/14 23:01:45 wiz Exp $
+
+For empathy to work, you need to start
+       ${PREFIX}/libexec/mission-control
+
+You also need to install telepathy managers for the protocols you want
+to use, e.g. telepathy-idle for IRC or telepathy-gabble for Jabber.
+
+===========================================================================
diff -r 01ab28ac6793 -r 7f998aff8cad chat/empathy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/empathy/Makefile     Fri Nov 14 23:01:45 2008 +0000
@@ -0,0 +1,55 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 23:01:45 wiz Exp $
+
+DISTNAME=      empathy-2.24.1
+CATEGORIES=    chat gnome
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/empathy/2.24/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://live.gnome.org/Empathy
+COMMENT=       Gnome instant messenger client
+
+# not strictly needed, but without any plugins, empathy is useless
+DEPENDS+=      telepathy-gabble-[0-9]*:../../chat/telepathy-gabble
+DEPENDS+=      telepathy-idle-[0-9]*:../../chat/telepathy-idle
+
+GNU_CONFIGURE=         yes
+USE_DIRS+=             gnome2-1.5
+USE_TOOLS+=            gawk gmake intltool msgfmt pkg-config
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
+
+GCONF_SCHEMAS+=        GNOME_Megaphone_Applet.schemas
+GCONF_SCHEMAS+=        empathy.schemas
+
+# In pkgsrc, the shipped gettext cannot handle the .po files,
+# so we strip out usage of the newer features (context and fuzzy matches)
+post-patch:
+       for f in ${WRKSRC}/po/*.po ; do \
+           mv $$f $$f.original ; \
+           ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \
+       done
+
+.include "../../chat/telepathy-mission-control/buildlink3.mk"
+.include "../../chat/telepathy-glib/buildlink3.mk"
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/libglade/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.16.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
+BUILDLINK_API_DEPENDS.enchant+=                enchant>=1.2.0
+.include "../../mail/evolution-data-server/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../textproc/iso-codes/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gnome-panel/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=           gtk2+>=2.12.0
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/omf-scrollkeeper.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 01ab28ac6793 -r 7f998aff8cad chat/empathy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/empathy/PLIST        Fri Nov 14 23:01:45 2008 +0000
@@ -0,0 +1,459 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/14 23:01:45 wiz Exp $
+bin/empathy
+bin/empathy-logs
+include/libempathy-gtk/empathy-account-chooser.h
+include/libempathy-gtk/empathy-account-widget-irc.h
+include/libempathy-gtk/empathy-account-widget-sip.h
+include/libempathy-gtk/empathy-account-widget.h
+include/libempathy-gtk/empathy-avatar-chooser.h
+include/libempathy-gtk/empathy-avatar-image.h
+include/libempathy-gtk/empathy-cell-renderer-activatable.h
+include/libempathy-gtk/empathy-cell-renderer-expander.h
+include/libempathy-gtk/empathy-cell-renderer-text.h
+include/libempathy-gtk/empathy-chat-view.h
+include/libempathy-gtk/empathy-chat.h
+include/libempathy-gtk/empathy-conf.h
+include/libempathy-gtk/empathy-contact-dialogs.h
+include/libempathy-gtk/empathy-contact-list-store.h
+include/libempathy-gtk/empathy-contact-list-view.h
+include/libempathy-gtk/empathy-contact-menu.h
+include/libempathy-gtk/empathy-contact-widget.h
+include/libempathy-gtk/empathy-geometry.h
+include/libempathy-gtk/empathy-gtk-enum-types.h
+include/libempathy-gtk/empathy-images.h
+include/libempathy-gtk/empathy-irc-network-dialog.h
+include/libempathy-gtk/empathy-log-window.h
+include/libempathy-gtk/empathy-new-message-dialog.h
+include/libempathy-gtk/empathy-presence-chooser.h
+include/libempathy-gtk/empathy-profile-chooser.h
+include/libempathy-gtk/empathy-smiley-manager.h
+include/libempathy-gtk/empathy-spell-dialog.h
+include/libempathy-gtk/empathy-spell.h
+include/libempathy-gtk/empathy-theme-boxes.h
+include/libempathy-gtk/empathy-theme-irc.h
+include/libempathy-gtk/empathy-theme-manager.h
+include/libempathy-gtk/empathy-theme.h
+include/libempathy-gtk/empathy-ui-utils.h
+include/libempathy/empathy-chatroom-manager.h
+include/libempathy/empathy-chatroom.h
+include/libempathy/empathy-contact-factory.h
+include/libempathy/empathy-contact-groups.h
+include/libempathy/empathy-contact-list.h
+include/libempathy/empathy-contact-manager.h
+include/libempathy/empathy-contact.h
+include/libempathy/empathy-debug.h
+include/libempathy/empathy-dispatcher.h
+include/libempathy/empathy-enum-types.h
+include/libempathy/empathy-idle.h
+include/libempathy/empathy-irc-network-manager.h
+include/libempathy/empathy-irc-network.h
+include/libempathy/empathy-irc-server.h
+include/libempathy/empathy-log-manager.h
+include/libempathy/empathy-message.h
+include/libempathy/empathy-status-presets.h
+include/libempathy/empathy-time.h
+include/libempathy/empathy-tp-call.h
+include/libempathy/empathy-tp-chat.h
+include/libempathy/empathy-tp-contact-factory.h
+include/libempathy/empathy-tp-contact-list.h
+include/libempathy/empathy-tp-group.h
+include/libempathy/empathy-tp-roomlist.h
+include/libempathy/empathy-tp-tube.h
+include/libempathy/empathy-tube-handler.h
+include/libempathy/empathy-utils.h
+lib/bonobo/servers/GNOME_Megaphone_Applet.server
+lib/bonobo/servers/GNOME_NotHere_Applet.server
+lib/libempathy-gtk.la
+lib/libempathy.la
+lib/pkgconfig/libempathy-gtk.pc
+lib/pkgconfig/libempathy.pc
+libexec/megaphone-applet
+libexec/nothere-applet
+man/man1/empathy.1
+share/applications/empathy.desktop
+share/empathy/GNOME_Megaphone_Applet.xml
+share/empathy/GNOME_NotHere_Applet.xml
+share/empathy/empathy-account-widget-aim.glade
+share/empathy/empathy-account-widget-generic.glade
+share/empathy/empathy-account-widget-groupwise.glade
+share/empathy/empathy-account-widget-icq.glade
+share/empathy/empathy-account-widget-irc.glade
+share/empathy/empathy-account-widget-jabber.glade
+share/empathy/empathy-account-widget-msn.glade
+share/empathy/empathy-account-widget-salut.glade
+share/empathy/empathy-account-widget-sip.glade
+share/empathy/empathy-account-widget-yahoo.glade
+share/empathy/empathy-accounts-dialog.glade
+share/empathy/empathy-call-window.glade
+share/empathy/empathy-chat-window.glade
+share/empathy/empathy-chat.glade
+share/empathy/empathy-chatroom-manager.dtd
+share/empathy/empathy-chatrooms-window.glade
+share/empathy/empathy-contact-dialogs.glade
+share/empathy/empathy-contact-groups.dtd
+share/empathy/empathy-contact-widget.glade
+share/empathy/empathy-irc-networks.dtd
+share/empathy/empathy-log-manager.xsl
+share/empathy/empathy-log-window.glade
+share/empathy/empathy-main-window.glade
+share/empathy/empathy-new-chatroom-dialog.glade
+share/empathy/empathy-new-message-dialog.glade
+share/empathy/empathy-preferences.glade
+share/empathy/empathy-presence-chooser.glade
+share/empathy/empathy-spell-dialog.glade
+share/empathy/empathy-status-icon.glade
+share/empathy/empathy-status-presets.dtd
+share/empathy/icons/hicolor/16x16/actions/im-message-new.png
+share/empathy/icons/hicolor/16x16/apps/im-ekiga.png
+share/empathy/icons/hicolor/16x16/apps/im-gadugadu.png
+share/empathy/icons/hicolor/16x16/apps/im-gizmo.png
+share/empathy/icons/hicolor/16x16/apps/im-google-talk.png
+share/empathy/icons/hicolor/16x16/apps/im-irc.png
+share/empathy/icons/hicolor/16x16/apps/im-local-xmpp.png
+share/empathy/icons/hicolor/16x16/apps/im-msn.png
+share/empathy/icons/hicolor/16x16/apps/im-qq.png
+share/empathy/icons/hicolor/16x16/apps/im-sip.png
+share/empathy/icons/hicolor/16x16/apps/im-xmpp.png
+share/empathy/icons/hicolor/16x16/status/empathy-available.png
+share/empathy/icons/hicolor/16x16/status/empathy-away.png
+share/empathy/icons/hicolor/16x16/status/empathy-busy.png
+share/empathy/icons/hicolor/16x16/status/empathy-extended-away.png
+share/empathy/icons/hicolor/16x16/status/empathy-offline.png
+share/empathy/icons/hicolor/16x16/status/empathy-pending.png
+share/empathy/icons/hicolor/16x16/status/im-message.png
+share/empathy/icons/hicolor/16x16/status/user-typing.png
+share/empathy/icons/hicolor/22x22/actions/im-message-new.png
+share/empathy/icons/hicolor/22x22/apps/im-ekiga.png
+share/empathy/icons/hicolor/22x22/apps/im-gadugadu.png
+share/empathy/icons/hicolor/22x22/apps/im-gizmo.png
+share/empathy/icons/hicolor/22x22/apps/im-google-talk.png
+share/empathy/icons/hicolor/22x22/apps/im-irc.png
+share/empathy/icons/hicolor/22x22/apps/im-local-xmpp.png
+share/empathy/icons/hicolor/22x22/apps/im-msn.png
+share/empathy/icons/hicolor/22x22/apps/im-qq.png
+share/empathy/icons/hicolor/22x22/apps/im-sip.png
+share/empathy/icons/hicolor/22x22/apps/im-xmpp.png
+share/empathy/icons/hicolor/22x22/status/empathy-available.png
+share/empathy/icons/hicolor/22x22/status/empathy-away.png
+share/empathy/icons/hicolor/22x22/status/empathy-busy.png
+share/empathy/icons/hicolor/22x22/status/empathy-extended-away.png
+share/empathy/icons/hicolor/22x22/status/empathy-offline.png
+share/empathy/icons/hicolor/22x22/status/empathy-pending.png
+share/empathy/icons/hicolor/24x24/actions/im-message-new.png
+share/empathy/icons/hicolor/24x24/apps/im-ekiga.png
+share/empathy/icons/hicolor/24x24/apps/im-gadugadu.png
+share/empathy/icons/hicolor/24x24/apps/im-gizmo.png
+share/empathy/icons/hicolor/24x24/apps/im-google-talk.png
+share/empathy/icons/hicolor/24x24/apps/im-irc.png
+share/empathy/icons/hicolor/24x24/apps/im-local-xmpp.png
+share/empathy/icons/hicolor/24x24/apps/im-msn.png
+share/empathy/icons/hicolor/24x24/apps/im-qq.png
+share/empathy/icons/hicolor/24x24/apps/im-sip.png
+share/empathy/icons/hicolor/24x24/apps/im-xmpp.png
+share/empathy/icons/hicolor/24x24/status/empathy-available.png
+share/empathy/icons/hicolor/24x24/status/empathy-away.png
+share/empathy/icons/hicolor/24x24/status/empathy-busy.png
+share/empathy/icons/hicolor/24x24/status/empathy-extended-away.png
+share/empathy/icons/hicolor/24x24/status/empathy-offline.png
+share/empathy/icons/hicolor/24x24/status/empathy-pending.png
+share/empathy/icons/hicolor/32x32/apps/im-ekiga.png
+share/empathy/icons/hicolor/32x32/apps/im-gadugadu.png
+share/empathy/icons/hicolor/32x32/apps/im-gizmo.png
+share/empathy/icons/hicolor/32x32/apps/im-google-talk.png
+share/empathy/icons/hicolor/32x32/apps/im-irc.png
+share/empathy/icons/hicolor/32x32/apps/im-local-xmpp.png
+share/empathy/icons/hicolor/32x32/apps/im-msn.png
+share/empathy/icons/hicolor/32x32/apps/im-qq.png
+share/empathy/icons/hicolor/32x32/apps/im-sip.png
+share/empathy/icons/hicolor/32x32/apps/im-xmpp.png
+share/empathy/icons/hicolor/32x32/status/empathy-available.png
+share/empathy/icons/hicolor/32x32/status/empathy-away.png
+share/empathy/icons/hicolor/32x32/status/empathy-busy.png
+share/empathy/icons/hicolor/32x32/status/empathy-extended-away.png
+share/empathy/icons/hicolor/32x32/status/empathy-offline.png
+share/empathy/icons/hicolor/32x32/status/empathy-pending.png
+share/empathy/icons/hicolor/48x48/apps/im-ekiga.png
+share/empathy/icons/hicolor/48x48/apps/im-gadugadu.png
+share/empathy/icons/hicolor/48x48/apps/im-gizmo.png
+share/empathy/icons/hicolor/48x48/apps/im-google-talk.png
+share/empathy/icons/hicolor/48x48/apps/im-irc.png
+share/empathy/icons/hicolor/48x48/apps/im-local-xmpp.png
+share/empathy/icons/hicolor/48x48/apps/im-msn.png
+share/empathy/icons/hicolor/48x48/apps/im-qq.png
+share/empathy/icons/hicolor/48x48/apps/im-sip.png
+share/empathy/icons/hicolor/48x48/apps/im-xmpp.png
+share/empathy/icons/hicolor/48x48/status/empathy-available.png
+share/empathy/icons/hicolor/48x48/status/empathy-away.png
+share/empathy/icons/hicolor/48x48/status/empathy-busy.png
+share/empathy/icons/hicolor/48x48/status/empathy-extended-away.png
+share/empathy/icons/hicolor/48x48/status/empathy-offline.png
+share/empathy/icons/hicolor/48x48/status/empathy-pending.png
+share/empathy/icons/hicolor/scalable/apps/im-ekiga.svg
+share/empathy/icons/hicolor/scalable/apps/im-gadugadu.svg
+share/empathy/icons/hicolor/scalable/apps/im-gizmo.svg
+share/empathy/icons/hicolor/scalable/apps/im-google-talk.svg
+share/empathy/icons/hicolor/scalable/apps/im-irc.svg
+share/empathy/icons/hicolor/scalable/apps/im-local-xmpp.svg
+share/empathy/icons/hicolor/scalable/apps/im-msn.svg



Home | Main Index | Thread Index | Old Index