diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-04-19 23:41:35 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-04-19 23:41:35 +0000 |
commit | b769615d1558d2ba79b6558327a6ffbf2ea3394a (patch) | |
tree | 9810c1d234fc291c7e45af31e08bb6e76848a2fa /net-im | |
parent | Add telepathy-python, python classes for the Telepathy framework. (diff) |
Add telepathy-butterfly, a MSN connection manager for the Telepathy framework.
Notes
Notes:
svn path=/head/; revision=190394
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/telepathy-butterfly/Makefile | 24 | ||||
-rw-r--r-- | net-im/telepathy-butterfly/distinfo | 3 | ||||
-rw-r--r-- | net-im/telepathy-butterfly/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/telepathy-butterfly/pkg-plist | 21 |
5 files changed, 56 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 46beb6f5c5db..3341d53e6b83 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -123,6 +123,7 @@ SUBDIR += sim-im SUBDIR += sim-im-devel SUBDIR += sulci + SUBDIR += telepathy-butterfly SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-idle diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile new file mode 100644 index 000000000000..3846dacd945f --- /dev/null +++ b/net-im/telepathy-butterfly/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: telepathy-butterfly +# Date created: Apr 19 2007 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= telepathy-butterfly +PORTVERSION= 0.1.4 +CATEGORIES= net-im +MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MSN Connection Manager for Telepathy Framework + +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pymsn/__init__.py:${PORTSDIR}/net-im/pymsn \ + ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python +RUN_DEPENDS+= ${BUILD_DEPENDS} + +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/net-im/telepathy-butterfly/distinfo b/net-im/telepathy-butterfly/distinfo new file mode 100644 index 000000000000..8dca33c5898a --- /dev/null +++ b/net-im/telepathy-butterfly/distinfo @@ -0,0 +1,3 @@ +MD5 (telepathy-butterfly-0.1.4.tar.gz) = 1f7cdbbdd45a85695931839b33bd6863 +SHA256 (telepathy-butterfly-0.1.4.tar.gz) = c4caeed6f11e430008a025ac32515338f7a04589456a99afe46022a94343461e +SIZE (telepathy-butterfly-0.1.4.tar.gz) = 15582 diff --git a/net-im/telepathy-butterfly/pkg-descr b/net-im/telepathy-butterfly/pkg-descr new file mode 100644 index 000000000000..66789c64bbe2 --- /dev/null +++ b/net-im/telepathy-butterfly/pkg-descr @@ -0,0 +1,7 @@ +Butterfly is an MSN connection manager that handles presence, personal +messages, and conversations. Previously known as "Telepathy-MSN". + +WWW: http://telepathy.freedesktop.org/ + +- Florent Thoumie +flz@FreeBSD.org diff --git a/net-im/telepathy-butterfly/pkg-plist b/net-im/telepathy-butterfly/pkg-plist new file mode 100644 index 000000000000..753f62cd71f4 --- /dev/null +++ b/net-im/telepathy-butterfly/pkg-plist @@ -0,0 +1,21 @@ +bin/telepathy-butterfly +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/__init__.py +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/__init__.pyc +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/__init__.pyo +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/connection.py +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/connection.pyc +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/connection.pyo +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/connmgr.py +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/connmgr.pyc +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/connmgr.pyo +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/contacts.py +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/contacts.pyc +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/contacts.pyo +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/conversation.py +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/conversation.pyc +%%PYTHON_SITELIBDIR%%/TelepathyButterfly/conversation.pyo +share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.butterfly.service +share/telepathy/managers/butterfly.manager +@dirrm %%PYTHON_SITELIBDIR%%/TelepathyButterfly +@dirrmtry share/telepathy/managers +@dirrmtry share/telepathy |