diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-12-18 22:42:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-12-18 22:42:11 +0800 |
commit | a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5 (patch) | |
tree | 7103e3ff8f04dbac77564bf7f8f93ef3f4ef01ed /net-im/telepathy-haze | |
parent | a15b2f79b4cbb6f2dd6f55a8af4a5d40e2f4e328 (diff) | |
download | marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.tar marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.tar.gz marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.tar.bz2 marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.tar.lz marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.tar.xz marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.tar.zst marcuscom-ports-a7d95ab0c05ad7e37618fc301c7e5d68bb7790e5.zip |
Merge from ports-stable, haven't done enough testing to make sure this is ready for ports...
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9965 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-haze')
-rw-r--r-- | net-im/telepathy-haze/Makefile | 26 | ||||
-rw-r--r-- | net-im/telepathy-haze/distinfo | 3 | ||||
-rw-r--r-- | net-im/telepathy-haze/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile new file mode 100644 index 000000000..947743191 --- /dev/null +++ b/net-im/telepathy-haze/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: telepathy-haze +# Date created: 2007-10-29 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports-stable/net-im/telepathy-haze/Makefile,v 1.1 2007/10/29 17:13:28 ahze Exp $ + +PORTNAME= haze +PORTVERSION= 0.1.2 +CATEGORIES= net-im +MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/t/telepathy-haze/ +#MASTER_SITES= http://salami.ox.compsoc.net/~resiak/haze/ +PKGNAMEPREFIX= telepathy- +DISTNAME= telepathy-haze_${PORTVERSION}.orig + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Libpurple connection manager for telepathy + +LIB_DEPENDS= purple.2:${PORTSDIR}/net-im/libpurple \ + telepathy-glib.2:${PORTSDIR}/net-im/telepathy-glib + +WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION} +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/net-im/telepathy-haze/distinfo b/net-im/telepathy-haze/distinfo new file mode 100644 index 000000000..7cf5aab23 --- /dev/null +++ b/net-im/telepathy-haze/distinfo @@ -0,0 +1,3 @@ +MD5 (telepathy-haze_0.1.2.orig.tar.gz) = 50d1385b43ce6f8909c5d5e311c982ce +SHA256 (telepathy-haze_0.1.2.orig.tar.gz) = 3b8bac741011aa0041f98aa4908300836cee98b9bd36c24606f79f81b681bee2 +SIZE (telepathy-haze_0.1.2.orig.tar.gz) = 342790 diff --git a/net-im/telepathy-haze/files/patch-src_Makefile.in b/net-im/telepathy-haze/files/patch-src_Makefile.in new file mode 100644 index 000000000..ee3ac6dbc --- /dev/null +++ b/net-im/telepathy-haze/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2007-10-29 12:23:51.314290502 -0400 ++++ src/Makefile.in 2007-10-29 12:23:57.161220768 -0400 +@@ -199,7 +199,7 @@ + im-channel-factory.c \ + im-channel-factory.h + +-AM_CFLAGS = @PURPLE_CFLAGS@ @TP_GLIB_CFLAGS@ -Wall -Werror ++AM_CFLAGS = @PURPLE_CFLAGS@ @TP_GLIB_CFLAGS@ + AM_LDFLAGS = @PURPLE_LIBS@ @TP_GLIB_LIBS@ + all: all-am + 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..7e622a35b --- /dev/null +++ b/net-im/telepathy-haze/pkg-plist @@ -0,0 +1,5 @@ +bin/telepathy-haze +share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service +share/telepathy/managers/haze.manager +@dirrmtry share/telepathy/managers +@dirrmtry share/telepathy |