diff options
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 41 | ||||
-rw-r--r-- | net-im/telepathy-gabble/distinfo | 3 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h | 12 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h | 12 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c | 11 | ||||
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_tube-stream.c | 10 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-descr | 9 | ||||
-rw-r--r-- | net-im/telepathy-gabble/pkg-plist | 10 |
8 files changed, 0 insertions, 108 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile deleted file mode 100644 index 1146c9572..000000000 --- a/net-im/telepathy-gabble/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: telepathy-gabble -# Date created: Apr 19 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.4 2008/12/21 20:29:53 marcus Exp $ - -PORTNAME= telepathy-gabble -PORTVERSION= 0.7.18 -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 -LDFLAGS= ${PTHREAD_LIBS} -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 deleted file mode 100644 index 461962af0..000000000 --- a/net-im/telepathy-gabble/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-gabble-0.7.18.tar.gz) = 807260037be70882be3bcdb6b26ff031 -SHA256 (telepathy-gabble-0.7.18.tar.gz) = 2d3f0c3b068b323bdd37f5d02d6fc1cfc467014aa2f92bcebf91a5b21081a141 -SIZE (telepathy-gabble-0.7.18.tar.gz) = 1474712 diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h deleted file mode 100644 index 8cf86b314..000000000 --- a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/gibber/gibber-fd-transport.h.orig 2009-01-08 01:53:58.000000000 -0500 -+++ lib/gibber/gibber-fd-transport.h 2009-01-08 01:54:11.000000000 -0500 -@@ -23,7 +23,9 @@ - - #include <glib-object.h> - -+#include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - - #include "gibber-transport.h" diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h deleted file mode 100644 index e690611c3..000000000 --- a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/gibber/gibber-util.h.orig 2009-01-08 01:55:08.000000000 -0500 -+++ lib/gibber/gibber-util.h 2009-01-08 01:56:05.000000000 -0500 -@@ -20,6 +20,9 @@ - #ifndef __GIBBER_UTIL_H__ - #define __GIBBER_UTIL_H__ - -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - - #include <glib.h> diff --git a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c deleted file mode 100644 index 07bf4c2ab..000000000 --- a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bytestream-socks5.c.orig 2009-01-08 01:57:01.000000000 -0500 -+++ src/bytestream-socks5.c 2009-01-08 01:57:20.000000000 -0500 -@@ -21,6 +21,8 @@ - #include "config.h" - #include "bytestream-socks5.h" - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <errno.h> - #include <fcntl.h> diff --git a/net-im/telepathy-gabble/files/patch-src_tube-stream.c b/net-im/telepathy-gabble/files/patch-src_tube-stream.c deleted file mode 100644 index 9118a52ad..000000000 --- a/net-im/telepathy-gabble/files/patch-src_tube-stream.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 deleted file mode 100644 index 730ea4f1c..000000000 --- a/net-im/telepathy-gabble/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index fff4ba5c0..000000000 --- a/net-im/telepathy-gabble/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -libexec/telepathy-gabble -share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service -%%DOCSDIR%%/muc-bytestream.html -%%DOCSDIR%%/olpc.html -%%DOCSDIR%%/si-multiple.html -%%DOCSDIR%%/tubes.html -share/telepathy/managers/gabble.manager -@dirrmtry share/telepathy/managers -@dirrmtry share/telepathy -@dirrm %%DOCSDIR%% |