pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/telepathy-gabble Initial import of telepathy-gabb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01ab28ac6793
branches:  trunk
changeset: 550080:01ab28ac6793
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 14 23:00:42 2008 +0000

description:
Initial import of telepathy-gabble-0.7.15:

A Jabber/XMPP connection manager that handles single- and multi-user
chats and voice/video calls.

diffstat:

 chat/telepathy-gabble/DESCR            |   2 ++
 chat/telepathy-gabble/Makefile         |  27 +++++++++++++++++++++++++++
 chat/telepathy-gabble/PLIST            |  12 ++++++++++++
 chat/telepathy-gabble/distinfo         |   6 ++++++
 chat/telepathy-gabble/patches/patch-aa |  12 ++++++++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r adc26e34c228 -r 01ab28ac6793 chat/telepathy-gabble/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/DESCR       Fri Nov 14 23:00:42 2008 +0000
@@ -0,0 +1,2 @@
+A Jabber/XMPP connection manager that handles single- and multi-user
+chats and voice/video calls.
diff -r adc26e34c228 -r 01ab28ac6793 chat/telepathy-gabble/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/Makefile    Fri Nov 14 23:00:42 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 23:00:42 wiz Exp $
+#
+
+DISTNAME=      telepathy-gabble-0.7.15
+CATEGORIES=    chat
+MASTER_SITES=  http://telepathy.freedesktop.org/releases/telepathy-gabble/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://telepathy.freedesktop.org/wiki/Components
+COMMENT=       Jabber/XMPP connection manager for Telepathy
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
+
+.include "../../chat/telepathy-glib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.loudmouth+=      loudmouth>=1.3.2
+.include "../../chat/loudmouth/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.16.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../lang/python/application.mk"
+BUILDLINK_API_DEPENDS.dbus-glib+=      dbus-glib>=0.73
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus+=           dbus>=1.1
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r adc26e34c228 -r 01ab28ac6793 chat/telepathy-gabble/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/PLIST       Fri Nov 14 23:00:42 2008 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/14 23:00:42 wiz Exp $
+libexec/telepathy-gabble
+man/man8/telepathy-gabble.8
+share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
+share/doc/telepathy-gabble/muc-bytestream.html
+share/doc/telepathy-gabble/olpc.html
+share/doc/telepathy-gabble/tubes.html
+share/telepathy/managers/gabble.manager
+@unexec ${RMDIR} %D/share/telepathy/managers 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/telepathy 2>/dev/null || ${TRUE}
+@dirrm share/doc/telepathy-gabble
+@comment in dbus: @dirrm share/dbus-1/services
diff -r adc26e34c228 -r 01ab28ac6793 chat/telepathy-gabble/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/distinfo    Fri Nov 14 23:00:42 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/14 23:00:42 wiz Exp $
+
+SHA1 (telepathy-gabble-0.7.15.tar.gz) = 9cda9959e4928d51275992ccb52ffce9e20677fc
+RMD160 (telepathy-gabble-0.7.15.tar.gz) = 2725801ae32b2335ae54a526b9c13bdd7d59ff59
+Size (telepathy-gabble-0.7.15.tar.gz) = 1427321 bytes
+SHA1 (patch-aa) = c6f579acd92f43bd327136b4ebabce8d3a54976c
diff -r adc26e34c228 -r 01ab28ac6793 chat/telepathy-gabble/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-gabble/patches/patch-aa    Fri Nov 14 23:00:42 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/11/14 23:00:42 wiz Exp $
+
+--- src/tube-stream.c.orig     2008-11-06 09:40:19.000000000 +0000
++++ src/tube-stream.c
+@@ -24,6 +24,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <netinet/in.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <errno.h>



Home | Main Index | Thread Index | Old Index