pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import telepathy-logger from pkgsrc
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Sun Feb 21 19:22:28 2016 +0200
Changeset: 3c95e8e26875c2c1ee67e3d379622d4db26d4b16
Added Files:
telepathy-logger/DESCR
telepathy-logger/Makefile
telepathy-logger/PLIST
telepathy-logger/buildlink3.mk
telepathy-logger/distinfo
telepathy-logger/patches/patch-aa
telepathy-logger/patches/patch-telepathy-logger_log-store_pidgin.c
Log Message:
Import telepathy-logger from pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c95e8e26875c2c1ee67e3d379622d4db26d4b16
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
telepathy-logger/DESCR | 3 ++
telepathy-logger/Makefile | 36 ++++++++++++++++++++++
telepathy-logger/PLIST | 27 ++++++++++++++++
telepathy-logger/buildlink3.mk | 19 ++++++++++++
telepathy-logger/distinfo | 8 +++++
telepathy-logger/patches/patch-aa | 15 +++++++++
.../patch-telepathy-logger_log-store_pidgin.c | 14 +++++++++
7 files changed, 122 insertions(+)
diffs:
diff --git a/telepathy-logger/DESCR b/telepathy-logger/DESCR
new file mode 100644
index 0000000..01dc6a2
--- /dev/null
+++ b/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/telepathy-logger/Makefile b/telepathy-logger/Makefile
new file mode 100644
index 0000000..8ec42cf
--- /dev/null
+++ b/telepathy-logger/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:30 adam Exp $
+
+DISTNAME= telepathy-logger-0.2.7
+PKGREVISION= 16
+CATEGORIES= chat
+MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://telepathy.freedesktop.org/wiki/Logger
+COMMENT= Logger module for telepathy
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake gsed intltool msgfmt
+
+CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
+
+PKGCONFIG_OVERRIDE+= extensions/tpl-extensions.pc.in
+PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in
+
+BUILD_DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
+PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.7
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/schemas.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../lang/python/application.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/telepathy-logger/PLIST b/telepathy-logger/PLIST
new file mode 100644
index 0000000..18e650b
--- /dev/null
+++ b/telepathy-logger/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.2 2011/04/05 18:22:29 drochner Exp $
+include/telepathy-logger-0.2/telepathy-logger/entity.h
+include/telepathy-logger-0.2/telepathy-logger/event.h
+include/telepathy-logger-0.2/telepathy-logger/log-manager.h
+include/telepathy-logger-0.2/telepathy-logger/telepathy-logger.h
+include/telepathy-logger-0.2/telepathy-logger/text-event.h
+lib/libtelepathy-logger.la
+lib/pkgconfig/telepathy-logger-0.2.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/TplEntity.html
+share/gtk-doc/html/telepathy-logger/TplEvent.html
+share/gtk-doc/html/telepathy-logger/TplLogManager.html
+share/gtk-doc/html/telepathy-logger/TplTextEvent.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.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/telepathy-logger/buildlink3.mk b/telepathy-logger/buildlink3.mk
new file mode 100644
index 0000000..888cbd0
--- /dev/null
+++ b/telepathy-logger/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.15 2015/04/06 08:17:13 adam 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_ABI_DEPENDS.telepathy-logger+= telepathy-logger>=0.2.7nb15
+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/telepathy-logger/distinfo b/telepathy-logger/distinfo
new file mode 100644
index 0000000..74b1d16
--- /dev/null
+++ b/telepathy-logger/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.5 2015/11/03 01:20:25 agc Exp $
+
+SHA1 (telepathy-logger-0.2.7.tar.bz2) = ab44c527695f1fc1acc91276fa0cb22ab1e07dc7
+RMD160 (telepathy-logger-0.2.7.tar.bz2) = 8ebd08ee556745e2f3cce3d39a1de407e4106db8
+SHA512 (telepathy-logger-0.2.7.tar.bz2) = 0f96e667d310dc2222ad43ba23508f245040d598485c9bee1347ffb139c38f7ba9a1543849febc229be77c6545cb959376d3018e5662021d9ee3ea2c59f0b18b
+Size (telepathy-logger-0.2.7.tar.bz2) = 447956 bytes
+SHA1 (patch-aa) = a01f17f1e6c7cf01fd7b684de01df47b473dec61
+SHA1 (patch-telepathy-logger_log-store_pidgin.c) = fcbd75747ef2b25a88f3de9b6d88f77aa948da25
diff --git a/telepathy-logger/patches/patch-aa b/telepathy-logger/patches/patch-aa
new file mode 100644
index 0000000..2e5ce54
--- /dev/null
+++ b/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)
diff --git a/telepathy-logger/patches/patch-telepathy-logger_log-store_pidgin.c b/telepathy-logger/patches/patch-telepathy-logger_log-store_pidgin.c
new file mode 100644
index 0000000..c429eca
--- /dev/null
+++ b/telepathy-logger/patches/patch-telepathy-logger_log-store_pidgin.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-telepathy-logger_log-store_pidgin.c,v 1.2 2012/03/10 08:38:34 obache Exp $
+
+--- telepathy-logger/log-store-pidgin.c.orig 2011-03-25 00:13:54.000000000 +0100
++++ telepathy-logger/log-store-pidgin.c 2012-01-22 14:26:33.292976356 +0100
+@@ -21,7 +21,9 @@
+
+ #include <config.h>
+
++#ifndef _XOPEN_SOURCE
+ #define _XOPEN_SOURCE
++#endif
+ #include <time.h>
+ #include <string.h>
+ #include <stdio.h>
Home |
Main Index |
Thread Index |
Old Index