diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-11-22 19:36:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-11-22 19:36:12 +0800 |
commit | 846c1f4847daa2e29cce6617bc15dbd3a4e90d13 (patch) | |
tree | 50d931d659b3173b12b1becd5e20db47f5186ee0 /net-im | |
parent | 837cd8b13da9eeb95f2d643b079105d7de7a29d0 (diff) | |
download | marcuscom-ports-846c1f4847daa2e29cce6617bc15dbd3a4e90d13.tar.gz marcuscom-ports-846c1f4847daa2e29cce6617bc15dbd3a4e90d13.tar.zst marcuscom-ports-846c1f4847daa2e29cce6617bc15dbd3a4e90d13.zip |
Update to 0.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16592 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-haze/Makefile | 31 | ||||
-rw-r--r-- | net-im/telepathy-haze/distinfo | 2 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-plist | 2 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile new file mode 100644 index 000000000..2b28addbc --- /dev/null +++ b/net-im/telepathy-haze/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: telepathy-haze +# Date created: 2007-10-29 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/net-im/telepathy-haze/Makefile,v 1.3 2008/03/02 19:50:45 marcus Exp $ + +PORTNAME= haze +PORTVERSION= 0.5.0 +CATEGORIES= net-im +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ +PKGNAMEPREFIX= telepathy- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Libpurple connection manager for telepathy + +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ + idn.17:${PORTSDIR}/dns/libidn \ + telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib + +USE_GNOME= pkgconfig +CPPFLAGS+= -I${LOCALBASE}/include +WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION} +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN8= telepathy-haze.8 + +.include <bsd.port.mk> diff --git a/net-im/telepathy-haze/distinfo b/net-im/telepathy-haze/distinfo new file mode 100644 index 000000000..e2900afb7 --- /dev/null +++ b/net-im/telepathy-haze/distinfo @@ -0,0 +1,2 @@ +SHA256 (telepathy-haze-0.5.0.tar.gz) = 768b5886fb6b45b7bb8b8c455eb5140c0b9bcc02a6e2e32227bd31751934077c +SIZE (telepathy-haze-0.5.0.tar.gz) = 550866 diff --git a/net-im/telepathy-haze/pkg-descr b/net-im/telepathy-haze/pkg-descr new file mode 100644 index 000000000..4ade5205b --- /dev/null +++ b/net-im/telepathy-haze/pkg-descr @@ -0,0 +1,4 @@ +Libpurple-based Telepathy connection manager, to provide Telepathy clients +with access to the full range of protocols supported by libpurple. + +WWW: http://developer.pidgin.im/wiki/Telepathy diff --git a/net-im/telepathy-haze/pkg-plist b/net-im/telepathy-haze/pkg-plist new file mode 100644 index 000000000..2af48b6c6 --- /dev/null +++ b/net-im/telepathy-haze/pkg-plist @@ -0,0 +1,2 @@ +libexec/telepathy-haze +share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service |