aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-12-01 00:37:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-12-01 00:37:20 +0000
commit39edf56f0933f7c5f614aad7fca76ecb6470fe23 (patch)
tree1f76ce335d709053111226d0016b68e447fbd0ab /net-im
parentaafa744d0fba9c50a8846ab406390c74cd0e9937 (diff)
downloadports-39edf56f0933f7c5f614aad7fca76ecb6470fe23.tar.gz
ports-39edf56f0933f7c5f614aad7fca76ecb6470fe23.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile3
-rw-r--r--net-im/linux-ymessenger/Makefile62
-rw-r--r--net-im/linux-ymessenger/distinfo4
-rw-r--r--net-im/linux-ymessenger/files/linux-ymessenger.sh7
-rw-r--r--net-im/linux-ymessenger/pkg-descr1
-rw-r--r--net-im/linux-ymessenger/pkg-plist9
-rw-r--r--net-im/tapioca-qt/Makefile39
-rw-r--r--net-im/tapioca-qt/distinfo2
-rw-r--r--net-im/tapioca-qt/files/patch-202014
-rw-r--r--net-im/tapioca-qt/files/patch-2023251
-rw-r--r--net-im/tapioca-qt/files/patch-connection.cpp-202395
-rw-r--r--net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt29
-rw-r--r--net-im/tapioca-qt/pkg-descr8
-rw-r--r--net-im/tapioca-qt/pkg-plist39
-rw-r--r--net-im/telepathy-qt/Makefile35
-rw-r--r--net-im/telepathy-qt/distinfo2
-rw-r--r--net-im/telepathy-qt/pkg-descr8
-rw-r--r--net-im/telepathy-qt/pkg-plist133
18 files changed, 0 insertions, 741 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 6f624c906cdc..eafe65de60f4 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -73,7 +73,6 @@
SUBDIR += licq-osd
SUBDIR += licq-qt-gui
SUBDIR += linpopup
- SUBDIR += linux-ymessenger
SUBDIR += loudmouth
SUBDIR += mbpurple
SUBDIR += mcabber
@@ -150,7 +149,6 @@
SUBDIR += sendxmpp
SUBDIR += skype
SUBDIR += skype-devel
- SUBDIR += tapioca-qt
SUBDIR += telepathy-butterfly
SUBDIR += telepathy-farsight
SUBDIR += telepathy-gabble
@@ -161,7 +159,6 @@
SUBDIR += telepathy-logger-qt4
SUBDIR += telepathy-mission-control
SUBDIR += telepathy-python
- SUBDIR += telepathy-qt
SUBDIR += telepathy-qt4
SUBDIR += telepathy-salut
SUBDIR += telepathy-sofiasip
diff --git a/net-im/linux-ymessenger/Makefile b/net-im/linux-ymessenger/Makefile
deleted file mode 100644
index 4d0ecd62e5cd..000000000000
--- a/net-im/linux-ymessenger/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Created by: Seth Kingsley <sethk@meowfishies.com>
-# $FreeBSD$
-
-PORTNAME= ymessenger
-PORTVERSION= 1.0.6.1
-CATEGORIES= net-im
-MASTER_SITES= http://public.yahoo.com/%7Emmk/
-PKGNAMEPREFIX= linux-
-DISTNAME= rh9.${PORTNAME}-${PORTVERSION:C/\.([^\.]+)$/-\1/}.i386
-DISTFILES= ${DISTNAME}.rpm ymessenger.bin
-EXTRACT_ONLY= ${DISTNAME}.rpm
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= RPM of Yahoo! Messenger instant messaging client
-
-DEPRECATED= Depends on deprecated Linux GTK1
-EXPIRATION_DATE=2013-12-01
-
-EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
-
-USE_LINUX= yes
-USE_LINUX_APPS= gdkpixbuf gtk
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-ONLY_FOR_ARCHS= i386 amd64
-
-SHARE_FILES= yahoo_gnome.png yahoo_kde.xpm ymessenger.desktop\
- ymessenger.kdelnk
-
-do-extract:
- @${RM} -rf ${WRKDIR}
- @${MKDIR} ${WRKDIR}
- @for rpm in ${EXTRACT_ONLY}; do\
- (cd ${WRKDIR} &&\
- rpm2cpio.pl ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE}/$$rpm |\
- ${CPIO} --quiet -idm);\
- done
-
-pre-patch:
- ${CP} -fp ${DISTDIR}/ymessenger.bin ${WRKDIR}/opt/ymessenger/bin
-
-post-patch:
- ${SED} -e 's:%%PREFIX%%:${PREFIX}:g' ${FILESDIR}/linux-ymessenger.sh >\
- ${WRKDIR}/linux-ymessenger.sh
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/linux-ymessenger
-.for f in ${SHARE_FILES}
- ${INSTALL_DATA} ${WRKDIR}/opt/ymessenger/bin/${f}\
- ${STAGEDIR}${PREFIX}/libexec/linux-ymessenger
-.endfor
- ${INSTALL_PROGRAM} ${WRKDIR}/opt/ymessenger/bin/ymessenger.bin\
- ${STAGEDIR}${PREFIX}/libexec/linux-ymessenger
- ${INSTALL_SCRIPT} ${WRKDIR}/linux-ymessenger.sh\
- ${STAGEDIR}${PREFIX}/bin/linux-ymessenger
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/linux-ymessenger
- ${INSTALL_DATA} ${WRKDIR}/opt/ymessenger/lib/libgtkhtml.so.0\
- ${STAGEDIR}${PREFIX}/lib/linux-ymessenger
-
-.include <bsd.port.mk>
diff --git a/net-im/linux-ymessenger/distinfo b/net-im/linux-ymessenger/distinfo
deleted file mode 100644
index ed9e876879c9..000000000000
--- a/net-im/linux-ymessenger/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (rh9.ymessenger-1.0.6-1.i386.rpm) = ec516782bb131fa14e5261a8d004df868f7d21a710c0298cd3b6322f67a1956d
-SIZE (rh9.ymessenger-1.0.6-1.i386.rpm) = 723165
-SHA256 (ymessenger.bin) = fac21fbb30b6c273a4764bd4e20d609ed873b7c3978b32751e0855e03aff0220
-SIZE (ymessenger.bin) = 2025244
diff --git a/net-im/linux-ymessenger/files/linux-ymessenger.sh b/net-im/linux-ymessenger/files/linux-ymessenger.sh
deleted file mode 100644
index 355eb45fc0d5..000000000000
--- a/net-im/linux-ymessenger/files/linux-ymessenger.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ -w $HOME/.ymessenger/preferences ]; then
- /usr/bin/grep -q '^PrimaryIdentity $' $HOME/.ymessenger/preferences&&/usr/bin/sed -i '' -e '/^PrimaryIdentity $/s/$/ ""/' $HOME/.ymessenger/preferences
-fi
-export LD_LIBRARY_PATH=%%PREFIX%%/lib/linux-ymessenger
-cd %%PREFIX%%/libexec/linux-ymessenger
-./ymessenger.bin $*
diff --git a/net-im/linux-ymessenger/pkg-descr b/net-im/linux-ymessenger/pkg-descr
deleted file mode 100644
index 67b21d01e363..000000000000
--- a/net-im/linux-ymessenger/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-An RPM of Yahoo! Messenger instant messaging client.
diff --git a/net-im/linux-ymessenger/pkg-plist b/net-im/linux-ymessenger/pkg-plist
deleted file mode 100644
index 12294da78eb7..000000000000
--- a/net-im/linux-ymessenger/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-libexec/linux-ymessenger/yahoo_gnome.png
-libexec/linux-ymessenger/yahoo_kde.xpm
-libexec/linux-ymessenger/ymessenger.desktop
-libexec/linux-ymessenger/ymessenger.kdelnk
-libexec/linux-ymessenger/ymessenger.bin
-bin/linux-ymessenger
-lib/linux-ymessenger/libgtkhtml.so.0
-@dirrm libexec/linux-ymessenger
-@dirrm lib/linux-ymessenger
diff --git a/net-im/tapioca-qt/Makefile b/net-im/tapioca-qt/Makefile
deleted file mode 100644
index a4b3eb9b3436..000000000000
--- a/net-im/tapioca-qt/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: arved
-# $FreeBSD$
-
-PORTNAME= tapioca-qt
-PORTVERSION= 0.14.1
-PORTREVISION= 5
-CATEGORIES= net-im
-MASTER_SITES= SF/tapioca-voip/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= Framework for VoIP and IP applications
-
-LIB_DEPENDS= QtTelepathyCore.0:${PORTSDIR}/net-im/telepathy-qt
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/../COPYING
-
-DEPRECATED= Unmaintained upstream since 2007, not used by anything
-EXPIRATION_DATE= 2013-12-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
-
-USES= cmake pkgconfig
-CMAKE_SOURCE_PATH= ..
-USE_QT4= corelib qmake_build uic_build moc_build rcc_build
-USE_LDCONFIG= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-post-extract:
- ${MKDIR} ${WRKSRC}
-
-post-patch:
- ${REINPLACE_CMD} -e \
- "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
- ${WRKSRC}/../CMakeLists.txt
-
-.include <bsd.port.post.mk>
diff --git a/net-im/tapioca-qt/distinfo b/net-im/tapioca-qt/distinfo
deleted file mode 100644
index d24453a4a305..000000000000
--- a/net-im/tapioca-qt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tapioca-qt-0.14.1.tar.gz) = ba25668286eccfa25c5908a639ae761b88271c14a790e82903b2d494e34c90ac
-SIZE (tapioca-qt-0.14.1.tar.gz) = 644166
diff --git a/net-im/tapioca-qt/files/patch-2020 b/net-im/tapioca-qt/files/patch-2020
deleted file mode 100644
index 9be498ce1c8e..000000000000
--- a/net-im/tapioca-qt/files/patch-2020
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: src/contactbase.cpp
-===================================================================
---- ../src/contactbase.cpp (revision 2019)
-+++ ../src/contactbase.cpp (revision 2020)
-@@ -308,3 +308,9 @@
- if (cap.contactHandle == id)
- updateCapabilities(cap.channelType, cap.newTypeSpecificFlags);
- }
-+
-+bool ContactBase::operator==(const ContactBase &info) const
-+{
-+ return (*(info.handle()) == *handle());
-+}
-+
diff --git a/net-im/tapioca-qt/files/patch-2023 b/net-im/tapioca-qt/files/patch-2023
deleted file mode 100644
index 24d6b011a803..000000000000
--- a/net-im/tapioca-qt/files/patch-2023
+++ /dev/null
@@ -1,251 +0,0 @@
-Index: include/QtTapioca/contactgroup.h
-===================================================================
---- ../include/QtTapioca/contactgroup.h (revision 2022)
-+++ ../include/QtTapioca/contactgroup.h (revision 2023)
-@@ -30,6 +30,7 @@
-
- namespace QtTapioca {
-
-+class Channel;
- class Conatct;
- class Connection;
- class ContactGroupPrivate;
-@@ -63,10 +64,12 @@
- QList<Contact *> contacts() const;
- QList<Contact *> pendingContacts() const;
-
-+ Channel * channel() const;
-+
- Q_SIGNALS:
-- void contactEntered(Contact *contact);
-- void contactLeft(Contact *contact);
-- void newPendingContact(Contact *contact);
-+ void contactEntered(QtTapioca::Contact *contact);
-+ void contactLeft(QtTapioca::Contact *contact);
-+ void newPendingContact(QtTapioca::Contact *contact);
-
- private Q_SLOTS:
- void onGroupFlagsChanged(uint added, uint removed);
-@@ -75,10 +78,12 @@
- const QList<uint> &remote_pending, uint actor, uint reason);
-
- private:
-- ContactGroup(Connection *connection, const QString &serviceName, const QString &objPath, QObject *parent = 0);
-+ ContactGroup(Connection *connection, const QString &serviceName, const QString &objPath, Channel *channel);
- QList<Contact *> contactsFromContactList(QList<uint> ids) const;
-
- ContactGroupPrivate *d;
-+
-+ friend class Channel;
- };
-
- } // namespace
-Index: include/QtTapioca/channel.h
-===================================================================
---- ../include/QtTapioca/channel.h (revision 2022)
-+++ ../include/QtTapioca/channel.h (revision 2023)
-@@ -57,9 +57,13 @@
-
- void close();
- virtual void join();
-- ContactGroup *contactGroup() const;
-+ ContactGroup * contactGroup();
- bool hasGroupSupport() const;
-
-+ bool hasSupportFor(const QString &) const;
-+
-+ Connection * connection() const;
-+
- Q_SIGNALS:
- void closed();
-
-Index: include/QtTapioca/contactlist.h
-===================================================================
---- ../include/QtTapioca/contactlist.h (revision 2022)
-+++ ../include/QtTapioca/contactlist.h (revision 2023)
-@@ -102,8 +102,8 @@
- QObject *parent = 0);
-
- void loadContacts();
-- Contact *contact(Handle *handle) const;
-- Contact *contact(uint id) const;
-+ Contact *contact(Handle *handle);
-+ Contact *contact(uint id);
- Contact *addContact(const Handle *handle);
-
- ContactListPrivate *d;
-Index: src/contactgroup.cpp
-===================================================================
---- ../src/contactgroup.cpp (revision 2022)
-+++ ../src/contactgroup.cpp (revision 2023)
-@@ -35,8 +35,9 @@
- public:
- ContactGroupPrivate(Connection *connection,
- const QString &serviceName,
-- const QString &objPath)
-- : conn(connection)
-+ const QString &objPath,
-+ Channel * chan)
-+ : conn(connection), channel(chan)
- {
- telepathyIChannelGroup = new org::freedesktop::Telepathy::ChannelGroupInterface(serviceName, objPath, QDBusConnection::sessionBus());
-
-@@ -50,6 +51,7 @@
-
- uint flags;
- Connection *conn;
-+ Channel * channel;
- org::freedesktop::Telepathy::ChannelGroupInterface *telepathyIChannelGroup;
- };
-
-@@ -57,19 +59,19 @@
-
- using namespace QtTapioca;
-
--ContactGroup::ContactGroup(Connection *connection, const QString &serviceName, const QString &objPath, QObject *parent)
-- : d(new ContactGroupPrivate(connection, serviceName, objPath))
-+ContactGroup::ContactGroup(Connection *connection, const QString &serviceName, const QString &objPath, Channel *channel)
-+ : d(new ContactGroupPrivate(connection, serviceName, objPath, channel))
- {
- Q_ASSERT(d);
-
-- QObject::connect(d->telepathyIChannelGroup, SIGNAL(GroupFlagsChanged(uint added, uint removed)), this, SLOT(onGroupFlagsChanged(uint added, uint removed)));
-- QObject::connect(d->telepathyIChannelGroup, SIGNAL(MembersChanged(const QString &message, const QList<uint> &added,
-- const QList<uint> &removed, const QList<uint> &local_pending,
-- const QList<uint> &remote_pending, uint actor, uint reason)),
-+ QObject::connect(d->telepathyIChannelGroup, SIGNAL(GroupFlagsChanged(uint, uint)), this, SLOT(onGroupFlagsChanged(uint, uint)));
-+ QObject::connect(d->telepathyIChannelGroup, SIGNAL(MembersChanged(const QString&, const QList<uint>&,
-+ const QList<uint>&, const QList<uint> &,
-+ const QList<uint>&, uint, uint)),
- this,
-- SLOT(onMembersChanged(const QString &message, const QList<uint> &added,
-- const QList<uint> &removed, const QList<uint> &local_pending,
-- const QList<uint> &remote_pending, uint actor, uint reason)));
-+ SLOT(onMembersChanged(const QString&, const QList<uint>&,
-+ const QList<uint>&, const QList<uint>&,
-+ const QList<uint>&, uint, uint)));
- }
-
- ContactGroup::~ContactGroup()
-@@ -154,6 +156,8 @@
- return lc;
- }
-
-+Channel * ContactGroup::channel() const { return d->channel; }
-+
- QList<Contact *> ContactGroup::contactsFromContactList(QList<uint> ids) const
- {
- uint i;
-Index: src/channel.cpp
-===================================================================
---- ../src/channel.cpp (revision 2022)
-+++ ../src/channel.cpp (revision 2023)
-@@ -25,6 +25,7 @@
-
- #include "QtTapioca/Channel"
- #include "QtTapioca/ChannelTarget"
-+#include "QtTapioca/ContactGroup"
-
- #include <QtDBus/QDBusConnection>
- #include <QtDBus/QDBusConnectionInterface>
-@@ -54,7 +55,7 @@
- Connection *conn;
- org::freedesktop::Telepathy::Channel *ch;
- ChannelTarget* target;
-- ContactGroup *cg;
-+ ContactGroup * cg;
- bool join;
- };
-
-@@ -99,17 +100,35 @@
- return d->target;
- }
-
--ContactGroup *Channel::contactGroup() const
-+ContactGroup *Channel::contactGroup()
- {
-+ if (!hasGroupSupport()) { return 0; }
-+ if (0 == d->cg)
-+ {
-+ d->cg = new ContactGroup(d->conn, serviceName(), objectPath(), this);
-+ Q_ASSERT(0 != d->cg);
-+ }
- return d->cg;
- }
-
- bool Channel::hasGroupSupport() const
- {
-- return (d->cg);
-+ return hasSupportFor("org.freedesktop.Telepathy.Channel.Interface.Group");
- }
-
-+bool Channel::hasSupportFor(const QString & interface) const
-+{
-+ QStringList interfaces = d->ch->GetInterfaces();
-+ return interfaces.contains(interface);
-+}
-+
- void Channel::join()
- {
- d->join = true;
- }
-+
-+Connection * Channel::connection() const
-+{
-+ return d->conn;
-+}
-+
-Index: src/contactlist.cpp
-===================================================================
---- ../src/contactlist.cpp (revision 2022)
-+++ ../src/contactlist.cpp (revision 2023)
-@@ -29,6 +29,7 @@
-
- #include <QDebug>
- #include <QtCore/QMutex>
-+#include <QtCore/QMutexLocker>
- #include <QtDBus/QDBusConnection>
- #include <QtDBus/QDBusConnectionInterface>
- #include <QtTelepathy/Client/Channel>
-@@ -273,7 +274,7 @@
- /*
- * Get Contact from Handle
- */
--Contact *ContactList::contact(Handle *handle) const
-+Contact *ContactList::contact(Handle *handle)
- {
- return contact(handle->id());
- }
-@@ -294,9 +295,30 @@
- /*
- * Get Contact from id
- */
--Contact *ContactList::contact(uint id) const
-+Contact * ContactList::contact(const uint id)
- {
-- return d->contacts.value(id);
-+ QMutexLocker lock(&(d->mutex));
-+ if (d->contacts.contains(id))
-+ { return d->contacts.value(id); }
-+
-+ // Handle connections without a contact list:
-+ Handle * handle(d->handleFactory->createHandle(Handle::Contact, id));
-+
-+ if (0 == handle) { return 0; }
-+ Contact * c(new Contact(d->telepathyConn,
-+ d->telepathyIAvatar,
-+ d->telepathyIPresence,
-+ d->telepathyIAliasing,
-+ d->telepathyICapabilities,
-+ d->lists[CONTACT_LIST_TYPE_SUBSCRIBE],
-+ d->lists[CONTACT_LIST_TYPE_PUBLISH],
-+ d->lists[CONTACT_LIST_TYPE_HIDE],
-+ d->lists[CONTACT_LIST_TYPE_ALLOW],
-+ d->lists[CONTACT_LIST_TYPE_DENY],
-+ handle, this));
-+ d->contacts[id] = c;
-+
-+ return c;
- }
-
- /*
diff --git a/net-im/tapioca-qt/files/patch-connection.cpp-2023 b/net-im/tapioca-qt/files/patch-connection.cpp-2023
deleted file mode 100644
index 88f6313057d3..000000000000
--- a/net-im/tapioca-qt/files/patch-connection.cpp-2023
+++ /dev/null
@@ -1,95 +0,0 @@
---- ../src/connection.cpp.orig 2007-05-23 20:20:42.000000000 +0200
-+++ ../src/connection.cpp 2008-02-10 15:57:31.000000000 +0100
-@@ -139,6 +139,7 @@
- QObject::connect(d->conn, SIGNAL(StatusChanged(uint,uint)), this, SLOT(onStatusChanged(uint,uint)));
-
- updateOpenChannels();
-+ if (d->status == Connected) { d->loadInterfaces(); }
- }
-
- /*
-@@ -196,16 +197,14 @@
- Channel *channel = 0;
- QString objPath;
-
-- d->mutex.lock();
-+ QMutexLocker lock(&(d->mutex));
- if (type == Channel::Text) {
-- qDebug() << "Creating a text channel.";
- objPath = requestChannel("org.freedesktop.Telepathy.Channel.Type.Text", contact->handle(),
- suppress_handler);
- if (!objPath.isEmpty())
- channel = new TextChannel(this, serviceName(), objPath, contact, this);
- }
- else if (type == Channel::Stream) {
-- qDebug() << "Creating a stream channel.";
- objPath = requestChannel("org.freedesktop.Telepathy.Channel.Type.StreamedMedia", contact->handle(),
- suppress_handler);
- if (!objPath.isEmpty())
-@@ -218,8 +217,6 @@
- this, SLOT(onChannelDestroyed()));
- }
-
-- d->mutex.unlock();
--
- return channel;
- }
-
-@@ -251,9 +248,10 @@
- ContactList *Connection::contactList()
- {
- if (d->status == Connection::Disconnected)
-- return 0;
-+ { return 0; }
-
-- if (!d->cl) {
-+ if (!d->cl)
-+ {
- d->cl = new ContactList(d->conn,
- d->iAvatar,
- d->iPresence,
-@@ -273,7 +271,8 @@
- if (!d->uContact) {
- if (!d->selfHandle) {
- /* Updated selfHandle */
-- d->selfHandle = d->handleFactory->createHandle(Handle::Contact, d->conn->GetSelfHandle());
-+ uint my_handle = d->conn->GetSelfHandle();
-+ d->selfHandle = d->handleFactory->createHandle(Handle::Contact, my_handle);
- Q_ASSERT (d->selfHandle != 0);
- }
-
-@@ -332,14 +331,12 @@
- {
- Channel *channel = 0;
-
-- d->mutex.lock();
-+ QMutexLocker lock(&(d->mutex));
-
- if ((d->channels.contains(objPath.path())) ||
- ((channelType != "org.freedesktop.Telepathy.Channel.Type.Text") &&
-- (channelType != "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"))) {
-- d->mutex.unlock();
-- return NULL;
-- }
-+ (channelType != "org.freedesktop.Telepathy.Channel.Type.StreamedMedia")))
-+ { return NULL; }
-
- Contact *contact = contactList()->contact(handleId);
-
-@@ -348,7 +345,6 @@
- contact = d->cl->addContact(handle);
- if (!contact) {
- qDebug() << "error creating a contact.";
-- d->mutex.unlock();
- return NULL;
- }
- }
-@@ -364,8 +360,6 @@
- this, SLOT(onChannelDestroyed()));
- }
-
-- d->mutex.unlock();
--
- return channel;
- }
-
diff --git a/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt b/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt
deleted file mode 100644
index 10a082d321b5..000000000000
--- a/net-im/tapioca-qt/files/patch-include-QtTapioca-CMakeLists.txt
+++ /dev/null
@@ -1,29 +0,0 @@
---- ../include/QtTapioca/CMakeLists.txt.orig 2007-05-23 20:20:42.000000000 +0200
-+++ ../include/QtTapioca/CMakeLists.txt 2008-11-05 12:49:34.000000000 +0100
-@@ -3,7 +3,6 @@
- set(library_HDRS
- Avatar
- avatar.h
-- CMakeLists.txt
- Channel
- channel.h
- ChannelTarget
-@@ -18,6 +17,8 @@
- contact.h
- ContactBase
- contactbase.h
-+ ContactGroup
-+ contactgroup.h
- ContactList
- contactlist.h
- DBusProxyObject
-@@ -31,7 +32,9 @@
- TextChannel
- textchannel.h
- StreamChannel
-+ streamchannel.h
- Stream
-+ stream.h
- )
-
- install(FILES ${library_HDRS} DESTINATION include/QtTapioca)
diff --git a/net-im/tapioca-qt/pkg-descr b/net-im/tapioca-qt/pkg-descr
deleted file mode 100644
index ef51e60c0766..000000000000
--- a/net-im/tapioca-qt/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The Tapioca project provides a set of convenience libraries to easily
-integrate VoIP and IM in your application, or even write new ones.
-
-Tapioca follows the standard defined by the Telepathy project and therefore,
-operates seamlessly with its connection managers and other software that
-follows it as well.
-
-WWW: http://tapioca-voip.sourceforge.net/
diff --git a/net-im/tapioca-qt/pkg-plist b/net-im/tapioca-qt/pkg-plist
deleted file mode 100644
index b430018df892..000000000000
--- a/net-im/tapioca-qt/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-libdata/pkgconfig/QtTapioca.pc
-lib/libQtTapioca.so.0.1.0
-lib/libQtTapioca.so.0
-lib/libQtTapioca.so
-include/QtTapioca/Avatar
-include/QtTapioca/avatar.h
-include/QtTapioca/Channel
-include/QtTapioca/channel.h
-include/QtTapioca/ChannelTarget
-include/QtTapioca/channeltarget.h
-include/QtTapioca/Connection
-include/QtTapioca/connection.h
-include/QtTapioca/ConnectionManager
-include/QtTapioca/ConnectionManagerFactory
-include/QtTapioca/connectionmanagerfactory.h
-include/QtTapioca/connectionmanager.h
-include/QtTapioca/Contact
-include/QtTapioca/contact.h
-include/QtTapioca/ContactBase
-include/QtTapioca/contactbase.h
-include/QtTapioca/ContactGroup
-include/QtTapioca/contactgroup.h
-include/QtTapioca/ContactList
-include/QtTapioca/contactlist.h
-include/QtTapioca/DBusProxyObject
-include/QtTapioca/dbusproxyobject.h
-include/QtTapioca/Handle
-include/QtTapioca/handle.h
-include/QtTapioca/HandleFactory
-include/QtTapioca/handlefactory.h
-include/QtTapioca/UserContact
-include/QtTapioca/usercontact.h
-include/QtTapioca/TextChannel
-include/QtTapioca/textchannel.h
-include/QtTapioca/StreamChannel
-include/QtTapioca/streamchannel.h
-include/QtTapioca/Stream
-include/QtTapioca/stream.h
-@dirrm include/QtTapioca
diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile
deleted file mode 100644
index 525da3fb126d..000000000000
--- a/net-im/telepathy-qt/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: arved
-# $FreeBSD$
-
-PORTNAME= telepathy-qt
-PORTVERSION= 0.14.1
-PORTREVISION= 4
-CATEGORIES= net-im
-MASTER_SITES= SF/tapioca-voip/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= Framework for VoIP and IP applications
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/../COPYING
-
-DEPRECATED= Unmaintained upstream since 2007, use net-im/telepathy-qt4
-EXPIRATION_DATE= 2013-12-01
-
-USES= cmake pkgconfig
-CMAKE_SOURCE_PATH= ..
-USE_QT4= corelib qmake_build uic_build moc_build rcc_build xml dbus
-USE_LDCONFIG= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
-
-NO_STAGE= yes
-post-extract:
- ${MKDIR} ${WRKSRC}
-
-post-patch:
- ${REINPLACE_CMD} -e \
- "s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
- ${WRKSRC}/../CMakeLists.txt
-
-.include <bsd.port.mk>
diff --git a/net-im/telepathy-qt/distinfo b/net-im/telepathy-qt/distinfo
deleted file mode 100644
index 647580be5ab9..000000000000
--- a/net-im/telepathy-qt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (telepathy-qt-0.14.1.tar.gz) = caa3732609be9e6472e3062e7081ad03d07f78008db0bd235cd29c7330176467
-SIZE (telepathy-qt-0.14.1.tar.gz) = 46344
diff --git a/net-im/telepathy-qt/pkg-descr b/net-im/telepathy-qt/pkg-descr
deleted file mode 100644
index ef51e60c0766..000000000000
--- a/net-im/telepathy-qt/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The Tapioca project provides a set of convenience libraries to easily
-integrate VoIP and IM in your application, or even write new ones.
-
-Tapioca follows the standard defined by the Telepathy project and therefore,
-operates seamlessly with its connection managers and other software that
-follows it as well.
-
-WWW: http://tapioca-voip.sourceforge.net/
diff --git a/net-im/telepathy-qt/pkg-plist b/net-im/telepathy-qt/pkg-plist
deleted file mode 100644
index 7103f0c179f0..000000000000
--- a/net-im/telepathy-qt/pkg-plist
+++ /dev/null
@@ -1,133 +0,0 @@
-include/QtTelepathy/Client/Channel
-include/QtTelepathy/Client/ChannelChatStateInterface
-include/QtTelepathy/Client/ChannelContactList
-include/QtTelepathy/Client/ChannelContactSearch
-include/QtTelepathy/Client/ChannelDTMFInterface
-include/QtTelepathy/Client/ChannelGroupInterface
-include/QtTelepathy/Client/ChannelHandler
-include/QtTelepathy/Client/ChannelHoldInterface
-include/QtTelepathy/Client/ChannelPasswordInterface
-include/QtTelepathy/Client/ChannelRoomList
-include/QtTelepathy/Client/ChannelStreamedMedia
-include/QtTelepathy/Client/ChannelText
-include/QtTelepathy/Client/ChannelTransferInterface
-include/QtTelepathy/Client/Connection
-include/QtTelepathy/Client/ConnectionAliasingInterface
-include/QtTelepathy/Client/ConnectionAvatarsInterface
-include/QtTelepathy/Client/ConnectionCapabilitiesInterface
-include/QtTelepathy/Client/ConnectionContactInfoInterface
-include/QtTelepathy/Client/ConnectionForwardingInterface
-include/QtTelepathy/Client/ConnectionManager
-include/QtTelepathy/Client/ConnectionPresenceInterface
-include/QtTelepathy/Client/ConnectionPrivacyInterface
-include/QtTelepathy/Client/ConnectionRenamingInterface
-include/QtTelepathy/Client/Properties
-include/QtTelepathy/Client/StreamEngine
-include/QtTelepathy/Client/channel.h
-include/QtTelepathy/Client/channelchatstateinterface.h
-include/QtTelepathy/Client/channelcontactlist.h
-include/QtTelepathy/Client/channelcontactsearch.h
-include/QtTelepathy/Client/channeldtmfinterface.h
-include/QtTelepathy/Client/channelgroupinterface.h
-include/QtTelepathy/Client/channelhandler.h
-include/QtTelepathy/Client/channelholdinterface.h
-include/QtTelepathy/Client/channelpasswordinterface.h
-include/QtTelepathy/Client/channelroomlist.h
-include/QtTelepathy/Client/channelstreamedmedia.h
-include/QtTelepathy/Client/channeltext.h
-include/QtTelepathy/Client/channeltransferinterface.h
-include/QtTelepathy/Client/connection.h
-include/QtTelepathy/Client/connectionaliasinginterface.h
-include/QtTelepathy/Client/connectionavatarsinterface.h
-include/QtTelepathy/Client/connectioncapabilitiesinterface.h
-include/QtTelepathy/Client/connectioncontactinfointerface.h
-include/QtTelepathy/Client/connectionforwardinginterface.h
-include/QtTelepathy/Client/connectionmanager.h
-include/QtTelepathy/Client/connectionpresenceinterface.h
-include/QtTelepathy/Client/connectionprivacyinterface.h
-include/QtTelepathy/Client/connectionrenaminginterface.h
-include/QtTelepathy/Client/properties.h
-include/QtTelepathy/Client/streamengine.h
-include/QtTelepathy/Common/BaseTypes
-include/QtTelepathy/Common/ChannelContactSearchTypes
-include/QtTelepathy/Common/ChannelGroupInterfaceTypes
-include/QtTelepathy/Common/ChannelRoomListTypes
-include/QtTelepathy/Common/ChannelStreamedMediaTypes
-include/QtTelepathy/Common/ChannelTextTypes
-include/QtTelepathy/Common/ConnectionAliasingInterfaceTypes
-include/QtTelepathy/Common/ConnectionCapabilitiesInterfaceTypes
-include/QtTelepathy/Common/ConnectionManagerTypes
-include/QtTelepathy/Common/ConnectionPresenceInterfaceTypes
-include/QtTelepathy/Common/ConnectionTypes
-include/QtTelepathy/Common/PropertiesTypes
-include/QtTelepathy/Common/basetypes.h
-include/QtTelepathy/Common/channelcontactsearchtypes.h
-include/QtTelepathy/Common/channelgroupinterfacetypes.h
-include/QtTelepathy/Common/channelroomlisttypes.h
-include/QtTelepathy/Common/channelstreamedmediatypes.h
-include/QtTelepathy/Common/channeltexttypes.h
-include/QtTelepathy/Common/connectionaliasinginterfacetypes.h
-include/QtTelepathy/Common/connectioncapabilitiesinterfacetypes.h
-include/QtTelepathy/Common/connectionmanagertypes.h
-include/QtTelepathy/Common/connectionpresenceinterfacetypes.h
-include/QtTelepathy/Common/connectiontypes.h
-include/QtTelepathy/Common/propertiestypes.h
-include/QtTelepathy/Core/CMakeLists.txt
-include/QtTelepathy/Core/ChannelAdaptor
-include/QtTelepathy/Core/ChannelContactSearchAdaptor
-include/QtTelepathy/Core/ChannelInterfaceDTMFAdaptor
-include/QtTelepathy/Core/ChannelInterfaceGroupAdaptor
-include/QtTelepathy/Core/ChannelInterfaceHoldAdaptor
-include/QtTelepathy/Core/ChannelInterfacePasswordAdaptor
-include/QtTelepathy/Core/ChannelInterfaceTransferAdaptor
-include/QtTelepathy/Core/ChannelRoomListAdaptor
-include/QtTelepathy/Core/ChannelStreamedMediaAdaptor
-include/QtTelepathy/Core/ChannelTypeTextAdaptor
-include/QtTelepathy/Core/ConnectionAdaptor
-include/QtTelepathy/Core/ConnectionInterfaceAliasingAdaptor
-include/QtTelepathy/Core/ConnectionInterfaceAvatarsAdaptor
-include/QtTelepathy/Core/ConnectionInterfaceCapabilitiesAdaptor
-include/QtTelepathy/Core/ConnectionInterfaceContactInfoAdaptor
-include/QtTelepathy/Core/ConnectionInterfaceForwardingAdaptor
-include/QtTelepathy/Core/ConnectionInterfacePresenceAdaptor
-include/QtTelepathy/Core/ConnectionInterfacePrivacyAdaptor
-include/QtTelepathy/Core/ConnectionInterfaceRenamingAdaptor
-include/QtTelepathy/Core/ConnectionManagerAdaptor
-include/QtTelepathy/Core/PropertiesAdaptor
-include/QtTelepathy/Core/channeladaptor.h
-include/QtTelepathy/Core/channelcontactsearchadaptor.h
-include/QtTelepathy/Core/channelinterfacedtmfadaptor.h
-include/QtTelepathy/Core/channelinterfacegroupadaptor.h
-include/QtTelepathy/Core/channelinterfaceholdadaptor.h
-include/QtTelepathy/Core/channelinterfacepasswordadaptor.h
-include/QtTelepathy/Core/channelinterfacetransferadaptor.h
-include/QtTelepathy/Core/channelroomlistadaptor.h
-include/QtTelepathy/Core/channelstreamedmediaadaptor.h
-include/QtTelepathy/Core/channeltypetextadaptor.h
-include/QtTelepathy/Core/connectionadaptor.h
-include/QtTelepathy/Core/connectioninterfacealiasingadaptor.h
-include/QtTelepathy/Core/connectioninterfaceavatarsadaptor.h
-include/QtTelepathy/Core/connectioninterfacecapabilitiesadaptor.h
-include/QtTelepathy/Core/connectioninterfacecontactinfoadaptor.h
-include/QtTelepathy/Core/connectioninterfaceforwardingadaptor.h
-include/QtTelepathy/Core/connectioninterfacepresenceadaptor.h
-include/QtTelepathy/Core/connectioninterfaceprivacyadaptor.h
-include/QtTelepathy/Core/connectioninterfacerenamingadaptor.h
-include/QtTelepathy/Core/connectionmanageradaptor.h
-include/QtTelepathy/Core/propertiesadaptor.h
-lib/libQtTelepathyClient.so
-lib/libQtTelepathyClient.so.0
-lib/libQtTelepathyClient.so.0.1.0
-lib/libQtTelepathyCommon.so
-lib/libQtTelepathyCommon.so.0
-lib/libQtTelepathyCommon.so.0.1.0
-lib/libQtTelepathyCore.so
-lib/libQtTelepathyCore.so.0
-lib/libQtTelepathyCore.so.0.1.0
-libdata/pkgconfig/QtTelepathyClient.pc
-libdata/pkgconfig/QtTelepathyCommon.pc
-libdata/pkgconfig/QtTelepathyCore.pc
-@dirrm include/QtTelepathy/Client
-@dirrm include/QtTelepathy/Common
-@dirrm include/QtTelepathy/Core
-@dirrm include/QtTelepathy