2016-06-14 14:18:54 +02:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
2018-03-09 23:11:48 +01:00
|
|
|
;;; Copyright © 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
2017-05-25 23:34:02 +02:00
|
|
|
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
|
2017-12-07 23:15:38 +01:00
|
|
|
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
2018-01-05 14:03:14 +01:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2019-06-12 22:46:38 +02:00
|
|
|
;;; Copyright © 2019 Gábor Boskovits <boskovits@gmail.com>
|
2019-06-18 05:07:50 +02:00
|
|
|
;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
|
2016-06-14 14:18:54 +02:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages logging)
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix utils)
|
|
|
|
#:use-module (guix download)
|
2016-06-29 11:13:03 +02:00
|
|
|
#:use-module (guix git-download)
|
2019-06-12 22:46:38 +02:00
|
|
|
#:use-module (guix build-system cmake)
|
2016-06-14 14:18:54 +02:00
|
|
|
#:use-module (guix build-system gnu)
|
2017-05-01 21:22:15 +02:00
|
|
|
#:use-module (guix build-system python)
|
2017-04-04 13:44:23 +02:00
|
|
|
#:use-module (gnu packages)
|
2017-05-25 23:34:02 +02:00
|
|
|
#:use-module (gnu packages ncurses)
|
2016-06-29 11:13:03 +02:00
|
|
|
#:use-module (gnu packages perl)
|
2017-05-01 21:22:15 +02:00
|
|
|
#:use-module (gnu packages python)
|
gnu: Move web packages from python to python-web.
This is in part to address <https://bugs.gnu.org/27284>.
* gnu/packages/python.scm (python-httplib2, python2-httplib2)
(python-sockjs-tornado, python2-sockjs-tornado)
(python-flask-babel, python2-flask-babel)
(python-html5lib, python2-html5lib)
(python-html5lib-0.9, python2-html5lib-0.9)
(python-html5-parser, python2-html5-parser)
(python-webencodings, python2-webencodings)
(python-openid, python2-openid, python-cssutils, python2-cssutils)
(python-cssselect, python2-cssutils)
(python-openid-cla, python2-openid-cla)
(python-openid-teams, python2-openid-teams)
(python-tornado, python2-tornado)
(python-tornado-http-auth, python-terminado, python2-terminado)
(python-webob, python2-webob, python-zope-event, python2-zope-event)
(python-zope-interface, python2-zope-interface)
(python-zope-exceptions, python2-zope-exceptions)
(python-zope-testing, python2-zope-testing)
(python-zope-testrunner, python2-zope-testrunner)
(python-zope-i18nmessageid, python2-zope-i18nmessageid)
(python-zope-schema, python2-zope-schema)
(python-zope-configuration, python2-zope-configuration)
(python-zope-proxy, python2-zope-proxy)
(python-zope-location, python2-zope-location)
(python-zope-security, python2-zope-security)
(python-zope-component, python2-zope-component)
(python-ndg-httpsclient, python2-ndg-httpsclient)
(python-websocket-client, python2-websocket-client)
(python-requests-toolbelt, python2-requests-toolbelt)
(python-rauth, python2-rauth, python-urllib3, python2-urllib3)
(awscli, python-wsgiproxy2, python2-wsgiproxy2)
(python-pastedeploy, python2-pastedeploy)
(python-webtest, python2-webtest, python-flask, python2-flask)
(python-flast-wtf, python2-flask-wtf)
(python-flask-multistatic, python2-flask-multistatic)
(python-cookies, python2-cookies)
(python-responses, python2-responses)
(python-geventhttpclient, python2-geventhttpclient)
(python-requests-oauthlib, python2-requests-oauthlib)
(python-url, python2-url, python-cachecontrol, python2-cachecontrol)
(python-betamax, python2-betamax)
(python-betamax-matchers, python2-betamax-matchers)
(python-s3transfer, python2-s3transfer)
(python-flask-restful, python-flask-basicauth)
(python-flask-sqlalchemy, python-flask-restplus)
(python-flask-restful-swagger, python-htmlmin, python2-htmlmin)
(python-flask-htmlmin, python2-flask-htmlmin)
(python-flask-login, python2-flask-login)
(python-oauth2client, python-flask-oidc)
(python-webassets, python-cssmin, python2-cssmin)
(python-elasticsearch, python2-elasticsearch)
(python-flask-script, python2-flask-script)
(python-flask-migrate, python2-flask-migrate)
(python-genshi, python2-genshi)
(python-flask-principal, python2-flask-principal)
(python-flask-httpauth, python2-flask-httpauth)
(python-uritemplate, python2-uritemplate): Move to...
* gnu/packages/python-web.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm, gnu/packages/backup.scm,
gnu/packages/dav.scm, gnu/packages/django.scm,
gnu/packages/docker.scm, gnu/packages/ebook.scm,
gnu/packages/logging.scm, gnu/packages/mail.scm,
gnu/packages/music.scm, gnu/packages/openstack.scm,
gnu/packages/package-management.scm, gnu/packages/rdf.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/tryton.scm, gnu/packages/version-control.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-11-13 23:24:11 +01:00
|
|
|
#:use-module (gnu packages python-web)
|
gnu: Separate Python core packages from the rest.
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 14:21:30 +01:00
|
|
|
#:use-module (gnu packages python-xyz)
|
2016-06-29 11:13:03 +02:00
|
|
|
#:use-module (gnu packages autotools))
|
2016-06-14 14:18:54 +02:00
|
|
|
|
|
|
|
(define-public log4cpp
|
|
|
|
(package
|
|
|
|
(name "log4cpp")
|
2018-01-05 14:03:14 +01:00
|
|
|
(version "1.1.3")
|
2016-06-14 14:18:54 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://sourceforge/log4cpp/log4cpp-"
|
|
|
|
(version-major+minor version) ".x%20%28new%29"
|
|
|
|
"/log4cpp-" (version-major+minor version)
|
|
|
|
"/log4cpp-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2018-01-05 14:03:14 +01:00
|
|
|
"07gmr3jyaf2239n9sp6h7hwdz1pv7b7aka8n06gmr2fnlmaymfrc"))))
|
2016-06-14 14:18:54 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(synopsis "Log library for C++")
|
|
|
|
(description
|
|
|
|
"Log4cpp is library of C++ classes for flexible logging to files, syslog,
|
|
|
|
IDSA and other destinations. It is modeled after the Log4j Java library,
|
|
|
|
staying as close to their API as is reasonable.")
|
|
|
|
(home-page "http://log4cpp.sourceforge.net/")
|
|
|
|
(license license:lgpl2.1+)))
|
2016-06-29 11:13:03 +02:00
|
|
|
|
|
|
|
(define-public glog
|
|
|
|
(package
|
|
|
|
(name "glog")
|
2019-07-18 23:44:59 +02:00
|
|
|
(version "0.4.0")
|
2016-06-29 11:13:03 +02:00
|
|
|
(home-page "https://github.com/google/glog")
|
|
|
|
(source (origin
|
2019-07-18 23:44:59 +02:00
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference (url home-page)
|
|
|
|
(commit (string-append "v" version))))
|
2016-06-29 11:13:03 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2019-07-18 23:44:59 +02:00
|
|
|
"1xd3maiipfbxmhc9rrblc5x52nxvkwxp14npg31y5njqvkvzax9b"))
|
|
|
|
(file-name (git-file-name name version))))
|
2016-06-29 11:13:03 +02:00
|
|
|
(build-system gnu-build-system)
|
2019-07-19 16:33:54 +02:00
|
|
|
(arguments
|
|
|
|
`(#:phases (modify-phases %standard-phases
|
|
|
|
(add-before 'check 'disable-signal-tests
|
|
|
|
(lambda _
|
|
|
|
;; XXX: This test fails on non x86_64. See e.g.
|
|
|
|
;; https://github.com/google/glog/issues/219 and
|
|
|
|
;; https://github.com/google/glog/issues/256.
|
|
|
|
(substitute* "Makefile"
|
|
|
|
(("\tsignalhandler_unittest_sh") "\t$(EMPTY)"))
|
|
|
|
#t)))))
|
2016-06-29 11:13:03 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("perl" ,perl) ;for tests
|
2018-03-09 23:11:48 +01:00
|
|
|
("autoconf" ,autoconf-wrapper)
|
2016-06-29 11:13:03 +02:00
|
|
|
("automake" ,automake)
|
|
|
|
("libtool" ,libtool)))
|
|
|
|
(synopsis "C++ logging library")
|
|
|
|
(description
|
|
|
|
"Google glog is a library that implements application-level logging.
|
|
|
|
This library provides logging APIs based on C++-style streams and various
|
|
|
|
helper macros. You can log a message by simply streaming things to log at a
|
|
|
|
particular severity level. It allows logging to be controlled from the
|
|
|
|
command line.")
|
|
|
|
(license license:bsd-3)))
|
2017-05-01 21:22:15 +02:00
|
|
|
|
|
|
|
(define-public tailon
|
|
|
|
(package
|
|
|
|
(name "tailon")
|
2017-07-26 12:37:42 +02:00
|
|
|
(version "1.3.0")
|
2017-05-01 21:22:15 +02:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (pypi-uri name version))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-07-26 12:37:42 +02:00
|
|
|
"0wl2wm6p3pc0vkk33s7rzgcfvs9cwxfmlz997pdfhlw72r00l7s5"))))
|
2017-05-01 21:22:15 +02:00
|
|
|
(build-system python-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("python-pyyaml" ,python-pyyaml)
|
|
|
|
("python-sockjs-tornado" ,python-sockjs-tornado)
|
2017-07-26 12:37:42 +02:00
|
|
|
("python-tornado-http-auth" ,python-tornado-http-auth)
|
2017-05-01 21:22:15 +02:00
|
|
|
("python-tornado" ,python-tornado)))
|
2017-05-16 21:40:01 +02:00
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-commands.py
|
|
|
|
(lambda args
|
|
|
|
(substitute* "tailon/commands.py"
|
|
|
|
(("self\\.first_in_path\\('grep'\\)")
|
|
|
|
(string-append"'" (which "grep") "'"))
|
|
|
|
(("self\\.first_in_path\\('gawk', 'awk'\\)")
|
|
|
|
(string-append"'" (which "gawk") "'"))
|
|
|
|
(("self\\.first_in_path\\('gsed', 'sed'\\)")
|
|
|
|
(string-append"'" (which "sed") "'"))
|
|
|
|
(("self\\.first_in_path\\('gtail', 'tail'\\)")
|
|
|
|
(string-append"'" (which "tail") "'")))
|
|
|
|
#t)))))
|
2017-05-01 21:22:15 +02:00
|
|
|
(home-page "https://tailon.readthedocs.io/")
|
|
|
|
(synopsis
|
|
|
|
"Webapp for looking at and searching through log files")
|
|
|
|
(description
|
|
|
|
"Tailon provides a web interface around the tail, grep, awk and sed
|
|
|
|
commands, displaying the results via a web interface.")
|
|
|
|
(license license:bsd-3)))
|
2017-05-25 23:34:02 +02:00
|
|
|
|
|
|
|
(define-public multitail
|
|
|
|
(package
|
|
|
|
(name "multitail")
|
|
|
|
(version "6.4.2")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://vanheusden.com/multitail/multitail-"
|
|
|
|
version ".tgz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1zd1r89xkxngl1pdrvsc877838nwkfqkbcgfqm3vglwalxc587dg"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:make-flags
|
|
|
|
(list "CC=gcc"
|
|
|
|
"PREFIX="
|
|
|
|
(string-append "DESTDIR="
|
|
|
|
(assoc-ref %outputs "out")))
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-curses-lib
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
(substitute* "mt.h"
|
|
|
|
(("ncursesw\\/panel.h") "panel.h")
|
|
|
|
(("ncursesw\\/ncurses.h") "ncurses.h")))
|
|
|
|
#t))
|
|
|
|
(delete 'configure))
|
|
|
|
#:tests? #f)) ; no test suite (make check just runs cppcheck)
|
|
|
|
(inputs `(("ncurses" ,ncurses)))
|
|
|
|
(home-page "https://vanheusden.com/multitail/")
|
|
|
|
(synopsis "Monitor multiple logfiles")
|
|
|
|
(description
|
|
|
|
"MultiTail allows you to monitor logfiles and command output in multiple
|
|
|
|
windows in a terminal, colorize, filter and merge.")
|
|
|
|
(license license:gpl2+)))
|
2019-06-12 22:46:38 +02:00
|
|
|
|
|
|
|
(define-public spdlog
|
|
|
|
(package
|
|
|
|
(name "spdlog")
|
|
|
|
(version "1.3.1")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://github.com/gabime/spdlog.git")
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1rd4zmrlkcdjx0m0wpmjm1g9srj7jak6ai08qkhbn2lsn0niifzd"))))
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
;; TODO run benchmark. Currently not possible, as adding
|
|
|
|
;; (gnu packages benchmark) forms a dependency cycle
|
|
|
|
(arguments
|
|
|
|
'(#:configure-flags
|
|
|
|
(list "-DSPDLOG_BUILD_BENCH=OFF")))
|
|
|
|
(home-page "https://github.com/gabime/spdlog")
|
|
|
|
(synopsis "Fast C++ logging library")
|
2019-06-18 05:07:50 +02:00
|
|
|
(description "Spdlog is a very fast header-only/compiled C++ logging
|
|
|
|
library.")
|
|
|
|
;; spdlog is under Expat license, but the bundled fmt library in
|
|
|
|
;; "include/spdlog/fmt/bundled" is under BSD 2 clause license.
|
|
|
|
(license (list license:expat license:bsd-2))))
|