add telepathy-logger-0.1.6, a logging module for the "telepathy" framework

(will be needed by future versions of Gnome's "empathy" IM client)
This commit is contained in:
drochner 2010-11-24 18:50:48 +00:00
parent 5a6e378115
commit 1cf6f8bb7c
6 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,3 @@
tp-logger is a headless Observer client that logs information received by the
Telepathy framework. It features pluggable backends to log different sorts of
messages, in different formats.

View file

@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/11/24 18:50:48 drochner Exp $
#
DISTNAME= telepathy-logger-0.1.6
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://telepathy.freedesktop.org/wiki/Logger
COMMENT= telepathy logger module
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake intltool
PKGCONFIG_OVERRIDE+= extensions/tpl-extensions.pc.in
PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in
BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,27 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/24 18:50:48 drochner Exp $
include/telepathy-logger-0.1/telepathy-logger/entity.h
include/telepathy-logger-0.1/telepathy-logger/entry-text.h
include/telepathy-logger-0.1/telepathy-logger/entry.h
include/telepathy-logger-0.1/telepathy-logger/log-manager.h
include/telepathy-logger-0.1/telepathy-logger/telepathy-logger.h
lib/libtelepathy-logger.la
lib/pkgconfig/telepathy-logger-0.1.pc
libexec/telepathy-logger
share/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
share/dbus-1/services/org.freedesktop.Telepathy.Logger.service
share/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
share/gtk-doc/html/telepathy-logger/TplEntry.html
share/gtk-doc/html/telepathy-logger/TplEntryText.html
share/gtk-doc/html/telepathy-logger/ch-public.html
share/gtk-doc/html/telepathy-logger/home.png
share/gtk-doc/html/telepathy-logger/index.html
share/gtk-doc/html/telepathy-logger/index.sgml
share/gtk-doc/html/telepathy-logger/left.png
share/gtk-doc/html/telepathy-logger/right.png
share/gtk-doc/html/telepathy-logger/style.css
share/gtk-doc/html/telepathy-logger/telepathy-logger-TplEntity.html
share/gtk-doc/html/telepathy-logger/telepathy-logger-TplLogManager.html
share/gtk-doc/html/telepathy-logger/telepathy-logger.devhelp
share/gtk-doc/html/telepathy-logger/telepathy-logger.devhelp2
share/gtk-doc/html/telepathy-logger/up.png
share/telepathy/clients/Logger.client

View file

@ -0,0 +1,18 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/11/24 18:50:48 drochner Exp $
BUILDLINK_TREE+= telepathy-logger
.if !defined(TELEPATHY_LOGGER_BUILDLINK3_MK)
TELEPATHY_LOGGER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.telepathy-logger+= telepathy-logger>=0.1.4
BUILDLINK_PKGSRCDIR.telepathy-logger?= ../../chat/telepathy-logger
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.endif # TELEPATHY_LOGGER_BUILDLINK3_MK
BUILDLINK_TREE+= -telepathy-logger

View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/11/24 18:50:48 drochner Exp $
SHA1 (telepathy-logger-0.1.6.tar.bz2) = 88ea67151ea7e7631daab832cfd4d34760d50576
RMD160 (telepathy-logger-0.1.6.tar.bz2) = 05352039703a79839fd80d7d32b4eabb90ca4fc1
Size (telepathy-logger-0.1.6.tar.bz2) = 475888 bytes
SHA1 (patch-aa) = a01f17f1e6c7cf01fd7b684de01df47b473dec61

View file

@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1.1.1 2010/11/24 18:50:48 drochner Exp $
--- configure.orig 2010-10-13 12:53:04.000000000 +0000
+++ configure
@@ -13293,8 +13293,8 @@ install-data-am: install-gsettings-schem
.SECONDARY: $(gsettings_SCHEMAS)
gsettings__base_list = \
- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
+ gsed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
+ gsed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
@$(NORMAL_INSTALL)