summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-salut
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /net-im/telepathy-salut
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-salut')
-rw-r--r--net-im/telepathy-salut/Makefile43
-rw-r--r--net-im/telepathy-salut/distinfo3
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c12
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c11
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h10
-rw-r--r--net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c10
-rw-r--r--net-im/telepathy-salut/files/patch-src_salut-contact.h11
-rw-r--r--net-im/telepathy-salut/files/patch-src_salut-self.c10
-rw-r--r--net-im/telepathy-salut/pkg-descr7
-rw-r--r--net-im/telepathy-salut/pkg-plist7
13 files changed, 0 insertions, 154 deletions
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile
deleted file mode 100644
index 11511e363..000000000
--- a/net-im/telepathy-salut/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: telepathy-salut
-# Date created: Apr 16 2007
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= telepathy-salut
-PORTVERSION= 0.3.7
-CATEGORIES= net-im
-MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Link-local Connection Manager for Telepathy Framework
-
-LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
- avahi-glib.pc:${PORTSDIR}/net/avahi-app \
- telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
- libsoup-2.4.pc:${PORTSDIR}/devel/libsoup
-
-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 gnometarget
-USE_OPENSSL= yes
-USE_PYTHON_BUILD= yes
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
- LIBS="${PTHREAD_LIBS}"
-
-MAN8= telepathy-salut.8
-
-post-patch:
- @${REINPLACE_CMD} -e 's|make -C|${GMAKE} -C|g' \
- ${WRKSRC}/src/Makefile.in \
- ${WRKSRC}/tests/Makefile.in \
- ${WRKSRC}/lib/gibber/examples/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/net-im/telepathy-salut/distinfo b/net-im/telepathy-salut/distinfo
deleted file mode 100644
index 224cfbb98..000000000
--- a/net-im/telepathy-salut/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (telepathy-salut-0.3.7.tar.gz) = 0019eb92a06edf4e61b7a4cb8bc88d40
-SHA256 (telepathy-salut-0.3.7.tar.gz) = 19eb7f844519cca1135bfad7ae2e1848d79620636abf5f6fa4a5215d02612ab6
-SIZE (telepathy-salut-0.3.7.tar.gz) = 1033259
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h
deleted file mode 100644
index 2bea200aa..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/gibber/gibber-bytestream-oob.h.orig 2008-01-17 00:55:20.000000000 -0500
-+++ lib/gibber/gibber-bytestream-oob.h 2008-01-17 00:55:54.000000000 -0500
-@@ -22,6 +22,7 @@
-
- #include <glib-object.h>
-
-+#include <netinet/in.h>
- #include <netdb.h>
-
- #include "gibber-bytestream-iface.h"
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c
deleted file mode 100644
index 4d69b0f55..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/gibber/gibber-muc-connection.c.orig Sun Jun 24 15:48:48 2007
-+++ lib/gibber/gibber-muc-connection.c Sun Jun 24 15:49:19 2007
-@@ -18,6 +18,7 @@
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-+#include <netinet/in.h>
-
- #include <stdio.h>
- #include <stdlib.h>
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c
deleted file mode 100644
index e359cdf2f..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/gibber/gibber-resolver.c.orig 2008-07-08 23:50:38.000000000 -0400
-+++ lib/gibber/gibber-resolver.c 2008-07-08 23:50:49.000000000 -0400
-@@ -735,7 +735,9 @@ gibber_resolver_gai_error_to_g_error (in
- break;
-
- case EAI_MEMORY:
-+#ifdef EAI_OVERFLOW
- case EAI_OVERFLOW:
-+#endif
- code = GIBBER_RESOLVER_ERROR_MEMORY;
- break;
-
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c
deleted file mode 100644
index a3b3f8ef4..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/gibber/gibber-tcp-transport.c.orig Thu Apr 19 16:54:23 2007
-+++ lib/gibber/gibber-tcp-transport.c Thu Apr 19 16:54:46 2007
-@@ -18,6 +18,7 @@
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-+#include <netinet/in.h>
-
- #include <stdio.h>
- #include <stdlib.h>
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c
deleted file mode 100644
index be92164c0..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/gibber/gibber-util.c.orig 2008-01-17 00:59:24.000000000 -0500
-+++ lib/gibber/gibber-util.c 2008-01-17 00:59:48.000000000 -0500
-@@ -18,6 +18,8 @@
- */
-
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <stdio.h>
- #include <unistd.h>
- #include <stdlib.h>
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h
deleted file mode 100644
index d6eb90222..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/gibber/gibber-util.h.orig 2008-01-17 00:57:54.000000000 -0500
-+++ lib/gibber/gibber-util.h 2008-01-17 00:58:06.000000000 -0500
-@@ -21,6 +21,7 @@
- #define __GIBBER_UTIL_H__
-
- #include <netdb.h>
-+#include <netinet/in.h>
-
- #include <glib.h>
-
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c
deleted file mode 100644
index 7d0cabfe1..000000000
--- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/gibber/gibber-xmpp-connection-listener.c.orig 2008-01-17 00:56:23.000000000 -0500
-+++ lib/gibber/gibber-xmpp-connection-listener.c 2008-01-17 00:56:46.000000000 -0500
-@@ -24,6 +24,7 @@
- #include <time.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <netdb.h>
- #include <unistd.h>
- #include <errno.h>
diff --git a/net-im/telepathy-salut/files/patch-src_salut-contact.h b/net-im/telepathy-salut/files/patch-src_salut-contact.h
deleted file mode 100644
index b27d1b466..000000000
--- a/net-im/telepathy-salut/files/patch-src_salut-contact.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/salut-contact.h.orig Thu Apr 19 17:06:44 2007
-+++ src/salut-contact.h Thu Apr 19 17:08:20 2007
-@@ -20,6 +20,8 @@
- #ifndef __SALUT_CONTACT_H__
- #define __SALUT_CONTACT_H__
-
-+#include <sys/socket.h>
-+
- #include <netinet/in.h>
- #include <glib-object.h>
-
diff --git a/net-im/telepathy-salut/files/patch-src_salut-self.c b/net-im/telepathy-salut/files/patch-src_salut-self.c
deleted file mode 100644
index 27bb5b5a7..000000000
--- a/net-im/telepathy-salut/files/patch-src_salut-self.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/salut-self.c.orig Thu Apr 19 17:09:13 2007
-+++ src/salut-self.c Thu Apr 19 17:10:24 2007
-@@ -24,6 +24,7 @@
- #include <string.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <netdb.h>
- #include <errno.h>
-
diff --git a/net-im/telepathy-salut/pkg-descr b/net-im/telepathy-salut/pkg-descr
deleted file mode 100644
index f5785c128..000000000
--- a/net-im/telepathy-salut/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Telepathy is a real time communications framework. Salut provides
-Link-local Jabber functionality for Telepathy.
-
-WWW: http://telepathy.freedesktop.org/
-
-- Florent Thoumie
-flz@FreeBSD.org
diff --git a/net-im/telepathy-salut/pkg-plist b/net-im/telepathy-salut/pkg-plist
deleted file mode 100644
index fba720fb7..000000000
--- a/net-im/telepathy-salut/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-libexec/telepathy-salut
-share/telepathy/managers/salut.manager
-share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service
-%%DOCSDIR%%/clique.html
-@dirrmtry share/telepathy/managers
-@dirrmtry share/telepathy
-@dirrm %%DOCSDIR%%