diff options
author | jaapb <jaapb@pkgsrc.org> | 2015-12-01 13:20:04 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2015-12-01 13:20:04 +0000 |
commit | 7e645e62216db1845e509958e839af1854f9eb89 (patch) | |
tree | 189513e2f0b13d45388ce6fd023ba30701cbfec1 /chat | |
parent | 57fc0fb720c48a317e39eb52654443c1f793fc4a (diff) | |
download | pkgsrc-7e645e62216db1845e509958e839af1854f9eb89.tar.gz |
Added chat/telepathy-haze version 0.8.0, a Telepathy connection manager
based on libpurple.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-haze/DESCR | 3 | ||||
-rw-r--r-- | chat/telepathy-haze/Makefile | 18 | ||||
-rw-r--r-- | chat/telepathy-haze/PLIST | 4 | ||||
-rw-r--r-- | chat/telepathy-haze/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/chat/telepathy-haze/DESCR b/chat/telepathy-haze/DESCR new file mode 100644 index 00000000000..09e43caf134 --- /dev/null +++ b/chat/telepathy-haze/DESCR @@ -0,0 +1,3 @@ +Haze is a telepathy connection manager based on libpurple. This allows +telepathy-based applications to connect to all protocols supported by +libpurple (pidgin). diff --git a/chat/telepathy-haze/Makefile b/chat/telepathy-haze/Makefile new file mode 100644 index 00000000000..755288efe1a --- /dev/null +++ b/chat/telepathy-haze/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2015/12/01 13:20:04 jaapb Exp $ + +DISTNAME= telepathy-haze-0.8.0 +CATEGORIES= chat +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://telepathy.freedesktop.org/doc/telepathy-haze/ +COMMENT= Libpurple connection manager for Telepathy +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_TOOLS= gmake pkg-config + +.include "../../chat/libpurple/buildlink3.mk" +.include "../../chat/telepathy-glib/buildlink3.mk" +.include "../../devel/libidn/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/telepathy-haze/PLIST b/chat/telepathy-haze/PLIST new file mode 100644 index 00000000000..248f0de8c74 --- /dev/null +++ b/chat/telepathy-haze/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/12/01 13:20:04 jaapb Exp $ +libexec/telepathy-haze +man/man8/telepathy-haze.8 +share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service diff --git a/chat/telepathy-haze/distinfo b/chat/telepathy-haze/distinfo new file mode 100644 index 00000000000..0131834c5eb --- /dev/null +++ b/chat/telepathy-haze/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/12/01 13:20:04 jaapb Exp $ + +SHA1 (telepathy-haze-0.8.0.tar.gz) = e985b4553a5499470df14a0bf60a91fda09bc37d +RMD160 (telepathy-haze-0.8.0.tar.gz) = de24452c5060dda443a78e5d56d9a88df54b839c +Size (telepathy-haze-0.8.0.tar.gz) = 580929 bytes |