summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-17 14:54:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-17 14:54:25 +0800
commitab0a2ff4e999eebad89f8a25ef4c29be52770329 (patch)
treee0beae9ef4311137dbb424a89a6bb36fd7800ff0 /net-im
parentc135cf7782b00f9a31de95c027376be2887c1bac (diff)
downloadmarcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.tar
marcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.tar.gz
marcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.tar.bz2
marcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.tar.lz
marcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.tar.xz
marcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.tar.zst
marcuscom-ports-ab0a2ff4e999eebad89f8a25ef4c29be52770329.zip
Update to 0.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10144 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-gabble/Makefile40
-rw-r--r--net-im/telepathy-gabble/distinfo3
-rw-r--r--net-im/telepathy-gabble/files/patch-src_tube-stream.c10
-rw-r--r--net-im/telepathy-gabble/pkg-descr9
-rw-r--r--net-im/telepathy-gabble/pkg-plist5
5 files changed, 67 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
new file mode 100644
index 000000000..19a1efb75
--- /dev/null
+++ b/net-im/telepathy-gabble/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: telepathy-gabble
+# Date created: Apr 19 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= telepathy-gabble
+PORTVERSION= 0.7.1
+CATEGORIES= net-im
+MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Jabber Connection Manager for Telepathy Framework
+
+LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
+ dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
+ telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
+ loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth
+
+BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
+
+BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack pkgconfig glib20
+USE_OPENSSL= yes
+USE_PYTHON_BUILD= yes
+
+MAN8= telepathy-gabble.8
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_OPENSSL_BASE)
+CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-im/telepathy-gabble/distinfo b/net-im/telepathy-gabble/distinfo
new file mode 100644
index 000000000..94ed4841e
--- /dev/null
+++ b/net-im/telepathy-gabble/distinfo
@@ -0,0 +1,3 @@
+MD5 (telepathy-gabble-0.7.1.tar.gz) = 94bbf929aceac7601421e60ba35683a5
+SHA256 (telepathy-gabble-0.7.1.tar.gz) = 63cd37752d153d222fa4a1fe08f6188832341f41652482bd7891e3fbe0ff8dd7
+SIZE (telepathy-gabble-0.7.1.tar.gz) = 778185
diff --git a/net-im/telepathy-gabble/files/patch-src_tube-stream.c b/net-im/telepathy-gabble/files/patch-src_tube-stream.c
new file mode 100644
index 000000000..9118a52ad
--- /dev/null
+++ b/net-im/telepathy-gabble/files/patch-src_tube-stream.c
@@ -0,0 +1,10 @@
+--- src/tube-stream.c.orig 2008-01-17 01:49:11.000000000 -0500
++++ src/tube-stream.c 2008-01-17 01:49:22.000000000 -0500
+@@ -24,6 +24,7 @@
+ #include <time.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <sys/un.h>
+ #include <unistd.h>
+ #include <fcntl.h>
diff --git a/net-im/telepathy-gabble/pkg-descr b/net-im/telepathy-gabble/pkg-descr
new file mode 100644
index 000000000..730ea4f1c
--- /dev/null
+++ b/net-im/telepathy-gabble/pkg-descr
@@ -0,0 +1,9 @@
+Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
+currently supporting single user chats, multi user chats and voice/video
+calls. Install this package to use Telepathy instant messaging clients
+with Jabber/XMPP servers, including Google Talk.
+
+WWW: http://telepathy.freedesktop.org/
+
+- Florent Thoumie
+flz@FreeBSD.org
diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist
new file mode 100644
index 000000000..59a46f116
--- /dev/null
+++ b/net-im/telepathy-gabble/pkg-plist
@@ -0,0 +1,5 @@
+libexec/telepathy-gabble
+share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
+share/telepathy/managers/gabble.manager
+@dirrmtry share/telepathy/managers
+@dirrmtry share/telepathy