From 5bc42e5e4873d915cf0aad31d27c50cffdb1bc0b Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 14 Nov 2008 23:00:42 +0000 Subject: Initial import of telepathy-gabble-0.7.15: A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls. --- 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(+) create mode 100644 chat/telepathy-gabble/DESCR create mode 100644 chat/telepathy-gabble/Makefile create mode 100644 chat/telepathy-gabble/PLIST create mode 100644 chat/telepathy-gabble/distinfo create mode 100644 chat/telepathy-gabble/patches/patch-aa (limited to 'chat') diff --git a/chat/telepathy-gabble/DESCR b/chat/telepathy-gabble/DESCR new file mode 100644 index 00000000000..634252bb024 --- /dev/null +++ b/chat/telepathy-gabble/DESCR @@ -0,0 +1,2 @@ +A Jabber/XMPP connection manager that handles single- and multi-user +chats and voice/video calls. diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile new file mode 100644 index 00000000000..3adaf919ad6 --- /dev/null +++ b/chat/telepathy-gabble/Makefile @@ -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 +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 --git a/chat/telepathy-gabble/PLIST b/chat/telepathy-gabble/PLIST new file mode 100644 index 00000000000..17e35d4839a --- /dev/null +++ b/chat/telepathy-gabble/PLIST @@ -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 --git a/chat/telepathy-gabble/distinfo b/chat/telepathy-gabble/distinfo new file mode 100644 index 00000000000..ebf44631441 --- /dev/null +++ b/chat/telepathy-gabble/distinfo @@ -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 --git a/chat/telepathy-gabble/patches/patch-aa b/chat/telepathy-gabble/patches/patch-aa new file mode 100644 index 00000000000..d05537801de --- /dev/null +++ b/chat/telepathy-gabble/patches/patch-aa @@ -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 + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3