summaryrefslogtreecommitdiff
path: root/chat/telepathy-logger
diff options
context:
space:
mode:
authordrochner <drochner>2010-11-24 18:50:48 +0000
committerdrochner <drochner>2010-11-24 18:50:48 +0000
commit4fb1911221ed52f8ee33cd54982943a53f9d641b (patch)
treefe64a6772023eaf02cede7c5db3a1b83ff61c268 /chat/telepathy-logger
parente87f2dcfc0bbb300c32a44e9fc351850df4da212 (diff)
downloadpkgsrc-4fb1911221ed52f8ee33cd54982943a53f9d641b.tar.gz
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)
Diffstat (limited to 'chat/telepathy-logger')
-rw-r--r--chat/telepathy-logger/DESCR3
-rw-r--r--chat/telepathy-logger/Makefile31
-rw-r--r--chat/telepathy-logger/PLIST27
-rw-r--r--chat/telepathy-logger/buildlink3.mk18
-rw-r--r--chat/telepathy-logger/distinfo6
-rw-r--r--chat/telepathy-logger/patches/patch-aa15
6 files changed, 100 insertions, 0 deletions
diff --git a/chat/telepathy-logger/DESCR b/chat/telepathy-logger/DESCR
new file mode 100644
index 00000000000..01dc6a293fc
--- /dev/null
+++ b/chat/telepathy-logger/DESCR
@@ -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.
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile
new file mode 100644
index 00000000000..78b4e46ee05
--- /dev/null
+++ b/chat/telepathy-logger/Makefile
@@ -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"
diff --git a/chat/telepathy-logger/PLIST b/chat/telepathy-logger/PLIST
new file mode 100644
index 00000000000..46934cc07c7
--- /dev/null
+++ b/chat/telepathy-logger/PLIST
@@ -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
diff --git a/chat/telepathy-logger/buildlink3.mk b/chat/telepathy-logger/buildlink3.mk
new file mode 100644
index 00000000000..89389b85437
--- /dev/null
+++ b/chat/telepathy-logger/buildlink3.mk
@@ -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
diff --git a/chat/telepathy-logger/distinfo b/chat/telepathy-logger/distinfo
new file mode 100644
index 00000000000..58acdfb12a0
--- /dev/null
+++ b/chat/telepathy-logger/distinfo
@@ -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
diff --git a/chat/telepathy-logger/patches/patch-aa b/chat/telepathy-logger/patches/patch-aa
new file mode 100644
index 00000000000..2e5ce544943
--- /dev/null
+++ b/chat/telepathy-logger/patches/patch-aa
@@ -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)