summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-14 23:00:42 +0000
committerwiz <wiz>2008-11-14 23:00:42 +0000
commit5bc42e5e4873d915cf0aad31d27c50cffdb1bc0b (patch)
tree2ee98f682a07e876b4d4124ba38b9126c69ab692 /chat
parent7fa3fbb1e9126f8e99e866472b93146d6677f53b (diff)
downloadpkgsrc-5bc42e5e4873d915cf0aad31d27c50cffdb1bc0b.tar.gz
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 (limited to 'chat')
-rw-r--r--chat/telepathy-gabble/DESCR2
-rw-r--r--chat/telepathy-gabble/Makefile27
-rw-r--r--chat/telepathy-gabble/PLIST12
-rw-r--r--chat/telepathy-gabble/distinfo6
-rw-r--r--chat/telepathy-gabble/patches/patch-aa12
5 files changed, 59 insertions, 0 deletions
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 <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <netinet/in.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <errno.h>