mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add telepathy-haze, a libpurple connection manager for Telepathy.
WWW: http://developer.pidgin.im/wiki/Telepathy Submitted by: ahze
This commit is contained in:
parent
362d7f6fd1
commit
2cbefe575a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209657
@ -129,6 +129,7 @@
|
||||
SUBDIR += telepathy-butterfly
|
||||
SUBDIR += telepathy-gabble
|
||||
SUBDIR += telepathy-glib
|
||||
SUBDIR += telepathy-haze
|
||||
SUBDIR += telepathy-idle
|
||||
SUBDIR += telepathy-python
|
||||
SUBDIR += telepathy-qt
|
||||
|
28
net-im/telepathy-haze/Makefile
Normal file
28
net-im/telepathy-haze/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# 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.2.0
|
||||
PORTREVISION= 1
|
||||
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
|
||||
|
||||
LIB_DEPENDS= purple.4:${PORTSDIR}/net-im/libpurple \
|
||||
telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
|
||||
|
||||
USE_GNOME= pkgconfig
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/telepathy-haze/distinfo
Normal file
3
net-im/telepathy-haze/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (telepathy-haze-0.2.0.tar.gz) = 63bb7d0f9c45be27d5cec478f9f61846
|
||||
SHA256 (telepathy-haze-0.2.0.tar.gz) = 63cd1d612eff7a3b206384d4a8dbce74a6481cce498b9be706e0f2a4d75f963b
|
||||
SIZE (telepathy-haze-0.2.0.tar.gz) = 362270
|
4
net-im/telepathy-haze/pkg-descr
Normal file
4
net-im/telepathy-haze/pkg-descr
Normal file
@ -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
|
5
net-im/telepathy-haze/pkg-plist
Normal file
5
net-im/telepathy-haze/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
libexec/telepathy-haze
|
||||
share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service
|
||||
share/telepathy/managers/haze.manager
|
||||
@dirrmtry share/telepathy/managers
|
||||
@dirrmtry share/telepathy
|
Loading…
Reference in New Issue
Block a user