;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014, 2015, 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2013, 2015, 2017-2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2015 Alexander I.Grafov <grafov@gmail.com>
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2015 xd1le <elisp.vim@gmail.com>
;;; Copyright © 2015 Florian Paul Schmidt <mista.tapas@gmx.net>
;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016-2021, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016 Petter <petter@mykolab.ch>
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
;;; Copyright © 2017 Nikita <nikita@n0.is>
;;; Copyright © 2017–2021, 2024 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Marek Benc <dusxmt@gmx.com>
;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
;;; Copyright © 2018 Thomas Sigurdsen <tonton@riseup.net>
;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Nam Nguyen <namn@berkeley.edu>
;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
;;; Copyright © 2019 Kyle Andrews <kyle.c.andrews@gmail.com>
;;; Copyright © 2019, 2020 Josh Holland <josh@inv.alid.pw>
;;; Copyright © 2019, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 David Wilson <david@daviwil.com>
;;; Copyright © 2020 Ivan Vilata i Balaguer <ivan@selidor.net>
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Damien Cassou <damien@cassou.me>
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
;;; Copyright © 2020 Boris A. Dekshteyn <boris.dekshteyn@gmail.com>
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
;;; Copyright © 2020 Ivan Kozlov <kanichos@yandex.ru>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
;;; Copyright © 2020 James Smith <jsubuntuxp@disroot.org>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
;;; Copyright © 2020, 2021, 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021, 2022, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
;;; Copyright © 2021 Niklas Eklund <niklas.eklund@posteo.net>
;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
;;; Copyright © 2021 ikasero <ahmed@ikasero.com>
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;; Copyright © 2022 Derek Chuank <derekchuank@outlook.com>
;;; Copyright © 2022, 2023 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Spencer Peters <spencerpeters@protonmail.com>
;;;
;;; 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 xdisorg)
  #:use-module (guix build-system cmake)
  #:use-module (guix build-system copy)
  #:use-module (guix build-system glib-or-gtk)
  #:use-module (guix build-system go)
  #:use-module (guix build-system gnu)
  #:use-module (guix build-system meson)
  #:use-module (guix build-system python)
  #:use-module (guix build-system scons)
  #:use-module (guix download)
  #:use-module (guix gexp)
  #:use-module (guix git-download)
  #:use-module (guix hg-download)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix utils)
  #:use-module (gnu packages admin)
  #:use-module (gnu packages algebra)
  #:use-module (gnu packages autotools)
  #:use-module (gnu packages base)
  #:use-module (gnu packages bash)
  #:use-module (gnu packages bison)
  #:use-module (gnu packages build-tools)
  #:use-module (gnu packages check)
  #:use-module (gnu packages compression)
  #:use-module (gnu packages cpp)
  #:use-module (gnu packages crypto)
  #:use-module (gnu packages datastructures)
  #:use-module (gnu packages docbook)
  #:use-module (gnu packages documentation)
  #:use-module (gnu packages flex)
  #:use-module (gnu packages fontutils)
  #:use-module (gnu packages freedesktop)
  #:use-module (gnu packages gawk)
  #:use-module (gnu packages gettext)
  #:use-module (gnu packages gl)
  #:use-module (gnu packages gl)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages golang-build)
  #:use-module (gnu packages golang-xyz)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages guile)
  #:use-module (gnu packages guile-xyz)
  #:use-module (gnu packages haskell-xyz)
  #:use-module (gnu packages icu4c)
  #:use-module (gnu packages image)
  #:use-module (gnu packages imagemagick)
  #:use-module (gnu packages kde-frameworks)
  #:use-module (gnu packages libbsd)
  #:use-module (gnu packages libevent)
  #:use-module (gnu packages linux)
  #:use-module (gnu packages m4)
  #:use-module (gnu packages man)
  #:use-module (gnu packages maths)
  #:use-module (gnu packages ncurses)
  #:use-module (gnu packages perl)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages polkit)
  #:use-module (gnu packages python)
  #:use-module (gnu packages python-xyz)
  #:use-module (gnu packages python-web)
  #:use-module (gnu packages python-check)
  #:use-module (gnu packages qt)
  #:use-module (gnu packages sphinx)
  #:use-module (gnu packages tex)
  #:use-module (gnu packages texinfo)
  #:use-module (gnu packages tcl)
  #:use-module (gnu packages terminals)
  #:use-module (gnu packages xml)
  #:use-module (gnu packages wm)
  #:use-module (gnu packages webkit)
  #:use-module (gnu packages xorg)
  #:use-module (gnu packages)
  #:use-module (ice-9 match))

;; packages outside the x.org system proper

(define-public xtitle
  (package
    (name "xtitle")
    (version "0.4.4")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/baskerville/xtitle")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0f5070k2bwarghl1vq886pl52xck1x5p7x3qhlfchsc2y3dcqms9"))))
    (build-system gnu-build-system)
    (inputs
     (list libxcb xcb-util xcb-util-wm))
    (arguments
     `(#:tests? #f                      ;no test suite
       #:make-flags (list (string-append "CC=" ,(cc-for-target))
                          (string-append "PREFIX=" %output))
       #:phases (modify-phases %standard-phases (delete 'configure))))
    (home-page "https://github.com/baskerville/xtitle")
    (synopsis "Output X window titles")
    (description
     "If arguments are given, @code{xtitle} outputs the title of each
specified window, otherwise it outputs the title of the active window.  With
@emph{snoop} mode on, it continuously monitors the specified windows and
outputs when titles change.")
    (license license:unlicense)))

(define-public xvkbd
  (package
    (name "xvkbd")
    (version "4.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "http://t-sato.in.coocan.jp/xvkbd/xvkbd-"
                           version ".tar.gz"))
       (sha256
        (base32 "1x5yldv9y99cw5hzzs73ygdn1z80zns9hz0baa355r711zghfbcm"))))
    (build-system gnu-build-system)
    (arguments
     (list #:phases
           #~(modify-phases %standard-phases
               (add-after 'unpack 'remove-bugs
                 ;; Both variables are inexplicably but explicitly set to
                 ;; $(pkg-config --variable=VARIABLE xt) instead of our own.
                 (lambda _
                   (substitute* "Makefile.in"
                     (("^(appdefaultdir|datarootdir) = .*" _ variable)
                      (string-append variable " = @" variable "@\n"))))))))
    (native-inputs
     (list pkg-config))
    (inputs
     (list libxaw libxmu libxtst))
    (home-page "http://t-sato.in.coocan.jp/xvkbd/")
    (synopsis "Virtual computer keyboard for the X Window System")
    (description
     "The @acronym{xvkbd, X virtual keyboard} displays a drawing of a computer
keyboard in a window on the screen.  Clicking on its keys sends the
corresponding keystroke(s) to other X clients, as if typed on a physical
keyboard.

This is useful for systems without keyboard hardware but with a pointing device,
such as kiosk terminals or handheld devices with touch screens.

A limited number of keyboard layouts are available, as is dictionary completion.
You can also use xvkbd to send a series of predetermined keystrokes from the
command line, without displaying a keyboard at all.")
    (license license:gpl2+)))

(define-public arandr
  (package
    (name "arandr")
    (version "0.1.11")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://christian.amsuess.com/tools/arandr"
                                  "/files/arandr-" version ".tar.gz"))
              (sha256
               (base32
                "00mfhaqjxx4m3y0ml44infpbp500prs031vhawwjp0dvk0vbxjz4"))
              (modules '((guix build utils)))
              (snippet
               '(begin
                  ;; Do not record a timestamp and file name in gzipped man
                  ;; pages (this is equivalent to 'gzip --no-name'.)
                  (substitute* "setup.py"
                    (("gzip\\.open\\(gzfile, 'w', 9\\)")
                     "gzip.GzipFile('', 'wb', 9, open(gzfile, 'wb'), 0.)"))))))
    (build-system python-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (add-before 'build 'configure
           (lambda* (#:key inputs #:allow-other-keys)
             (substitute* "screenlayout/xrandr.py"
               (("\"xrandr\"") (string-append "\"" (assoc-ref inputs "xrandr")
                                              "/bin/xrandr\"")))))
         (add-after 'install 'wrap-gi-typelib
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let ((out               (assoc-ref outputs "out"))
                   (gi-typelib-path   (getenv "GI_TYPELIB_PATH")))
               (wrap-program (string-append out "/bin/arandr")
                 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
       #:tests? #f)) ;no tests
    (inputs (list bash-minimal gtk+ python-pycairo python-pygobject xrandr))
    (native-inputs (list gettext-minimal python-docutils))
    (home-page "https://christian.amsuess.com/tools/arandr/")
    (synopsis "Another RandR graphical user interface")
    ;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
    (description "ARandR is designed to provide a simple visual front end for
the X11 resize-and-rotate (RandR) extension.  Relative monitor positions are
shown graphically and can be changed in a drag-and-drop way.  Configurations
are saved as executable shell scripts which can be loaded without using this
program.")
    (license license:gpl3+)))

(define-public autorandr
  (package
    (name "autorandr")
    (version "1.14")
    (home-page "https://github.com/phillipberndt/autorandr")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url home-page)
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
    (build-system python-build-system)
    (native-inputs
     (list pkg-config))
    (inputs
     (list xrandr libxcb))
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (add-before 'build 'configure
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let ((xrandr (search-input-file inputs "/bin/xrandr")))
               (substitute* "contrib/etc/xdg/autostart/autorandr.desktop"
                 (("/usr") (assoc-ref outputs "out")))
               (substitute* "autorandr.py"
                 (("popen\\(\"xrandr") (string-append "popen(\"" xrandr))
                 (("\\[\"xrandr") (string-append "[\"" xrandr)))
               (substitute* "contrib/autorandr_launcher/autorandr_launcher.c"
                 (("/usr/bin/autorandr")
                  (string-append (assoc-ref outputs "out") "/bin/autorandr")))
               (setenv "CC" "gcc"))
             #t))
         (add-after 'install 'install-contrib
           (lambda* (#:key outputs #:allow-other-keys)
             (invoke "make"
                     (string-append "DESTDIR=" (assoc-ref outputs "out"))
                     "PREFIX="
                     "BASH_COMPLETIONS_DIR=etc/bash_completion.d"
                     "install"
                     "TARGETS=autorandr launcher manpage bash_completion"))))))
    (synopsis "Auto-detect connected displays and load appropriate setup")
    (description "Autorandr wraps around xrandr to help with X11
multi-screen configuration management.  It allows the user to create profiles
for various multi-screen setups.  Autorandr automatically detects the profiles
that can be activated based on the connected hardware.  Hook scripts can be
used to further tweak the behaviour of the different profiles.")
    (license license:gpl3+)))

(define-public bemenu
  (package
    (name "bemenu")
    (version "0.6.21")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/Cloudef/bemenu")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1a97h711nbwi01a3vv2944m8gyzi04hgfpiizrzinx79n4vp1zhk"))))
    (build-system gnu-build-system)
    (arguments
     (list
      #:tests? #f ; there are no tests
      #:make-flags
      #~(list (string-append "CC=" #$(cc-for-target))
              "CFLAGS=-O2 -fPIC"
              (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")
              (string-append "PREFIX=" #$output))
      #:phases
      #~(modify-phases %standard-phases
          (delete 'configure))))         ; no configure script
    (inputs
     (list cairo
           libx11
           libxkbcommon
           libxinerama
           ncurses
           pango
           wayland
           wayland-protocols))
    (native-inputs
     (list doxygen pkg-config scdoc))
    (home-page "https://github.com/Cloudef/bemenu")
    (synopsis "Dynamic menu library and client program inspired by dmenu")
    (description
     "bemenu is a dynamic menu which allows the user to flexibly select from a
list of options (usually programs to launch).  It renders the menu graphically
with X11 or Wayland, or in a text terminal with ncurses.")
    (license (list license:gpl3+ ; client program[s] and other sources
                   license:lgpl3+))))   ; library and bindings

(define-public cliphist
  (package
    (name "cliphist")
    (version "0.5.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/sentriz/cliphist")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1cbhrw9vk8c0in9yyhlp0k9rldgjwbcj00d7vqh69p3igznhdgsk"))))
    (build-system go-build-system)
    (arguments
     (list
      #:install-source? #f
      #:import-path "go.senan.xyz/cliphist"))
    (native-inputs
     (list go-github-com-rogpeppe-go-internal
           go-go-etcd-io-bbolt
           go-go-senan-xyz-flagconf
           go-golang-org-x-image))
    (home-page "https://github.com/sentriz/cliphist")
    (synopsis "Clipboard history manager for wayland with support for images")
    (description
     "A Wayland clipboard history manager.  It can write clipboard changes to
a history file, recall history with any picker which accepts input from
stdin (including dmenu, rofi, and wofi), copy and past both images and text,
and preserve leading and trailing whitespace.")
    (license license:gpl3)))

(define-public copyq
  (package
    (name "copyq")
    (version "8.0.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/hluk/CopyQ")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "029s1pdp177fnrq5qrwjmd5pf1672l5jhq99is1lczrxi6bsf2qk"))))
    (build-system cmake-build-system)
    (arguments
     (list
      #:configure-flags #~(list "-DCMAKE_BUILD_TYPE=Release")
      #:tests? #f)) ; Test suite is a rather manual process.
    (inputs
     (list qtbase-5
           qtscript
           qtsvg-5
           qtx11extras
           qtdeclarative-5
           qtwayland-5
           wayland
           knotifications-5))
    (native-inputs
     (list extra-cmake-modules qttools-5))
    (synopsis "Clipboard manager with advanced features")
    (description "CopyQ is clipboard manager with editing and scripting
features.  CopyQ monitors system clipboard and saves its content in customized
tabs.  Saved clipboard can be later copied and pasted directly into any
application.")
    (home-page "https://hluk.github.io/CopyQ/")
    (license license:gpl3+)))

(define-public xkeysnail
  (package
    (name "xkeysnail")
    (version "0.4.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "xkeysnail" version))
       (sha256
        (base32
         "1xyqp6yqxcwmxaqj86qcsiz0ly7bwr0a2w835myz909irhip3ngf"))))
    (build-system python-build-system)
    (arguments
     `(#:tests? #f))                    ;tests need /dev/uinput
    (inputs
     (list python-appdirs python-evdev python-inotify-simple python-xlib
           python-six))
    (home-page "https://github.com/mooz/xkeysnail")
    (synopsis "Keyboard remapping tool for the X11 environment")
    (description
     "Xkeysnail is an X environment keyboard remapping tool, featuring
high-level and flexible remapping mechanisms.  It affects the low-level
layers (evdev and uinput), making remapping work in almost all the places.")
    (license license:gpl3+)))           ; see README.md (no licence headers)

(define-public xkb-switch
  (package
    (name "xkb-switch")
    (version "1.8.5")
    (source
     (origin
       (method git-fetch)
       (uri
        (git-reference
         (url "https://github.com/grwlf/xkb-switch")
         (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1sd6ihgsswp6hjm1i4y092n4gl3gj0bc22grz4n7iy43mwphi40d"))))
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f))                    ;no test target
    (inputs
     (list libx11 libxkbfile))
    (home-page "https://github.com/grwlf/xkb-switch")
    (synopsis "Switch your X keyboard layouts from the command line")
    (description
     "xkb-switch is a C++ program that queries and changes the XKB layout
state.")
    (license license:gpl3+)))

(define-public xkblayout
  ;; Upstream doesn't have any version numbers
  (let ((version "0.0.0")
        (revision "0")
        (commit "c0851b0f4bc9bc1a07240605baac8e50abe63fa8"))
    (package
      (name "xkblayout")
      (version (git-version version revision commit))
      (home-page "https://gitlab.freedesktop.org/whot/xkblayout")
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url home-page)
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0057988l5l7pmwg7dp6cqvj5l4lr0g5z3wq189g6kz36l9rmh675"))))
      (build-system python-build-system)
      (synopsis "XKB layout template generator")
      (description "xkblayout is a CLI application to generate templates for
a new XKB layout, either in the user's home directory or the system directory.")
      (license license:gpl3+))))

(define-public xclip
  (package
    (name "xclip")
    (version "0.13")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/astrand/xclip")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0q0hmvcjlv8arhh1pzhja2wglyj6n7z209jnpnzd281kqqv4czcs"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f))                              ;there is no test suite
    (native-inputs
     (list autoconf automake))
    (inputs (list libxmu libxt))
    (home-page "https://github.com/astrand/xclip")
    (synopsis "Command line interface to X11 clipboard")
    (description "Xclip is a command line interface to the X11 clipboard.  It
can also be used for copying files, as an alternative to sftp/scp, thus
avoiding password prompts when X11 forwarding has already been setup.")
    (license license:gpl2+)))

(define-public libxkbcommon
  (package
    (name "libxkbcommon")
    (version "1.6.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
                                  version ".tar.xz"))
              (sha256
               (base32
                "0awwz5pg9x5bj0d7dpg4a7bd4gl6k55mlpxwb12534fkrpn19p0f"))))
    (outputs '("out" "doc"))
    (build-system meson-build-system)
    (inputs
     (list libx11
           libxcb
           libxml2
           wayland
           wayland-protocols
           xkeyboard-config))
    (native-inputs
     (append
       (list bison doxygen pkg-config python
             ;; wayland-scanner is required at build time.
             wayland)
       (if (%current-target-system)
         (list pkg-config-for-build)
         '())))
    (arguments
     (list
      #:configure-flags
      #~(list (string-append "-Dxkb-config-root="
                             (search-input-directory
                              %build-inputs "share/X11/xkb"))
              (string-append "-Dx-locale-root="
                             (search-input-directory
                              %build-inputs "share/X11/locale")))
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'install 'move-doc
            (lambda _
              (let ((old (string-append #$output "/share/doc"))
                    (new (string-append #$output:doc "/share/doc")))
                (mkdir-p (dirname new))
                (rename-file old new))))
          (add-after 'install 'symlink-pc
            ;; in Requires.private of xkbregistry.pc
            ;; XXX: Symlink libxml-2.0.pc in order to avoid putting
            ;; libxml2 as a propagated input.
            (lambda _
              (let ((stem "/lib/pkgconfig/libxml-2.0.pc"))
                (symlink (string-append #$(this-package-input "libxml2") stem)
                         (string-append #$output stem))))))))
    (home-page "https://xkbcommon.org/")
    (synopsis "Library to handle keyboard descriptions")
    (description "Xkbcommon is a library to handle keyboard descriptions,
including loading them from disk, parsing them and handling their
state.  It is mainly meant for client toolkits, window systems, and other
system applications; currently that includes Wayland, kmscon, GTK+, Qt,
Clutter, and more.  Despite the name, it is not currently used by anything
X11 (yet).")
    (license (license:x11-style "file://COPYING"
                                "See 'COPYING' in the distribution."))
    (properties '((cpe-name . "xkbcommon")))))

(define-public libxkbcommon-1.5
  (package
    (inherit libxkbcommon)
    (version "1.5.0")
    (source (origin
              (inherit (package-source libxkbcommon))
              (method url-fetch)
              (uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
                                  version ".tar.xz"))
              (sha256
               (base32
                "05z08rpa464x8myjxddhix7jp9jcmakd7xrybx4hz8dwpg2123sn"))))))

(define-public libfakekey
  (package
    (name "libfakekey")
    (version "0.3")
    (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://git.yoctoproject.org/git/libfakekey")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32 "1jw1d4wc1ysiijirc7apnz3sryrxbl9akgb92mh06dvfkz2nblj0"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags (list "AM_LDFLAGS=-lX11")
       #:phases
       (modify-phases %standard-phases
         (replace 'bootstrap
           ;; ./autogen.sh calls ./configure before shebangs have been patched.
           (lambda _
             (invoke "autoreconf" "-vfi"))))))
    (native-inputs
     (list pkg-config
           ;; For bootstrapping from git.
           autoconf automake libtool))
    (inputs
     (list libxtst libx11))
    (home-page "https://www.yoctoproject.org/tools-resources/projects/matchbox")
    (synopsis "X virtual keyboard library")
    (description
     "Libfakekey is a virtual keyboard library for X.")
    (license license:gpl2)))

(define-public xdotool
  (package
    (name "xdotool")
    (version "3.20211022.1")
    (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://github.com/jordansissel/xdotool/releases/download/v"
              version "/xdotool-" version ".tar.gz"))
        (sha256
          (base32
           "1nlsbwsdsgys607f00sc8xgb7l7cdzsb14avsg5fly3dvv7zmw4n"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f ; Test suite requires a lot of black magic
       #:phases
       (modify-phases %standard-phases
         (replace 'configure
           (lambda* (#:key outputs #:allow-other-keys #:rest args)
             (let ((out (assoc-ref outputs "out")))
               (mkdir-p (string-append out "/lib"))
               (setenv "PREFIX" out)
               (setenv "LDFLAGS" (string-append "-Wl,-rpath=" out "/lib"))
               (setenv "CC" "gcc")
               #t))))))
    (native-inputs (list perl)) ; for pod2man
    (inputs (list libx11
                  libxext
                  libxi
                  libxinerama
                  libxtst
                  libxkbcommon))
    (home-page "https://www.semicomplete.com/projects/xdotool/")
    (synopsis "Fake keyboard/mouse input, window management, and more")
    (description "Xdotool lets you simulate keyboard input and mouse activity,
move and resize windows, etc.  It does this using X11's XTEST extension and
other Xlib functions.  Additionally, you can search for windows and move,
resize, hide, and modify window properties like the title.  If your window
manager supports it, you can use xdotool to switch desktops, move windows
between desktops, and change the number of desktops.")
    (license license:bsd-3)))

(define-public xdo
  (package
    (name "xdo")
    (version "0.5.7")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/baskerville/xdo")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1h3jrygcjjbavdbkpx2hscsf0yf97gk487lzjdlvymd7dxdv9hy9"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f                      ; no tests
       #:make-flags
       (list (string-append "CC=" ,(cc-for-target))
             (string-append "PREFIX=" %output))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure))))
    (inputs
     (list libxcb xcb-util-wm xcb-util))
    (home-page "https://github.com/baskerville/xdo")
    (synopsis "Small X utility to perform elementary actions on windows")
    (description
     "Apply the given action to the given windows.  If no window IDs and no
options are given, the action applies to the focused window.")
    (license license:bsd-2)))

(define-public xeyes
  (package
    (name "xeyes")
    (version "1.3.0")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.x.org/releases/individual/app/"
                           name "-" version ".tar.xz"))
       (sha256
        (base32 "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09"))))
    (build-system gnu-build-system)
    (inputs
      (list libxext libxi libxmu libxrender libxt))
    (native-inputs
     (list pkg-config))
    (home-page "https://www.x.org/")    ; no dedicated Xeyes page exists
    (synopsis "Follow-the-mouse X demo")
    (description "Xeyes is a demo program for x.org.  It shows eyes
following the mouse.")
    (license license:x11)))


(define-public pixman
  (package
    (name "pixman")
    (version "0.42.2")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append
         "https://www.cairographics.org/releases/pixman-"
         version ".tar.gz"))
       (sha256
        (base32 "0pk298iqxqr64vk3z6nhjwr6vjg1971zfrjkqy5r9zd2mppq057a"))
       (patches
        (search-patches
         "pixman-CVE-2016-5296.patch"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags
       (list
        "--disable-static"
        "--enable-timers"
        "--enable-gnuplot")))
    (native-inputs
     (list pkg-config))
    (inputs
     (list libpng zlib))
    (synopsis "Low-level pixel manipulation library")
    (description "Pixman is a low-level software library for pixel
manipulation, providing features such as image compositing and trapezoid
rasterisation.")
    (home-page "http://www.pixman.org/")
    (license license:expat)))

(define-public libdrm
  (package
    (name "libdrm")
    (version "2.4.120")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://dri.freedesktop.org/libdrm/libdrm-"
                    version ".tar.xz"))
              (sha256
               (base32
                "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
    (build-system meson-build-system)
    (arguments
     (list #:configure-flags
           (match (%current-system)
             ((or "armhf-linux" "aarch64-linux")
              #~(list "-Dexynos=enabled"
                      "-Domap=enabled"
                      "-Detnaviv=enabled"
                      "-Dtegra=enabled"
                      "-Dfreedreno-kgsl=true"))
             (_ ''()))
           #:phases
           #~(modify-phases %standard-phases
               ;; A typo in a previous upstream commit disabled building
               ;; libdrm_intel by default on supported platforms.  This was
               ;; fixed by the following change in upstream commit
               ;; 8a933c778a0eb36526bf3fc8a289e25add9ff8b0.
               ;; TODO: Remove on next update of libdrm.
               (add-after 'unpack 'build-intel-by-default
                 (lambda _
                   (substitute* "meson.build"
                     (("system\\(\\)\\.startswith")
                      "cpu_family().startswith"))))
               (replace 'check
                 (lambda* (#:key tests? #:allow-other-keys)
                   (when tests?
                     (invoke "meson" "test" "--timeout-multiplier" "5")))))))
    (propagated-inputs
     (list libpciaccess))
    (native-inputs
     (list pkg-config))
    (home-page "https://dri.freedesktop.org/wiki/")
    (synopsis "Direct rendering userspace library")
    (description "The Direct Rendering Infrastructure, also known as the DRI,
is a framework for allowing direct access to graphics hardware under the
X Window System in a safe and efficient manner.  It includes changes to the
X server, to several client libraries, and to the kernel (DRM, Direct
Rendering Manager).  The most important use for the DRI is to create fast
OpenGL implementations providing hardware acceleration for Mesa.
Several 3D accelerated drivers have been written to the DRI specification,
including drivers for chipsets produced by 3DFX, AMD (formerly ATI), Intel
and Matrox.")
    (license license:x11)))


(define-public mtdev
  (package
    (name "mtdev")
    (version "1.1.6")
    (source
      (origin
        (method url-fetch)
        (uri (string-append
               "http://bitmath.org/code/mtdev/mtdev-"
               version ".tar.bz2"))
        (sha256
         (base32
          "1q700h9dqcm3zl6c3gj0qxxjcx6ibw2c51wjijydhwdcm26v5mqm"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags
       '("--disable-static")
       ,@(if (and (or (target-riscv64?)
                      (target-aarch64?))
                  (%current-target-system))
           `(#:phases
             (modify-phases %standard-phases
               (add-after 'unpack 'update-config-scripts
                 (lambda* (#:key inputs native-inputs #:allow-other-keys)
                   ;; Replace outdated config.guess and config.sub.
                   (for-each (lambda (file)
                               (install-file
                                 (search-input-file
                                   (or native-inputs inputs)
                                   (string-append "/bin/" file)) "./config-aux"))
                             '("config.guess" "config.sub"))))))
           '())))
    (native-inputs
     (if (and (or (target-riscv64?)
                  (target-aarch64?))
              (%current-target-system))
       (list config)
       '()))
    (home-page "https://bitmath.org/code/mtdev/")
    (synopsis "Multitouch protocol translation library")
    (description "Mtdev is a stand-alone library which transforms all
variants of kernel MT events to the slotted type B protocol.  The events
put into mtdev may be from any MT device, specifically type A without
contact tracking, type A with contact tracking, or type B with contact
tracking.")
    (license license:x11)))

(define-public startup-notification
  (package
    (name "startup-notification")
    (version "0.12")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.freedesktop.org/software/" name
                           "/releases/" name "-" version ".tar.gz"))
       (sha256
        (base32
         "0jmyryrpqb35y9hd5sgxqy2z0r1snw7d3ljw0jak0n0cjdz1yf9w"))))
    (build-system gnu-build-system)
    (native-inputs (list pkg-config))
    (inputs
     (list libx11 xcb-util))
    (home-page "https://www.freedesktop.org/wiki/Software/startup-notification/")
    (synopsis "Application startup notification and feedback library")
    (description
     "Startup-notification contains a reference implementation of the startup
notification protocol.  The reference implementation is mostly under an X Window
System style license, and has no special dependencies.")
    ;; Most of the code is provided under x11 license.
    (license license:lgpl2.0+)))

(define-public wmctrl
  (package
    (name "wmctrl")
    (version "1.07")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://sites.google.com/site/tstyblo/wmctrl/wmctrl-"
                    version ".tar.gz"))
              (sha256
               (base32
                "1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np"))
              (patches (search-patches "wmctrl-64-fix.patch"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags
       (list (string-append "--mandir="
                            (assoc-ref %outputs "out")
                            "/share/man"))))
    (native-inputs
     (list pkg-config))
    (inputs
     (list libx11 libxmu glib))
    (home-page "http://tomas.styblo.name/wmctrl/")
    (synopsis "Command-line tool to control X window managers")
    (description
     "Wmctrl interacts with an X window manager that is compatible
with the EWMH/NetWM specification.  It can query the window manager for
information, and request for certain window management actions (resize and
move windows, switch between desktops, etc.).")
    (license license:gpl2+)))

(define-public scrot
  (package
    (name "scrot")
    (version "1.11.1")
    (source
     (origin
       (method git-fetch)
       (uri
        (git-reference
         (url "https://github.com/resurrecting-open-source-projects/scrot")
         (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0pvp44lb2lrvm11x92vzxwl21hmcbld55kk8wjqa5k1kjg6syj9i"))))
    (build-system gnu-build-system)
    (native-inputs
     (list autoconf autoconf-archive automake pkg-config))
    (inputs
     (list giblib
           imlib2
           libbsd
           libx11
           libxcomposite
           libxext
           libxfixes
           libxinerama))
    (home-page "https://github.com/resurrecting-open-source-projects/scrot")
    (synopsis "Command-line screen capture utility for X Window System")
    (description
     "Scrot saves a screenshot of a full screen, a window or a part
of the screen selected by mouse.")
    ;; This license removes a clause about X Consortium from the original
    ;; X11 license.
    (license (license:x11-style "file://COPYING"
                                "See 'COPYING' in the distribution."))))

(define-public slop
  (package
    (name "slop")
    (version "7.6")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/naelstrof/slop")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1xaka98vka5kh3wmby68ifwi6rp0985dj13fgs96bw8a1z3m1l1d"))))
    (build-system cmake-build-system)
    (arguments
     '(#:tests? #f)) ; no "check" target
    (inputs
     (list glew
           glm
           icu4c
           libxext
           libxrender
           mesa))
    (home-page "https://github.com/naelstrof/slop")
    (synopsis "Select a region and print its bounds to stdout")
    (description
     "slop (Select Operation) is a tool that queries for a selection from a
user and prints the region to stdout.  It grabs the mouse and turns it into a
crosshair, lets the user click and drag to make a selection (or click on a
window) while drawing a pretty box around it, then finally prints the
selection's dimensions to stdout.")
    (license license:gpl3+)))

(define-public maim
  (package
    (name "maim")
    (version "5.8.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/naelstrof/maim")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0n5fa0vf33wmw50fhxv5sj94rv1a0m9gbczlgnic2yyak546mmpy"))))
    (build-system cmake-build-system)
    (arguments
     '(#:tests? #f))            ; no "check" target
    (inputs
     (list glm
           libjpeg-turbo
           libpng
           libxcomposite
           libxfixes
           libxrandr
           libwebp
           mesa
           slop
           zlib))
    (home-page "https://github.com/naelstrof/maim")
    (synopsis "Screenshot utility for X Window System")
    (description
     "maim (Make Image) is a tool that takes screenshots of your desktop and
saves it in any format.  Along with a full screen, it allows you to capture a
predefined region or a particular window.  Also, it makes it possible to
include cursor in the resulting image.")
    (license license:gpl3+)))

(define-public unclutter
  (package
    (name "unclutter")
    (version "8")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "http://ftp.x.org/contrib/utilities/unclutter-"
                    version ".tar.Z"))
              (sha256
               (base32
                "0ahrr5z6wxqqfyihm112hnq0859zlxisrb3y5232zav58j6sfmdq"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f                      ; no check target
       #:phases
       (modify-phases %standard-phases
         (delete 'configure)
         (replace 'install
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let* ((out  (assoc-ref outputs "out"))
                    (bin  (string-append out "/bin"))
                    (man1 (string-append out "/share/man/man1")))
               (mkdir-p bin)
               (mkdir-p man1)
               (invoke "make" "install" "install.man"
                       (string-append "BINDIR=" bin)
                       (string-append "MANDIR=" man1))))))))
    (inputs (list libx11))
    (home-page "http://ftp.x.org/contrib/utilities/")
    (synopsis "Hide idle mouse cursor")
    (description
     "Unclutter is a program which runs permanently in the background of an
X11 session.  It checks on the X11 pointer (cursor) position every few
seconds, and when it finds it has not moved (and no buttons are pressed
on the mouse, and the cursor is not in the root window) it creates a
small sub-window as a child of the window the cursor is in.  The new
window installs a cursor of size 1x1 but a mask of all 0, i.e. an
invisible cursor.  This allows you to see all the text in an xterm or
xedit, for example.  The human factors crowd would agree it should make
things less distracting.")
    (license license:public-domain)))

(define-public unclutter-xfixes
  (package
    (name "unclutter-xfixes")
    (version "1.5")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/Airblader/unclutter-xfixes")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "148m4wx8v57s3l2wb69y9imb00y8ca2li27hsxibwnl1wrkb7z4b"))))
    (build-system gnu-build-system)
    (arguments `(#:tests? #f
                 #:make-flags
                 (list ,(string-append "CC=" (cc-for-target))
                       (string-append "PREFIX=" (assoc-ref %outputs "out")))
                 #:phases
                 (modify-phases %standard-phases
                   (delete 'configure))))
    (inputs
     (list libx11 libev libxfixes libxi))
    (native-inputs
     (list asciidoc pkg-config))
    (home-page "https://github.com/Airblader/unclutter-xfixes")
    (synopsis "Hide idle mouse cursor")
    (description
     "unclutter-xfixes is a rewrite of the popular tool unclutter, but
using the x11-xfixes extension.  This means that this rewrite doesn't
use fake windows or pointer grabbing and hence causes less problems
with window managers and/or applications.

Unclutter is a program which runs permanently in the background of an
X11 session.  It checks on the X11 pointer (cursor) position every few
seconds, and when it finds it has not moved (and no buttons are pressed
on the mouse, and the cursor is not in the root window) it creates a
small sub-window as a child of the window the cursor is in.  The new
window installs a cursor of size 1x1 but a mask of all 0, i.e. an
invisible cursor.  This allows you to see all the text in an xterm or
xedit, for example.  The human factors crowd would agree it should make
things less distracting.")
    (license license:expat)))

(define-public xautomation
  (package
    (name "xautomation")
    (version "1.09")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.hoopajoo.net/static/projects/"
                           "xautomation-" version ".tar.gz"))

       (sha256
        (base32
         "03azv5wpg65h40ip2kk1kdh58vix4vy1r9bihgsq59jx2rhjr3zf"))))
    (build-system gnu-build-system)
    (inputs
     (list libpng libx11 libxi libxtst))
    (native-inputs
     (list xorgproto))
    (synopsis "Tools to automate tasks in X such as detecting on screen images")
    (description
     "Xautomation can control X from the command line for scripts, and
do visual scraping to find things on the screen.  The control interface
allows mouse movement, clicking, button up/down, key up/down, etc, and
uses the XTest extension so you don't have the annoying problems that
xse has when apps ignore sent events.  The visgrep program can find
images inside of images and reports the coordinates, allowing programs
to find buttons, etc, on the screen to click on.")
    (home-page "https://www.hoopajoo.net/projects/xautomation.html")
    (license license:gpl2+)))

(define-public xbanish
  (package
    (name "xbanish")
    (version "1.8")
    (home-page "https://github.com/jcs/xbanish")
    (source (origin
              (method git-fetch)
              (uri (git-reference (url home-page)
                                  (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "12mjwn8hvrrhwyg3wi20bqr6k8d57xf9m5qr3s4nn511dcksh04g"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f                      ; no tests
       #:make-flags (list ,(string-append "CC=" (cc-for-target))
                          (string-append "PREFIX=" (assoc-ref %outputs "out")))
       #:phases (modify-phases %standard-phases
                  (delete 'configure)))) ; no configure script
    (inputs
     (list libx11 libxfixes libxi libxt))
    (synopsis "Banish the mouse cursor")
    (description
     "@command{xbanish} hides the mouse cursor when you start typing, and
shows it again when the mouse cursor moves or a mouse button is pressed.")
    (license license:bsd-3)))

(define-public xlockmore
  (package
    (name "xlockmore")
    (version "5.72")
    (source (origin
              (method url-fetch)
              (uri (list (string-append "http://sillycycle.com/xlock/"
                                        "xlockmore-" version ".tar.xz")
                         ;; Previous releases are moved to a subdirectory.
                         (string-append "http://sillycycle.com/xlock/"
                                        "recent-releases/"
                                        "xlockmore-" version ".tar.xz")))
              (sha256
               (base32
                "0wn77ri29rhk1w3wik2hpqb8lks1pyqzdk6d583mawxfcxcrf4fm"))))
    (build-system gnu-build-system)
    (arguments
     (list
      #:configure-flags
      #~(list (string-append "--enable-appdefaultdir="
                             #$output
                             "/lib/X11/app-defaults"))
      #:tests? #f))                     ;no such thing as a test suite
    (inputs
     (list libx11 libxcrypt libxext libxt linux-pam))
    (home-page "https://sillycycle.com/xlockmore.html")
    (synopsis "Screen locker for the X Window System")
    (description
     "XLockMore is a classic screen locker and screen saver for the
X Window System.")
    (license (license:non-copyleft #f "See xlock.c.")
             ))) ; + GPLv2 in modes/glx/biof.c.

(define-public xtrlock
  (package
    (name "xtrlock")
    (version "2.15")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "mirror://debian/pool/main/x/xtrlock/xtrlock_" version
                    ".tar.xz"))
              (sha256
               (base32
                "0mgpysbvipd5h6x6zz4hng6b13gp3qjnpgny3azyj8k8dv85bppw"))))
    (build-system gnu-build-system)
    (arguments
     ;; LDLIBS are required for the package to build.
     ;; CFLAGS are required for it to use the shadow file, and to
     ;; be compatible with multi-touch devices.
     (list #:make-flags
           #~'("CFLAGS=-O2 -g -Wall -DSHADOW_PWD -DMULTITOUCH"
               "LDLIBS=-lX11 -lcrypt -lXi")
           #:phases
           #~(modify-phases %standard-phases
               (delete 'configure)
               (delete 'check)
               (add-after 'unpack 'rename-makefile
                 (lambda _
                   (rename-file "Makefile.noimake" "Makefile")
                   (rename-file "xtrlock.man" "xtrlock.1")))
               (replace 'install
                 (lambda* (#:key outputs #:allow-other-keys)
                   (let* ((out (assoc-ref outputs "out")))
                     (install-file "xtrlock"
                                   (string-append out "/bin/"))
                     (install-file "xtrlock.1"
                                   (string-append out
                                                  "/share/man/man1/"))))))))
    (inputs (list libx11 libxcrypt libxi libxfixes))
    (home-page "https://packages.debian.org/sid/xtrlock")
    (synopsis "Minimal X display lock program")
    (description
     "xtrlock locks the X server till the user enters their password at the
keyboard.  While xtrlock is running, the mouse and keyboard are grabbed and
the mouse cursor becomes a padlock.  Output displayed by X programs, and
windows put up by new X clients, continue to be visible, and any new output is
displayed normally.  The mouse and keyboard are returned when the user types
their password, followed by Enter or Newline.  If an incorrect password is
entered the bell is sounded.  Pressing Backspace or Delete erases one
character of a password partially typed; pressing Escape or Clear clears
anything that has been entered.")
    (license license:gpl2+)))

(define-public xosd
  (package
    (name "xosd")
    (version "2.2.14")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "mirror://sourceforge/libxosd/libxosd/xosd-" version "/"
                    name "-" version ".tar.gz"))
              (sha256
               (base32
                "025m7ha89q29swkc7s38knnbn8ysl24g2h5s7imfxflm91psj7sg"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags
       (list (string-append "--mandir=" %output "/share/man"))))
    (inputs
     (list libx11 libxt libxext libxinerama))
    (home-page "https://sourceforge.net/projects/libxosd/")
    (synopsis "X On Screen Display")
    (description
     "XOSD provides a C library and a simple utility (osd_cat) for displaying
transparent text on your screen.")
    (license license:gpl2+)))

(define-public wob
  (package
    (name "wob")
    (version "0.15.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://github.com/francma/wob/releases/download/"
                           version "/wob-" version ".tar.gz"))
       (sha256
        (base32 "1632y0yr1ig5nihs6kqyvfi117815zszhnfvaabm97qkf5blkj5p"))))
    (build-system meson-build-system)
    (native-inputs
     (list pkg-config scdoc))
    (inputs
     (list libinih libseccomp wayland wayland-protocols))
    (home-page "https://github.com/francma/wob")
    (synopsis "Lightweight overlay bar for Wayland")
    (description
     "Wob, or Wayland Overlay Bar, is a lightweight overlay volume,
backlight, progress, or anything bar for Wayland.")
    (license license:isc)))

(define-public xbindkeys
  (package
    (name "xbindkeys")
    (version "1.8.7")
    (source (origin
              (method url-fetch)
              ;; Download from the savannah mirror list fails
              (uri (string-append
                    "http://www.nongnu.org/xbindkeys/xbindkeys-"
                    version
                    ".tar.gz"))
              (sha256
               (base32
                "1wl2vc5alisiwyk8m07y1ryq8w3ll9ym83j27g4apm4ixjl8d6x2"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'sanitise-shebang
           ;; This wish script uses a strange double shebang that escapes our
           ;; patch-shebangs phase.  Assume that it's unnecessary & replace it.
           (lambda _
             (substitute* "xbindkeys_show"
               (("^#!.*|^exec wish.*") "")
               (("^# \\\\") (string-append "#!" (which "wish"))))
             #t))
         (add-after 'unpack 'patch-references
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))
               (substitute* "xbindkeys_show"
                 (("\"(xbindkeys)\"" _ command)
                  (format #f "\"~a/bin/~a\"" out command)))
               #t))))))
    (native-inputs
     (list pkg-config))
    (inputs
     (list guile-2.2 libx11 tk))
    (home-page "https://www.nongnu.org/xbindkeys/")
    (synopsis "Associate a combination of keys with a shell command")
    (description
     "XBindKeys is a program that allows you to launch shell commands with
your keyboard or your mouse under the X Window System.  It links commands to
keys or mouse buttons, using a configuration file.  It's independent of the
window manager and can capture all keyboard keys (ex: Power, Wake...).  It
optionally supports a Guile-based configuration file layout, which enables you
to access all XBindKeys internals, so you can have key combinations, double
clicks or timed double clicks take actions.  Also all functions that work in
Guile will work for XBindKeys.")
    (license license:gpl2+)))

(define-public sxhkd
  (package
    (name "sxhkd")
    (version "0.6.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/baskerville/sxhkd")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1winwzdy9yxvxnrv8gqpigl9y0c2px27mnms62bdilp4x6llrs9r"))))
    (build-system gnu-build-system)
    (inputs
     (list libxcb xcb-util xcb-util-keysyms xcb-util-wm))
    (arguments
     (list #:phases #~(modify-phases %standard-phases (delete 'configure))
           #:tests? #f  ; no check target
           #:make-flags
           #~(list (string-append "CC=" #$(cc-for-target))
                   (string-append "PREFIX=" #$output)
                   ;; Keep the documentation where the build system installs LICENSE.
                   (string-append "DOCPREFIX=" #$output
                                  "/share/doc/" #$name "-" #$version))))
    (home-page "https://github.com/baskerville/sxhkd")
    (synopsis "Simple X hotkey daemon")
    (description "sxhkd is a simple X hotkey daemon with a powerful and
compact configuration syntax.")
    (license license:bsd-2)))

(define-public rxvt-unicode
  (package
    (name "rxvt-unicode")
    (version "9.31")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/"
                                  name "-" version ".tar.bz2"))
              (patches (search-patches "rxvt-unicode-fix-cursor-position.patch"))
              (sha256
               (base32
                "1s3jcvac40zzp03fvmhjsdpsjx0gb1wk54qz74zhzzj9q75kz8da"))))
    (build-system gnu-build-system)
    (arguments
     ;; This sets the destination when installing the necessary terminal
     ;; capability data, which are not provided by 'ncurses'.  See
     ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html
     (list #:configure-flags #~(list "--enable-256-color")
           #:make-flags #~(list (string-append "TERMINFO=" #$output "/share/terminfo"))
           #:phases
           #~(modify-phases %standard-phases
               (add-after 'install 'install-desktop-entries
                 (lambda _
                   (for-each (lambda (exec name)
                               (make-desktop-entry-file
                                (string-append #$output "/share/applications/"
                                               exec ".desktop")
                                #:type "Application"
                                #:name name
                                #:comment '((#f #$(package-synopsis this-package)))
                                #:exec exec
                                #:try-exec exec
                                #:icon "utilities-terminal"
                                #:categories '("System" "TerminalEmulator")))
                             '("urxvt" "urxvtc")
                             '("rxvt-unicode" "rxvt-unicode (client)")))))))
    (inputs
     (list libptytty libxft libx11 libxt libxext))
    (native-inputs
     (list ncurses ;trigger the installation of terminfo data
           perl pkg-config))
    ;; FIXME: This should only be located in 'ncurses'.  Nonetheless it is
    ;; provided for usability reasons.  See <https://bugs.gnu.org/22138>.
    (native-search-paths
     (list (search-path-specification
            (variable "TERMINFO_DIRS")
            (files '("share/terminfo")))))
    (home-page "http://software.schmorp.de/pkg/rxvt-unicode.html")
    (synopsis "Rxvt clone with XFT and unicode support")
    (description "Rxvt-unicode (urxvt) is a colour vt102 terminal emulator
intended as an xterm replacement for users who do not require features such as
Tektronix 4014 emulation and toolkit-style configurability.  It supports
unicode, XFT and may be extended with Perl plugins.  It also comes with a
client/daemon pair that lets you open any number of terminal windows from
within a single process.")
    (license license:gpl3+)))

(define-public xcape
  (package
    (name "xcape")
    (version "1.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/alols/xcape")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "09a05cxgrip6nqy1qmwblamp2bhknqnqmxn7i2a1rgxa0nba95dm"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f ; no check target
       ;; no configure script
       #:phases (modify-phases %standard-phases (delete 'configure))
       #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
                          "MANDIR=/share/man/man1"
                          ,(string-append "CC=" (cc-for-target)))))
    (inputs
     (list libxtst libx11))
    (native-inputs
     (list pkg-config))
    (home-page "https://github.com/alols/xcape")
    (synopsis "Use a modifier key in X.org as another key")
    (description
     "This utility for X.org uses a modifier key as another key when
pressed and released on its own.  The default behaviour is to generate the
Escape key when Left Control is pressed and released on its own.")
    (license license:gpl3+)))

(define-public libwacom
  (package
    (name "libwacom")
    (version "2.12.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/linuxwacom/libwacom")
                    (commit (string-append "libwacom-" version))))
              (sha256
               (base32
                "1z8p8k19j4snl90rh1j9m53m1wq4vamsdny3hq9azwmzwf3xf6bp"))))
    (build-system meson-build-system)
    (arguments
     (list
      #:configure-flags #~(list "--default-library=shared")))
    (native-inputs
     (list pkg-config
           ;; For tests.
           python
           python-libevdev
           python-pytest
           python-pyudev))
    (inputs
     (list gtk+
           eudev
           libxml2
           python
           python-libevdev
           python-pyudev))
    (propagated-inputs
     ;; libwacom.pc 'Requires' these:
     (list glib libevdev libgudev))
    (home-page "https://linuxwacom.github.io/")
    (synopsis "Helper library for graphics tablet settings")
    (description
     "Libwacom is a library to help implement graphics tablet settings.  It is
intended to be used by client-programs that need model identification.  It is
already being used by the gnome-settings-daemon and the GNOME Control Center
Wacom tablet applet.")
    (license license:hpnd)))

(define-public xf86-input-wacom
  (package
    (name "xf86-input-wacom")
    (version "1.2.0")
    (source
     (origin
       (method url-fetch)
       (uri (string-append
             "https://github.com/linuxwacom/xf86-input-wacom/releases/download/"
             "xf86-input-wacom-" version "/"
             "xf86-input-wacom-" version ".tar.bz2"))
       (sha256
        (base32 "0pb8f8fvwm7vy5p3h8nc7x7fb68kpdkscz0j79xzsaxwn8435hhk"))))
    (arguments
     (list #:configure-flags
           #~(list (string-append "--with-sdkdir=" #$output "/include/xorg")
                   (string-append "--with-xorg-conf-dir=" #$output
                                  "/share/X11/xorg.conf.d"))))
    (build-system gnu-build-system)
    (native-inputs (list pkg-config))
    (inputs (list xorg-server libxrandr libxinerama libxi eudev))
    (home-page "https://linuxwacom.github.io/")
    (synopsis "Wacom input driver for X")
    (description "The xf86-input-wacom driver is the wacom-specific X11 input
driver for the X.Org X Server version 1.7 and later (X11R7.5 or later).")
    (license license:x11)))

(define-public redshift
  (package
    (name "redshift")
    (version "1.12")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://github.com/jonls/redshift/"
                       "releases/download/v" version
                       "/redshift-" version ".tar.xz"))
       (sha256
        (base32
         "1fi27b73x85qqar526dbd33av7mahca2ykaqwr7siqiw1qqcby6j"))))
    (build-system gnu-build-system)
    (arguments
     `(#:imported-modules (,@%default-gnu-imported-modules
                           (guix build python-build-system))
       #:phases
       (modify-phases %standard-phases
         (add-after 'install 'split-outputs
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out"))
                   (gtk (assoc-ref outputs "gtk"))
                   (desktop-file "/share/applications/redshift-gtk.desktop"))
               (mkdir-p (string-append gtk "/bin"))
               (link (string-append out "/bin/redshift-gtk")
                     (string-append gtk "/bin/redshift-gtk"))
               (delete-file (string-append out "/bin/redshift-gtk"))
               (copy-recursively (string-append out "/lib")
                                 (string-append gtk "/lib"))
               (delete-file-recursively (string-append out "/lib"))
               (mkdir-p (string-append gtk "/share/applications"))
               (link (string-append out desktop-file)
                     (string-append gtk desktop-file))
               (delete-file (string-append out desktop-file))
               (with-directory-excursion (string-append out "/share")
                 (for-each (lambda (dir)
                             (copy-recursively
                              (string-append out "/share/" dir)
                              (string-append gtk "/share/" dir))
                             (delete-file-recursively dir))
                           '("appdata" "icons"))))))
         (add-after 'split-outputs 'wrap
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let* ((gtk (assoc-ref outputs "gtk"))
                    (site-packages (@ (guix build python-build-system)
                                      site-packages))
                    (site (site-packages inputs outputs)))
               (wrap-program (string-append gtk "/bin/redshift-gtk")
                 `("GUIX_PYTHONPATH" ":" prefix
                   (,(string-append site ":" (getenv "GUIX_PYTHONPATH"))))
                 `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))))))))
    (outputs '("out" "gtk"))
    (native-inputs
     (list pkg-config intltool))
    (inputs
     (list bash-minimal
           libdrm
           libx11
           libxcb
           libxxf86vm
           glib ;for Geoclue2 support
           ;; To build the GTK3 GUI, we need these.
           gtk+
           python
           python-pygobject
           python-pyxdg))
    (home-page "https://github.com/jonls/redshift")
    (synopsis "Adjust the color temperature of your screen")
    (description
     "Redshift adjusts the color temperature according to the position of the
sun.  A different color temperature is set during night and daytime.  During
twilight and early morning, the color temperature transitions smoothly from
night to daytime temperature to allow your eyes to slowly adapt.  At night the
color temperature should be set to match the lamps in your room.")
    (license license:gpl3+)))

(define-public redshift-wayland
  (let ((commit "7da875d34854a6a34612d5ce4bd8718c32bec804")
        (revision "1"))
    (package
      (name "redshift-wayland")
      (version (string-append "1.12-"
                              revision "." (string-take commit 7)))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://github.com/minus7/redshift")
                      (commit commit)))
                (file-name (string-append name "-" version))
                (sha256
                 (base32
                  "0nbkcw3avmzjg1jr1g9yfpm80kzisy55idl09b6wvzv2sz27n957"))))
      (build-system gnu-build-system)
      (arguments
       '(#:phases (modify-phases %standard-phases
                    (add-after 'install 'create-desktop-file
                      (lambda* (#:key outputs #:allow-other-keys)
                        ;; For the GeoClue provider to work, a .desktop file
                        ;; needs to be provided.  A template is available,
                        ;; but it only gets installed when the GUI is enabled.
                        ;; Install it manually for this Wayland variant.
                        (let* ((out (assoc-ref outputs "out"))
                               (desktop-file
                                (string-append
                                 out "/share/applications/redshift.desktop")))
                          (mkdir-p (dirname desktop-file))
                          (copy-file "data/applications/redshift.desktop.in"
                                     desktop-file)
                          (substitute* desktop-file
                            (("^_") ""))
                          #t))))))
      (native-inputs
       (list autoconf automake libtool pkg-config intltool))
      (inputs
       (list libdrm
             libx11
             libxcb
             libxxf86vm
             glib ; for Geoclue2 support
             wayland))
      (home-page "https://github.com/minus7/redshift")
      (synopsis "Adjust the color temperature of your screen (with Wayland support)")
      (description
       "Redshift adjusts the color temperature according to the position of the
sun.  A different color temperature is set during night and daytime.  During
twilight and early morning, the color temperature transitions smoothly from
night to daytime temperature to allow your eyes to slowly adapt.  At night the
color temperature should be set to match the lamps in your room.

This is a fork with added support for Wayland using the wlr-gamma-control
protocol.")
      (license license:gpl3+))))

(define-public xwhite
  (package
    (name "xwhite")
    (version "0.0.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/derekchuank/xwhite/"
                                  "releases/download/v" version
                                  "/xwhite-" version ".tar.gz"))
              (sha256
               (base32
                "0jbnlj5a91ib4anprmylqqnbv9wa73cr7fsc1s54df0a0w5yq8sz"))))
    (build-system meson-build-system)
    (arguments
     `(#:tests? #f)) ;No test suite.
    (native-inputs (list pkg-config))
    (inputs (list libxrandr))
    (home-page "https://github.com/derekchuank/xwhite")
    (synopsis "Adjust the color balance")
    (description
     "@command{xwhite} is a command line tool for adjusting the colour
balance of screen.  It is based on xrandr's gamma correction and brightness adjustment.
As such, it can only be used for X displays and not Wayland displays.  It is typically
used for tuning the color balance and color temperature.  It has a similar function as
@command{redshift -P -g R:G:B -O temperature}, but @command{xwhite} is more flexible
in that it does not keep the white color fixed, suitable for setting the white color
to an arbitrary balanced color.")
    (license license:gpl2)))

(define-public gammastep
  (package
    (name "gammastep")
    (version "2.0.9")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://gitlab.com/chinstrap/gammastep")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1rcciccnwhxh97wlr9gcirdxv33za369jsrgrfzcp3042824pm8i"))))
    (build-system gnu-build-system)
    (arguments
     (list
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'install 'wrap-python-and-typelib
            (lambda _
              ;; Gammastep GUI needs Typelib files from GTK and access to
              ;; Python libraries.
              (wrap-program (string-append #$output "/bin/gammastep-indicator")
                `("PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH")))
                `("GI_TYPELIB_PATH" ":" prefix
                  (,(getenv "GI_TYPELIB_PATH")))))))))
    (native-inputs
     (list autoconf
           automake
           gettext-minimal
           intltool
           libtool
           pkg-config))
    (inputs
     (list bash-minimal
           glib
           gtk+
           libappindicator
           libdrm
           libx11
           libxxf86vm
           libxcb
           python
           python-pygobject
           python-pyxdg
           wayland))
    (home-page "https://gitlab.com/chinstrap/gammastep")
    (synopsis "Adjust the color temperature of your screen")
    (description
     "Gammastep automatically adjusts the color temperature of your
screen according to your surroundings.  This may help your eyes hurt
less if you are working in front of the screen at night.")
    (license license:gpl3)))

(define-public xscreensaver
  (package
    (name "xscreensaver")
    (version "6.08")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://www.jwz.org/xscreensaver/xscreensaver-"
                       version ".tar.gz"))
       (sha256
        (base32 "18vnbs2ns42cgnnsvwn0zh98wcfzxf2k9mib5x5zkv6f4njjpxaw"))
       (modules '((guix build utils)))
       (snippet
        ;; 'configure.ac' checks for $ac_unrecognized_opts and exits if it's
        ;; non-empty.  Since the default 'configure' phases passes options
        ;; that may or may not be recognized, such as '--enable-fast-install',
        ;; these need to be tolerated, hence this snippet.
        '(substitute* "configure"
           (("exit 2") "true")))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f                      ; no check target
       #:phases
       (modify-phases %standard-phases
         (add-before 'configure 'adjust-gtk-resource-paths
           (lambda _
             (substitute* '("driver/Makefile.in" "po/Makefile.in.in")
               (("@GTK_DATADIR@") "@datadir@")
               (("@PO_DATADIR@") "@datadir@"))
             #t)))
       #:configure-flags '("--with-pam"

                           ;; Don't check /proc/interrupts in the build
                           ;; environment to avoid non-deterministic failures
                           ;; of the 'configure' script.
                           "--without-proc-interrupts"

                           "--without-readdisplay")
       #:make-flags (list (string-append "AD_DIR="
                                         (assoc-ref %outputs "out")
                                         "/lib/X11/app-defaults"))))
    (native-inputs
     (list pkg-config intltool))
    (inputs
     (list libx11
           libxcrypt
           libxext
           libxi
           libxt
           libxft
           libxmu
           libxpm
           libglade
           libxml2
           libsm
           libjpeg-turbo
           linux-pam
           pango
           gtk+
           perl
           cairo
           bc
           libxrandr
           glu
           `(,glib "bin")))
    (home-page "https://www.jwz.org/xscreensaver/")
    (synopsis "Classic screen saver suite supporting screen locking")
    (description
     "xscreensaver is a popular screen saver collection with many entertaining
demos.  It also acts as a nice screen locker.")
    ;; xscreensaver doesn't have a single copyright file and instead relies on
    ;; source comment headers, though most files have the same lax
    ;; permissions.  To reduce complexity, we're pointing at Debian's
    ;; breakdown of the copyright information.
    (license (license:non-copyleft
              (string-append
               "http://metadata.ftp-master.debian.org/changelogs/"
               "/main/x/xscreensaver/xscreensaver_5.36-1_copyright")))))

(define-public xssproxy
  (package
    (name "xssproxy")
    (version "1.0.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/timakro/xssproxy")
                    (commit (string-append "v" version))))
              (file-name (string-append name "-" version "-checkout"))
              (sha256
               (base32
                "0c83wmipnsdnbihc5niyczs7jrkss2s8n6iwwjdia7hkjzbd0hl7"))))
    (build-system gnu-build-system)
    (arguments `(#:make-flags `("bindir=/bin"
                                "man1dir=/share/man/man1"
                                ,(string-append "DESTDIR=" (assoc-ref %outputs "out"))
                                ,,(string-append "CC=" (cc-for-target)))
                 #:phases (modify-phases %standard-phases
                            (delete 'configure)
                            (delete 'check))))
    (native-inputs
     (list pkg-config))
    (inputs
     (list glib libx11 libxext libxscrnsaver dbus))
    (synopsis "Forward freedesktop.org Idle Inhibition Service calls to Xss")
    (description "xssproxy implements the @code{org.freedesktop.ScreenSaver}
D-Bus interface described in the Idle Inhibition Service Draft by the
freedesktop.org developers.  The inhibition of the screensaver is then
controlled using the XScreenSaverSuspend function from the Xss (X11 Screen
Saver extension) library.")
    (home-page "https://github.com/timakro/xssproxy")
    (license license:gpl3+)))

(define-public xsel
  ;; The 1.2.0 release no longer compiles with GCC 8 and upper, see:
  ;; https://github.com/kfish/xsel/commit/d88aa9a8dba9228e6780d6bb5a5720a36f854918.
  (let ((commit "062e6d373537c60829fa9b5dcddbcd942986b3c3")
        (revision "1"))
    (package
      (name "xsel")
      (version (git-version "1.2.0" revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://github.com/kfish/xsel")
                      (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "0fbf80zsc22vcqp59r9fdx4icxhrkv7l3lphw83326jrmkzy6kri"))))
      (build-system gnu-build-system)
      (arguments
       `(#:phases
         (modify-phases %standard-phases
           (replace 'bootstrap
             (lambda _
               (invoke "autoreconf" "-vfi"))))))
      (native-inputs (list autoconf automake libtool))
      (inputs
       (list libxt))
      (home-page "https://www.vergenet.net/~conrad/software/xsel/")
      (synopsis "Manipulate X selection and/or clipboard from the command line")
      (description
       "XSel is a command-line program for getting and setting the contents of
the X selection and/or clipboard.  Normally this is only accessible by manually
highlighting information and pasting it with the middle mouse button.

XSel reads from standard input and writes to standard output by default, but can
also follow a growing file, display contents, delete entries and more.")
      (license (license:x11-style "file://COPYING"
                                  "See COPYING in the distribution.")))))

(define-public xdpyprobe
  (package
    (name "xdpyprobe")
    (version "0.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/alezost/" name
                                  "/releases/download/v" version
                                  "/" name "-" version ".tar.gz"))
              (sha256
               (base32
                "1h09wd2qcg08rj5hcakvdh9q01hkrj8vxly94ax3ch2x06lm0zq8"))))
    (build-system gnu-build-system)
    (inputs
     (list libx11))
    (home-page "https://github.com/alezost/xdpyprobe")
    (synopsis "Probe X server for connectivity")
    (description
     "Xdpyprobe is a tiny C program whose only purpose is to probe a
connectivity of the X server running on a particular @code{DISPLAY}.")
    (license license:gpl3+)))

(define-public ulauncher
  (package
    (name "ulauncher")
    (version "6.0.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/Ulauncher/Ulauncher")
                    (commit "1e68d47473f8e77d375cb4eca644c3cda68ed7e9")))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1c2czlrsf5aq8c88qliqbnqvf04q9cnjc1j6hivqa0w260mzjll1"))))
    (build-system python-build-system)
    (arguments
     (list #:phases #~(modify-phases %standard-phases
                        (add-after 'unpack 'fix-libX11
                          (lambda* (#:key inputs #:allow-other-keys)
                            (substitute* "ulauncher/utils/xinit.py"
                              (("libX11.so.6")
                               (search-input-file inputs "/lib/libX11.so")))))
                        (add-after 'unpack 'fix-usr
                          (lambda _
                            (substitute* "setup.py"
                              (("\\{sys.prefix\\}")
                               (string-append #$output)))))
                        (add-after 'unpack 'fix-os-release
                          (lambda _
                            (define (touch file)
                              (call-with-output-file file
                                (const #t)))
                            (let* ((hard-path "/etc/os-release")
                                   (fixed-path (string-append #$output
                                                              hard-path)))
                              ;; Make it relative
                              ;; Update hardcoded path to something
                              ;; within the build enviroment.
                              (substitute* "ulauncher/utils/environment.py"
                                ((hard-path)
                                 fixed-path))
                              ;; Create directory for the dummy file.
                              (mkdir-p (string-append #$output "/etc"))
                              (touch fixed-path))))
                        (add-before 'check 'env-setup
                          ;; The test require access to home to put temporary files.
                          (lambda _
                            (setenv "HOME"
                                    (getcwd)))))))
    (native-inputs (list intltool python-distutils-extra python-mock))
    (inputs (list libx11 python-levenshtein python-pycairo))
    (propagated-inputs (list keybinder libwnck gsettings-desktop-schemas
                             python-pygobject webkitgtk-with-libsoup2))
    (home-page "https://ulauncher.io")
    (synopsis "Application launcher for Linux")
    (description
     "Ulauncher is a fast application launcher for Linux.  It is written in
Python, using GTK+, and features: App Search (fuzzy matching), Calculator,
Extensions, Shortcuts, File browser mode and Custom Color Themes.")
    (license license:gpl3+)))

(define-public rofi
  (package
    (name "rofi")
    (version "1.7.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/davatorium/rofi/"
                                  "releases/download/"
                                  version "/rofi-" version ".tar.xz"))
              (sha256
               (base32
                "138c4bl60p7namsb2pk8q5cdlxbdkli7zny192vk5jv5s5kczzya"))
              (snippet
               #~(begin
                   ;; Delete pre-generated files.
                   (for-each delete-file
                             (list "lexer/theme-lexer.c"
                                   "lexer/theme-parser.c"
                                   "lexer/theme-parser.h"
                                   "resources/resources.c"
                                   "resources/resources.h"))))))
    (build-system gnu-build-system)
    (native-inputs
     (list bison
           check
           flex
           `(,glib "bin")
           pkg-config))
    (inputs
     (list cairo
           glib
           libjpeg-turbo
           (librsvg-for-system)
           libxcb
           libxkbcommon
           pango
           startup-notification
           xcb-util
           xcb-util-cursor
           xcb-util-wm
           xcb-util-xrm))
    (native-search-paths
     ;; This is where rofi will search for plugins by default.
     (list (search-path-specification
            (variable "ROFI_PLUGIN_PATH")
            (files '("lib/rofi")))))
    (arguments
     `(#:parallel-tests? #f             ; fails in some circumstances
       #:phases
       (modify-phases %standard-phases
         (add-before 'configure 'adjust-tests
           (lambda _
             (substitute* '("test/helper-expand.c")
               (("~root") "/root")
               (("~") "")
               (("g_get_home_dir\\(\\)") "\"/\"")))))))
    (home-page "https://github.com/davatorium/rofi")
    (synopsis "Application launcher")
    (description "Rofi is a minimalist application launcher.  It memorizes which
applications you regularly use and also allows you to search for an application
by name.")
    (license license:expat)))

(define-public rofi-wayland
  (let ((base rofi))
    (package
      (inherit rofi)
      (name "rofi-wayland")
      (version "1.7.5+wayland3")
      (source (origin
                (method url-fetch)
                (uri (string-append "https://github.com/lbonn/rofi"
                                    "/releases/download/" version
                                    "/rofi-" version ".tar.xz"))
                (sha256
                 (base32
                  "11xiksh3m7yf3270kqf1jranlfh9q6rr8i99jvx4ak4azn4pwhpw"))))
      (build-system meson-build-system)
      (inputs
       (modify-inputs (package-inputs base)
         (append wayland wayland-protocols)))
      (description
       "Rofi is a minimalist application launcher.  It memorizes which
applications you regularly use and also allows you to search for an
application by name.  This package, @code{rofi-wayland}, provides additional
wayland support."))))

(define-public rofi-calc
  (package
    (name "rofi-calc")
    (version "2.1.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/svenstaro/rofi-calc")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi"))))
    (build-system gnu-build-system)
    (arguments
     (list
      #:phases
      #~(modify-phases %standard-phases
          ;; Don't try to install directly to rofi, instead install
          ;; to lib/rofi to match rofi's search-path ROFI_PLUGIN_PATH.
          (add-after 'unpack 'patch-plugindir
            (lambda _
              (substitute* "Makefile.am"
                (("plugindir=\\$\\{rofi_PLUGIN_INSTALL_DIR\\}\\/")
                 "plugindir=${libdir}/rofi/"))))
          (add-after 'unpack 'patch-qalc-path
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "src/calc.c"
                (("\"qalc\"")
                 (string-append "\""
                                (search-input-file inputs "bin/qalc")
                                "\""))))))))
    (inputs
     (list cairo libqalculate rofi))
    (native-inputs
     (list autoconf automake libtool pkg-config))
    (home-page
     "https://github.com/svenstaro/rofi-calc")
    (synopsis "Do live calculations in rofi with qalc")
    (description
     "@code{rofi-calc} is a rofi plugin that uses qalculate's @code{qalc} to parse
natural language input and provide results.")
    (license license:expat)))

(define-public tint2
  (package
    (name "tint2")
    (version "17.0.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url (string-append "https://gitlab.com/o9000/" name "/"))
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "123apmgs6x2zfv1q57dyl4mwqf0vsw5ndh5jsg6p3fvhr66l1aja"))))
    (build-system cmake-build-system)
    (arguments
     '(#:tests? #f))                      ;no test target
    (inputs
     (list gtk+
           imlib2
           (librsvg-for-system)
           libxcomposite
           libxdamage
           libxft
           libxinerama
           libxrandr
           startup-notification))
    (native-inputs
     (list gettext-minimal pkg-config))
    (home-page "https://gitlab.com/o9000/tint2")
    (synopsis "Lightweight task bar")
    (description
     "Tint2 is a simple task bar made for modern X window managers.  It was
specifically made for Openbox but it should also work with other window
managers (GNOME, KDE, XFCE etc.).

The taskbar includes transparency and color settings for the font, icons,
border, and background.  It also supports multihead setups, customized mouse
actions, a built-in clock, a battery monitor and a system tray.")
    (license license:gpl2)))

(define-public stalonetray
  (package
    (name "stalonetray")
    (version "0.8.5")
    (source
     (origin
       (method git-fetch)
       (uri
        (git-reference
         (url "https://github.com/kolbusa/stalonetray")
         (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "074wy1xppfycillbxq6fwrq87ik9glc95083df5vgm20mhzni7pz"))))
    (arguments
     (list
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'fix-docbook-root
            (lambda _
              (substitute* "configure.ac"
                (("AC_SUBST\\(DOCBOOK_ROOT\\)" all)
                 (string-append "DOCBOOK_ROOT="
                                #$(this-package-native-input "docbook-xsl")
                                "/xml/xsl/docbook-xsl-"
                                #$(package-version (this-package-native-input "docbook-xsl"))
                                "; " all))))))))
    (inputs (list libx11 libxpm))
    (native-inputs (list autoconf automake docbook-xsl libxslt))
    (build-system gnu-build-system)
    (home-page "https://kolbusa.github.io/stalonetray")
    (synopsis "Standalone freedesktop.org and KDE systray implementation")
    (description
     "Stalonetray is a stand-alone freedesktop.org and KDE system
tray (notification area) for X Window System/X11 (e.g. X.Org or XFree86).  It
has full XEMBED support and minimal dependencies: an X11 lib only.  Stalonetray
works with virtually any EWMH-compliant window manager.")
    (license license:gpl2+)))

(define-public tofi
  (package
    (name "tofi")
    (version "0.9.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/philj56/tofi")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1paknsgfsgan27lqwhb2ndsk4gi8ciq9r49b0fpbbdwxk7ljk2cn"))
              (patches (search-patches "tofi-32bit-compat.patch"))))
    (build-system meson-build-system)
    (native-inputs (list pkg-config scdoc))
    (inputs (list cairo
                  harfbuzz
                  libxkbcommon
                  pango
                  wayland
                  wayland-protocols))
    (home-page "https://github.com/philj56/tofi")
    (synopsis "Application launcher for Wayland")
    (description
     "Tofi is a Dmenu and Rofi replacement for wlroots-based Wayland
compositors such as Sway.")
    (license license:expat)))

(define-public dzen
  (let ((commit "488ab66019f475e35e067646621827c18a879ba1")
        (revision "1"))
    (package
     (name "dzen")
     (version (string-append "0.9.5-" ; Taken from `config.mk`.
                             revision "." (string-take commit 7)))
     (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/robm/dzen")
                    (commit commit)))
              (file-name (string-append name "-" version))
              (sha256
               (base32
                "0y47d6ii87vf4a517gi4fh0yl06f8b085sra77immnsasbq9pxnw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No test suite.
        #:make-flags ; Replacement for `config.mk`.
        (list
         (string-append "VERSION = " ,version)
         (string-append "PREFIX = " %output)
         "MANPREFIX = ${PREFIX}/share/man"
         "INCS = -I."
         "LIBS = -lc -lX11 -lXinerama -lXpm $(shell pkg-config --libs xft)"
         "CFLAGS = -Wall -Os ${INCS} -DVERSION=\\\"${VERSION}\\\"\
         -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT $(shell pkg-config --cflags xft)"
         "LDFLAGS = ${LIBS}"
         "CC = gcc"
         "LD = ${CC}")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure) ; No configuration script.
          ;; Use own make-flags instead of `config.mk`.
          (add-before 'build 'dont-include-config-mk
            (lambda _
              (substitute* "Makefile" (("include config.mk") ""))
              #t)))))
     (inputs
      (list libx11 libxft libxpm libxinerama))
     (native-inputs (list pkg-config))
     (synopsis "General purpose messaging, notification and menuing program for X11")
     (description "Dzen is a general purpose messaging, notification and menuing
program for X11.  It was designed to be fast, tiny and scriptable in any language.")
     (home-page "https://github.com/robm/dzen")
     (license license:expat))))

(define-public xftwidth
  (package
    (name "xftwidth")
    (version "20170402")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
	     (url "http://github.com/vixus0/xftwidth")
	     (commit "35ff963908d41a8a6a7101c434c88255728025ee")))
       (sha256
	(base32
	 "1jwl25785li24kbp0m1wxfwk4dgxkliynn03nsj813cjr34kq16h"))
       (file-name (string-append name "-" version "-checkout"))))
    (build-system gnu-build-system)
    (inputs `(("freetype" ,freetype)
              ("libx11" ,libx11)
              ("fontconfig" ,fontconfig)
              ("libxft" ,libxft)))
    (native-inputs
     (list pkg-config))
    (arguments
     '(#:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'fix-makefile ; /usr/bin doesn't show up in PATH
           (lambda _ (substitute* "Makefile" (("usr/") "")) #t))
         (delete 'check) ; no check included in Makefile
         (delete 'configure))
       #:make-flags
       (let ((out (assoc-ref %outputs "out")))
         (list (string-append "DESTDIR=" out)))))
    (home-page "https://github.com/vixus0/xftwidth")
    (synopsis "Calculator for determining pixel widths of displayed text using Xft fonts")
    (description "xftwidth is a small C program for calculating the pixel
widths of displayed text using Xft fonts. It is especially useful in scripts
for displaying text in graphical panels, menus, popups, and notification
windows generated using dzen. These scripts are often used in conjunction with
minimalistic tiling window managers such as herbstluftwm and bspwm.")
    (license license:expat)))

(define-public xcb-util-xrm
  (package
    (name "xcb-util-xrm")
    (version "1.3")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://github.com/Airblader/xcb-util-xrm/releases"
                    "/download/v" version "/xcb-util-xrm-" version ".tar.bz2"))
              (sha256
               (base32
                "118cj1ybw86pgw0l5whn9vbg5n5b0ijcpx295mwahzi004vz671h"))
              (modules '((guix build utils)))
              (snippet
               ;; Drop bundled m4.
               '(begin
                  (delete-file-recursively "m4")
                  #t))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config m4 libx11)) ; for tests
    (inputs
     (list libxcb xcb-util))
    (home-page "https://github.com/Airblader/xcb-util-xrm")
    (synopsis "XCB utility functions for the X resource manager")
    (description
     "The XCB util module provides a number of libraries which sit on
top of libxcb, the core X protocol library, and some of the extension
libraries.  These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable.  Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which has traditionally been provided by Xlib.

XCB util-xrm module provides the following libraries:

- xrm: utility functions for the X resource manager.")
    (license license:x11)))

(define-public xcalib
  (package
    (name "xcalib")
    (version "0.10")
    (home-page "https://github.com/OpenICC/xcalib")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url home-page)
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "05fzdjmhiafgi2jf0k41i3nm0837a78sb6yv59cwc23nla8g0bhr"))
              (patches
               (list
                ;; Add missing documentation for the new --output option.
                ;; This upstream patch can be removed on the next update.
                (origin
                  (method url-fetch)
                  (uri (string-append
                        home-page "/commit/"
                        "ae03889b91fe984b18e925ad2b5e6f2f7354e058.patch"))
                  (file-name "xcalib-update-man-page.patch")
                  (sha256
                   (base32
                    "0f7b4d5484x4b9n1bwhqmar0kcaa029ffff7bp3xpr734n1qgqb6")))))))
    (build-system cmake-build-system)
    (arguments
     '(#:tests? #f))                    ; no test suite
    (inputs (list libx11 libxext libxrandr libxxf86vm))
    (synopsis "Tiny monitor calibration loader for XFree86 (or X.org)")
    (description "xcalib is a tiny tool to load the content of vcgt-Tags in ICC
profiles to the video card's gamma ramp.  It does work with most video card
drivers except the generic VESA driver.  Alter brightness, contrast, RGB, and
invert colors on a specific display/screen.")
    (license license:gpl2)))

(define-public nxbelld
  (package
    (name "nxbelld")
    (version "0.1.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/dusxmt/nxbelld")
                    (commit version)))
              (sha256
               (base32
                "04qwhmjs51irinz5mjlxdb3dc6vr79dqmc5fkj80x1ll3ylh5n3z"))
              (file-name (git-file-name name version))))
    (build-system gnu-build-system)
    (arguments '(#:configure-flags `("--enable-sound"
                                     "--enable-wave"
                                     "--enable-alsa")))
    (native-inputs (list autoconf automake pkg-config perl))
    (inputs (list libx11 alsa-lib))
    (synopsis "Daemon that performs an action every time the X11 bell is rung")
    (description "nxbelld is a tiny utility to aid people who either don't
like the default PC speaker beep, or use a sound driver that doesn't have
support for the PC speaker.  The utility performs a given action every time
the X bell is rung.  The actions nxbelld can currently perform include running
a specified program, emulating the PC speaker beep using the sound card (default),
or playing a PCM encoded WAVE file.")
    (home-page "https://github.com/dusxmt/nxbelld")
    (license license:gpl3+)))

(define-public xautolock
  (package
    (name "xautolock")
    (version "2.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.ibiblio.org/pub/linux/X11/"
                                  "screensavers/xautolock-" version ".tgz"))
              (sha256
               (base32
                "18jd3k3pvlm5x1adyqw63z2b3f4ixh9mfvz9asvnskk3fm8jgw0i"))))
    (build-system gnu-build-system)
    (native-inputs
     (list imake))
    (inputs
     (list libx11 libxext libxscrnsaver))
    (arguments
     `(#:tests? #f
       #:phases
       (modify-phases %standard-phases
         (replace 'configure
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let ((imake (assoc-ref inputs "imake"))
                   (out   (assoc-ref outputs "out")))
               ;; Generate Makefile
               (invoke "xmkmf")
               (substitute* "Makefile"
                 ;; These imake variables somehow remain undefined
                 (("DefaultGcc2[[:graph:]]*Opt") "-O2")
                 ;; Reset a few variable defaults that are set in imake templates
                 ((imake) out)
                 (("(MANPATH = )[[:graph:]]*" _ front)
                  (string-append front out "/share/man")))
               ;; Old BSD-style 'union wait' is unneeded (defining
               ;; _USE_BSD did not seem to fix it)
               (substitute* "src/engine.c"
                 (("union wait  status") "int status = 0"))
               #t)))
         (add-after 'install 'install/man
           (lambda _
             (invoke "make" "install.man"))))))
    (home-page "https://ibiblio.org/pub/Linux/X11/screensavers/")
    (synopsis "Program launcher for idle X sessions")
    (description "Xautolock monitors input devices under the X Window
System, and launches a program of your choice if there is no activity after
a user-configurable period of time.")
    (license license:gpl2)))

(define-public screen-message
  (package
    (name "screen-message")
    (version "0.26")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://www.joachim-breitner.de/archive/screen-message"
                    "/screen-message-" version ".tar.gz"))
              (sha256
               (base32
                "0dwgm4z3dfk6xz41w8xiv0hmnwr74gf3ykb91b090hc4ffwsf4mw"))))
    (build-system gnu-build-system)
    (inputs `(("gtk3" ,gtk+)
              ("gdk" ,gdk-pixbuf)
              ("pango" ,pango)))
    (native-inputs (list pkg-config))
    (arguments
     ;; The default configure puts the 'sm' binary in games/ instead of bin/ -
     ;; this fixes it:
     `(#:make-flags (list (string-append "execgamesdir=" %output "/bin"))))
    (synopsis "Print messages on your screen")
    (description "@code{screen-message} is a tool for displaying text on
your screen.  It will make the text as large as possible and display it
with black color on a white background (colors are configurable on the
commandline).")
    (home-page "https://www.joachim-breitner.de/projects#screen-message")
    (license license:gpl2+)))

(define-public xss-lock
  ;; xss-lock does not seem to be maintained any longer, but the last commits
  ;; fix important issues so we package them.
  (let ((version "0.3.0")
        (revision "1")
        (commit "1e158fb20108058dbd62bd51d8e8c003c0a48717"))
    (package
      (name "xss-lock")
      (version (git-version version revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://bitbucket.org/raymonad/xss-lock.git")
                      (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "10hx7k7ga8g08akwz8qrsvj8iqr5nd4siiva6sjx789jvf0sak7r"))))
      (build-system cmake-build-system)
      (inputs (list glib xcb-util))
      (native-inputs
       (list python-docutils pkg-config))
      (arguments
       `(#:tests? #f))
      (synopsis "Use external screen locker on events")
      (description "@code{xss-lock} listens to X signals to fire up a
user-defined screensaver.  In effect this automatically locks the
screen when closing a laptop lid or after a period of user inactivity (as set
with @code{xset s TIMEOUT}).  The notifier command, if specified, is executed
first.  Additionally, xss-lock uses the inhibition logic to lock the screen
before the system goes to sleep.")
      (home-page "https://bitbucket.org/raymonad/xss-lock")
      (license license:expat))))

(define-public physlock
  (package
    (name "physlock")
    (version "13")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/xyb3rt/physlock")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1mz4xxjip5ldiw9jgfq9zvqb6w10bcjfx6939w1appqg8f521a7s"))))
    (build-system gnu-build-system)
    (arguments
     (list #:tests? #f ;no tests
           #:phases
           #~(modify-phases %standard-phases
               (delete 'configure)

               (add-after 'unpack 'fix-makefile
                 (lambda _
                   (substitute* "main.c" ; remove extra newline in the prompt
                     (("(fprintf.vt.ios, .%s.)\\n(., options->prompt)" all start end)
                      (string-append start end)))
                   (substitute* "Makefile" (("-m 4755 -o root -g root") "")))))

           #:make-flags
           #~(list "HAVE_SYSTEMD=0" "HAVE_ELOGIND=1"
                   (string-append "CC=" #$(cc-for-target))
                   (string-append "PREFIX=" #$output))))
    (native-inputs (list linux-pam elogind))
    (synopsis "Screen lock utility")
    (description
     "@command{physlock} locks all virtual terminals at once, only allowing the
user of the active session (the user logged into the foreground virtual
terminal) to unlock the computer.  It is an alternative to @command{vlock -an},
written to overcome vlock's limitations regarding hibernate and suspend.")
    (home-page "https://github.com/xyb3rt/physlock")
    (license license:gpl2+)))

(define-public python-pyperclip
  (package
    (name "python-pyperclip")
    (version "1.8.2")
    (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyperclip" version))
        (sha256
         (base32
          "0mxzm43z2anr55gyz7awagvam4d5c2rlxhp9hjyg0d29n2l58lhh"))))
    (build-system python-build-system)
    (arguments
     '(#:tests? #f)) ; Not clear how to make tests pass.
    (inputs
     (list xclip xsel))
    (home-page "https://github.com/asweigart/pyperclip")
    (synopsis "Python clipboard module")
    (description
     "Pyperclip is a clipboard module for Python, handling copy/pasting from
the X11 clipboard")
    (license license:bsd-3)))

(define-public numlockx
  (package
    (name "numlockx")
    (version "1.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    ;; It seems that upstream is gone.
                    (url "https://github.com/rg3/numlockx")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1w49fayhwzn5rx0z1q2lrvm7z8jrd34lgb89p853a024bixc3cf2"))))
    (build-system gnu-build-system)
    (inputs
     (list xorg-server))
    (home-page "https://github.com/rg3/numlockx")
    (synopsis "Turns on the numlock key in X11")
    (description "@command{numlockx} is a tiny program that lets you turn on
the numlock key in X11.  It can be called from the user's initialization files
to automatically turn it on on login.")
    (license license:expat)))

(define-public xrandr-invert-colors
  (package
    (name "xrandr-invert-colors")
    (version "0.02")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/zoltanp/xrandr-invert-colors")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0gk1fgxb2kjyr78xn8m0ckjdic99ras7msa67piwnhj3j4scg1ih"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags (list ,(string-append "CC=" (cc-for-target)))
       #:tests? #f ; there are none
       #:phases
       (modify-phases %standard-phases
         (delete 'configure)
         (replace 'install
           ;; It's simpler to install the single binary ourselves than to patch
           ;; the Makefile's install target into working.
           (lambda* (#:key outputs #:allow-other-keys)
             (let* ((out  (assoc-ref outputs "out"))
                    (bin  (string-append out "/bin")))
               (mkdir-p bin)
               (copy-file "xrandr-invert-colors.bin"
                          (string-append bin "/xrandr-invert-colors"))))))))
    (inputs
     (list libxrandr))
    (home-page "https://github.com/zoltanp/xrandr-invert-colors")
    (synopsis "Invert display colors")
    (description "This package provides a small utility for inverting the
colors on all monitors attached to an XRandR-capable X11 display server.")
    (license license:gpl3+)))

(define-public sct
  (package
    (name "sct")
    (version "0.5")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://www.umaxx.net/dl/sct-"
                       version ".tar.gz"))
       (sha256
        (base32 "0lrhx771iccbw04wrhj0ygids1pzmjfc4hvklm30m3p3flvhqf0m"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags
       (list ,(string-append "CC=" (cc-for-target)))
       #:tests? #f                      ; no test suite
       #:phases
       (modify-phases %standard-phases
         (delete 'configure)
         (add-after 'unpack 'fix-sctd-paths
           (lambda* (#:key outputs inputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out"))
                   (coreutils (assoc-ref inputs "coreutils"))
                   (inetutils (assoc-ref inputs "inetutils"))
                   (sed (assoc-ref inputs "sed")))
               (substitute* "sctd.sh"
                 (("\\$\\(which sct\\)") (string-append out "/bin/sct"))
                 (("date") (string-append coreutils "/bin/date"))
                 (("printf") (string-append coreutils "/bin/printf"))
                 (("sleep") (string-append coreutils "/bin/sleep"))
                 (("logger") (string-append inetutils "/bin/logger"))
                 (("sed") (string-append sed "/bin/sed"))))))
         (replace 'install
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))
               (install-file "sct" (string-append out "/bin"))
               (install-file "sctd.sh" (string-append out "/bin"))
               (install-file "sct.1" (string-append out "/man/man1"))
               (install-file "sctd.1" (string-append out "/man/man1"))
               (rename-file (string-append out "/bin/sctd.sh")
                            (string-append out "/bin/sctd"))
               #t))))))
    (inputs
     (list coreutils ; sctd uses "date", "printf" and "sleep"
           inetutils ; sctd uses "logger"
           libxrandr
           sed)) ; sctd uses "sed"
    (home-page "https://www.umaxx.net")
    (synopsis "Set the color temperature of the screen")
    (description "@code{sct} is a lightweight utility to set the color
temperature of the screen.")
    (license (license:non-copyleft "file://sct.c")))) ; "OpenBSD" license

(define-public xsecurelock
  (package
    (name "xsecurelock")
    (version "1.8.0")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://github.com/google/xsecurelock/releases"
                    "/download/v" version "/xsecurelock-" version ".tar.gz"))
              (sha256
               (base32 "1i7vhzysirr5kra15vd501b79k0jgs11lkb9ck3hx6vicxm204d3"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags
       '("--with-pam-service-name=login"
         "--with-xkb"
         "--with-default-authproto-module=/run/privileged/bin/authproto_pam")))
    (native-inputs
     (list pandoc pkg-config))
    (inputs
     (list fontconfig
           libx11
           libxcomposite
           libxext
           libxfixes
           libxft
           libxmu
           libxrandr
           libxscrnsaver
           linux-pam))
    (home-page "https://github.com/google/xsecurelock")
    (synopsis "X11 screen lock utility with the primary goal of security")
    (description "@code{xsecurelock} is an X11 screen locker which uses
a modular design to avoid the usual pitfalls of screen locking utility design.

As a consequence of this design, you shouldn't use the usual screen locker
service with @code{xsecurelock}.  Instead, add a helper binary to your
@code{operating-system}'s @code{privileged-programs} field:

@example
(privileged-programs
 (cons*
  (privileged-program
   (program (file-append xsecurelock \"/libexec/xsecurelock/authproto_pam\"))
   (setuid? #t))
  %default-privileged-programs))
@end example")
    (license license:asl2.0)))

(define-public wl-color-picker
  (package
    (name "wl-color-picker")
    (version "1.3")
    (home-page "https://github.com/jgmdev/wl-color-picker")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url home-page)
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0h5b8qfwri7a1invk8dran3436ac37x6r8fic3l5cxqj5rgnky4n"))))
    (build-system copy-build-system)
    (arguments
     `(#:install-plan '(("wl-color-picker.sh" "bin/wl-color-picker")
                        ("wl-color-picker.png" "share/pixmaps/")
                        ("wl-color-picker.svg"
                         "share/icons/hicolor/scalable/apps/")
                        ("wl-color-picker.desktop" "share/applications/"))
       #:phases (modify-phases %standard-phases
                  (add-after 'install 'wrap-script
                    (lambda* (#:key outputs #:allow-other-keys)
                      (wrap-program (string-append (assoc-ref outputs "out")
                                                   "/bin/wl-color-picker")
                                    `("PATH" =
                                      (,(getenv "PATH")))))))))
    (inputs (list coreutils-minimal
                  bash-minimal
                  grim
                  hicolor-icon-theme
                  imagemagick
                  slurp
                  wl-clipboard
                  zenity))
    (synopsis "Wayland color picker")
    (description
     "@command{wl-color-picker} is a script that provides color picker for
Wayland and @code{wlroots} by leveraging @command{grim} and @command{slurp}.")
    (license license:expat)))

(define-public wl-clipboard
  (package
    (name "wl-clipboard")
    (version "2.2.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/bugaevc/wl-clipboard")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "09l6dv3qsqscbr98vxi4wg4rkx0wlhnsc40n21mx3ds6balmg105"))))
    (build-system meson-build-system)
    (arguments
     (list #:configure-flags
           #~(list (string-append "-Dzshcompletiondir=" #$output
                                  "/share/zsh/site-functions")
                   (string-append "-Dfishcompletiondir=" #$output
                                  "/share/fish/vendor_completions.d"))
           #:phases
           #~(modify-phases %standard-phases
               (add-after 'unpack 'fix-bash-completion-dir
                 (lambda _
                   (substitute* "completions/bash/meson.build"
                     (("bash_completion_dir =.*")
                      (string-append "bash_completion_dir = "
                                     "join_paths(get_option('sysconfdir'), "
                                     "'bash_completion.d')\n")))))
               (add-after 'unpack 'patch-file-names
                 (lambda* (#:key inputs #:allow-other-keys)
                   (substitute* (find-files "src" "\\.c$")
                     (("\"(cat)\"" _ command)
                      (string-append "\"" (assoc-ref inputs "coreutils")
                                     "/bin/" command "\""))
                     (("\"xdg-mime\"")
                      (string-append "\"" (assoc-ref inputs "xdg-utils")
                                     "/bin/xdg-mime\""))))))))
    (native-inputs
     (list pkg-config))
    (inputs
     (list coreutils wayland wayland-protocols xdg-utils))
    (home-page "https://github.com/bugaevc/wl-clipboard")
    (synopsis "Command-line copy/paste utilities for Wayland")
    (description "Wl-clipboard is a set of command-line copy/paste utilities for
Wayland.")
    (license license:gpl3+)))

(define-public wl-clipboard-x11
  (package
    (name "wl-clipboard-x11")
    (version "5")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/brunelli/wl-clipboard-x11")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1y7jv7rps0sdzmm859wn2l8q4pg2x35smcrm7mbfxn5vrga0bslb"))))
    (build-system copy-build-system)
    (arguments
     `(#:install-plan
       '(("src/" "bin/")
         ("man/" "man/man1"))
       #:phases
       (modify-phases %standard-phases
         (add-after 'install 'wrap-binary
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let ((out          (assoc-ref outputs "out"))
                   (wl-clipboard (assoc-ref inputs "wl-clipboard")))
               (wrap-program (string-append out "/bin/wl-clipboard-x11")
                `("PATH" prefix (,(string-append wl-clipboard "/bin")))))))
         (add-after 'wrap-binary 'symlink-utilities
           ;; As seen in the Makefile.
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
               (symlink "wl-clipboard-x11" (string-append bin "xclip"))
               (symlink "wl-clipboard-x11" (string-append bin "xsel"))))))))
    (inputs
     (list bash-minimal wl-clipboard))
    (home-page "https://github.com/brunelli/wl-clipboard-x11")
    (synopsis "Use wl-clipboard as a drop-in replacement to X11 clipboard tools")
    (description "This package provides a wrapper script around
@code{x11-clipboard} to use it as a clipboard on X11 also.  It also contains
helper scripts for @code{xclip} and @code{xsel} to assist with the transition.")
    (license license:gpl3+)))

(define-public autocutsel
  (package
    (name "autocutsel")
    (version "0.10.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/sigmike/autocutsel"
                                  "/releases/download/" version "/"
                                  "autocutsel-" version ".tar.gz"))
              (sha256
               (base32
                "05zb85imp42birvrc320q20r98qddc5vxx169dnl753l5za0czpi"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f)) ; no "check" target
    (native-inputs (list libx11 libxaw))
    (home-page "https://www.nongnu.org/autocutsel/")
    (synopsis "Automated X11 clipboard and cutbuffer synchronization")
    (description "@code{autocutsel} tracks changes in the server's cutbuffer
and clipboard selection.  When the clipboard is changed, it updates the
cutbuffer.  When the cutbuffer is changed, it owns the clipboard selection.
The cutbuffer and clipboard selection are always synchronized.")
    (license license:gpl2+)))

(define-public jgmenu
  (package
    (name "jgmenu")
    (version "4.4.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/johanmalm/jgmenu")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1a9irlrpa3mi3101cn9hi1ch5k1v4p0h83ni5j63qmlc5g7pcbsh"))))
    (build-system gnu-build-system)
    (native-inputs
     (list cppcheck perl pkg-config))
    (inputs
     (list cairo
           glib
           librsvg
           libx11
           libxml2
           libxrandr
           pango))
    (arguments
     `(#:test-target "test"
       #:phases
       (modify-phases %standard-phases
         (replace 'configure
           (lambda* (#:key outputs #:allow-other-keys)
             (setenv "CC" ,(cc-for-target))
             (invoke "./configure"
                     (string-append "--prefix=" (assoc-ref outputs "out"))))))))
    (synopsis "Simple X11 menu")
    (description
     "This is a simple menu for X11 designed for scripting and tweaking.  It
can optionally use some appearance settings from XSettings, tint2 and GTK.")
    (home-page "https://jgmenu.github.io/")
    (license license:gpl2)))

(define-public x-resize
  (package
    (name "x-resize")
    (version "0.3")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://gitlab.com/Apteryks/x-resize")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0bkzc57p8j7cfpcw36hp7bwn16mfby9p1kgfq1lijfqq7d56ps0x"))))
    (build-system gnu-build-system)
    (arguments
     (list
      #:tests? #f                       ;no test suite
      #:modules `(((guix build guile-build-system)
                   #:select (target-guile-effective-version))
                  ,@%default-gnu-imported-modules
                  (srfi srfi-26))
      #:phases
      (with-imported-modules `((guix build guile-build-system)
                               ,@%default-gnu-imported-modules)
        #~(modify-phases %standard-phases
            (add-after 'install 'wrap
              (lambda* (#:key inputs #:allow-other-keys)
                (let* ((version (target-guile-effective-version))
                       (site-ccache (string-append "/lib/guile/" version
                                                   "/site-ccache"))
                       (site (string-append "/share/guile/site/" version))
                       (dep-path
                        (lambda (env path)
                          (list env '=
                                (map (cut string-append <> path)
                                     (list #$output
                                           #$(this-package-input
                                              "guile-lib")
                                           #$(this-package-input
                                              "guile-udev"))))))
                       (bin (string-append #$output "/bin/")))
                  (wrap-program (string-append bin "x-resize")
                    (dep-path "GUILE_LOAD_PATH" site)
                    (dep-path "GUILE_LOAD_COMPILED_PATH" site-ccache)
                    (dep-path "GUILE_EXTENSIONS_PATH" "/lib")))))))))
    (native-inputs (list autoconf automake guile-3.0 pkg-config))
    (inputs (list guile-lib guile-udev xrandr))
    (home-page "https://gitlab.com/Apteryks/x-resize/")
    (synopsis "Dynamic display resizing leveraging udev events")
    (description "The @command{x-resize} command detects physical display
resolution changes via udev and invokes the @command{xrandr} command to
reconfigure the active display resolution accordingly.  It can be used to
implement dynamic resize support for desktop environments that lack native
support such as Xfce.")
    (license license:gpl3+)))

(define-public xwallpaper
  (package
    (name "xwallpaper")
    (version "0.7.3")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/stoeckmann/xwallpaper")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1rsv42cl0s149sbpdxz9yqqjip3si95jv3dglwzrcm7pjfg7519v"))))
    (build-system gnu-build-system)
    (native-inputs
     (list autoconf automake pkg-config))
    (inputs
     (list libjpeg-turbo
           libpng
           libxpm
           pixman
           xcb-util
           xcb-util-image))
    (home-page "https://github.com/stoeckmann/xwallpaper")
    (synopsis "Wallpaper setting utility for X")
    (description
     "The xwallpaper utility allows you to set image files as your X
wallpaper. JPEG, PNG, and XPM file formats are supported.

The wallpaper is also advertised to programs which support semi-transparent
backgrounds.")
    (license license:isc)))

(define-public xwrits
  (package
    (name "xwrits")
    (version "2.26")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.lcdf.org/~eddietwo/xwrits/"
                           "xwrits-" version ".tar.gz"))
       (sha256
        (base32 "1n7y0fqpcvmzznvbsn14hzy5ddaa3lilm8aw6ckscqndnh4lijma"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (add-after 'install 'install-docs
           (lambda* (#:key outputs #:allow-other-keys)
             (let* ((out (assoc-ref outputs "out"))
                    (doc (string-append out "/share/doc/xwrits")))
               (install-file "GESTURES" doc)
               (install-file "README" doc)
               #t))))))
    (inputs
     (list libx11 libxinerama))
    (home-page "https://www.lcdf.org/~eddietwo/xwrits/")
    (synopsis "Reminds you to take wrist breaks")
    (description "Xwrits reminds you to take wrist breaks for prevention or
management of repetitive stress injuries.  When you should take a break, it
pops up an X window, the warning window.  You click on the warning window,
then take a break.  The window changes appearance while you take the break.
It changes again when your break is over.  Then you just resume typing.
Xwrits hides itself until you should take another break.")
    (license license:gpl2)))

(define-public xsettingsd
  (package
    (name "xsettingsd")
    (version "1.0.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/derat/xsettingsd")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "14gnkz18dipsa2v24f4nm9syxaa7g21iqjm7y65jn849ka2jr1h8"))))
    (build-system cmake-build-system)
    (arguments
     (list #:configure-flags #~(list "-DBUILD_TESTING=ON")
           #:phases #~(modify-phases %standard-phases
                        (add-after 'unpack 'disable-problematic-tests
                          (lambda _
                            (substitute* "config_parser_test.cc"
                              ;; This test fails for unknown reasons (see:
                              ;; https://github.com/derat/xsettingsd/issues/30).
                              (("TEST\\(CharStreamTest, Basic")
                               "TEST(CharStreamTest, DISABLED_Basic")))))))
    (inputs (list libx11))
    (native-inputs (list pkg-config googletest))
    (home-page "https://github.com/derat/xsettingsd")
    (synopsis "Xorg settings daemon")
    (description "@command{xsettingsd} is a lightweight daemon that provides settings to
Xorg applications via the XSETTINGS specification.  It is used for defining
font and theme settings when a complete desktop environment (GNOME, KDE) is
not running.  With a simple @file{.xsettingsd} configuration file one can avoid
configuring visual settings in different UI toolkits separately.")
    (license license:bsd-3)))

(define-public clipnotify
  (package
    (name "clipnotify")
    (version "1.0.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/cdown/clipnotify")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "1v3ydm5ljy8z1savmdxrjyx7a5bm5013rzw80frp3qbbjaci0wbg"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (delete 'configure)
         (replace 'install
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let* ((out  (assoc-ref outputs "out"))
                    (bin  (string-append out "/bin"))
                    (doc  (string-append %output "/share/doc/" ,name "-" ,version)))
               (install-file "clipnotify" bin)
               (install-file "README.md" doc)
               #t))))
       #:make-flags
       (list ,(string-append "CC=" (cc-for-target)))
       #:tests? #f))                    ; no test suite
    (inputs
     `(("libx11" ,libx11)
       ("libXfixes" ,libxfixes)))
    (home-page "https://github.com/cdown/clipnotify")
    (synopsis "Notify on new X clipboard events")
    (description "@command{clipnotify} is a simple program that, using the
XFIXES extension to X11, waits until a new selection is available and then
exits.

It was primarily designed for clipmenu, to avoid polling for new selections.

@command{clipnotify} doesn't try to print anything about the contents of the
selection, it just exits when it changes.  This is intentional -- X11's
selection API is verging on the insane, and there are plenty of others who
have already lost their sanity to bring us xclip/xsel/etc.  Use one of those
tools to complement clipnotify.")
    (license license:public-domain)))

(define-public clipmenu
  (let ((commit "7c34ace1fbab76eb1c1dc9b30dd4ac1a7fe4b90b")
        (revision "1"))
    (package
      (name "clipmenu")
      (version (string-append "6.2.0-"
                              revision "." (string-take commit 7)))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/cdown/clipmenu")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32
           "1403sw49ccb8xsd8v611fzp0csaglfz8nmz3wcjsk8x11h9jvxwy"))))
      (build-system gnu-build-system)
      (arguments
       (list
        #:phases
        #~(modify-phases %standard-phases
            (delete 'configure)
            (delete 'build)
            (replace 'install
              (lambda _
                (let ((bin (string-append #$output "/bin"))
                      (doc (string-append #$output "/share/doc/"
                                          #$name "-" #$version)))
                  (install-file "clipdel" bin)
                  (install-file "clipmenu" bin)
                  (install-file "clipmenud" bin)
                  (install-file "clipfsck" bin)
                  (install-file "clipctl" bin)
                  (install-file "README.md" doc))))
            (add-after 'install 'wrap-script
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let* ((out               (assoc-ref outputs "out"))
                       (clipnotify        (assoc-ref inputs "clipnotify"))
                       (coreutils-minimal (assoc-ref inputs "coreutils-minimal"))
                       (gawk              (assoc-ref inputs "gawk"))
                       (util-linux        (assoc-ref inputs "util-linux"))
                       (xdotool           (assoc-ref inputs "xdotool"))
                       (xsel              (assoc-ref inputs "xsel"))
                       (guile             (search-input-file inputs "bin/guile")))
                  (for-each
                   (lambda (prog)
                     (wrap-script (string-append out "/bin/" prog)
                       #:guile guile
                       `("PATH" ":" prefix
                         ,(map (lambda (dir)
                                 (string-append dir "/bin"))
                               (list clipnotify coreutils-minimal
                                     gawk util-linux xdotool xsel)))))
                   '("clipmenu" "clipmenud" "clipdel" "clipfsck" "clipctl")))))
            (replace 'check
              (lambda* (#:key inputs outputs #:allow-other-keys)
                ;; substitute a shebang appearing inside a string (the test
                ;; file writes this string to a temporary file):
                (substitute* "tests/test-clipmenu"
                  (("#!/usr/bin/env bash")
                   (string-append "#!" (which "bash"))))
                (invoke "tests/test-clipmenu"))))))
      (inputs
       (list clipnotify
             coreutils-minimal
             gawk
             guile-3.0 ; for wrap-script
             util-linux
             xdotool
             xsel))
      (home-page "https://github.com/cdown/clipmenu")
      (synopsis "Simple clipboard manager using dmenu or rofi and xsel")
      (description "Start @command{clipmenud}, then run @command{clipmenu} to
select something to put on the clipboard.

When @command{clipmenud} detects changes to the clipboard contents, it writes
them out to the cache directory.  @command{clipmenu} reads the cache directory
to find all available clips and launches @command{dmenu} (or @command{rofi},
depending on the value of @code{CM_LAUNCHER}) to let the user select a clip.
After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
      (license license:public-domain))))

(define-public clipman
  (package
    (name "clipman")
    (version "1.6.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/chmouel/clipman")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "033l2hy46r2zjy8dllcmkjxidhnqac9kfh4wkq9hfvim9imp5a4m"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/yory8/clipman"
      #:install-source? #f
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'build 'patch-wl-copy-path
            (lambda _
              (substitute* "src/github.com/yory8/clipman/main.go"
                (("\"wl-copy\"")
                 (string-append "\"" (which "wl-copy") "\""))))))))
    (inputs
     (list go-github-com-kballard-go-shellquote
           go-gopkg-in-alecthomas-kingpin-v2
           libnotify
           wl-clipboard))
    (synopsis "Basic clipboard manager with support for persisting copy buffers")
    (description
     "A clipboard manager for Wayland that relies on an external selector,
such as @code{wofi}, @code{bemenu}, @code{dmenu}, or @code{rofi}.

Run the binary in your session by adding @command{exec wl-paste -t text --watch
clipman store} (or @command{exec wl-paste -t text --watch clipman store 1>>
PATH/TO/LOGFILE 2>&1 &} to log errors) at the beginning of wherever you
initialize programs.")
    (home-page "https://github.com/chmouel/clipman")
    (license license:gpl3)))

(define-public kbdd
  (package
    (name "kbdd")
    (version "0.7.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/qnikst/kbdd")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "0qkq75grbd4wkx4nlvswgavpijk9ad0pzqyj89a0ayjsbsn36pqy"))))
    (build-system gnu-build-system)
    (native-inputs
     (list autoconf automake
           dbus-glib ;; for dbus-binding-tool
           `(,glib "bin") pkg-config))
    (inputs
     (list dbus-glib glib libx11))
    (home-page "https://github.com/qnikst/kbdd")
    (synopsis "Per-window keyboard layout switching daemon for X")
    (description "@command{kbdd} is a simple keyboard layout switching
program, which is designed to run in an X11 session and remember
keyboard layouts on a per-window basis.  That can be very handy for a
user of a non-US keyboard who does not want to jump through layouts back
and forth while typing in terminals (mostly in a latin alphabet) and
some kind of chat (in native language).

@command{kbdd} also supports D-Bus signals, which makes it possible to
create layout indicator widgets.")
    (license license:bsd-2)))

(define-public j4-dmenu-desktop
  (package
    (name "j4-dmenu-desktop")
    (version "2.18")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/enkore/j4-dmenu-desktop")
                    (commit (string-append "r" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26"))))
    (build-system cmake-build-system)
    (native-inputs
     (list catch2))
    (arguments
     `(#:configure-flags '("-DWITH_GIT_CATCH=off")
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'find-catch
           (lambda _
             (substitute* "CMakeLists.txt"
               (("PATH_SUFFIXES catch") "PATH_SUFFIXES catch2"))
             #t))
         (replace 'check
           (lambda _
             (invoke "./j4-dmenu-tests" "exclude:SearchPath/XDG_DATA_HOME"))))))
    (synopsis "Fast desktop menu")
    (description
     "j4-dmenu-desktop is a replacement for i3-dmenu-desktop.  Its purpose
is to find @file{.desktop} files and offer you a menu to start an application
using @command{dmenu}.")
    (home-page "https://github.com/enkore/j4-dmenu-desktop")
    (license license:gpl3+)))

(define-public fuzzel
  (package
    (name "fuzzel")
    (version "1.10.2")
    (home-page "https://codeberg.org/dnkl/fuzzel")
    (source (origin
              (method git-fetch)
              (uri (git-reference (url home-page) (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "024gnddvabf5dwkdffr6qnnia810w1jqn4ll9fvbcaimybgpvs13"))))
    (build-system meson-build-system)
    (arguments
     (list #:build-type "release"
           #:configure-flags #~(list "-Denable-cairo=enabled"
                                     "-Dpng-backend=libpng"
                                     "-Dsvg-backend=librsvg")))
    (native-inputs (list pkg-config scdoc tllist))
    (inputs (list cairo
                  fcft
                  fontconfig
                  libpng
                  libxkbcommon
                  (librsvg-for-system) ;if librsvg is not used, bundled nanosvg is used
                  pixman
                  wayland
                  wayland-protocols))
    (synopsis "Wayland-native application launcher")
    (description
     "@command{fuzzel} is a Wayland-native application launcher, similar to
rofi's drun mode.  It has Emacs key bindings and remembers frequently launched
applications.  The font and colors can be configured.")
    (license (list license:expat ;fuzzel
                   license:zlib)))) ;; bundled nanosvg

(define-public fyi
  (package
    (name "fyi")
    (version "1.0.3")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://codeberg.org/dnkl/fyi")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "112jczg0gfjgf7jkqlr97a9n5nv931dfdmwvnd5jivdh8ljajwfh"))))
    (build-system meson-build-system)
    (native-inputs (list pkg-config))
    (inputs (list dbus))
    (home-page "https://codeberg.org/dnkl/fyi")
    (synopsis "Lightweight alternative to @code{notify-send}")
    (description
     "@acronym{FYI, For Your Information} is a command line utility to send
desktop notifications to the user via a notification daemon implementing XDG
desktop notifications.")
    (license license:expat)))

(define-public wofi
  (package
    (name "wofi")
    (version "1.3")
    (source (origin
              (method hg-fetch)
              (uri (hg-reference
                    (url "https://hg.sr.ht/~scoopta/wofi")
                    (changeset (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1k6b46n0vwdqrr6rfps0n8hghcgivnc42gc7z61phhjgf08j64qv"))))
    (build-system meson-build-system)
    (arguments
     (list #:glib-or-gtk? #t))
    (native-inputs
     (list pkg-config))
    (inputs
     (list gtk+ wayland))
    (synopsis "Launcher/menu program for wayland")
    (description
     "Wofi is a launcher/menu program for wlroots based wayland compositors
such as sway, similar to @command{rofi}.")
    (home-page "https://hg.sr.ht/~scoopta/wofi")
    (license license:gpl3+)))

(define-public nwg-launchers
  (package
    (name "nwg-launchers")
    (version "0.7.1.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/nwg-piotr/nwg-launchers")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0hq2qiqxvrw3g515ywcb676ljc8mdw3pyslgxr3vahizfljah1pv"))))
    (build-system meson-build-system)
    (native-inputs (list nlohmann-json pkg-config))
    (inputs (list gtk-layer-shell gtkmm-3 (librsvg-for-system)))
    (home-page "https://github.com/nwg-piotr/nwg-launchers")
    (synopsis "Application launchers for wlroots")
    (description
     "This package provides an application grid, button bar, and dmenu
applications for Sway and other wlroots-based Wayland compositors.")
    (license license:gpl3+)))

(define-public dex
  (package
    (name "dex")
    (version "0.9.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url (string-append "https://github.com/jceb/dex"))
                    (commit (string-append "v" version))))
              (sha256
               (base32
                "03aapcywnz4kl548cygpi25m8adwbmqlmwgxa66v4156ax9dqs86"))
              (file-name (git-file-name name version))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure))
       #:tests? #f))
    (inputs
     (list python))
    (native-inputs
     (list python-sphinx))
    (home-page "https://github.com/jceb/dex")
    (synopsis "Execute DesktopEntry files")
    (description
     "@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate
and execute @file{.desktop} files of the Application type.")
    (license license:gpl3+)))

(define-public sx
  (package
    (name "sx")
    (version "2.1.7")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/Earnestly/sx")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0xv15m30nhcknasqiybj5wwf7l91q4a4jf6xind8x5x00c6br6nl"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f                      ; no tests
       #:make-flags
       (let ((out (assoc-ref %outputs "out")))
         (list (string-append "PREFIX=" out)))
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'refer-to-xauth
           (lambda* (#:key inputs #:allow-other-keys)
             (substitute* "sx"
               (("\\bxauth\\b" command)
                (string-append (assoc-ref inputs "xauth") "/bin/" command)))))
         (delete 'configure))))         ; no configure script
    (inputs
     (list xauth))
    (home-page "https://github.com/Earnestly/sx")
    (synopsis "Start an xorg server")
    (description
     "@command{sx} is a simple alternative to both @command{xinit} and
@command{startx} for starting an Xorg server.")
    (license license:x11)))

(define-public hsetroot
  (package
    (name "hsetroot")
    (version "1.0.5")
    (home-page "https://github.com/himdel/hsetroot")
    (source (origin
              (method git-fetch)
              (file-name (git-file-name name version))
              (uri (git-reference
                    (url home-page)
                    (commit version)))
              (sha256
               (base32
                "1jbk5hlxm48zmjzkaq5946s58rqwg1v1ds2sdyd2ba029hmvr722"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f
       #:make-flags
       (list
        ,(string-append "CC=" (cc-for-target))
        (string-append "PREFIX=" (assoc-ref %outputs "out")))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure)
         (add-before 'install 'mkdir-install-path
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))
               (mkdir-p (string-append out "/bin"))))))))
    (inputs
     (list libx11 imlib2 libxinerama))
    (native-inputs
     (list pkg-config))
    (synopsis "Imlib2-based wallpaper changer")
    (description
     "The @command{hsetroot} command composes wallpapers for X.
This package is the fork of hsetroot by Hyriand.")
    (license license:gpl2+)))

(define-public jumpapp
  (package
    (name "jumpapp")
    (version "1.2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/mkropat/jumpapp")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "05shgw4agkhgk5vbvc05s12q7m0djc0m4qrd328hmis37bxp9j7n"))))
    (build-system gnu-build-system)
    (arguments `(#:phases
                 (modify-phases %standard-phases
                   (delete 'configure)
                   (delete 'check)
                   (add-before 'install 'set-prefix-in-makefile
                     (lambda* (#:key outputs #:allow-other-keys)
                       (let ((out (assoc-ref outputs "out")))
                         (substitute* "Makefile"
                           (("PREFIX =.*")
                            (string-append "PREFIX = " out "\n")))))))))
    (propagated-inputs
     (list wmctrl xdotool xprop))
    (native-inputs
     (list pandoc perl))
    (synopsis "Run-or-raise application switcher for any X11 desktop")
    (description
     "Bind a key for any given application that will launch the application,
if it's not already running, or focus the application's window,if it is running.
Pressing the key again will cycle to the application's next window,
if there's more than one.")
    (home-page "https://github.com/mkropat/jumpapp")
    (license license:expat)))

(define-public xkbset
  (package
    (name "xkbset")
    (version "0.8")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/stephenmontgomerysmith/xkbset")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1xa6sgvnwynl2qrjnsppvb2vg4p5v1pisrfhrmnlymw1fzhh6s9p"))))
    (build-system gnu-build-system)
    (inputs
     (list bash-minimal libx11 perl perl-tk))
    (arguments
     `(#:tests? #f                      ; There are none.
       #:make-flags
       `(,,(string-append "CC=" (cc-for-target))
         ,(string-append "X11PREFIX=" %output)
         ,(string-append "X11BASE=" (assoc-ref %build-inputs "libx11"))
         ,(string-append "INSTALL_MAN1=" %output "/share/man/man1"))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure)
         (add-before 'install 'create-install-directories
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out (assoc-ref outputs "out")))
               (mkdir-p out)
               (with-directory-excursion out
                 (for-each mkdir-p '("bin" "share/man/man1"))))
             #t))
         (add-after 'install 'wrap-perl-script
           (lambda* (#:key outputs #:allow-other-keys)
             (wrap-program (string-append (assoc-ref outputs "out")
                                          "/bin/xkbset-gui")
               `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))))
         (replace 'install-license-files
           (lambda* (#:key outputs #:allow-other-keys)
             (install-file "COPYRIGHT"
                           (string-append
                            (assoc-ref outputs "out")
                            "/share/doc/" ,name "-" ,version)))))))
    (home-page "https://stephenmontgomerysmith.github.io/software/#xkbset")
    (synopsis "User-preference utility for XKB extensions for X")
    (description
     "This is a program to help manage many of the XKB features of the X Window
System.  This includes such features as MouseKeys, AccessX, StickyKeys,
BounceKeys, and SlowKeys.  It includes a graphical program to help with
MouseKeys-acceleration management.")
    (license license:bsd-3)))

(define-public wlsunset
  (package
    (name "wlsunset")
    (version "0.4.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://git.sr.ht/~kennylevinsen/wlsunset/")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32
         "1n60b2qq4ihw0g2dwisrvsvbhpml4mlv42425j0r7xhlm4w93z2k"))))
    (build-system meson-build-system)
    (inputs
     (list wayland wayland-protocols))
    (native-inputs
     (list pkg-config scdoc))
    (synopsis "Day/night gamma adjustments for Wayland compositors")
    (home-page "https://sr.ht/~kennylevinsen/wlsunset/")
    (description
     "Wlsunset adjusts gamma based on day-night cycles on Wayland compositors
that support @samp{wlr-gamma-control-unstable-v1}.  It is also known as a blue
light filter or night light.")
    (license license:expat)))

(define-public ydotool
  (package
    (name "ydotool")
    (version "1.0.4")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/ReimuNotMoe/ydotool")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0y2n1r6hx0ar1yn636a7j4ywm17qqji84ryhdina3kriwx3sgmij"))))
    (build-system cmake-build-system)
    (arguments '(#:tests? #f))          ; no tests
    (native-inputs (list scdoc))
    (home-page "https://github.com/ReimuNotMoe/ydotool")
    (synopsis "Generic Linux command-line automation tool (no X!)")
    (description "@code{ydotool} is a Linux command-line tool that simulates
keyboard input, mouse actions, etc.  programmatically or manually.")
    (license license:agpl3+)))

(define-public wvkbd
  (package
    (name "wvkbd")
    (version "0.14.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://git.sr.ht/~proycon/wvkbd")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1aha9ylzbkhbf45172l3wyp65kqj6zs5gxqyj62ahj3gp944wmbb"))))
    (build-system gnu-build-system)
    (arguments
     (list #:tests? #f ;no tests
           #:make-flags #~(list (string-append "CC="
                                               #$(cc-for-target))
                                (string-append "PREFIX="
                                               #$output))
           #:phases #~(modify-phases %standard-phases
                        (add-after 'unpack 'fix-cross-compile
                          (lambda _
                            (substitute* "Makefile"
                              (("pkg-config")
                               #$(pkg-config-for-target)))))
                        (delete 'configure))))
    (native-inputs (list wayland ;for wayland-scanner
                         pkg-config))
    (inputs (list libxkbcommon cairo pango harfbuzz wayland))
    (home-page "https://git.sr.ht/~proycon/wvkbd")
    (synopsis "On-screen keyboard for wlroots compositors")
    (description
     "This package provides on-screen keyboard for wlroots compositors with
the following features:

@itemize
@item Typing, modifier locking, layout switching
@item Positive visual feedback on key presses
@item On-the-fly layout and keymap switching
@item Custom color schemes
@item International layouts (cyrillic, arabic)
@item Emoji support
@item Compose key for character variants (e.g. diacritics)
@item Show/hide keyboard on signals (SIGUSR1 = hide, SIGUSR2 = show, SIGRTMIN = toggle)
@item Automatic portrait/landscape detection and subsequent layout switching
@end itemize")
    (license (list license:expat  ;3 files under Expat license (see 'LICENSE')
                   license:gpl3+))))              ;the rest is GPLv3+

(define-public xforms
  ;; The latest stable release is ancient (2014) and fails with a linker
  ;; error, so use the last commit.
  (let ((revision "1")
        (commit "2c1a9f151baf50887a517280645ec23379fb96f8"))
    (package
      (name "xforms")
      (version (git-version "1.3.0" revision commit))
      (source (origin
                (method git-fetch)
                (uri (git-reference
                      (url "https://git.savannah.gnu.org/git/xforms.git/")
                      (commit commit)))
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "12qc1j5g03n2zigvbwilx2zszr8sgv5wd259js7cwf8ffw4lzjf2"))))
      (build-system gnu-build-system)
      (arguments
       (list #:phases #~(modify-phases %standard-phases
                          (add-after 'unpack 'patch-doc-makefile
                            (lambda _
                              (substitute* "doc/Makefile.am"
                                (("/bin/mkdir")
                                 "mkdir")))))
             #:configure-flags #~(list "--enable-docs")))
      (native-inputs (list autoconf
                           automake
                           libtool
                           texinfo
                           texi2html
                           (texlive-updmap.cfg (list texlive-epsf
                                                     texlive-texinfo))
                           imagemagick))
      (propagated-inputs (list libx11 libxpm libjpeg-turbo))
      (home-page "http://xforms-toolkit.org/")
      (synopsis "GUI toolkit for X based on the X11 Xlib library")
      (description
       "XForms is a graphical user interface toolkit for X based on the X11
Xlib library.  It allows you to create windows, containing all kinds of
widgets (buttons, sliders, browsers, menus etc.) with a few lines of code and
then attach actions to the widgets, i.e., have some function called when a
button is pressed.  To make this even easier XForms comes with a program
called @code{fdesign} that allows you to design a GUI for a program directly
on the screen and which then writes out the necessary C code for it.")
      (license license:lgpl2.1+))))

(define-public xforms-gl
  (package/inherit xforms
    (name "xforms-gl")
    (propagated-inputs (modify-inputs (package-propagated-inputs xforms)
                         (append mesa)))
    (synopsis
     "GUI toolkit for X based on the X11 Xlib library, with OpenGL support")))

(define-public show-me-the-key
  (package
    (name "show-me-the-key")
    (version "1.8.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/AlynxZhou/showmethekey/")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256 (base32
                       "1gvrri6kfywxk8hfchc66r6fpwlrcai2j227ib33w6503cx66rl9"))))
    (build-system meson-build-system)
    (inputs (list libevdev
                  libinput
                  gtk
                  json-glib-minimal
                  cairo
                  pango
                  libxkbcommon
                  polkit))
    (native-inputs (list `(,glib "bin") ; for glib-compile-resources
                         `(,gtk  "bin") ; for gtk-update-icon-cache
                         pkg-config))
    (home-page "https://github.com/AlynxZhou/showmethekey")
    (synopsis "Screencast tool to display pressed keys")
    (description "Show Me the Key is a screencast tool to display your keys
and works under both Xorg and Wayland (via @code{libinput}), inspired by
@code{python-screenkey}.")
    (license license:asl2.0)))

(define-public xxkb
  (package
    (name "xxkb")
    (version "1.11.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/xxkb/"
                           name "-" version "-src.tar.gz"))
       (sha256
        (base32
         "0hl1i38z9xnbgfjkaz04vv1n8xbgfg88g5z8fyzyb2hxv2z37anf"))))
    (build-system gnu-build-system)
    (inputs (list libx11
                  libxext
                  libxt
                  libxpm))
    (native-inputs
     (list imake))
    (arguments
     `(#:tests? #f
       #:phases
       (modify-phases %standard-phases
         (replace 'configure
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let ((imake (assoc-ref inputs "imake"))
                   (out   (assoc-ref outputs "out")))
               (invoke "xmkmf")
               (substitute* "Makefile"
                 ((imake) out)
                 (("(MANPATH = )[[:graph:]]*" _ front)
                  (string-append front out "/share/man"))
                 (("XAPPLOADDIR = /etc/X11/app-defaults")
                  (string-append "XAPPLOADDIR = " out "/lib/X11/app-defaults"))
                 (("ETCX11DIR = /etc/X11")
                  (string-append "ETCX11DIR = " out "/etc/X11")))
               #t))))))
    (home-page "https://xxkb.sourceforge.net/")
    (synopsis "Keyboard layout indicator and switcher")
    (description
     "The xxkb program is a keyboard layout switcher and indicator.  Unlike
the programs that reload keyboard maps and use their own hot-keys, xxkb is
a simple GUI for XKB (X KeyBoard extension) and just sends commands to and
accepts events from XKB.  That means that it will work with the existing
setup of your X Server without any modifications.")
    (license license:artistic2.0)))
databases.scm:2859 msgid "C++ connector for PostgreSQL" msgstr "" #: gnu/packages/databases.scm:2861 msgid "" "Libpqxx is a C++ library to enable user programs to communicate with the\n" "PostgreSQL database back-end. The database back-end can be local or it may be\n" "on another machine, accessed via TCP/IP." msgstr "" #: gnu/packages/databases.scm:2888 msgid "Embedded key/value database for Go" msgstr "" #: gnu/packages/databases.scm:2889 msgid "" "Bolt is a pure Go key/value store inspired by Howard Chu's\n" "LMDB project. The goal of the project is to provide a simple, fast, and\n" "reliable database for projects that don't require a full database server such as\n" "Postgres or MySQL." msgstr "" #: gnu/packages/databases.scm:2913 msgid "Small object-relational mapping utility" msgstr "" #: gnu/packages/databases.scm:2915 msgid "" "Peewee is a simple and small ORM (object-relation mapping) tool. Peewee\n" "handles converting between pythonic values and those used by databases, so you\n" "can use Python types in your code without having to worry. It has built-in\n" "support for sqlite, mysql and postgresql. If you already have a database, you\n" "can autogenerate peewee models using @code{pwiz}, a model generator." msgstr "" #: gnu/packages/databases.scm:2934 msgid "Pypika fork for tortoise-orm" msgstr "" #: gnu/packages/databases.scm:2935 msgid "" "Pypika-tortoise is a fork of pypika which has been\n" "streamlined for its use in the context of tortoise-orm. It removes support\n" "for many database kinds that tortoise-orm doesn't need, for example." msgstr "" #: gnu/packages/databases.scm:2954 msgid "Sphinx extension to support coroutines in markup" msgstr "" #: gnu/packages/databases.scm:2955 msgid "" "This package is a Sphinx extension providing additional\n" "coroutine-specific markup." msgstr "" #: gnu/packages/databases.scm:2977 msgid "Fast PostgreSQL database client library for Python" msgstr "" #: gnu/packages/databases.scm:2978 msgid "" "@code{asyncpg} is a database interface library designed\n" "specifically for PostgreSQL and Python/asyncio. @code{asyncpg} is an\n" "efficient, clean implementation of PostgreSQL server binary protocol for use\n" "with Python's asyncio framework." msgstr "" #: gnu/packages/databases.scm:2997 msgid "Fast MySQL driver for Python" msgstr "" #: gnu/packages/databases.scm:2998 msgid "" "@code{asyncmy} is a fast @code{asyncio} MySQL driver, which\n" "reuses most of @code{pymysql} and @code{aiomysql} but rewrites the core\n" "protocol with Cython for performance." msgstr "" #: gnu/packages/databases.scm:3017 msgid "MySQL driver for Python" msgstr "" #: gnu/packages/databases.scm:3018 msgid "" "@code{aiomysql} is a driver for accessing a MySQL database\n" "from the @code{asyncio} Python framework. It depends on and reuses most parts\n" "of PyMySQL. @code{aiomysql} tries to preserve the same API as the\n" "@code{aiopg} library." msgstr "" #: gnu/packages/databases.scm:3050 msgid "Asynchronous Object Relational Mapper (ORM) for Python" msgstr "" #: gnu/packages/databases.scm:3051 msgid "" "Tortoise ORM is an easy-to-use asyncio ORM (Object\n" "Relational Mapper) inspired by Django. Tortoise ORM was built with relations\n" "in mind and admiration for the excellent and popular Django ORM. It's\n" "engraved in its design that you are working not with just tables, you work\n" "with relational data." msgstr "" #: gnu/packages/databases.scm:3095 msgid "Library providing transparent encryption of SQLite database files" msgstr "" #: gnu/packages/databases.scm:3096 msgid "" "SQLCipher is an implementation of SQLite, extended to\n" "provide transparent 256-bit AES encryption of database files. Pages are\n" "encrypted before being written to disk and are decrypted when read back. It’s\n" "well suited for protecting embedded application databases and for mobile\n" "development." msgstr "" #: gnu/packages/databases.scm:3128 msgid "Python ODBC Library written in C" msgstr "" #: gnu/packages/databases.scm:3129 msgid "" "@code{python-pyodbc-c} provides a Python DB-API driver\n" "for ODBC, similar to python-pyodbc but written in C.\n" "\n" "It's designed to stand alone and not have other dependencies on other packages\n" "or languages. It uses only Python's built-in data types." msgstr "" #: gnu/packages/databases.scm:3164 msgid "Python ODBC Library" msgstr "" #: gnu/packages/databases.scm:3165 msgid "" "@code{python-pyodbc} provides a Python DB-API driver\n" "for ODBC." msgstr "" #: gnu/packages/databases.scm:3194 msgid "Read Microsoft Access databases" msgstr "" #: gnu/packages/databases.scm:3195 msgid "" "MDB Tools is a set of tools and applications to read the\n" "proprietary MDB file format used in Microsoft's Access database package. This\n" "includes programs to export schema and data from Microsoft's Access database\n" "file format to other databases such as MySQL, Oracle, Sybase, PostgreSQL,\n" "etc., and an SQL engine for performing simple SQL queries." msgstr "" #: gnu/packages/databases.scm:3223 msgid "MongoDB driver for Go" msgstr "" #: gnu/packages/databases.scm:3224 msgid "This package provides a MongoDB driver for Go." msgstr "" #: gnu/packages/databases.scm:3263 msgid "Python binding for the ‘Lightning’ database (LMDB)" msgstr "" #: gnu/packages/databases.scm:3265 msgid "" "python-lmdb or py-lmdb is a Python binding for the @dfn{Lightning\n" "Memory-Mapped Database} (LMDB), a high-performance key-value store." msgstr "" #: gnu/packages/databases.scm:3358 msgid "Multi-model database system" msgstr "" #: gnu/packages/databases.scm:3359 msgid "" "Virtuoso is a scalable cross-platform server that combines\n" "relational, graph, and document data management with web application server\n" "and web services platform functionality." msgstr "" #: gnu/packages/databases.scm:3384 msgid "" "Cassandra Cluster Manager for Apache Cassandra clusters on\n" "localhost" msgstr "" #: gnu/packages/databases.scm:3386 msgid "" "Cassandra Cluster Manager is a development tool for testing\n" "local Cassandra clusters. It creates, launches and removes Cassandra clusters\n" "on localhost." msgstr "" #: gnu/packages/databases.scm:3420 msgid "Database abstraction library" msgstr "" #: gnu/packages/databases.scm:3422 msgid "" "SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that\n" "gives application developers the full power and flexibility of SQL. It\n" "provides a full suite of well known enterprise-level persistence patterns,\n" "designed for efficient and high-performing database access, adapted into a\n" "simple and Pythonic domain language." msgstr "" #: gnu/packages/databases.scm:3444 msgid "SQLAlchemy stubs and mypy plugin" msgstr "" #: gnu/packages/databases.scm:3445 msgid "" "This package contains type stubs and a mypy plugin to\n" "provide more precise static types and type inference for SQLAlchemy\n" "framework." msgstr "" #: gnu/packages/databases.scm:3474 msgid "Various utility functions for SQLAlchemy" msgstr "" #: gnu/packages/databases.scm:3476 msgid "" "SQLAlchemy-utils provides various utility functions and custom data types\n" "for SQLAlchemy. SQLAlchemy is an SQL database abstraction library for Python.\n" "\n" "You might also want to install the following optional dependencies:\n" "@enumerate\n" "@item @code{python-passlib}\n" "@item @code{python-babel}\n" "@item @code{python-cryptography}\n" "@item @code{python-pytz}\n" "@item @code{python-psycopg2}\n" "@item @code{python-furl}\n" "@item @code{python-flask-babel}\n" "@end enumerate\n" msgstr "" #: gnu/packages/databases.scm:3521 msgid "Mock helpers for SQLAlchemy" msgstr "" #: gnu/packages/databases.scm:3523 msgid "" "This package provides mock helpers for SQLAlchemy that makes it easy\n" "to mock an SQLAlchemy session while preserving the ability to do asserts.\n" "\n" "Normally Normally SQLAlchemy's expressions cannot be easily compared as\n" "comparison on binary expression produces yet another binary expression, but\n" "this library provides functions to facilitate such comparisons." msgstr "" #: gnu/packages/databases.scm:3552 msgid "Database migration tool for SQLAlchemy" msgstr "" #: gnu/packages/databases.scm:3554 msgid "" "Alembic is a lightweight database migration tool for usage with the\n" "SQLAlchemy Database Toolkit for Python." msgstr "" #: gnu/packages/databases.scm:3577 msgid "Tiny key value database with concurrency support" msgstr "" #: gnu/packages/databases.scm:3579 msgid "" "PickleShare is a small ‘shelve’-like datastore with concurrency support.\n" "Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike\n" "shelve, many processes can access the database simultaneously. Changing a\n" "value in database is immediately visible to other processes accessing the same\n" "database. Concurrency is possible because the values are stored in separate\n" "files. Hence the “database” is a directory where all files are governed by\n" "PickleShare." msgstr "" #: gnu/packages/databases.scm:3619 msgid "Another Python SQLite Wrapper" msgstr "" #: gnu/packages/databases.scm:3621 msgid "" "APSW is a Python wrapper for the SQLite embedded relational database\n" "engine. In contrast to other wrappers such as pysqlite it focuses on being a\n" "minimal layer over SQLite attempting just to translate the complete SQLite API\n" "into Python." msgstr "" #: gnu/packages/databases.scm:3653 msgid "Asyncio bridge for sqlite3" msgstr "" #: gnu/packages/databases.scm:3655 msgid "" "The package aiosqlite replicates the standard sqlite3 module, but with\n" "async versions of all the standard connection and cursor methods, and context\n" "managers for automatically closing connections." msgstr "" #: gnu/packages/databases.scm:3679 msgid "Async database support for Python" msgstr "" #: gnu/packages/databases.scm:3680 msgid "This package implements async database support for Python." msgstr "" #: gnu/packages/databases.scm:3701 msgid "Python PostgreSQL adapter" msgstr "" #: gnu/packages/databases.scm:3703 msgid "" "psycopg2 is a thread-safe PostgreSQL adapter that implements DB-API\n" "2.0." msgstr "" #: gnu/packages/databases.scm:3728 msgid "Connection pooler for psycopg" msgstr "" #: gnu/packages/databases.scm:3730 msgid "" "This module provides connection pool implementations that can be used\n" "with the @code{psycopg} PostgreSQL driver." msgstr "" #: gnu/packages/databases.scm:3802 msgid "PostgreSQL driver for Python" msgstr "" #: gnu/packages/databases.scm:3804 msgid "" "Psycopg 3 is a new implementation of the popular @code{psycopg2}\n" "database adapter for Python." msgstr "" #: gnu/packages/databases.scm:3837 msgid "SQLAlchemy schema displayer" msgstr "" #: gnu/packages/databases.scm:3838 msgid "" "This package provides a program to build Entity\n" "Relationship diagrams from a SQLAlchemy model (or directly from the\n" "database)." msgstr "" #: gnu/packages/databases.scm:3866 msgid "Database migrations with SQL" msgstr "" #: gnu/packages/databases.scm:3868 msgid "" "Yoyo is a database schema migration tool. Migrations are written as SQL\n" "files or Python scripts that define a list of migration steps." msgstr "" #: gnu/packages/databases.scm:3888 msgid "MySQLdb is an interface to the popular MySQL database server for Python" msgstr "" #: gnu/packages/databases.scm:3889 msgid "" "MySQLdb is an interface to the popular MySQL database server\n" "for Python. The design goals are:\n" "@enumerate\n" "@item Compliance with Python database API version 2.0 [PEP-0249],\n" "@item Thread-safety,\n" "@item Thread-friendliness (threads will not block each other).\n" "@end enumerate" msgstr "" #: gnu/packages/databases.scm:3914 msgid "Python extension that wraps protocol parsing code in hiredis" msgstr "" #: gnu/packages/databases.scm:3915 msgid "" "Python-hiredis is a python extension that wraps protocol\n" "parsing code in hiredis. It primarily speeds up parsing of multi bulk replies." msgstr "" #: gnu/packages/databases.scm:3949 msgid "Redis support for Python's @code{asyncio} module" msgstr "" #: gnu/packages/databases.scm:3950 msgid "" "This package provides Redis support for the Python\n" "@code{asyncio} (PEP 3156) module." msgstr "" #: gnu/packages/databases.scm:3972 msgid "Fake implementation of redis API for testing purposes" msgstr "" #: gnu/packages/databases.scm:3974 msgid "" "Fakeredis is a pure-Python implementation of the redis-py Python client\n" "that simulates talking to a redis server. It was created for a single purpose:\n" "to write unit tests.\n" "\n" "Setting up redis is not hard, but one often wants to write unit tests that don't\n" "talk to an external server such as redis. This module can be used as a\n" "reasonable substitute." msgstr "" #: gnu/packages/databases.scm:4000 msgid "Redis Python client" msgstr "" #: gnu/packages/databases.scm:4002 msgid "This package provides a Python interface to the Redis key-value store." msgstr "" #: gnu/packages/databases.scm:4038 msgid "Simple job queues for Python" msgstr "" #: gnu/packages/databases.scm:4040 msgid "" "RQ (Redis Queue) is a simple Python library for queueing jobs and\n" "processing them in the background with workers. It is backed by Redis and it\n" "is designed to have a low barrier to entry." msgstr "" #: gnu/packages/databases.scm:4075 msgid "Job scheduling capabilities for RQ (Redis Queue)" msgstr "" #: gnu/packages/databases.scm:4077 msgid "" "This package provides job scheduling capabilities to @code{python-rq}\n" "(Redis Queue)." msgstr "" #: gnu/packages/databases.scm:4115 msgid "Non-validating SQL parser" msgstr "" #: gnu/packages/databases.scm:4116 msgid "" "Sqlparse is a non-validating SQL parser for Python. It\n" "provides support for parsing, splitting and formatting SQL statements." msgstr "" #: gnu/packages/databases.scm:4133 msgid "Library to write SQL queries in a pythonic way" msgstr "" #: gnu/packages/databases.scm:4134 msgid "" "@code{python-sql} is a library to write SQL queries, that\n" "transforms idiomatic python function calls to well-formed SQL queries." msgstr "" #: gnu/packages/databases.scm:4155 msgid "SQL query builder API for Python" msgstr "" #: gnu/packages/databases.scm:4157 msgid "" "PyPika is a python SQL query builder that exposes the full richness of\n" "the SQL language using a syntax that reflects the resulting query." msgstr "" #: gnu/packages/databases.scm:4282 gnu/packages/databases.scm:4414 #: gnu/packages/databases.scm:4540 msgid "Columnar in-memory analytics" msgstr "" #: gnu/packages/databases.scm:4283 gnu/packages/databases.scm:4415 #: gnu/packages/databases.scm:4541 msgid "" "Apache Arrow is a columnar in-memory analytics layer\n" "designed to accelerate big data. It houses a set of canonical in-memory\n" "representations of flat and hierarchical data along with multiple\n" "language-bindings for structure manipulation. It also provides IPC and common\n" "algorithm implementations." msgstr "" #: gnu/packages/databases.scm:4582 gnu/packages/databases.scm:4640 msgid "Python bindings for Apache Arrow" msgstr "" #: gnu/packages/databases.scm:4584 gnu/packages/databases.scm:4642 msgid "" "This library provides a Pythonic API wrapper for the reference Arrow C++\n" "implementation, along with tools for interoperability with pandas, NumPy, and\n" "other traditional Python scientific computing packages." msgstr "" #: gnu/packages/databases.scm:4661 msgid "CrateDB Python client" msgstr "" #: gnu/packages/databases.scm:4663 msgid "" "This package provides a Python client library for CrateDB.\n" "It implements the Python DB API 2.0 specification and includes support for\n" "SQLAlchemy." msgstr "" #: gnu/packages/databases.scm:4680 msgid "Database independent abstraction layer in C" msgstr "" #: gnu/packages/databases.scm:4682 msgid "" "This library implements a database independent abstraction layer in C,\n" "similar to the DBI/DBD layer in Perl. Writing one generic set of code,\n" "programmers can leverage the power of multiple databases and multiple\n" "simultaneous database connections by using this framework." msgstr "" #: gnu/packages/databases.scm:4746 msgid "Database drivers for the libdbi framework" msgstr "" #: gnu/packages/databases.scm:4748 msgid "" "The @code{libdbi-drivers} library provides the database specific drivers\n" "for the @code{libdbi} framework.\n" "\n" "The drivers officially supported by @code{libdbi} are:\n" "@itemize\n" "@item MySQL,\n" "@item PostgreSQL,\n" "@item SQLite.\n" "@end itemize" msgstr "" #: gnu/packages/databases.scm:4788 msgid "C++ Database Access Library" msgstr "" #: gnu/packages/databases.scm:4790 msgid "" "SOCI is an abstraction layer for several database backends, including\n" "PostreSQL, SQLite, ODBC and MySQL." msgstr "" #: gnu/packages/databases.scm:4812 msgid "Client libraries for MS SQL and Sybase servers" msgstr "" #: gnu/packages/databases.scm:4814 msgid "" "FreeTDS is an implementation of the Tabular DataStream protocol, used for\n" "connecting to MS SQL and Sybase servers over TCP/IP." msgstr "" #: gnu/packages/databases.scm:4834 msgid "TinyDB is a lightweight document oriented database" msgstr "" #: gnu/packages/databases.scm:4836 msgid "" "TinyDB is a small document oriented database written in pure Python\n" "with no external dependencies. The targets are small apps that would\n" "be blown away by a SQL-DB or an external database server." msgstr "" #: gnu/packages/databases.scm:4883 msgid "Friendly SQL Client" msgstr "" #: gnu/packages/databases.scm:4884 msgid "" "Sequeler is a native Linux SQL client built in Vala and\n" "Gtk. It allows you to connect to your local and remote databases, write SQL in\n" "a handy text editor with language recognition, and visualize SELECT results in\n" "a Gtk.Grid Widget." msgstr "" #: gnu/packages/databases.scm:4928 msgid "Visual database browser and editor for SQLite" msgstr "" #: gnu/packages/databases.scm:4929 msgid "" "Sqlitebrowser lets you create, design, and edit database files\n" "compatible with SQLite using a graphical user interface." msgstr "" #: gnu/packages/databases.scm:4963 msgid "SQL language server written in Go" msgstr "" #: gnu/packages/databases.scm:4965 msgid "This package implements the @acronym{LSP, Language Server Protocol} for SQL." msgstr "" #: gnu/packages/databases.scm:4989 msgid "Caching front-end based on the Dogpile lock" msgstr "" #: gnu/packages/databases.scm:4990 msgid "" "@code{dogpile.cache} is a caching API which provides a\n" "generic interface to caching backends of any variety, and additionally\n" "provides API hooks which integrate these cache backends with the locking\n" "mechanism of @code{dogpile}." msgstr "" #: gnu/packages/debug.scm:117 msgid "Heuristical file minimizer" msgstr "" #: gnu/packages/debug.scm:119 msgid "" "Delta assists you in minimizing \"interesting\" files subject to a test\n" "of their interestingness. A common such situation is when attempting to\n" "isolate a small failure-inducing substring of a large input that causes your\n" "program to exhibit a bug." msgstr "" #: gnu/packages/debug.scm:178 gnu/packages/debug.scm:230 msgid "Reducer for interesting code" msgstr "" #: gnu/packages/debug.scm:180 msgid "" "C-Reduce is a tool that takes a large C or C++ program that has a\n" "property of interest (such as triggering a compiler bug) and automatically\n" "produces a much smaller C/C++ program that has the same property. It is\n" "intended for use by people who discover and report bugs in compilers and other\n" "tools that process C/C++ code." msgstr "" #: gnu/packages/debug.scm:232 msgid "" "C-Vise is a Python port of the C-Reduce tool that is fully compatible\n" "and uses the same efficient LLVM-based C/C++ @code{clang_delta} reduction\n" "tool." msgstr "" #: gnu/packages/debug.scm:300 msgid "Security-oriented fuzzer" msgstr "" #: gnu/packages/debug.scm:302 msgid "" "American fuzzy lop is a security-oriented fuzzer that employs a novel\n" "type of compile-time instrumentation and genetic algorithms to automatically\n" "discover clean, interesting test cases that trigger new internal states in the\n" "targeted binary. This substantially improves the functional coverage for the\n" "fuzzed code. The compact synthesized corpora produced by the tool are also\n" "useful for seeding other, more labor- or resource-intensive testing regimes\n" "down the road." msgstr "" #: gnu/packages/debug.scm:444 msgid "Machine emulator and virtualizer (without GUI) for american fuzzy lop" msgstr "" #: gnu/packages/debug.scm:446 msgid "" "QEMU is a generic machine emulator and virtualizer. This package\n" "of QEMU is used only by the american fuzzy lop package.\n" "\n" "When used as a machine emulator, QEMU can run OSes and programs made for one\n" "machine (e.g. an ARM board) on a different machine---e.g., your own PC. By\n" "using dynamic translation, it achieves very good performance.\n" "\n" "When used as a virtualizer, QEMU achieves near native performances by\n" "executing the guest code directly on the host CPU. QEMU supports\n" "virtualization when executing under the Xen hypervisor or using\n" "the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86,\n" "server and embedded PowerPC, and S390 guests." msgstr "" #: gnu/packages/debug.scm:512 msgid "Expose race conditions in Makefiles" msgstr "" #: gnu/packages/debug.scm:514 msgid "" "Stress Make is a customized GNU Make that explicitly manages the order\n" "in which concurrent jobs are run to provoke erroneous behavior into becoming\n" "manifest. It can run jobs in the order in which they're launched, in backwards\n" "order, or in random order. The thought is that if code builds correctly with\n" "Stress Make, then it is likely that the @code{Makefile} contains no race\n" "conditions." msgstr "" #: gnu/packages/debug.scm:541 msgid "Transparent application input fuzzer" msgstr "" #: gnu/packages/debug.scm:542 msgid "" "Zzuf is a transparent application input fuzzer. It works by\n" "intercepting file operations and changing random bits in the program's\n" "input. Zzuf's behaviour is deterministic, making it easy to reproduce bugs." msgstr "" #: gnu/packages/debug.scm:593 msgid "Memory scanner" msgstr "" #: gnu/packages/debug.scm:594 msgid "" "Scanmem is a debugging utility designed to isolate the\n" "address of an arbitrary variable in an executing process. Scanmem simply\n" "needs to be told the pid of the process and the value of the variable at\n" "several different times. After several scans of the process, scanmem isolates\n" "the position of the variable and allows you to modify its value." msgstr "" #: gnu/packages/debug.scm:624 msgid "" "Remake is an enhanced version of GNU Make that adds improved\n" "error reporting, better tracing, profiling, and a debugger." msgstr "" #: gnu/packages/debug.scm:680 msgid "Record and reply debugging framework" msgstr "" #: gnu/packages/debug.scm:682 msgid "" "rr is a lightweight tool for recording, replaying and debugging\n" "execution of applications (trees of processes and threads). Debugging extends\n" "GDB with very efficient reverse-execution, which in combination with standard\n" "GDB/x86 features like hardware data watchpoints, makes debugging much more\n" "fun." msgstr "" #: gnu/packages/debug.scm:709 msgid "C library for producing symbolic backtraces" msgstr "" #: gnu/packages/debug.scm:710 msgid "" "The @code{libbacktrace} library can be linked into a C/C++\n" "program to produce symbolic backtraces." msgstr "" #: gnu/packages/debug.scm:749 msgid "Memory leaks detection tool" msgstr "" #: gnu/packages/debug.scm:750 msgid "" "The libleak tool detects memory leaks by hooking memory\n" "functions such as @code{malloc}. It comes as a shared object to be pre-loaded\n" "via @code{LD_PRELOAD} when launching the application. It prints the full call\n" "stack at suspicious memory leak points. Modifying or recompiling the target\n" "program is not required, and the detection can be enabled or disabled while\n" "the target application is running. The overhead incurred by libleak is\n" "smaller than that of other tools such as Valgrind, and it aims to be easier to\n" "use than similar tools like @command{mtrace}." msgstr "" #: gnu/packages/debug.scm:792 #, fuzzy #| msgid "This package provides a dictionary for the GNU Aspell spell checker." msgid "Console front-end to the GNU debugger" msgstr "Ten pakiet zawiera słownik dla modułu sprawdzania pisowni GNU Aspell." #: gnu/packages/debug.scm:794 msgid "" "@code{cgdb} is a lightweight curses (terminal-based) interface to the\n" "GNU Debugger (GDB). In addition to the standard gdb console, cgdb provides\n" "a split screen view that displays the source code as it executes. The\n" "keyboard interface is modeled after vim, so vim users should feel at home\n" "using cgdb." msgstr "" #: gnu/packages/debug.scm:828 msgid "Debugging tool for MSP430 MCUs" msgstr "" #: gnu/packages/debug.scm:829 msgid "" "MspDebug supports FET430UIF, eZ430, RF2500 and Olimex\n" "MSP430-JTAG-TINY programmers, as well as many other compatible\n" "devices. It can be used as a proxy for gdb or as an independent\n" "debugger with support for programming, disassembly and reverse\n" "engineering." msgstr "" #: gnu/packages/debug.scm:860 msgid "GUI frontend for GDB" msgstr "" #: gnu/packages/debug.scm:861 #, fuzzy #| msgid "This package provides a dictionary for the GNU Aspell spell checker." msgid "This package provides a frontend to GDB, the GNU debugger." msgstr "Ten pakiet zawiera słownik dla modułu sprawdzania pisowni GNU Aspell." #: gnu/packages/debug.scm:886 #, fuzzy #| msgid "This package provides a dictionary for the GNU Aspell spell checker." msgid "Graphical front-end for GDB and other debuggers" msgstr "Ten pakiet zawiera słownik dla modułu sprawdzania pisowni GNU Aspell." #: gnu/packages/debug.scm:887 msgid "" "GNU DDD, the Data Display Debugger, is a graphical front-end\n" "for command-line debuggers. Many back-end debuggers are supported, notably\n" "the GNU debugger, GDB. In addition to usual debugging features such as\n" "viewing the source files, DDD has additional graphical, interactive features\n" "to aid in debugging." msgstr "" #: gnu/packages/debug.scm:918 #, fuzzy #| msgid "Signal processing language" msgid "Debugger for the Go programming language" msgstr "Język przetwarzania sygnałów" #: gnu/packages/debug.scm:919 #, fuzzy #| msgid "Signal processing language" msgid "Delve is a debugger for the Go programming language." msgstr "Język przetwarzania sygnałów" #: gnu/packages/dejagnu.scm:78 msgid "GNU software testing framework" msgstr "" #: gnu/packages/dejagnu.scm:80 msgid "" "DejaGnu is a framework for testing software. In effect, it serves as\n" "a front-end for all tests written for a program. Thus, each program can have\n" "multiple test suites, which are then all managed by a single harness." msgstr "" #: gnu/packages/games.scm:291 msgid "Scrolling, platform-jumping, ancient pyramid exploring game" msgstr "" #: gnu/packages/games.scm:293 msgid "" "Abe's Amazing Adventure is a scrolling,\n" "platform-jumping, key-collecting, ancient pyramid exploring game, vaguely in\n" "the style of similar games for the Commodore+4." msgstr "" #: gnu/packages/games.scm:361 msgid "Action game in four spatial dimensions" msgstr "" #: gnu/packages/games.scm:363 msgid "" "Adanaxis is a fast-moving first person shooter set in deep space, where\n" "the fundamentals of space itself are changed. By adding another dimension to\n" "space this game provides an environment with movement in four directions and\n" "six planes of rotation. Initially the game explains the 4D control system via\n" "a graphical sequence, before moving on to 30 levels of gameplay with numerous\n" "enemy, ally, weapon and mission types. Features include simulated 4D texturing,\n" "mouse and joystick control, and original music." msgstr "" #: gnu/packages/games.scm:405 msgid "Retro platform game" msgstr "" #: gnu/packages/games.scm:407 msgid "" "Guide Alex the Allegator through the jungle in order to save his\n" "girlfriend Lola from evil humans who want to make a pair of shoes out of her.\n" "Plenty of classic platforming in four nice colors guaranteed!\n" "\n" "The game includes a built-in editor so you can design and share your own maps." msgstr "" #: gnu/packages/games.scm:436 msgid "Tron clone in 3D" msgstr "" #: gnu/packages/games.scm:437 msgid "" "Armagetron Advanced is a multiplayer game in 3d that\n" "attempts to emulate and expand on the lightcycle sequence from the movie Tron.\n" "It's an old school arcade game slung into the 21st century. Highlights\n" "include a customizable playing arena, HUD, unique graphics, and AI bots. For\n" "the more advanced player there are new game modes and a wide variety of\n" "physics settings to tweak as well." msgstr "" #: gnu/packages/games.scm:490 msgid "3D space shooter with spaceship upgrade possibilities" msgstr "" #: gnu/packages/games.scm:492 msgid "" "Space is a vast area, an unbounded territory where it seems there is\n" "a room for everybody, but reversal of fortune put things differently. The\n" "hordes of hostile creatures crawled out from the dark corners of the universe,\n" "craving to conquer your homeland. Their force is compelling, their legions\n" "are interminable. However, humans didn't give up without a final showdown and\n" "put their best pilot to fight back. These malicious invaders chose the wrong\n" "galaxy to conquer and you are to prove it! Go ahead and make alien aggressors\n" "regret their insolence." msgstr "" #: gnu/packages/games.scm:548 msgid "3D first-person roguelike game" msgstr "" #: gnu/packages/games.scm:550 msgid "" "Barony is a first-person roguelike role-playing game with cooperative\n" "play. The player must descend a dark dungeon and destroy an undead lich while\n" "avoiding traps and fighting monsters. The game features randomly generated\n" "dungeons, 13 character classes, hundreds of items and artifacts, and\n" "cooperative multiplayer for up to four players. This package does @emph{not}\n" "provide the game assets." msgstr "" #: gnu/packages/games.scm:611 msgid "Antagonistic Tetris-style falling brick game for text terminals" msgstr "" #: gnu/packages/games.scm:613 msgid "" "Bastet (short for Bastard Tetris) is a simple ncurses-based falling brick\n" "game. Unlike normal Tetris, Bastet does not choose the next brick at random.\n" "Instead, it uses a special algorithm to choose the worst brick possible.\n" "\n" "Playing bastet can be a painful experience, especially if you usually make\n" "canyons and wait for the long I-shaped block to clear four rows at a time." msgstr "" #: gnu/packages/games.scm:657 msgid "Terminal-based multiplayer Tetris clone" msgstr "" #: gnu/packages/games.scm:658 msgid "" "Tetrinet is a multiplayer Tetris-like game with powerups and\n" "attacks you can use on opponents." msgstr "" #: gnu/packages/games.scm:691 msgid "Terminal-based Tetris clone" msgstr "" #: gnu/packages/games.scm:692 msgid "" "Vitetris is a classic multiplayer Tetris clone for the\n" "terminal." msgstr "" #: gnu/packages/games.scm:734 msgid "Platform action game featuring a blob with a lot of weapons" msgstr "" #: gnu/packages/games.scm:735 msgid "" "Blobwars: Metal Blob Solid is a 2D platform game, the first\n" "in the Blobwars series. You take on the role of a fearless Blob agent. Your\n" "mission is to infiltrate various enemy bases and rescue as many MIAs as\n" "possible, while battling many vicious aliens." msgstr "" #: gnu/packages/games.scm:826 msgid "Collection of the old text-based games and amusements" msgstr "" #: gnu/packages/games.scm:828 msgid "" "These are the BSD games.\n" "\n" "Action: atc (keep the airplanes safe), hack (explore the dangerous Dungeon),\n" "hunt (kill the others for the Pair of Boots, multi-player only), robots (avoid\n" "the evil robots), sail (game of naval warfare with wooden ships), snake (steal\n" "the $$ from the cave, anger the snake, and get out alive), tetris (game of\n" "lining up the falling bricks of different shapes), and worm (eat, grow big,\n" "and neither bite your tail, nor ram the wall).\n" "\n" "Amusements: banner (prints a large banner), bcd & morse & ppt (print a punch\n" "card, or paper tape, or Morse codes), caesar & rot13 (ciphers and deciphers\n" "the input), factor (factorizes a number), number (translates numbers into\n" "text), pig (translates from English to Pig Latin), pom (should print the\n" "Moon's phase), primes (generates primes), rain & worms (plays an screen-saver\n" "in terminal), random (prints randomly chosen lines from files, or returns a\n" "random exit-code), and wtf (explains what do some acronyms mean).\n" "\n" "Board: backgammon (lead the men out of board faster than the friend do),\n" "boggle (find the words in the square of letters), dab (game of dots and\n" "boxes), gomoku (game of five in a row), hangman (guess a word before man is\n" "hanged), and monop (game of monopoly, hot-seat only). Also the card-games:\n" "canfield, cribbage, fish (juniors game), and mille.\n" "\n" "Quests: adventure (search for treasures with the help of wizard),\n" "battlestar (explore the world around, starting from dying spaceship),\n" "phantasia (role-play as an rogue), trek (hunt the Klingons, and save the\n" "Federation), and wump (hunt the big smelly Wumpus in a dark cave).\n" "\n" "Quizzes: arithmetic and quiz." msgstr "" #: gnu/packages/games.scm:921 msgid "3D first person tank battle game" msgstr "" #: gnu/packages/games.scm:923 msgid "" "BZFlag is a 3D multi-player multiplatform tank battle game that\n" "allows users to play against each other in a network environment.\n" "There are five teams: red, green, blue, purple and rogue (rogue tanks\n" "are black). Destroying a player on another team scores a win, while\n" "being destroyed or destroying a teammate scores a loss. Rogues have\n" "no teammates (not even other rogues), so they cannot shoot teammates\n" "and they do not have a team score.\n" "\n" "There are two main styles of play: capture-the-flag and free-for-all.\n" "In capture-the-flag, each team (except rogues) has a team base and\n" "each team with at least one player has a team flag. The object is to\n" "capture an enemy team's flag by bringing it to your team's base. This\n" "destroys every player on the captured team, subtracts one from that\n" "team's score, and adds one to your team's score. In free-for-all,\n" "there are no team flags or team bases. The object is simply to get as\n" "high a score as possible." msgstr "" #: gnu/packages/games.scm:1004 msgid "Survival horror roguelike video game" msgstr "" #: gnu/packages/games.scm:1006 msgid "" "Cataclysm: Dark Days Ahead (or \"DDA\" for short) is a roguelike set\n" "in a post-apocalyptic world. Struggle to survive in a harsh, persistent,\n" "procedurally generated world. Scavenge the remnants of a dead civilization\n" "for food, equipment, or, if you are lucky, a vehicle with a full tank of gas\n" "to get you out of Dodge. Fight to defeat or escape from a wide variety of\n" "powerful monstrosities, from zombies to giant insects to killer robots and\n" "things far stranger and deadlier, and against the others like yourself, that\n" "want what you have." msgstr "" #: gnu/packages/games.scm:1054 msgid "Tabletop card game simulator" msgstr "" #: gnu/packages/games.scm:1055 msgid "" "Cockatrice is a program for playing tabletop card games\n" "over a network. Its server design prevents users from manipulating the game\n" "for unfair advantage. The client also provides a single-player mode, which\n" "allows users to brew while offline." msgstr "" #: gnu/packages/games.scm:1107 msgid "Implementation of the @i{Theme Hospital} game engine" msgstr "" #: gnu/packages/games.scm:1109 msgid "" "This package provides a reimplementation of the 1997 Bullfrog business\n" "simulation game @i{Theme Hospital}. As well as faithfully recreating the\n" "original engine, CorsixTH adds support for high resolutions, custom levels and\n" "more. This package does @emph{not} provide the game assets." msgstr "" #: gnu/packages/games.scm:1150 msgid "Speaking cow text filter" msgstr "" #: gnu/packages/games.scm:1151 msgid "" "Cowsay is basically a text filter. Send some text into it,\n" "and you get a cow saying your text. If you think a talking cow isn't enough,\n" "cows can think too: all you have to do is run @command{cowthink}. If you're\n" "tired of cows, a variety of other ASCII-art messengers are available." msgstr "" #: gnu/packages/games.scm:1180 msgid "Fallout 2 game engine" msgstr "" #: gnu/packages/games.scm:1181 #, scheme-format msgid "" "This package provides the Fallout 2 game engine. Game data\n" "should be placed in @file{~/.local/share/falltergeist}." msgstr "" #: gnu/packages/games.scm:1291 msgid "3D billiard game" msgstr "" #: gnu/packages/games.scm:1292 msgid "" "FooBillard++ is an advanced 3D OpenGL billiard game\n" "based on the original foobillard 3.0a sources from Florian Berger.\n" "You can play it with one or two players or against the computer.\n" "\n" "The game features:\n" "\n" "@itemize\n" "@item Wood paneled table with gold covers and gold diamonds.\n" "@item Reflections on balls.\n" "@item Zoom in and out, rotation, different angles and bird's eye view.\n" "@item Different game modes: 8 or 9-ball, Snooker or Carambole.\n" "@item Tournaments. Compete against other players.\n" "@item Animated cue with strength and eccentric hit adjustment.\n" "@item Jump shots and snipping.\n" "@item Realistic gameplay and billiard sounds.\n" "@item Red-Green stereo.\n" "@item And much more.\n" "@end itemize" msgstr "" #: gnu/packages/games.scm:1350 msgid "Free content game based on the Doom engine" msgstr "" #: gnu/packages/games.scm:1359 msgid "" "The Freedoom project aims to create a complete free content first person\n" "shooter game. Freedoom by itself is just the raw material for a game: it must\n" "be paired with a compatible game engine (such as @code{prboom-plus}) to be\n" "played. Freedoom complements the Doom engine with free levels, artwork, sound\n" "effects and music to make a completely free game." msgstr "" #: gnu/packages/games.scm:1412 msgid "Isometric role-playing game against killer robots" msgstr "" #: gnu/packages/games.scm:1414 msgid "" "Freedroid RPG is an @dfn{RPG} (Role-Playing Game) with isometric graphics.\n" "The game tells the story of a world destroyed by a conflict between robots and\n" "their human masters. To restore peace to humankind, the player must complete\n" "numerous quests while fighting off rebelling robots---either by taking control\n" "of them, or by simply blasting them to pieces with melee and ranged weapons in\n" "real-time combat." msgstr "" #: gnu/packages/games.scm:1477 msgid "Software for exploring cellular automata" msgstr "" #: gnu/packages/games.scm:1479 msgid "" "Golly simulates Conway's Game of Life and many other types of cellular\n" "automata. The following features are available:\n" "@enumerate\n" "@item Support for bounded and unbounded universes, with cells of up to 256\n" " states.\n" "@item Support for multiple algorithms, including Bill Gosper's Hashlife\n" " algorithm.\n" "@item Loading patterns from BMP, PNG, GIF and TIFF image files.\n" "@item Reading RLE, macrocell, Life 1.05/1.06, dblife and MCell files.\n" "@item Scriptable via Lua or Python.\n" "@item Extracting patterns, rules and scripts from zip files.\n" "@item Downloading patterns, rules and scripts from online archives.\n" "@item Pasting patterns from the clipboard.\n" "@item Unlimited undo/redo.\n" "@item Configurable keyboard shortcuts.\n" "@item Auto fit option to keep patterns within the view.\n" "@end enumerate" msgstr "" #: gnu/packages/games.scm:1534 msgid "Joy-Con controller daemon" msgstr "" #: gnu/packages/games.scm:1535 msgid "" "This package provides a userspace daemon for the Nintendo\n" "Joy-Con controllers." msgstr "" #: gnu/packages/games.scm:1563 msgid "Re-implementation of Caesar III game engine" msgstr "" #: gnu/packages/games.scm:1565 msgid "" "Engine for Caesar III, a city-building real-time strategy game.\n" "Julius includes some UI enhancements while preserving the logic (including\n" "bugs) of the original game, so that saved games are compatible. This package\n" "does not include game data." msgstr "" #: gnu/packages/games.scm:1599 msgid "Re-implementation of Caesar III game engine with gameplay changes" msgstr "" #: gnu/packages/games.scm:1601 msgid "" "Fork of Julius, an engine for the a city-building real-time strategy\n" "game Caesar III. Gameplay enhancements include:\n" "\n" "@itemize\n" "@item roadblocks;\n" "@item market special orders;\n" "@item global labour pool;\n" "@item partial warehouse storage;\n" "@item increased game limits;\n" "@item zoom controls.\n" "@end itemize\n" msgstr "" #: gnu/packages/games.scm:1639 msgid "Puzzle/platform game" msgstr "" #: gnu/packages/games.scm:1640 msgid "" "Me and My Shadow is a puzzle/platform game in which you try\n" "to reach the exit by solving puzzles. Spikes, moving blocks, fragile blocks\n" "and much more stand between you and the exit. Record your moves and let your\n" "shadow mimic them to reach blocks you couldn't reach alone." msgstr "" #: gnu/packages/games.scm:1692 msgid "2D retro side-scrolling game" msgstr "" #: gnu/packages/games.scm:1693 msgid "" "@code{Open Surge} is a 2D retro side-scrolling platformer\n" "inspired by the Sonic games. The player runs at high speeds through each\n" "level while collecting items and avoiding obstacles. The game includes a\n" "built-in level editor." msgstr "" #: gnu/packages/games.scm:1738 msgid "Multiplayer dungeon game involving knights and quests" msgstr "" #: gnu/packages/games.scm:1739 msgid "" "Knights is a multiplayer game involving several knights who\n" "must run around a dungeon and complete various quests. Each game revolves\n" "around a quest – for example, you might have to find some items and carry them\n" "back to your starting point. This may sound easy, but as there are only\n" "enough items in the dungeon for one player to win, you may end up having to\n" "kill your opponents to get their stuff! Other quests involve escaping from\n" "the dungeon, fighting a duel to the death against the enemy knights, or\n" "destroying an ancient book using a special wand." msgstr "" #: gnu/packages/games.scm:1788 msgid "Move the tiles until you obtain the 2048 tile" msgstr "" #: gnu/packages/games.scm:1789 msgid "" "GNOME 2048 provides a 2D grid for playing 2048, a\n" "single-player sliding tile puzzle game. The objective of the game is to merge\n" "together adjacent tiles of the same number until the sum of 2048 is achieved\n" "in one tile." msgstr "" #: gnu/packages/games.scm:1827 #, fuzzy #| msgid "Music player for GNOME" msgid "Chess board for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/games.scm:1828 msgid "" "GNOME Chess provides a 2D board for playing chess games\n" "against human or computer players. It supports loading and saving games in\n" "Portable Game Notation. To play against a computer, install a chess engine\n" "such as chess or stockfish." msgstr "" #: gnu/packages/games.scm:1888 msgid "Backgammon game" msgstr "" #: gnu/packages/games.scm:1889 msgid "" "The GNU backgammon application (also known as \"gnubg\") can\n" "be used for playing, analyzing and teaching the game. It has an advanced\n" "evaluation engine based on artificial neural networks suitable for both\n" "beginners and advanced players. In addition to a command-line interface, it\n" "also features an attractive, 3D representation of the playing board." msgstr "" #: gnu/packages/games.scm:1928 msgid "3d Rubik's cube game" msgstr "Trójwymiarowa kostka Rubika" #: gnu/packages/games.scm:1930 msgid "" "GNUbik is a puzzle game in which you must manipulate a cube to make\n" "each of its faces have a uniform color. The game is customizable, allowing\n" "you to set the size of the cube (the default is 3x3) or to change the colors.\n" "You may even apply photos to the faces instead of colors. The game is\n" "scriptable with Guile." msgstr "" #: gnu/packages/games.scm:1952 msgid "The game of Shogi (Japanese chess)" msgstr "" #: gnu/packages/games.scm:1953 msgid "" "GNU Shogi is a program that plays the game Shogi (Japanese\n" "Chess). It is similar to standard chess but this variant is far more complicated." msgstr "" #: gnu/packages/games.scm:1981 msgid "Tetris clone based on the SDL library" msgstr "" #: gnu/packages/games.scm:1983 msgid "" "LTris is a tetris clone: differently shaped blocks are falling down the\n" "rectangular playing field and can be moved sideways or rotated by 90 degree\n" "units with the aim of building lines without gaps which then disappear (causing\n" "any block above the deleted line to fall down). LTris has three game modes: In\n" "Classic you play until the stack of blocks reaches the top of the playing field\n" "and no new blocks can enter. In Figures the playing field is reset to a new\n" "figure each level and later on tiles and lines suddenly appear. In Multiplayer\n" "up to three players (either human or CPU) compete with each other sending\n" "removed lines to all opponents. There is also a Demo mode in which you can\n" "watch your CPU playing while enjoying a cup of tea!" msgstr "" #: gnu/packages/games.scm:2105 msgid "Classic dungeon crawl game" msgstr "" #: gnu/packages/games.scm:2106 msgid "" "NetHack is a single player dungeon exploration game that runs\n" "on a wide variety of computer systems, with a variety of graphical and text\n" "interfaces all using the same game engine. Unlike many other Dungeons &\n" "Dragons-inspired games, the emphasis in NetHack is on discovering the detail of\n" "the dungeon and not simply killing everything in sight - in fact, killing\n" "everything in sight is a good way to die quickly. Each game presents a\n" "different landscape - the random number generator provides an essentially\n" "unlimited number of variations of the dungeon and its denizens to be discovered\n" "by the player in one of a number of characters: you can pick your race, your\n" "role, and your gender." msgstr "" #: gnu/packages/games.scm:2148 msgid "Logical tile puzzle" msgstr "" #: gnu/packages/games.scm:2150 msgid "" "PipeWalker is a simple puzzle game with many diffent themes: connect all\n" "computers to one network server, bring water from a source to the taps, etc.\n" "The underlying mechanism is always the same: you must turn each tile in the\n" "grid in the right direction to combine all components into a single circuit.\n" "Every puzzle has a complete solution, although there may be more than one." msgstr "" #: gnu/packages/games.scm:2197 msgid "Version of the classic 3D shoot'em'up game Doom" msgstr "" #: gnu/packages/games.scm:2199 msgid "PrBoom+ is a Doom source port developed from the original PrBoom project." msgstr "" #: gnu/packages/games.scm:2246 msgid "Action platformer game" msgstr "" #: gnu/packages/games.scm:2248 msgid "" "ReTux is an action platformer loosely inspired by the Mario games,\n" "utilizing the art assets from the @code{SuperTux} project." msgstr "" #: gnu/packages/games.scm:2283 msgid "Thematic meditative game" msgstr "" #: gnu/packages/games.scm:2285 msgid "" "You are a robot moving around in a realm filled with ASCII characters.\n" "Examine humorously described though useless items as you search for a kitten\n" "among them. The theme of this Zen simulation is continued in its\n" "documentation." msgstr "" #: gnu/packages/games.scm:2388 msgid "Classical roguelike/sandbox game" msgstr "" #: gnu/packages/games.scm:2390 msgid "" "RogueBox Adventures is a graphical roguelike with strong influences\n" "from sandbox games like Minecraft or Terraria. The main idea of RogueBox\n" "Adventures is to offer the player a kind of roguelike toy-world. This world\n" "can be explored and changed freely." msgstr "" #: gnu/packages/games.scm:2498 msgid "Help Barbie the seahorse float on bubbles to the moon" msgstr "" #: gnu/packages/games.scm:2500 msgid "" "Barbie Seahorse Adventures is a retro style platform arcade game.\n" "You are Barbie the seahorse who travels through the jungle, up to the\n" "volcano until you float on bubbles to the moon. On the way to your\n" "final destination you will encounter various enemies, servants of the\n" "evil overlord who has stolen the galaxy crystal. Avoid getting hit\n" "and defeat them with your bubbles!" msgstr "" #: gnu/packages/games.scm:2558 msgid "Lightweight game engine for Action-RPGs" msgstr "" #: gnu/packages/games.scm:2560 msgid "" "Solarus is a 2D game engine written in C++, that can run games\n" "scripted in Lua. It has been designed with 16-bit classic Action-RPGs\n" "in mind." msgstr "" #: gnu/packages/games.scm:2587 msgid "Create and modify quests for the Solarus engine" msgstr "" #: gnu/packages/games.scm:2589 msgid "" "Solarus Quest Editor is a graphical user interface to create and\n" "modify quests for the Solarus engine." msgstr "" #: gnu/packages/games.scm:2664 msgid "Fast-paced local multiplayer arcade game" msgstr "" #: gnu/packages/games.scm:2665 msgid "" "In SuperStarfighter, up to four local players compete in a\n" "2D arena with fast-moving ships and missiles. Different game types are\n" "available, as well as a single-player mode with AI-controlled ships." msgstr "" #: gnu/packages/games.scm:2693 msgid "Jigsaw puzzle game that uses tetrominoes for the pieces" msgstr "" #: gnu/packages/games.scm:2695 msgid "" "Tetzle is a jigsaw puzzle game that uses tetrominoes for the pieces. Any image\n" "can be imported and used to create puzzles with a wide range of sizes. Games are\n" "saved automatically, and you can select between currently in progress games." msgstr "" #: gnu/packages/games.scm:2826 msgid "Fast-paced single-player racing game" msgstr "" #: gnu/packages/games.scm:2827 msgid "" "Trigger-rally is a 3D rally simulation with great physics\n" "for drifting on over 200 maps. Different terrain materials like dirt,\n" "asphalt, sand, ice, etc. and various weather, light, and fog conditions give\n" "this rally simulation the edge over many other games. You need to make it\n" "through the maps in often tight time limits and can further improve by beating\n" "the recorded high scores. All attached single races must be finished in time\n" "in order to win an event, unlocking additional events and cars. Most maps are\n" "equipped with spoken co-driver notes and co-driver icons." msgstr "" #: gnu/packages/games.scm:2881 msgid "UFO: AI map generator" msgstr "" #: gnu/packages/games.scm:2883 msgid "" "This package provides @command{ufo2map}, a program used to generate\n" "maps for the UFO: Alien Invasion strategy game." msgstr "" #: gnu/packages/games.scm:2923 msgid "UFO: AI data files" msgstr "" #: gnu/packages/games.scm:2925 msgid "This package contains maps and other assets for UFO: Alien Invasion." msgstr "" #: gnu/packages/games.scm:3010 msgid "Turn-based tactical strategy game" msgstr "" #: gnu/packages/games.scm:3012 msgid "" "UFO: Alien Invasion is a tactical strategy game set in the year 2084.\n" "You control a secret organisation charged with defending Earth from a brutal\n" "alien enemy. Build up your bases, prepare your team, and dive head-first into\n" "the fast and flowing turn-based combat.\n" "\n" "Over the long term you will need to conduct research into the alien threat to\n" "figure out their mysterious goals and use their powerful weapons for your own\n" "ends. You will produce unique items and use them in combat against your\n" "enemies.\n" "\n" "You can also use them against your friends with the multiplayer functionality.\n" "\n" "Warning: This is a pre-release version of UFO: AI! Some things may not work\n" "properly." msgstr "" #: gnu/packages/games.scm:3048 msgid "User interface for gnushogi" msgstr "" #: gnu/packages/games.scm:3049 msgid "A graphical user interface for the package @code{gnushogi}." msgstr "" #: gnu/packages/games.scm:3101 msgid "GNU/Linux port of the indie game \"l'Abbaye des Morts\"" msgstr "" #: gnu/packages/games.scm:3102 msgid "" "L'Abbaye des Morts is a 2D platform game set in 13th century\n" "France. The Cathars, who preach about good Christian beliefs, were being\n" "expelled by the Catholic Church out of the Languedoc region in France. One of\n" "them, called Jean Raymond, found an old church in which to hide, not knowing\n" "that beneath its ruins lay buried an ancient evil." msgstr "" #: gnu/packages/games.scm:3145 msgid "Dungeon exploration roguelike" msgstr "" #: gnu/packages/games.scm:3146 msgid "" "Angband is a Classic dungeon exploration roguelike. Explore\n" "the depths below Angband, seeking riches, fighting monsters, and preparing to\n" "fight Morgoth, the Lord of Darkness." msgstr "" #: gnu/packages/games.scm:3192 msgid "Lemmings clone" msgstr "Klon Lemingów" #: gnu/packages/games.scm:3194 msgid "" "Pingus is a free Lemmings-like puzzle game in which the player takes\n" "command of a bunch of small animals and has to guide them through levels.\n" "Since the animals walk on their own, the player can only influence them by\n" "giving them commands, like build a bridge, dig a hole, or redirect all animals\n" "in the other direction. Multiple such commands are necessary to reach the\n" "level's exit. The game is presented in a 2D side view." msgstr "" #: gnu/packages/games.scm:3216 msgid "Convert English text to humorous dialects" msgstr "" #: gnu/packages/games.scm:3217 msgid "" "The GNU Talk Filters are programs that convert English text\n" "into stereotyped or otherwise humorous dialects. The filters are provided as\n" "a C library, so they can easily be integrated into other programs." msgstr "" #: gnu/packages/games.scm:3259 msgid "Shoot'em up fangame and libre clone of Touhou Project" msgstr "" #: gnu/packages/games.scm:3261 msgid "" "The player controls a character (one of three: Good, Bad, and Dead),\n" "dodges the missiles (lots of it cover the screen, but the character's hitbox\n" "is very small), and shoot at the adversaries that keep appear on the screen." msgstr "" #: gnu/packages/games.scm:3303 msgid "Simulate the display from \"The Matrix\"" msgstr "" #: gnu/packages/games.scm:3304 msgid "" "CMatrix simulates the display from \"The Matrix\" and is\n" "based on the screensaver from the movie's website. It works with terminal\n" "settings up to 132x300 and can scroll lines all at the same rate or\n" "asynchronously and at a user-defined speed." msgstr "" #: gnu/packages/games.scm:3334 msgid "Full chess implementation" msgstr "Pełna implementacja programu szachowego" #: gnu/packages/games.scm:3335 msgid "" "GNU Chess is a chess engine. It allows you to compete\n" "against the computer in a game of chess, either through the default terminal\n" "interface or via an external visual interface such as GNU XBoard." msgstr "" #: gnu/packages/games.scm:3395 msgid "Twisted adventures of young pig farmer Dink Smallwood" msgstr "" #: gnu/packages/games.scm:3397 msgid "" "GNU FreeDink is a free and portable re-implementation of the engine\n" "for the role-playing game Dink Smallwood. It supports not only the original\n" "game data files but it also supports user-produced game mods or \"D-Mods\".\n" "To that extent, it also includes a front-end for managing all of your D-Mods." msgstr "" #: gnu/packages/games.scm:3423 msgid "Game data for GNU Freedink" msgstr "" #: gnu/packages/games.scm:3425 msgid "This package contains the game data of GNU Freedink." msgstr "" #: gnu/packages/games.scm:3447 msgid "Front-end for managing and playing Dink Modules" msgstr "" #: gnu/packages/games.scm:3448 msgid "" "DFArc makes it easy to play and manage the GNU FreeDink game\n" "and its numerous D-Mods." msgstr "" #: gnu/packages/games.scm:3517 msgid "Graphical user interface for chess programs" msgstr "" #: gnu/packages/games.scm:3518 msgid "" "GNU XBoard is a graphical board for all varieties of chess,\n" "including international chess, xiangqi (Chinese chess), shogi (Japanese chess)\n" "and Makruk. Several lesser-known variants are also supported. It presents a\n" "fully interactive graphical interface and it can load and save games in the\n" "Portable Game Notation." msgstr "" #: gnu/packages/games.scm:3551 msgid "Typing tutor" msgstr "Nauka pisania" #: gnu/packages/games.scm:3553 msgid "" "GNU Typist is a universal typing tutor. It can be used to learn and\n" "practice touch-typing. Several tutorials are included; in addition to\n" "tutorials for the standard QWERTY layout, there are also tutorials for the\n" "alternative layouts Dvorak and Colemak, as well as for the numpad. Tutorials\n" "are primarily in English, however some in other languages are provided." msgstr "" #: gnu/packages/games.scm:3629 msgid "3D game engine written in C++" msgstr "" #: gnu/packages/games.scm:3631 msgid "" "The Irrlicht Engine is a high performance realtime 3D engine written in\n" "C++. Features include an OpenGL renderer, extensible materials, scene graph\n" "management, character animation, particle and other special effects, support\n" "for common mesh file formats, and collision detection." msgstr "" #: gnu/packages/games.scm:3703 msgid "2D space shooter" msgstr "" #: gnu/packages/games.scm:3705 msgid "" "M.A.R.S. is a 2D space shooter with pretty visual effects and\n" "attractive physics. Players can battle each other or computer controlled\n" "enemies in different game modes such as space ball, death match, team death\n" "match, cannon keep, and grave-itation pit." msgstr "" #: gnu/packages/games.scm:3742 msgid "Curses Implementation of the Glk API" msgstr "" #: gnu/packages/games.scm:3744 msgid "" "Glk defines a portable API for applications with text UIs. It was\n" "primarily designed for interactive fiction, but it should be suitable for many\n" "interactive text utilities, particularly those based on a command line.\n" "This is an implementation of the Glk library which runs in a terminal window,\n" "using the @code{curses.h} library for screen control." msgstr "" #: gnu/packages/games.scm:3782 msgid "Interpreter for Glulx VM" msgstr "" #: gnu/packages/games.scm:3784 msgid "" "Glulx is a 32-bit portable virtual machine intended for writing and\n" "playing interactive fiction. It was designed by Andrew Plotkin to relieve\n" "some of the restrictions in the venerable Z-machine format. This is the\n" "reference interpreter, using the Glk API." msgstr "" #: gnu/packages/games.scm:3808 msgid "Cross platform GUI library specifically for games" msgstr "" #: gnu/packages/games.scm:3810 msgid "" "Fifechan is a lightweight cross platform GUI library written in C++\n" "specifically designed for games. It has a built in set of extendable GUI\n" "Widgets, and allows users to create more." msgstr "" #: gnu/packages/games.scm:3883 msgid "FIFE is a multi-platform isometric game engine written in C++" msgstr "" #: gnu/packages/games.scm:3885 msgid "" "@acronym{FIFE, Flexible Isometric Free Engine} is a multi-platform\n" "isometric game engine. Python bindings are included allowing users to create\n" "games using Python as well as C++." msgstr "" #: gnu/packages/games.scm:3918 msgid "Z-machine interpreter" msgstr "" #: gnu/packages/games.scm:3920 msgid "" "Fizmo is a console-based Z-machine interpreter. It is used to play\n" "interactive fiction, also known as text adventures, which were implemented\n" "either by Infocom or created using the Inform compiler." msgstr "" #: gnu/packages/games.scm:3941 msgid "Play the game of Go" msgstr "Gra w Go" #: gnu/packages/games.scm:3943 msgid "" "GNU Go is a program that plays the game of Go, in which players\n" "place stones on a grid to form territory or capture other stones. While\n" "it can be played directly from the terminal, rendered in ASCII characters,\n" "it is also possible to play GNU Go with 3rd party graphical interfaces or\n" "even in Emacs. It supports the standard game storage format (SGF, Smart\n" "Game Format) and inter-process communication format (GMP, Go Modem\n" "Protocol)." msgstr "" #: gnu/packages/games.scm:3970 msgid "High-speed arctic racing game based on Tux Racer" msgstr "" #: gnu/packages/games.scm:3972 msgid "" "Extreme Tux Racer, or etracer as it is called for short, is\n" "a simple OpenGL racing game featuring Tux, the Linux mascot. The goal of the\n" "game is to slide down a snow- and ice-covered mountain as quickly as possible,\n" "avoiding the trees and rocks that will slow you down.\n" "\n" "Collect herrings and other goodies while sliding down the hill, but avoid fish\n" "bones.\n" "\n" "This game is based on the GPL version of the famous game TuxRacer." msgstr "" #: gnu/packages/games.scm:4066 msgid "Role-playing game engine compatible with Ultima VII" msgstr "" #: gnu/packages/games.scm:4068 #, scheme-format msgid "" "Exult is an Ultima 7 game engine that runs on modern operating systems.\n" "Ultima 7 (or Ultima VII) is a two-part @acronym{RPG, role-playing game} from the\n" "early 1990s.\n" "\n" "Exult is fully compatible with the original Ultima 7, but doesn't require any\n" "of its data files to be useful. Explore entirely new game worlds---or create\n" "your own with the included game and map editor, Exult Studio.\n" "\n" "This package expects the game(s) to be placed in subdirectories of\n" "@file{~/.local/share/exult}." msgstr "" #: gnu/packages/games.scm:4141 msgid "3D kart racing game" msgstr "" #: gnu/packages/games.scm:4142 msgid "" "SuperTuxKart is a 3D kart racing game, with a focus on\n" "having fun over realism. You can play with up to 4 friends on one PC, racing\n" "against each other or just trying to beat the computer; single-player mode is\n" "also available." msgstr "" #: gnu/packages/games.scm:4216 msgid "Isometric realtime strategy, economy and city building simulation" msgstr "" #: gnu/packages/games.scm:4218 msgid "" "Unknown Horizons is a 2D realtime strategy simulation with an emphasis\n" "on economy and city building. Expand your small settlement to a strong and\n" "wealthy colony, collect taxes and supply your inhabitants with valuable\n" "goods. Increase your power with a well balanced economy and with strategic\n" "trade and diplomacy." msgstr "" #: gnu/packages/games.scm:4269 msgid "Game of jumping to the next floor, trying not to fall" msgstr "" #: gnu/packages/games.scm:4271 msgid "" "GNUjump is a simple, yet addictive game in which you must jump from\n" "platform to platform to avoid falling, while the platforms drop at faster rates\n" "the higher you go. The game features multiplayer, unlimited FPS, smooth floor\n" "falling, themeable graphics and sounds, and replays." msgstr "" #: gnu/packages/games.scm:4305 msgid "Turn-based strategy game" msgstr "" #: gnu/packages/games.scm:4307 msgid "" "The Battle for Wesnoth is a fantasy, turn based tactical strategy game,\n" "with several single player campaigns, and multiplayer games (both networked and\n" "local).\n" "\n" "Battle for control on a range of maps, using variety of units which have\n" "advantages and disadvantages against different types of attacks. Units gain\n" "experience and advance levels, and are carried over from one scenario to the\n" "next campaign." msgstr "" #: gnu/packages/games.scm:4326 msgid "Dedicated @emph{Battle for Wesnoth} server" msgstr "" #: gnu/packages/games.scm:4327 msgid "" "This package contains a dedicated server for @emph{The\n" "Battle for Wesnoth}." msgstr "" #: gnu/packages/games.scm:4367 msgid "Mouse and keyboard discovery for children" msgstr "" #: gnu/packages/games.scm:4369 msgid "" "Gamine is a game designed for young children who are learning to use the\n" "mouse and keyboard. The child uses the mouse to draw colored dots and lines\n" "on the screen and keyboard to display letters." msgstr "" #: gnu/packages/games.scm:4399 msgid "Client for 'The Mana World' and similar games" msgstr "" #: gnu/packages/games.scm:4401 msgid "" "ManaPlus is a 2D MMORPG client for game servers. It is the only\n" "fully supported client for @uref{http://www.themanaworld.org, The mana\n" "world}, @uref{http://evolonline.org, Evol Online} and\n" "@uref{http://landoffire.org, Land of fire}." msgstr "" #: gnu/packages/games.scm:4432 msgid "Transportation economics simulator game" msgstr "" #: gnu/packages/games.scm:4433 msgid "" "OpenTTD is a game in which you transport goods and\n" "passengers by land, water and air. It is a re-implementation of Transport\n" "Tycoon Deluxe with many enhancements including multiplayer mode,\n" "internationalization support, conditional orders and the ability to clone,\n" "autoreplace and autoupdate vehicles. This package only includes the game\n" "engine. When you start it you will be prompted to download a graphics set." msgstr "" #: gnu/packages/games.scm:4494 msgid "Base graphics set for OpenTTD" msgstr "" #: gnu/packages/games.scm:4496 msgid "" "The OpenGFX project is an implementation of the OpenTTD base graphics\n" "set that aims to ensure the best possible out-of-the-box experience.\n" "\n" "OpenGFX provides you with...\n" "@enumerate\n" "@item All graphics you need to enjoy OpenTTD.\n" "@item Uniquely drawn rail vehicles for every climate.\n" "@item Completely snow-aware rivers.\n" "@item Different river and sea water.\n" "@item Snow-aware buoys.\n" "@end enumerate" msgstr "" #: gnu/packages/games.scm:4553 msgid "Base sounds for OpenTTD" msgstr "" #: gnu/packages/games.scm:4554 msgid "" "OpenSFX is a set of free base sounds for OpenTTD which make\n" "it possible to play OpenTTD without requiring the proprietary sound files from\n" "the original Transport Tycoon Deluxe." msgstr "" #: gnu/packages/games.scm:4597 #, fuzzy #| msgid "Music player for GNOME" msgid "Music set for OpenTTD" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/games.scm:4598 msgid "" "OpenMSX is a music set for OpenTTD which makes it possible\n" "to play OpenTTD without requiring the proprietary music from the original\n" "Transport Tycoon Deluxe." msgstr "" #: gnu/packages/games.scm:4675 msgid "Title sequences for OpenRCT2" msgstr "" #: gnu/packages/games.scm:4677 msgid "openrct2-title-sequences is a set of title sequences for OpenRCT2." msgstr "" #: gnu/packages/games.scm:4715 msgid "Objects for OpenRCT2" msgstr "" #: gnu/packages/games.scm:4717 msgid "openrct2-objects is a set of objects for OpenRCT2." msgstr "" #: gnu/packages/games.scm:4779 msgid "Free software re-implementation of RollerCoaster Tycoon 2" msgstr "" #: gnu/packages/games.scm:4780 msgid "" "OpenRCT2 is a free software re-implementation of\n" "RollerCoaster Tycoon 2 (RCT2). The gameplay revolves around building and\n" "maintaining an amusement park containing attractions, shops and facilities.\n" "\n" "Note that this package does @emph{not} provide the game assets (sounds,\n" "images, etc.)" msgstr "" #: gnu/packages/games.scm:4816 msgid "Japanese Mahjong client" msgstr "" #: gnu/packages/games.scm:4818 msgid "" "OpenRiichi is a client for playing Japanese Mahjong, and it supports\n" "singleplayer and multiplayer, with or without bots. It features all the\n" "standard riichi rules, as well as some optional ones. It also supports game\n" "logging, so games can be viewed again." msgstr "" #: gnu/packages/games.scm:4867 #, fuzzy #| msgid "Terminal emulator" msgid "Pinball simulator" msgstr "Emulator terminala" #: gnu/packages/games.scm:4868 msgid "" "The Emilia Pinball Project is a pinball simulator. There\n" "are only two levels to play with, but they are very addictive." msgstr "" #: gnu/packages/games.scm:4896 msgid "Board game inspired by The Settlers of Catan" msgstr "" #: gnu/packages/games.scm:4897 msgid "" "Pioneers is an emulation of the board game The Settlers of\n" "Catan. It can be played on a local network, on the internet, and with AI\n" "players." msgstr "" #: gnu/packages/games.scm:4938 gnu/packages/gnome.scm:5424 msgid "Logic puzzle game" msgstr "" #: gnu/packages/games.scm:4939 msgid "" "The goal of this logic game is to open all cards in a 6x6\n" "grid, using a number of hints as to their relative position. The game idea\n" "is attributed to Albert Einstein." msgstr "" #: gnu/packages/games.scm:4967 msgid "MUD and telnet client" msgstr "" #: gnu/packages/games.scm:4969 msgid "" "POWWOW is a client software which can be used for telnet as well as for\n" "@dfn{Multi-User Dungeon} (MUD). Additionally it can serve as a nice client for\n" "the chat server psyced with the specific config located at\n" "http://lavachat.symlynx.com/unix/" msgstr "" #: gnu/packages/games.scm:5074 msgid "Arena shooter derived from the Cube 2 engine" msgstr "" #: gnu/packages/games.scm:5076 msgid "" "Red Eclipse is an arena shooter, created from the Cube2 engine.\n" "Offering an innovative parkour system and distinct but all potent weapons,\n" "Red Eclipse provides fast paced and accessible gameplay." msgstr "" #: gnu/packages/games.scm:5139 msgid "Text adventure game" msgstr "" #: gnu/packages/games.scm:5141 msgid "" "Grue Hunter is a text adventure game written in Perl. You must make\n" "your way through an underground cave system in search of the Grue. Can you\n" "capture it and get out alive?" msgstr "" #: gnu/packages/games.scm:5178 msgid "Old-school earthworm action game" msgstr "" #: gnu/packages/games.scm:5180 msgid "" "lierolibre is an earthworm action game where you fight another player\n" "(or the computer) underground using a wide array of weapons.\n" "\n" "Features:\n" "@itemize\n" "@item 2 worms, 40 weapons, great playability, two game modes: Kill'em All\n" "and Game of Tag, plus AI-players without true intelligence!\n" "@item Dat nostalgia.\n" "@item Extensions via a hidden F1 menu:\n" "@itemize\n" "@item Replays\n" "@item Game controller support\n" "@item Powerlevel palettes\n" "@end itemize\n" "@item Ability to write game variables to plain text files.\n" "@item Ability to load game variables from both EXE and plain text files.\n" "@item Scripts to extract and repack graphics, sounds and levels.\n" "@end itemize\n" "\n" "To switch between different window sizes, use F6, F7 and F8, to switch to\n" "fullscreen, use F5 or Alt+Enter." msgstr "" #: gnu/packages/games.scm:5258 msgid "Play tennis against the computer or a friend" msgstr "" #: gnu/packages/games.scm:5259 msgid "" "Tennix is a 2D tennis game. You can play against the\n" "computer or against another player using the keyboard. The game runs\n" "in-window at 640x480 resolution or fullscreen." msgstr "" #: gnu/packages/games.scm:5342 msgid "3D Real-time strategy and real-time tactics game" msgstr "" #: gnu/packages/games.scm:5344 msgid "" "Warzone 2100 offers campaign, multi-player, and single-player skirmish\n" "modes. An extensive tech tree with over 400 different technologies, combined\n" "with the unit design system, allows for a wide variety of possible units and\n" "tactics." msgstr "" #: gnu/packages/games.scm:5418 msgid "Fantasy real-time strategy game" msgstr "" #: gnu/packages/games.scm:5420 msgid "" "In Widelands, you are the regent of a small clan. You start out with\n" "nothing but your headquarters, where all your resources are stored.\n" "\n" "In the course of the game, you will build an ever growing settlement. Every\n" "member of your clan will do his or her part to produce more resources---wood,\n" "food, iron, gold and more---to further this growth. The economic network is\n" "complex and different in the five tribes (Barbarians, Empire, Atlanteans,\n" "Frisians and Amazons).\n" "\n" "As you are not alone in the world, you will meet other clans sooner or later.\n" "Some of them may be friendly and you may eventually trade with them. However,\n" "if you want to rule the world, you will have to train soldiers and fight.\n" "\n" "Widelands offers single-player mode with different campaigns; the campaigns\n" "all tell stories of tribes and their struggle in the Widelands universe!\n" "However, settling really starts when you unite with friends over the Internet\n" "or LAN to build up new empires together---or to crush each other in the dusts\n" "of war. Widelands also offers an Artificial Intelligence to challenge you." msgstr "" #: gnu/packages/games.scm:5470 msgid "2D scrolling shooter game" msgstr "" #: gnu/packages/games.scm:5472 msgid "" "In the year 2579, the intergalactic weapons corporation, WEAPCO, has\n" "dominated the galaxy. Guide Chris Bainfield and his friend Sid Wilson on\n" "their quest to liberate the galaxy from the clutches of WEAPCO. Along the\n" "way, you will encounter new foes, make new allies, and assist local rebels\n" "in strikes against the evil corporation." msgstr "" #: gnu/packages/games.scm:5501 msgid "Fast-paced, arcade-style, top-scrolling space shooter" msgstr "" #: gnu/packages/games.scm:5503 msgid "" "In this game you are the captain of the cargo ship Chromium B.S.U. and\n" "are responsible for delivering supplies to the troops on the front line. Your\n" "ship has a small fleet of robotic fighters which you control from the relative\n" "safety of the Chromium vessel." msgstr "" #: gnu/packages/games.scm:5584 msgid "Drawing software for children" msgstr "" #: gnu/packages/games.scm:5586 msgid "" "Tux Paint is a free drawing program designed for young children (kids\n" "ages 3 and up). It has a simple, easy-to-use interface; fun sound effects;\n" "and an encouraging cartoon mascot who helps guide children as they use the\n" "program. It provides a blank canvas and a variety of drawing tools to help\n" "your child be creative." msgstr "" #: gnu/packages/games.scm:5624 msgid "Stamp images for Tux Paint" msgstr "" #: gnu/packages/games.scm:5626 msgid "" "This package contains a set of \"Rubber Stamp\" images which can be used\n" "with the \"Stamp\" tool within Tux Paint." msgstr "" #: gnu/packages/games.scm:5673 msgid "Configure Tux Paint" msgstr "" #: gnu/packages/games.scm:5675 msgid "Tux Paint Config is a graphical configuration editor for Tux Paint." msgstr "" #: gnu/packages/games.scm:5726 msgid "2D platformer game" msgstr "" #: gnu/packages/games.scm:5727 msgid "" "SuperTux is a classic 2D jump'n run sidescroller game in\n" "a style similar to the original Super Mario games." msgstr "" #: gnu/packages/games.scm:5757 msgid "MUD client" msgstr "" #: gnu/packages/games.scm:5759 msgid "" "TinTin++ is a MUD client which supports MCCP (Mud Client Compression\n" "Protocol), MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET\n" "options used by MUDs, as well as those required to login via telnet on\n" "Linux / Mac OS X servers, and an auto mapper with a VT100 map display." msgstr "" #: gnu/packages/games.scm:5795 msgid "Programming game" msgstr "" #: gnu/packages/games.scm:5796 msgid "" "Learn programming, playing with ants and spider webs ;-)\n" "Your robot ant can be programmed in many languages: OCaml, Python, C, C++,\n" "Java, Ruby, Lua, JavaScript, Pascal, Perl, Scheme, Vala, Prolog. Experienced\n" "programmers may also add their own favorite language." msgstr "" #: gnu/packages/games.scm:5834 msgid "Keyboard mashing and doodling game for babies" msgstr "" #: gnu/packages/games.scm:5835 msgid "" "Bambam is a simple baby keyboard (and gamepad) masher\n" "application that locks the keyboard and mouse and instead displays bright\n" "colors, pictures, and sounds." msgstr "" #: gnu/packages/games.scm:5894 msgid "Arcade-style fire fighting game" msgstr "" #: gnu/packages/games.scm:5896 msgid "" "Mr. Rescue is an arcade styled 2d action game centered around evacuating\n" "civilians from burning buildings. The game features fast-paced fire\n" "extinguishing action, intense boss battles, a catchy soundtrack, and lots of\n" "throwing people around in pseudo-randomly generated buildings." msgstr "" #: gnu/packages/games.scm:5963 msgid "Non-euclidean graphical rogue-like game" msgstr "" #: gnu/packages/games.scm:5965 msgid "" "HyperRogue is a game in which the player collects treasures and fights\n" "monsters -- rogue-like but for the fact that it is played on the hyperbolic\n" "plane and not in euclidean space.\n" "\n" "In HyperRogue, the player can move through different parts of the world, which\n" "are home to particular creatures and may be subject to their own rules of\n" "\"physics\".\n" "\n" "While the game can use ASCII characters to display the the classical rogue\n" "symbols, it still needs graphics to render the non-euclidean world." msgstr "" #: gnu/packages/games.scm:6010 msgid "Shooter with space station destruction" msgstr "" #: gnu/packages/games.scm:6012 msgid "" "Kobo Deluxe is an enhanced version of Akira Higuchi's XKobo graphical game\n" "for Un*x systems with X11." msgstr "" #: gnu/packages/games.scm:6039 msgid "Turn-based empire building strategy game" msgstr "" #: gnu/packages/games.scm:6040 msgid "" "Freeciv is a turn-based empire building strategy game\n" "inspired by the history of human civilization. The game commences in\n" "prehistory and your mission is to lead your tribe from the Stone Age\n" "into the Space Age." msgstr "" #: gnu/packages/games.scm:6071 msgid "Recreation of data decryption effect in \"Sneakers\"" msgstr "" #: gnu/packages/games.scm:6073 msgid "" "@code{No More Secrets} provides a command line tool called \"nms\"\n" "that recreates the famous data decryption effect seen on screen in the 1992\n" "movie \"Sneakers\".\n" "\n" "This command works on piped data. Pipe any ASCII or UTF-8 text to nms, and\n" "it will apply the hollywood effect, initially showing encrypted data, then\n" "starting a decryption sequence to reveal the original plaintext characters." msgstr "" #: gnu/packages/games.scm:6100 msgid "Data files for MegaGlest" msgstr "" #: gnu/packages/games.scm:6101 msgid "This package contains the data files required for MegaGlest." msgstr "" #: gnu/packages/games.scm:6155 msgid "3D real-time strategy (RTS) game" msgstr "" #: gnu/packages/games.scm:6156 msgid "" "MegaGlest is a cross-platform 3D real-time strategy (RTS)\n" "game, where you control the armies of one of seven different factions: Tech,\n" "Magic, Egypt, Indians, Norsemen, Persian or Romans." msgstr "" #: gnu/packages/games.scm:6207 msgid "Side-scrolling physics platformer with a ball of tar" msgstr "" #: gnu/packages/games.scm:6208 msgid "" "In FreeGish you control Gish, a ball of tar who lives\n" "happily with his girlfriend Brea, until one day a mysterious dark creature\n" "emerges from a sewer hole and pulls her below ground." msgstr "" #: gnu/packages/games.scm:6243 msgid "Classic overhead run-and-gun game" msgstr "" #: gnu/packages/games.scm:6244 msgid "" "C-Dogs SDL is a classic overhead run-and-gun game,\n" "supporting up to 4 players in co-op and deathmatch modes. Customize your\n" "player, choose from many weapons, and blast, slide and slash your way through\n" "over 100 user-created campaigns." msgstr "" #: gnu/packages/games.scm:6343 msgid "3D puzzle game" msgstr "" #: gnu/packages/games.scm:6344 msgid "" "Kiki the nano bot is a 3D puzzle game. It is basically a\n" "mixture of the games Sokoban and Kula-World. Your task is to help Kiki, a\n" "small robot living in the nano world, repair its maker." msgstr "" #: gnu/packages/games.scm:6419 msgid "2D retro multiplayer shooter game" msgstr "" #: gnu/packages/games.scm:6420 msgid "" "Teeworlds is an online multiplayer game. Battle with up to\n" "16 players in a variety of game modes, including Team Deathmatch and Capture\n" "The Flag. You can even design your own maps!" msgstr "" #: gnu/packages/games.scm:6479 msgid "Puzzle game with a dexterity component" msgstr "" #: gnu/packages/games.scm:6480 msgid "" "Enigma is a puzzle game with 550 unique levels. The object\n" "of the game is to find and uncover pairs of identically colored ‘Oxyd’ stones.\n" "Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams,\n" "and most of all, countless hairy puzzles usually block your direct way to the\n" "Oxyd stones. Enigma’s game objects (and there are hundreds of them, lest you\n" "get bored) interact in many unexpected ways, and since many of them follow the\n" "laws of physics (Enigma’s special laws of physics, that is), controlling them\n" "with the mouse isn’t always trivial." msgstr "" #: gnu/packages/games.scm:6513 msgid "Abstract puzzle game" msgstr "" #: gnu/packages/games.scm:6514 msgid "" "Chroma is an abstract puzzle game. A variety of colourful\n" "shapes are arranged in a series of increasingly complex patterns, forming\n" "fiendish traps that must be disarmed and mysterious puzzles that must be\n" "manipulated in order to give up their subtle secrets. Initially so\n" "straightforward that anyone can pick it up and begin to play, yet gradually\n" "becoming difficult enough to tax even the brightest of minds." msgstr "" #: gnu/packages/games.scm:6578 msgid "Puzzle game" msgstr "" #: gnu/packages/games.scm:6579 msgid "" "Fish Fillets NG is strictly a puzzle game. The goal in\n" "every of the seventy levels is always the same: find a safe way out. The fish\n" "utter witty remarks about their surroundings, the various inhabitants of their\n" "underwater realm quarrel among themselves or comment on the efforts of your\n" "fish. The whole game is accompanied by quiet, comforting music." msgstr "" #: gnu/packages/games.scm:6652 msgid "Roguelike dungeon crawler game" msgstr "" #: gnu/packages/games.scm:6653 msgid "" "Dungeon Crawl Stone Soup (also known as \"Crawl\" or DCSS\n" "for short) is a roguelike adventure through dungeons filled with dangerous\n" "monsters in a quest to find the mystifyingly fabulous Orb of Zot." msgstr "" #: gnu/packages/games.scm:6693 msgid "Graphical roguelike dungeon crawler game" msgstr "" #: gnu/packages/games.scm:6723 msgid "Cross-platform third-person action game" msgstr "" #: gnu/packages/games.scm:6724 msgid "" "Lugaru is a third-person action game. The main character,\n" "Turner, is an anthropomorphic rebel bunny rabbit with impressive combat skills.\n" "In his quest to find those responsible for slaughtering his village, he uncovers\n" "a far-reaching conspiracy involving the corrupt leaders of the rabbit republic\n" "and the starving wolves from a nearby den. Turner takes it upon himself to\n" "fight against their plot and save his fellow rabbits from slavery." msgstr "" #: gnu/packages/games.scm:6768 msgid "Data files for 0ad" msgstr "" #: gnu/packages/games.scm:6769 msgid "0ad-data provides the data files required by the game 0ad." msgstr "" #: gnu/packages/games.scm:6905 msgid "3D real-time strategy game of ancient warfare" msgstr "" #: gnu/packages/games.scm:6906 msgid "" "0 A.D. is a real-time strategy (RTS) game of ancient\n" "warfare. It's a historically-based war/economy game that allows players to\n" "relive or rewrite the history of twelve ancient civilizations, each depicted\n" "at their peak of economic growth and military prowess.\n" "\n" "0ad needs a window manager that supports 'Extended Window Manager Hints'." msgstr "" #: gnu/packages/games.scm:6969 msgid "Colossal Cave Adventure" msgstr "" #: gnu/packages/games.scm:6971 msgid "" "The original Colossal Cave Adventure from 1976 was the origin of all\n" "text adventures, dungeon-crawl (computer) games, and computer-hosted\n" "roleplaying games. This is a forward port of the last version released by\n" "Crowther & Woods, its original authors, in 1995. It has been known as\n" "``adventure 2.5'' and ``430-point adventure''." msgstr "" #: gnu/packages/games.scm:6988 msgid "Single-player, RPG roguelike game set in the world of Eyal" msgstr "" #: gnu/packages/games.scm:7094 msgid "" "Tales of Maj’Eyal (ToME) RPG, featuring tactical turn-based\n" "combat and advanced character building. Play as one of many unique races and\n" "classes in the lore-filled world of Eyal, exploring random dungeons, facing\n" "challenging battles, and developing characters with your own tailored mix of\n" "abilities and powers. With a modern graphical and customisable interface,\n" "intuitive mouse control, streamlined mechanics and deep, challenging combat,\n" "Tales of Maj’Eyal offers engaging roguelike gameplay for the 21st century." msgstr "" #: gnu/packages/games.scm:7139 msgid "First person shooter engine for Quake 1" msgstr "" #: gnu/packages/games.scm:7140 msgid "" "Quakespasm is a modern engine for id software's Quake 1.\n" "It includes support for 64 bit CPUs, custom music playback, a new sound driver,\n" "some graphical niceities, and numerous bug-fixes and other improvements." msgstr "" #: gnu/packages/games.scm:7197 msgid "" "vkquake is a modern engine for id software's Quake 1.\n" "It includes support for 64 bit CPUs, custom music playback, a new sound driver,\n" "some graphical niceities, and numerous bug-fixes and other improvements." msgstr "" #: gnu/packages/games.scm:7261 msgid "First person shooter engine based on quake2" msgstr "" #: gnu/packages/games.scm:7262 msgid "" "Yamagi Quake II is an enhanced client for id Software's Quake II.\n" "The main focus is an unchanged single player experience like back in 1997,\n" "thus the gameplay and the graphics are unaltered. However the user may use one\n" "of the unofficial retexturing packs. In comparison with the official client,\n" "over 1000 bugs were fixed and an extensive code audit done,\n" "making Yamagi Quake II one of the most solid Quake II implementations available." msgstr "" #: gnu/packages/games.scm:7294 msgid "Sudoku for your terminal" msgstr "" #: gnu/packages/games.scm:7295 msgid "Nudoku is a ncurses-based Sudoku game for your terminal." msgstr "" #: gnu/packages/games.scm:7340 msgid "Realistic physics puzzle game" msgstr "" #: gnu/packages/games.scm:7341 msgid "" "The Butterfly Effect (tbe) is a game that uses\n" "realistic physics simulations to combine lots of simple mechanical\n" "elements to achieve a simple goal in the most complex way possible." msgstr "" #: gnu/packages/games.scm:7386 msgid "Game of lonely space adventure" msgstr "" #: gnu/packages/games.scm:7388 msgid "" "Pioneer is a space adventure game set in our galaxy at the turn of the\n" "31st century. The game is open-ended, and you are free to eke out whatever\n" "kind of space-faring existence you can think of. Look for fame or fortune by\n" "exploring the millions of star systems. Turn to a life of crime as a pirate,\n" "smuggler or bounty hunter. Forge and break alliances with the various\n" "factions fighting for power, freedom or self-determination. The universe is\n" "whatever you make of it." msgstr "" #: gnu/packages/games.scm:7415 msgid "Hacking contribution graphs in git" msgstr "" #: gnu/packages/games.scm:7417 msgid "" "Badass generates false commits for a range of dates, essentially\n" "hacking the gamification of contribution graphs on platforms such as\n" "Github or Gitlab." msgstr "" #: gnu/packages/games.scm:7489 msgid "Educational programming strategy game" msgstr "" #: gnu/packages/games.scm:7490 msgid "" "Colobot: Gold Edition is a real-time strategy game, where\n" "you can program your units (bots) in a language called CBOT, which is similar\n" "to C++ and Java. Your mission is to find a new planet to live and survive.\n" "You can save humanity and get programming skills!" msgstr "" #: gnu/packages/games.scm:7581 msgid "Modern Doom 2 source port" msgstr "" #: gnu/packages/games.scm:7582 msgid "" "GZdoom is a port of the Doom 2 game engine, with a modern\n" "renderer. It improves modding support with ZDoom's advanced mapping features\n" "and the new ZScript language. In addition to Doom, it supports Heretic, Hexen,\n" "Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom." msgstr "" #: gnu/packages/games.scm:7620 msgid "Multiplayer Doom port" msgstr "" #: gnu/packages/games.scm:7621 msgid "" "Odamex is a modification of the Doom engine that\n" "allows players to easily join servers dedicated to playing Doom\n" "online." msgstr "" #: gnu/packages/games.scm:7646 msgid "" "Doom source port preserving the look, feel, and bugs of vanilla\n" "Doom" msgstr "" #: gnu/packages/games.scm:7649 msgid "" "Chocolate Doom takes a different approach to other source ports. Its\n" "aim is to accurately reproduce the experience of playing Vanilla Doom. It is\n" "a conservative, historically accurate Doom source port, which is compatible\n" "with the thousands of mods and levels that were made before the Doom source\n" "code was released. Rather than flashy new graphics, Chocolate Doom's main\n" "features are its accurate reproduction of the game as it was played in the\n" "1990s. The project is developed around a carefully-considered philosophy that\n" "intentionally restricts which features may be added (and rejects any that\n" "affect gameplay)." msgstr "" #: gnu/packages/games.scm:7686 msgid "" "Limit-removing enhanced-resolution Doom source port based on\n" "Chocolate Doom" msgstr "" #: gnu/packages/games.scm:7689 msgid "" "Crispy Doom is a friendly fork of Chocolate Doom that provides a higher\n" "display resolution, removes the static limits of the Doom engine and offers\n" "further optional visual, tactical and physical enhancements while remaining\n" "entirely config file, savegame, netplay and demo compatible with the\n" "original." msgstr "" #: gnu/packages/games.scm:7727 msgid "Data files for Xonotic" msgstr "" #: gnu/packages/games.scm:7729 msgid "Xonotic-data provides the data files required by the game Xonotic." msgstr "" #: gnu/packages/games.scm:7873 msgid "Fast-paced first-person shooter game" msgstr "" #: gnu/packages/games.scm:7875 msgid "" "Xonotic is a free, fast-paced first-person shooter.\n" "The project is geared towards providing addictive arena shooter\n" "gameplay which is all spawned and driven by the community itself.\n" "Xonotic is a direct successor of the Nexuiz project with years of\n" "development between them, and it aims to become the best possible\n" "open-source FPS of its kind." msgstr "" #: gnu/packages/games.scm:7918 msgid "Portable Z-machine interpreter (ncurses version) for text adventure games" msgstr "" #: gnu/packages/games.scm:7919 msgid "" "Frotz is an interpreter for Infocom games and other Z-machine\n" "games in the text adventure/interactive fiction genre. This version of Frotz\n" "complies with standard 1.0 of Graham Nelson's specification. It plays all\n" "Z-code games V1-V8, including V6, with sound support through libao, and uses\n" "ncurses for text display." msgstr "" #: gnu/packages/games.scm:7967 msgid "Game about space exploration, trade and combat" msgstr "" #: gnu/packages/games.scm:7969 msgid "" "Naev is a 2d action/rpg space game that combines elements from\n" "the action, RPG and simulation genres. You pilot a spaceship from\n" "a top-down perspective, and are more or less free to do what you want.\n" "As the genre name implies, you’re able to trade and engage in combat\n" "at will. Beyond that, there’s an ever-growing number of story-line\n" "missions, equipment, and ships; even the galaxy itself grows larger\n" "with each release. For the literacy-inclined, there are large amounts\n" "of lore accompanying everything from planets to equipment." msgstr "" #: gnu/packages/games.scm:8016 msgid "Portable Z-machine dumb interpreter for text adventure games" msgstr "" #: gnu/packages/games.scm:8017 msgid "" "Frotz is an interpreter for Infocom games and\n" "other Z-machine games in the text adventure/interactive fiction genre.\n" "dfrotz is the dumb interface version. You get no screen control; everything\n" "is just printed to the terminal line by line. The terminal handles all the\n" "scrolling. Maybe you'd like to experience what it's like to play Adventure on\n" "a teletype. A much cooler use for compiling Frotz with the dumb interface is\n" "that it can be wrapped in CGI scripting, PHP, and the like to allow people\n" "to play games on webpages. It can also be made into a chat bot." msgstr "" #: gnu/packages/games.scm:8078 msgid "Portable Z-machine interpreter (SDL port) for text adventure games" msgstr "" #: gnu/packages/games.scm:8079 msgid "" "Frotz is an interpreter for Infocom games and other Z-machine\n" "games in the text adventure/interactive fiction genre. This version of Frotz\n" "using SDL fully supports all these versions of the Z-Machine including the\n" "graphical version 6. Graphics and sound are created through the use of the SDL\n" "libraries. AIFF sound effects and music in MOD and OGG formats are supported\n" "when packaged in Blorb container files or optionally from individual files." msgstr "" #: gnu/packages/games.scm:8168 msgid "Puzzle with bubbles" msgstr "" #: gnu/packages/games.scm:8170 msgid "" "Frozen-Bubble is a clone of the popular Puzzle Bobble game, in which\n" "you attempt to shoot bubbles into groups of the same color to cause them to\n" "pop.\n" "\n" "Players compete as penguins and must use the arrow keys to aim a colored\n" "bubble at groups of bubbles. The objective is to clear all the bubbles off\n" "the screen before a bubble passes below a line at the bottom.\n" "\n" "It features 100 single-player levels, a two-player mode, music and striking\n" "graphics. A level editor is also included to allow players to create and play\n" "their own levels." msgstr "" #: gnu/packages/games.scm:8202 msgid "Game controller library" msgstr "" #: gnu/packages/games.scm:8203 msgid "" "Libmanette is a small GObject library giving you simple\n" "access to game controllers. It supports the de-facto standard gamepads as\n" "defined by the W3C standard Gamepad specification or as implemented by the SDL\n" "GameController." msgstr "" #: gnu/packages/games.scm:8248 msgid "GNOME version of Tetris" msgstr "" #: gnu/packages/games.scm:8249 msgid "" "Quadrapassel comes from the classic falling-block game,\n" "Tetris. The goal of the game is to create complete horizontal lines of\n" "blocks, which will disappear. The blocks come in seven different shapes made\n" "from four blocks each: one straight, two L-shaped, one square, and two\n" "S-shaped. The blocks fall from the top center of the screen in a random\n" "order. You rotate the blocks and move them across the screen to drop them in\n" "complete lines. You score by dropping blocks fast and completing lines. As\n" "your score gets higher, you level up and the blocks fall faster." msgstr "" #: gnu/packages/games.scm:8297 msgid "2D space trading and combat game" msgstr "" #: gnu/packages/games.scm:8298 msgid "" "Endless Sky is a 2D space trading and combat game. Explore\n" "other star systems. Earn money by trading, carrying passengers, or completing\n" "missions. Use your earnings to buy a better ship or to upgrade the weapons and\n" "engines on your current one. Blow up pirates. Take sides in a civil war. Or\n" "leave human space behind and hope to find friendly aliens whose culture is more\n" "civilized than your own." msgstr "" #: gnu/packages/games.scm:8446 msgid "Advanced rhythm game designed for both home and arcade use" msgstr "" #: gnu/packages/games.scm:8447 msgid "" "StepMania is a dance and rhythm game. It features 3D\n" "graphics, keyboard and dance pad support, and an editor for creating your own\n" "steps.\n" "\n" "This package provides the core application, but no song is shipped. You need\n" "to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory." msgstr "" #: gnu/packages/games.scm:8482 msgid "Rhythm game in which you click on circles" msgstr "" #: gnu/packages/games.scm:8483 msgid "" "@i{oshu!} is a minimalist variant of the @i{osu!} rhythm game,\n" "which is played by pressing buttons and following along sliders as they appear\n" "on screen. Its aim is to be able to play any beatmap even on low-end hardware.\n" "\n" "This package provides the core application, but no beatmaps. You need to\n" "download and unpack them separately." msgstr "" #: gnu/packages/games.scm:8565 msgid "Multiplayer tank battle game" msgstr "" #: gnu/packages/games.scm:8566 msgid "" "Battle Tanks (also known as \"btanks\") is a funny battle\n" "game, where you can choose one of three vehicles and eliminate your enemy\n" "using the whole arsenal of weapons. It has original cartoon-like graphics and\n" "cool music, it’s fun and dynamic, it has several network modes for deathmatch\n" "and cooperative." msgstr "" #: gnu/packages/games.scm:8598 msgid "Unrealistic 2D volleyball simulation" msgstr "" #: gnu/packages/games.scm:8600 msgid "" "Slime Volley is a 2D arcade-oriented volleyball simulation, in\n" "the spirit of some Java games of the same name.\n" "\n" "Two teams, 1-3 players each, try to be the first to get 10 points.\n" "This happens when the one ball touches the floor on the other side of\n" "the net. There can be 1 to 8 balls in game. Once one ball touches\n" "the ground, the set ends and all balls are served again." msgstr "" #: gnu/packages/games.scm:8650 msgid "4D Tetris" msgstr "" #: gnu/packages/games.scm:8651 msgid "" "4D-TRIS is an alteration of the well-known Tetris game. The\n" "game field is extended to 4D space, which has to filled up by the gamer with\n" "4D hyper cubes." msgstr "" #: gnu/packages/games.scm:8726 msgid "Port of Arx Fatalis, a first-person role-playing game" msgstr "" #: gnu/packages/games.scm:8727 msgid "" "Arx Libertatis is a cross-platform port of Arx Fatalis, a 2002\n" "first-person role-playing game / dungeon crawler developed by Arkane Studios.\n" "This port however does not include the game data, so you need to obtain a copy\n" "of the original Arx Fatalis or its demo to play Arx Libertatis. Arx Fatalis\n" "features crafting, melee and ranged combat, as well as a unique casting system\n" "where the player draws runes in real time to effect the desired spell." msgstr "" #: gnu/packages/games.scm:8772 msgid "2d action platformer game" msgstr "" #: gnu/packages/games.scm:8773 msgid "" "The Legend of Edgar is a 2D platform game with a persistent world.\n" "When Edgar's father fails to return home after venturing out one dark and stormy night,\n" "Edgar fears the worst: he has been captured by the evil sorcerer who lives in\n" "a fortress beyond the forbidden swamp." msgstr "" #: gnu/packages/games.scm:8874 msgid "Multiplayer action game where you control small and nimble humanoids" msgstr "" #: gnu/packages/games.scm:8875 msgid "" "OpenClonk is a multiplayer action/tactics/skill game. It is\n" "often referred to as a mixture of The Settlers and Worms. In a simple 2D\n" "antfarm-style landscape, the player controls a crew of Clonks, small but\n" "robust humanoid beings. The game encourages free play but the normal goal is\n" "to either exploit valuable resources from the earth by building a mine or\n" "fight each other on an arena-like map." msgstr "" #: gnu/packages/games.scm:8907 msgid "Action Roleplaying Engine" msgstr "" #: gnu/packages/games.scm:8908 msgid "" "Flare (Free Libre Action Roleplaying Engine) is a simple\n" "game engine built to handle a very specific kind of game: single-player 2D\n" "action RPGs." msgstr "" #: gnu/packages/games.scm:8970 msgid "Fantasy action RPG using the FLARE engine" msgstr "" #: gnu/packages/games.scm:8971 msgid "" "Flare is a single-player 2D action RPG with\n" "fast-paced action and a dark fantasy style." msgstr "" #: gnu/packages/games.scm:9022 msgid "Action-adventure dungeon crawl game" msgstr "" #: gnu/packages/games.scm:9023 msgid "" "Far below the surface of the planet is a place of limitless\n" "power. Those that seek to control such a utopia will soon bring an end to\n" "themselves. Seeking an end to the troubles that plague him, PSI user Merit\n" "journeys into the hallowed Orcus Dome in search of answers.\n" "\n" "Meritous is a action-adventure game with simple controls but a challenge to\n" "find a balance of power versus recovery time during real-time battles. Set in\n" "a procedurally generated world, the player can explore thousands of rooms in\n" "search of powerful artifacts, tools to help them, and to eventually free the\n" "Orcus Dome from evil." msgstr "" #: gnu/packages/games.scm:9084 msgid "Guide a marble across fractal landscapes" msgstr "" #: gnu/packages/games.scm:9085 msgid "" "Marble Marcher is a video game that uses a fractal physics\n" "engine and fully procedural rendering to produce beautiful and unique\n" "gameplay. The game is played on the surface of evolving fractals. The goal\n" "of the game is to get your marble to the flag as quickly as possible. But be\n" "careful not to fall off the level or get crushed by the fractal! There are 24\n" "levels to unlock." msgstr "" #: gnu/packages/games.scm:9135 msgid "Libraries for 3D simulations and games" msgstr "" #: gnu/packages/games.scm:9136 msgid "" "SimGear is a set of libraries designed to be used as\n" "building blocks for quickly assembling 3D simulations, games, and\n" "visualization applications. SimGear is developed by the FlightGear project\n" "and also provides the base for the FlightGear Flight Simulator." msgstr "" #: gnu/packages/games.scm:9227 msgid "Flight simulator" msgstr "" #: gnu/packages/games.scm:9228 msgid "" "The goal of the FlightGear project is to create a\n" "sophisticated flight simulator framework for use in research or academic\n" "environments, pilot training, as an industry engineering tool, for DIY-ers to\n" "pursue their favorite interesting flight simulation idea, and last but\n" "certainly not least as a fun, realistic, and challenging desktop flight\n" "simulator." msgstr "" #: gnu/packages/games.scm:9280 msgid "Multiplayer platform game with bunnies" msgstr "" #: gnu/packages/games.scm:9281 msgid "" "You, as a bunny, have to jump on your opponents to make them\n" "explode. It is a true multiplayer game; you cannot play this alone. You can\n" "play with up to four players simultaneously. It has network support." msgstr "" #: gnu/packages/games.scm:9342 msgid "Turn-based artillery game featuring fighting hedgehogs" msgstr "" #: gnu/packages/games.scm:9344 msgid "" "Hedgewars is a turn based strategy, artillery, action and comedy game,\n" "featuring the antics of pink hedgehogs with attitude as they battle from the\n" "depths of hell to the depths of space.\n" "\n" "As commander, it's your job to assemble your crack team of hedgehog soldiers\n" "and bring the war to your enemy." msgstr "" #: gnu/packages/games.scm:9377 msgid "Cross-platform grid-based UI and game framework" msgstr "" #: gnu/packages/games.scm:9378 msgid "" "The gruid module provides packages for easily building\n" "grid-based applications in Go. The library abstracts rendering and input for\n" "different platforms. There are drivers available for terminal apps, native\n" "graphical apps and browser apps. The original application for the library was\n" "creating grid-based games, but it's also well suited for any grid-based\n" "application." msgstr "" #: gnu/packages/games.scm:9407 msgid "Gruid driver using the tcell library" msgstr "" #: gnu/packages/games.scm:9408 msgid "" "The gruid-tcell module provides a Gruid driver for building\n" "terminal full-window applications." msgstr "" #: gnu/packages/games.scm:9434 msgid "Stealth coffee-break roguelike game" msgstr "" #: gnu/packages/games.scm:9435 msgid "" "Harmonist: Dayoriah Clan Infiltration is a stealth\n" "coffee-break roguelike game. The game has a heavy focus on tactical\n" "positioning, light and noise mechanisms, making use of various terrain types\n" "and cones of view for monsters. Aiming for a replayable streamlined experience,\n" "the game avoids complex inventory management and character building, relying\n" "on items and player adaptability for character progression." msgstr "" #: gnu/packages/games.scm:9543 gnu/packages/games.scm:9719 msgid "Classic 2D point and click adventure game" msgstr "" #: gnu/packages/games.scm:9544 msgid "" "Drascula: The Vampire Strikes Back is a classic humorous 2D\n" "point and click adventure game.\n" "\n" "In Drascula you play the role of John Hacker, a British estate agent, that\n" "gets to meet a gorgeous blond girl who is kidnapped by the notorious vampire\n" "Count Drascula and embark on a fun yet dangerous quest to rescue her.\n" "Unfortunately, Hacker is not aware of Drascula's real ambitions: DOMINATING\n" "the World and demonstrating that he is even more evil than his brother Vlad." msgstr "" #: gnu/packages/games.scm:9622 msgid "2D point and click fantasy adventure game" msgstr "" #: gnu/packages/games.scm:9624 msgid "" "Lure of the Temptress is a classic 2D point and click adventure game.\n" "\n" "You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all\n" "intents and purposes, a good man. After decades of unrest the King has united\n" "the warring factions in his kingdom and all his lands are at peace, except\n" "a remote region around a town called Turnvale. A revolt has recently taken\n" "place in Turnvale, a revolt orchestrated by an apprentice sorceress called\n" "Selena, the titular temptress. The king calls together his finest horsemen\n" "and heads off (with you in tow) to Turnvale just to witness how hellish\n" "mercenary monsters called Skorl are invading the town.\n" "\n" "The king's men are defeated, the king is killed and you fall of your horse and\n" "bang your head heavily on the ground. You have been *unconscious for a while\n" "when you realize that you are in a dingy cell guarded by a not so friendly\n" "Skorl. Maybe it would be an idea to try and escape..." msgstr "" #: gnu/packages/games.scm:9720 msgid "" "Flight of the Amazon Queen is a 2D point-and-click\n" "adventure game set in the 1940s.\n" "\n" "You assume the role of Joe King, a pilot for hire who is given the job\n" "of flying Faye Russell (a famous movie star) into the Amazon jungle\n" "for a photo shoot. Of course, things never go according to plans.\n" "After an unfortunate turn of events they find themselves stranded in\n" "the heart of the Amazon jungle, where Joe will embark on a quest to\n" "rescue a kidnapped princess and in the process, discover the true\n" "sinister intentions of a suspiciously located Lederhosen company. In\n" "a rich 2D environment, Joe will cross paths with a variety of unlikely\n" "jungle inhabitants including, but not limited to, a tribe of Amazon\n" "women and 6-foot-tall pygmies." msgstr "" #: gnu/packages/games.scm:9818 msgid "Classic 2D point and click science-fiction adventure game" msgstr "" #: gnu/packages/games.scm:9820 msgid "" "Beneath a Steel Sky is a science-fiction thriller set in a bleak\n" "post-apocalyptic vision of the future. It revolves around Union City,\n" "where selfishness, rivalry, and corruption by its citizens seems to be\n" "all too common, those who can afford it live underground, away from\n" "the pollution and social problems which are plaguing the city.\n" "\n" "You take on the role of Robert Foster, an outcast of sorts from the\n" "city since a boy who was raised in a remote environment outside of\n" "Union City simply termed ``the gap''. Robert's mother took him away\n" "from Union City as a child on their way to ``Hobart'' but the\n" "helicopter crashed on its way. Unfortunately, Robert's mother died,\n" "but he survived and was left to be raised by a local tribe from the\n" "gap.\n" "\n" "Years later, Union City security drops by and abducts Robert, killing\n" "his tribe in the process; upon reaching the city the helicopter taking\n" "him there crashes with him escaping, high upon a tower block in the\n" "middle of the city. He sets out to discover the truth about his past,\n" "and to seek vengeance for the killing of his tribe." msgstr "" #: gnu/packages/games.scm:9877 msgid "Program a little robot and watch it explore a world" msgstr "" #: gnu/packages/games.scm:9879 msgid "" "GNU Robots is a game in which you program a robot to explore a world\n" "full of enemies that can hurt it, obstacles and food to be eaten. The goal of\n" "the game is to stay alive and collect prizes. The robot program conveniently\n" "may be written in a plain text file in the Scheme programming language." msgstr "" #: gnu/packages/games.scm:9948 msgid "Toy train simulation game" msgstr "" #: gnu/packages/games.scm:9949 msgid "" "Ri-li is a game in which you drive a wooden toy\n" "steam locomotive across many levels and collect all the coaches to\n" "win." msgstr "" #: gnu/packages/games.scm:10003 msgid "Turn-based space empire and galactic conquest computer game" msgstr "" #: gnu/packages/games.scm:10005 msgid "" "FreeOrion is a turn-based space empire and galactic conquest (4X)\n" "computer game being designed and built by the FreeOrion project. Control an\n" "empire with the goal of exploring the galaxy, expanding your territory,\n" "exploiting the resources, and exterminating rival alien empires. FreeOrion is\n" "inspired by the tradition of the Master of Orion games, but is not a clone or\n" "remake of that series or any other game." msgstr "" #: gnu/packages/games.scm:10059 #, fuzzy #| msgid "Play the game of Go" msgid "Program playing the game of Go" msgstr "Gra w Go" #: gnu/packages/games.scm:10061 msgid "" "Leela-zero is a Go engine with no human-provided knowledge, modeled after\n" "the AlphaGo Zero paper. The current best network weights file for the engine\n" "can be downloaded from @url{https://zero.sjeng.org/best-network}." msgstr "" #: gnu/packages/games.scm:10137 #, fuzzy #| msgid "Play the game of Go" msgid "Qt GUI to play the game of Go" msgstr "Gra w Go" #: gnu/packages/games.scm:10139 msgid "" "This a tool for Go players which performs the following functions:\n" "@itemize\n" "@item SGF editor,\n" "@item Analysis frontend for Leela Zero (or compatible engines),\n" "@item GTP interface (to play against an engine),\n" "@item IGS client (to play on the internet),\n" "@item Export games to a variety of formats.\n" "@end itemize" msgstr "" #: gnu/packages/games.scm:10231 msgid "2D motocross platform game" msgstr "" #: gnu/packages/games.scm:10233 msgid "" "X-Moto is a challenging 2D motocross platform game, where\n" "physics play an all important role in the gameplay. You need to\n" "control your bike to its limit, if you want to have a chance finishing\n" "the more difficult challenges." msgstr "" #: gnu/packages/games.scm:10276 msgid "Graphical user interface to play chess" msgstr "" #: gnu/packages/games.scm:10278 msgid "" "Eboard is a chess board interface for ICS (Internet Chess Servers)\n" "and chess engines." msgstr "" #: gnu/packages/games.scm:10329 #, fuzzy #| msgid "Berkeley database" msgid "Chess game database" msgstr "Baza danych Berkeley" #: gnu/packages/games.scm:10331 msgid "" "ChessX is a chess database. With ChessX you can operate on your\n" "collection of chess games in many ways: browse, edit, add, organize, analyze,\n" "etc. You can also play games on FICS or against an engine." msgstr "" #: gnu/packages/games.scm:10397 msgid "Strong chess engine" msgstr "" #: gnu/packages/games.scm:10399 msgid "" "Stockfish is a very strong chess engine. It is much stronger than the\n" "best human chess grandmasters. It can be used with UCI-compatible GUIs like\n" "ChessX." msgstr "" #: gnu/packages/games.scm:10426 msgid "Violent point-and-click shooting game with nice effects" msgstr "" #: gnu/packages/games.scm:10428 msgid "" "Barrage is a rather destructive action game that puts you on a shooting\n" "range with the objective to hit as many dummy targets as possible within\n" "3 minutes. You control a gun that may either fire small or large grenades at\n" "soldiers, jeeps and tanks. The gameplay is simple but it is not that easy to\n" "get high scores." msgstr "" #: gnu/packages/games.scm:10452 msgid "Avoid evil foodstuffs and make burgers" msgstr "" #: gnu/packages/games.scm:10454 msgid "" "This is a clone of the classic game BurgerTime. In it, you play\n" "the part of a chef who must create burgers by stepping repeatedly on\n" "the ingredients until they fall into place. And to make things more\n" "complicated, you also must avoid evil animate food items while\n" "performing this task, with nothing but your trusty pepper shaker to\n" "protect you." msgstr "" #: gnu/packages/games.scm:10480 msgid "Seven Kingdoms Ancient Adversaries: real-time strategy game" msgstr "" #: gnu/packages/games.scm:10482 msgid "" "Seven Kingdoms, designed by Trevor Chan, brings a blend of Real-Time\n" "Strategy with the addition of trade, diplomacy, and espionage. The game\n" "enables players to compete against up to six other kingdoms allowing players\n" "to conquer opponents by defeating them in war (with troops or machines),\n" "capturing their buildings with spies, or offering opponents money for their\n" "kingdom." msgstr "" #: gnu/packages/games.scm:10596 msgid "3D floor-tilting game" msgstr "" #: gnu/packages/games.scm:10598 msgid "" "In the grand tradition of Marble Madness and Super Monkey Ball,\n" "Neverball has you guide a rolling ball through dangerous territory. Balance\n" "on narrow bridges, navigate mazes, ride moving platforms, and dodge pushers\n" "and shovers to get to the goal. Race against the clock to collect coins to\n" "earn extra balls. Also included is Neverputt, which is a 3D miniature golf\n" "game." msgstr "" #: gnu/packages/games.scm:10667 msgid "Texas holdem poker game" msgstr "" #: gnu/packages/games.scm:10669 msgid "" "With PokerTH you can play the Texas holdem poker game, either against\n" "computer opponents or against real players online." msgstr "" #: gnu/packages/games.scm:10738 msgid "X11/Motif blackjack game" msgstr "" #: gnu/packages/games.scm:10740 msgid "" "Xblackjack is a MOTIF/OLIT based tool constructed to get you ready for\n" "the casino. It was inspired by a book called \"Beat the Dealer\" by Edward\n" "O. Thorp, Ph.D. of UCLA. A number of important statistics are maintained\n" "for display, and used by the program to implement Thorp's \"Complete Point\n" "System\" (high-low system)." msgstr "" #: gnu/packages/games.scm:10778 msgid "Metroidvania game with vector graphics" msgstr "" #: gnu/packages/games.scm:10780 msgid "" "Pilot your ship inside a planet to find and rescue the colonists trapped\n" "inside the Zenith Colony." msgstr "" #: gnu/packages/games.scm:10799 msgid "Go client for X11" msgstr "" #: gnu/packages/games.scm:10800 msgid "" "Provides a large set of Go-related services for X11:\n" "@itemize\n" "@item Local games with precise implementation of the Chinese and Japanese rulesets\n" "@item Edition and visualization of SGF files\n" "@item Connection to the NNGS or IGS Go servers\n" "@item Bridge to Go modem protocol, allowing to play against Go modem-capable AIs\n" "such as GnuGo.\n" "@end itemize" msgstr "" #: gnu/packages/games.scm:10859 msgid "Memento mori game" msgstr "" #: gnu/packages/games.scm:10861 msgid "" "Passage is meant to be a memento mori game. It presents an entire life,\n" "from young adulthood through old age and death, in the span of five minutes.\n" "Of course, it's a game, not a painting or a film, so the choices that you make\n" "as the player are crucial. There's no ``right'' way to play Passage, just as\n" "there's no right way to interpret it." msgstr "" #: gnu/packages/games.scm:10894 msgid "High performance X11 animated wallpaper setter" msgstr "" #: gnu/packages/games.scm:10895 msgid "" "High performance animated desktop background setter for\n" "X11 that won't set your CPU on fire, drain your laptop battery, or lower video\n" "game FPS." msgstr "" #: gnu/packages/games.scm:10924 msgid "Fast-paced action strategy game" msgstr "" #: gnu/packages/games.scm:10925 msgid "" "Curse of War is a fast-paced action strategy game originally\n" "implemented using ncurses user interface. An SDL graphical version is also\n" "available." msgstr "" #: gnu/packages/games.scm:10954 msgid "Pixelart survival game" msgstr "" #: gnu/packages/games.scm:10956 msgid "" "Schiffbruch is a mix of building, strategy and adventure and gets played\n" "with a two-dimensional view. The game deals with the consequences of a ship\n" "wreckage. You're stranded on a desert island and have to survive. In order to\n" "do so you need to explore the island, find food, build a shelter and try to\n" "get attention, so you get found." msgstr "" #: gnu/packages/games.scm:11015 msgid "Port of Prince of Persia game" msgstr "" #: gnu/packages/games.scm:11016 msgid "" "This package provides port of Prince of Persia, based on the\n" "disassembly of the DOS version, extended with new features." msgstr "" #: gnu/packages/games.scm:11046 msgid "Turn-based strategy game engine" msgstr "" #: gnu/packages/games.scm:11047 #, scheme-format msgid "" "@code{fheroes2} is an implementation of Heroes of Might and\n" "Magic II (aka HOMM2) game engine. It requires assets and game resources to\n" "play; it will look for them at @file{~/.local/share/fheroes2} folder." msgstr "" #: gnu/packages/games.scm:11071 msgid "Arcade airplane game" msgstr "" #: gnu/packages/games.scm:11072 msgid "" "@code{apricots} is a game where you fly a little plane\n" "around the screen and shoot things and drop bombs on enemy targets. It's\n" "meant to be quick and fun." msgstr "" #: gnu/packages/games.scm:11110 msgid "Liquid War 6 is a unique multiplayer wargame" msgstr "" #: gnu/packages/games.scm:11112 msgid "" "Liquid War 6 is a unique multiplayer war game. Your army is a blob of\n" "liquid and you have to try and eat your opponents. Rules are very simple yet\n" "original, they have been invented by Thomas Colcombet." msgstr "" #: gnu/packages/games.scm:11137 msgid "Theme park management simulation game" msgstr "" #: gnu/packages/games.scm:11139 msgid "" "FreeRCT is a game that captures the look and feel of the popular games\n" "RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise.\n" "\n" "In this game, you play as a manager of a theme park, allowing you to make a\n" "park of your dreams. The list of responsibilities includes managing staff,\n" "finances, landscaping, and most importantly: rides. Good managers follow the\n" "principle of prioritizing the guests' happiness with a well-maintained park.\n" "Should they go unwise, a theme park plunge into chaos with vandalizing guests\n" "and unsafe rides. Which path will you take?" msgstr "" #: gnu/packages/games.scm:11233 msgid "Karaoke game" msgstr "" #: gnu/packages/games.scm:11235 msgid "" "UltraStar Deluxe (USDX) is a karaoke game. It allows up to six players\n" "to sing along with music using microphones in order to score points, depending\n" "on the pitch of the voice and the rhythm of singing." msgstr "" #: gnu/packages/games.scm:11271 msgid "udev rules for game controllers and virtual reality devices" msgstr "" #: gnu/packages/games.scm:11273 msgid "" "This package provides a set of udev rules for game controllers and\n" "virtual reality devices." msgstr "" #: gnu/packages/gcc.scm:373 msgid "GNU Compiler Collection" msgstr "Kolekcja kompilatorów GNU" #: gnu/packages/gcc.scm:375 msgid "" "GCC is the GNU Compiler Collection. It provides compiler front-ends\n" "for several languages, including C, C++, Objective-C, Fortran, Java, Ada, and\n" "Go. It also includes runtime support libraries for these languages." msgstr "" #: gnu/packages/gcc.scm:615 msgid "" "GCC is the GNU Compiler Collection. It provides compiler front-ends\n" "for several languages, including C, C++, Objective-C, Fortran, Ada, and Go.\n" "It also includes runtime support libraries for these languages." msgstr "" #: gnu/packages/gcc.scm:851 msgid "GNU C++ standard library" msgstr "Standardowa biblioteka GNU C++" #: gnu/packages/gcc.scm:876 msgid "Headers of GNU libstdc++" msgstr "" #: gnu/packages/gcc.scm:905 msgid "Collection of subroutines used by various GNU programs" msgstr "" #: gnu/packages/gcc.scm:1015 msgid "GCC library generating machine code on-the-fly at runtime" msgstr "" #: gnu/packages/gcc.scm:1017 msgid "" "This package is part of the GNU Compiler Collection and provides an\n" "embeddable library for generating machine code on-the-fly at runtime. This\n" "shared library can then be dynamically-linked into bytecode interpreters and\n" "other such programs that want to generate machine code on-the-fly at run-time.\n" "It can also be used for ahead-of-time code generation for building standalone\n" "compilers. The just-in-time (jit) part of the name is now something of a\n" "misnomer." msgstr "" #: gnu/packages/gcc.scm:1037 gnu/packages/gcc.scm:1076 msgid "Go frontend to GCC" msgstr "" #: gnu/packages/gcc.scm:1039 gnu/packages/gcc.scm:1078 msgid "" "This package is part of the GNU Compiler Collection and\n" "provides the GNU compiler for the Go programming language." msgstr "" #: gnu/packages/gcc.scm:1202 msgid "GNU libstdc++ documentation" msgstr "" #: gnu/packages/gcc.scm:1288 msgid "Manipulating sets and relations of integer points bounded by linear constraints" msgstr "" #: gnu/packages/gcc.scm:1291 msgid "" "isl is a library for manipulating sets and relations of integer points\n" "bounded by linear constraints. Supported operations on sets include\n" "intersection, union, set difference, emptiness check, convex hull, (integer)\n" "affine hull, integer projection, computing the lexicographic minimum using\n" "parametric integer programming, coalescing and parametric vertex\n" "enumeration. It also includes an ILP solver based on generalized basis\n" "reduction, transitive closures on maps (which may encode infinite graphs),\n" "dependence analysis and bounds on piecewise step-polynomials." msgstr "" #: gnu/packages/gcc.scm:1352 msgid "Library to generate code for scanning Z-polyhedra" msgstr "" #: gnu/packages/gcc.scm:1354 msgid "" "CLooG is a free software library to generate code for scanning\n" "Z-polyhedra. That is, it finds a code (e.g., in C, FORTRAN...) that\n" "reaches each integral point of one or more parameterized polyhedra.\n" "CLooG has been originally written to solve the code generation problem\n" "for optimizing compilers based on the polytope model. Nevertheless it\n" "is used now in various area e.g., to build control automata for\n" "high-level synthesis or to find the best polynomial approximation of a\n" "function. CLooG may help in any situation where scanning polyhedra\n" "matters. While the user has full control on generated code quality,\n" "CLooG is designed to avoid control overhead and to produce a very\n" "effective code." msgstr "" #: gnu/packages/gcc.scm:1408 msgid "Reference manual for the C programming language" msgstr "" #: gnu/packages/gcc.scm:1410 msgid "" "This is a reference manual for the C programming language, as\n" "implemented by the GNU C Compiler (gcc). As a reference, it is not intended\n" "to be a tutorial of the language. Rather, it outlines all of the constructs\n" "of the language. Library functions are not included." msgstr "" #: gnu/packages/gettext.scm:141 msgid "Tools and documentation for translation (used to build other packages)" msgstr "" #: gnu/packages/gettext.scm:143 msgid "" "GNU Gettext is a package providing a framework for translating the\n" "textual output of programs into multiple languages. It provides translators\n" "with the means to create message catalogs, and a runtime library to load\n" "translated messages from the catalogs. Nearly all GNU packages use Gettext." msgstr "" #: gnu/packages/gettext.scm:174 msgid "Tools and documentation for translation" msgstr "" #: gnu/packages/gettext.scm:199 #, fuzzy #| msgid "Compression library" msgid "Text styling library" msgstr "Biblioteka kompresji" #: gnu/packages/gettext.scm:201 msgid "" "GNU libtextstyle is a C library that provides an easy way to add styling\n" "to programs that produce output to a console or terminal emulator window. It\n" "allows applications to emit text annotated with styling information, such as\n" "color, font attributes (weight, posture), or underlining." msgstr "" #: gnu/packages/gettext.scm:235 msgid "Markdown file translation utilities using pofiles" msgstr "" #: gnu/packages/gettext.scm:237 msgid "" "The mdpo utility creates pofiles, the format stabilished by GNU Gettext,\n" "from Markdown files." msgstr "" #: gnu/packages/gettext.scm:317 msgid "Scripts to ease maintenance of translations" msgstr "" #: gnu/packages/gettext.scm:319 msgid "" "The po4a (PO for anything) project goal is to ease translations (and\n" "more interestingly, the maintenance of translations) using gettext tools on\n" "areas where they were not expected like documentation." msgstr "" #: gnu/packages/gimp.scm:136 msgid "2D constrained Delaunay triangulation library" msgstr "" #: gnu/packages/gimp.scm:137 msgid "" "Poly2Tri-C is a library for generating, refining and rendering\n" "2-Dimensional Constrained Delaunay Triangulations." msgstr "" #: gnu/packages/gimp.scm:168 msgid "Microraptor GUI" msgstr "" #: gnu/packages/gimp.scm:169 msgid "" "MrG is is a C API for creating user interfaces. It can be\n" "used as an application writing environment or as an interactive canvas for part\n" "of a larger interface." msgstr "" #: gnu/packages/gimp.scm:204 msgid "Image pixel format conversion library" msgstr "" #: gnu/packages/gimp.scm:206 msgid "" "Babl is a dynamic, any-to-any pixel format translation library.\n" "It allows converting between different methods of storing pixels, known as\n" "@dfn{pixel formats}, that have different bit depths and other data\n" "representations, color models, and component permutations.\n" "\n" "A vocabulary to formulate new pixel formats from existing primitives is\n" "provided, as well as a framework to add new color models and data types." msgstr "" #: gnu/packages/gimp.scm:280 msgid "Graph based image processing framework" msgstr "" #: gnu/packages/gimp.scm:281 msgid "" "GEGL (Generic Graphics Library) provides infrastructure to\n" "do demand based cached non destructive image editing on larger than RAM\n" "buffers." msgstr "" #: gnu/packages/gimp.scm:365 msgid "GNU Image Manipulation Program" msgstr "" #: gnu/packages/gimp.scm:367 msgid "" "GIMP is an application for image manipulation tasks such as photo\n" "retouching, composition and authoring. It supports all common image formats\n" "as well as specialized ones. It features a highly customizable interface\n" "that is extensible via a plugin system." msgstr "" #: gnu/packages/gimp.scm:427 msgid "GIMP plug-in to edit image in fourier space" msgstr "" #: gnu/packages/gimp.scm:429 msgid "" "This package provides a simple plug-in to apply the fourier transform on\n" "an image, allowing you to work with the transformed image inside GIMP. You\n" "can draw or apply filters in fourier space and get the modified image with an\n" "inverse fourier transform." msgstr "" #: gnu/packages/gimp.scm:455 msgid "Artistic brushes library" msgstr "" #: gnu/packages/gimp.scm:456 msgid "" "Libmypaint, also called \"brushlib\", is a library for making\n" "brushstrokes which is used by MyPaint and GIMP." msgstr "" #: gnu/packages/gimp.scm:477 msgid "Default brushes for MyPaint" msgstr "" #: gnu/packages/gimp.scm:478 msgid "" "This package provides the default set of brushes for\n" "MyPaint." msgstr "" #: gnu/packages/gimp.scm:559 msgid "GIMP plugins for texture synthesis" msgstr "" #: gnu/packages/gimp.scm:561 msgid "" "This package provides resynthesizer plugins for GIMP, which encompasses\n" "tools for healing selections (content-aware fill), enlarging the canvas and\n" "healing the border, increasing the resolution while adding detail, and\n" "transferring the style of an image." msgstr "" #: gnu/packages/gnome.scm:294 msgid "UPnP IGD for GNOME" msgstr "" #: gnu/packages/gnome.scm:295 msgid "GUPnP-IGD is a library to handle UPnP IGD port mapping." msgstr "" #: gnu/packages/gnome.scm:349 msgid "CD/DVD burning tool for Gnome" msgstr "Narzędzie do wypalania płyt CD/DVD pod GNOME" #: gnu/packages/gnome.scm:350 msgid "" "Brasero is an application to burn CD/DVD for the Gnome\n" "Desktop. It is designed to be as simple as possible and has some unique\n" "features to enable users to create their discs easily and quickly." msgstr "" #: gnu/packages/gnome.scm:381 msgid "Cloudproviders Integration API" msgstr "" #: gnu/packages/gnome.scm:382 msgid "" "Libcloudproviders is a DBus API that allows cloud storage sync\n" "clients to expose their services. Clients such as file managers and desktop\n" "environments can then provide integrated access to the cloud providers\n" "services." msgstr "" #: gnu/packages/gnome.scm:453 msgid "Glib library for feeds" msgstr "" #: gnu/packages/gnome.scm:454 msgid "" "LibGRSS is a Glib abstraction to handle feeds in RSS, Atom,\n" "and other formats." msgstr "" #: gnu/packages/gnome.scm:481 msgid "Common JS Modules" msgstr "" #: gnu/packages/gnome.scm:482 msgid "" "GNOME-JS-Common provides common modules for GNOME JavaScript\n" "bindings." msgstr "" #: gnu/packages/gnome.scm:564 msgid "GObject JavaScriptCore bridge" msgstr "" #: gnu/packages/gnome.scm:565 msgid "" "Seed is a library and interpreter, dynamically bridging\n" "(through GObjectIntrospection) the WebKit JavaScriptCore engine, with the\n" "GNOME platform. It serves as something which enables you to write standalone\n" "applications in JavaScript, or easily enable your application to be extensible\n" "in JavaScript." msgstr "" #: gnu/packages/gnome.scm:620 msgid "Media management library" msgstr "" #: gnu/packages/gnome.scm:621 msgid "" "Libdmapsharing is a library which allows programs to access,\n" "share and control the playback of media content using DMAP (DAAP, DPAP & DACP).\n" "It is written in C using GObject and libsoup." msgstr "" #: gnu/packages/gnome.scm:653 msgid "GLib Testing Framework" msgstr "" #: gnu/packages/gnome.scm:654 msgid "" "GTX is a small collection of convenience functions intended to\n" "enhance the GLib testing framework. With specific emphasis on easing the pain\n" "of writing test cases for asynchronous interactions." msgstr "" #: gnu/packages/gnome.scm:727 msgid "Model to synchronize multiple instances over DBus" msgstr "" #: gnu/packages/gnome.scm:728 msgid "" "Dee is a library that uses DBus to provide objects allowing\n" "you to create Model-View-Controller type programs across DBus. It also consists\n" "of utility objects which extend DBus allowing for peer-to-peer discoverability\n" "of known objects without needing a central registrar." msgstr "" #: gnu/packages/gnome.scm:804 msgid "Desktop Activity Logging" msgstr "" #: gnu/packages/gnome.scm:805 msgid "" "Zeitgeist is a service which logs the users’s activities and\n" "events, anywhere from files opened to websites visited and conversations. It\n" "makes this information readily available for other applications to use. It is\n" "able to establish relationships between items based on similarity and usage\n" "patterns." msgstr "" #: gnu/packages/gnome.scm:869 msgid "Discover recipes for preparing food" msgstr "" #: gnu/packages/gnome.scm:870 msgid "" "GNOME Recipes helps you discover what to cook today,\n" "tomorrow, the rest of the week and for special occasions." msgstr "" #: gnu/packages/gnome.scm:941 msgid "Access, organize and share your photos on GNOME desktop" msgstr "" #: gnu/packages/gnome.scm:942 msgid "" "GNOME Photos is a simple and elegant replacement for using a\n" "file manager to deal with photos. Enhance, crop and edit in a snap. Seamless\n" "cloud integration is offered through GNOME Online Accounts." msgstr "" #: gnu/packages/gnome.scm:1016 #, fuzzy #| msgid "Music player for GNOME" msgid "Simple music player for GNOME desktop" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:1017 msgid "" "GNOME Music is the new GNOME music playing application that\n" "aims to combine an elegant and immersive browsing experience with simple\n" "and straightforward controls." msgstr "" #: gnu/packages/gnome.scm:1037 msgid "External Data Representation Library" msgstr "" #: gnu/packages/gnome.scm:1038 msgid "" "PortableXDR is an implementation of External Data\n" "Representation (XDR) Library. It is a standard data serialization format, for\n" "uses such as computer network protocols. It allows data to be transferred\n" "between different kinds of computer systems." msgstr "" #: gnu/packages/gnome.scm:1092 msgid "Text editor product line" msgstr "" #: gnu/packages/gnome.scm:1093 msgid "" "Tepl is a library that eases the development of\n" "GtkSourceView-based text editors and IDEs." msgstr "" #: gnu/packages/gnome.scm:1117 msgid "Popup dialogs for Kerberos 5" msgstr "" #: gnu/packages/gnome.scm:1118 msgid "" "krb5-auth-dialog is a simple dialog that monitors Kerberos\n" "tickets, and pops up a dialog when they are about to expire." msgstr "" #: gnu/packages/gnome.scm:1142 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Notification Daemon for GNOME Desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1143 msgid "" "Notification-Daemon is the server implementation of the\n" "freedesktop.org desktop notification specification." msgstr "" #: gnu/packages/gnome.scm:1191 #, fuzzy #| msgid "Signal processing language" msgid "Simple compositing window manager" msgstr "Język przetwarzania sygnałów" #: gnu/packages/gnome.scm:1192 msgid "" "Metacity is a window manager with a focus on simplicity and\n" "usability rather than novelties or gimmicks. Its author has characterized it\n" "as a \"boring window manager for the adult in you.\"" msgstr "" #: gnu/packages/gnome.scm:1227 msgid "Module of GNOME C++ bindings" msgstr "" #: gnu/packages/gnome.scm:1228 msgid "" "The mm-common module provides the build infrastructure\n" "and utilities shared among the GNOME C++ binding libraries. Release\n" "archives of mm-common include the Doxygen tag file for the GNU C++\n" "Library reference documentation." msgstr "" #: gnu/packages/gnome.scm:1277 msgid "WebDav server implementation using libsoup" msgstr "" #: gnu/packages/gnome.scm:1278 msgid "" "PhoDav was initially developed as a file-sharing mechanism for Spice,\n" "but it is generic enough to be reused in other projects,\n" "in particular in the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:1330 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Color profile manager for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1331 msgid "" "GNOME Color Manager is a session framework that makes\n" "it easy to manage, install and generate color profiles\n" "in the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:1381 #, fuzzy #| msgid "Music player for GNOME" msgid "Web Crawlers for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:1382 msgid "" "GNOME Online Miners provides a set of crawlers that\n" "go through your online content and index them locally in Tracker.\n" "It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive." msgstr "" #: gnu/packages/gnome.scm:1413 msgid "" "GObject-based API over @acronym{SSDP, Simple Service Discovery\n" "Protocol} for GNOME" msgstr "" #: gnu/packages/gnome.scm:1415 msgid "" "This package provides a library to handle resource discovery\n" "and announcement over @acronym{SSDP, Simple Service Discovery Protocol} and\n" "a debugging tool, @command{gssdp-device-sniffer}." msgstr "" #: gnu/packages/gnome.scm:1471 msgid "PnP API for GNOME" msgstr "" #: gnu/packages/gnome.scm:1472 msgid "" "This package provides GUPnP, an object-oriented framework\n" "for creating UPnP devices and control points, written in C using\n" "@code{GObject} and @code{libsoup}." msgstr "" #: gnu/packages/gnome.scm:1520 msgid "GUPnP DLNA for GNOME" msgstr "" #: gnu/packages/gnome.scm:1521 msgid "" "This package provides a small utility library to\n" "support DLNA-related tasks such as media profile guessing, transcoding to a\n" "given profile, etc. DLNA is a subset of UPnP A/V." msgstr "" #: gnu/packages/gnome.scm:1550 msgid "GUPnP A/V for GNOME" msgstr "" #: gnu/packages/gnome.scm:1551 msgid "" "This package provides a small library for handling\n" "and implementation of UPnP A/V profiles." msgstr "" #: gnu/packages/gnome.scm:1577 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Media art library for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1579 msgid "" "The libmediaart library is the foundation for media art caching,\n" "extraction, and lookup for applications on the desktop." msgstr "" #: gnu/packages/gnome.scm:1641 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Initial setup wizard for GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1642 msgid "" "This package provides a set-up wizard when a\n" "user logs into GNOME for the first time. It typically provides a\n" "tour of all gnome components and allows the user to set them up." msgstr "" #: gnu/packages/gnome.scm:1682 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "File sharing for GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1683 msgid "" "GNOME User Share is a small package that binds together\n" "various free software projects to bring easy to use user-level file\n" "sharing to the masses." msgstr "" #: gnu/packages/gnome.scm:1738 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "File previewer for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1739 msgid "" "Sushi is a DBus-activated service that allows applications\n" "to preview files on the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:1790 msgid "Share audio, video, and pictures with other devices" msgstr "" #: gnu/packages/gnome.scm:1792 msgid "" "Rygel is a home media solution (@dfn{UPnP AV MediaServer and\n" "MediaRenderer}) for GNOME that allows you to easily share audio, video, and\n" "pictures, and to control a media player on your home network.\n" "\n" "Rygel achieves interoperability with other devices by trying to conform to the\n" "strict requirements of DLNA and by converting media on-the-fly to formats that\n" "client devices can handle." msgstr "" #: gnu/packages/gnome.scm:1847 msgid "Network Manager's applet library" msgstr "" #: gnu/packages/gnome.scm:1848 msgid "" "Libnma is an applet library for Network Manager. It was\n" "initially part of network-manager-applet and has now become a separate\n" "project." msgstr "" #: gnu/packages/gnome.scm:1871 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Menu support for GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:1872 msgid "" "GNOME Menus contains the libgnome-menu library, the layout\n" "configuration files for the GNOME menu, as well as a simple menu editor." msgstr "" #: gnu/packages/gnome.scm:1950 msgid "Simple backup tool, for regular encrypted backups" msgstr "" #: gnu/packages/gnome.scm:1952 msgid "" "Déjà Dup is a simple backup tool, for regular encrypted backups. It\n" "uses duplicity as the backend, which supports incremental backups and storage\n" "either on a local, or remote machine via a number of methods." msgstr "" #: gnu/packages/gnome.scm:1984 msgid "Two-pane graphical file manager for the GNOME desktop" msgstr "" #: gnu/packages/gnome.scm:1986 msgid "" "GNOME Commander is a two-pane graphical file manager using GNOME\n" "libraries. It aims to fulfill the demands of more advanced users who\n" "like to focus on file management, their work through special applications\n" "and running smart commands." msgstr "" #: gnu/packages/gnome.scm:2007 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "User documentation for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:2009 msgid "" "The GNOME User Documentation explains how to use the GNOME desktop and its\n" "components. It covers usage and setup of the core GNOME programs by end-users\n" "and system administrators." msgstr "" #: gnu/packages/gnome.scm:2052 msgid "Diagram creation for GNOME" msgstr "" #: gnu/packages/gnome.scm:2053 msgid "" "Dia can be used to draw different types of diagrams, and\n" "includes support for UML static structure diagrams (class diagrams), entity\n" "relationship modeling, and network diagrams. The program supports various file\n" "formats like PNG, SVG, PDF and EPS." msgstr "" #: gnu/packages/gnome.scm:2096 msgid "Library for accessing online service APIs" msgstr "" #: gnu/packages/gnome.scm:2098 msgid "" "libgdata is a GLib-based library for accessing online service APIs using\n" "the GData protocol — most notably, Google's services. It provides APIs to\n" "access the common Google services, and has full asynchronous support." msgstr "" #: gnu/packages/gnome.scm:2124 msgid "GObject-based library for handling and rendering XPS documents" msgstr "" #: gnu/packages/gnome.scm:2126 msgid "" "libgxps is a GObject-based library for handling and rendering XPS\n" "documents. This package also contains binaries that can convert XPS documents\n" "to other formats." msgstr "" #: gnu/packages/gnome.scm:2173 msgid "Find and insert unusual characters" msgstr "" #: gnu/packages/gnome.scm:2174 msgid "" "Characters is a simple utility application to find\n" "and insert unusual characters. It allows you to quickly find the\n" "character you are looking for by searching for keywords." msgstr "" #: gnu/packages/gnome.scm:2194 msgid "Bootstrap GNOME modules built from Git" msgstr "" #: gnu/packages/gnome.scm:2195 msgid "" "gnome-common contains various files needed to bootstrap\n" "GNOME modules built from Git. It contains a common \"autogen.sh\" script that\n" "can be used to configure a source directory checked out from Git and some\n" "commonly used macros." msgstr "" #: gnu/packages/gnome.scm:2248 msgid "GNOME's integrated address book" msgstr "" #: gnu/packages/gnome.scm:2250 msgid "" "GNOME Contacts organizes your contact information from online and\n" "offline sources, providing a centralized place for managing your contacts." msgstr "" #: gnu/packages/gnome.scm:2327 msgid "Libgnome-desktop, gnome-about, and desktop-wide documents" msgstr "" #: gnu/packages/gnome.scm:2329 msgid "" "The libgnome-desktop library provides API shared by several applications\n" "on the desktop, but that cannot live in the platform for various reasons.\n" "There is no API or ABI guarantee, although we are doing our best to provide\n" "stability. Documentation for the API is available with gtk-doc.\n" "\n" "The gnome-about program helps find which version of GNOME is installed." msgstr "" #: gnu/packages/gnome.scm:2383 msgid "Disk management utility for GNOME" msgstr "" #: gnu/packages/gnome.scm:2384 msgid "Disk management utility for GNOME." msgstr "" #: gnu/packages/gnome.scm:2427 #, fuzzy #| msgid "GNOME icon theme" msgid "GNOME Fonts" msgstr "Motyw ikon GNOME" #: gnu/packages/gnome.scm:2428 msgid "" "Application to show you the fonts installed on your computer\n" "for your use as thumbnails. Selecting any thumbnails shows the full view of how\n" "the font would look under various sizes." msgstr "" #: gnu/packages/gnome.scm:2501 msgid "Libraries for displaying certificates and accessing key stores" msgstr "" #: gnu/packages/gnome.scm:2503 msgid "" "The GCR package contains libraries used for displaying certificates and\n" "accessing key stores. It also provides the viewer for crypto files on the\n" "GNOME Desktop." msgstr "" #: gnu/packages/gnome.scm:2541 #, fuzzy #| msgid "PDF rendering library" msgid "GNOME docking library" msgstr "Biblioteka wyświetlania PDF" #: gnu/packages/gnome.scm:2542 msgid "This library provides docking features for gtk+." msgstr "" #: gnu/packages/gnome.scm:2586 msgid "Accessing passwords from the GNOME keyring" msgstr "" #: gnu/packages/gnome.scm:2588 msgid "Client library to access passwords from the GNOME keyring." msgstr "" #: gnu/packages/gnome.scm:2657 msgid "Daemon to store passwords and encryption keys" msgstr "" #: gnu/packages/gnome.scm:2659 msgid "" "@command{gnome-keyring} is a program that keeps passwords and other\n" "secrets for users. It is run as a daemon in the session, similar to\n" "@command{ssh-agent}, and other applications locate it via an environment\n" "variable or D-Bus.\n" "\n" "The program can manage several keyrings, each with its own master password,\n" "and there is also a session keyring which is never stored to disk, but\n" "forgotten when the session ends." msgstr "" #: gnu/packages/gnome.scm:2727 msgid "GNOME's document viewer" msgstr "Przeglądarka dokumentów GNOME" #: gnu/packages/gnome.scm:2729 msgid "" "Evince is a document viewer for multiple document formats. It\n" "currently supports PDF, PostScript, DjVu, TIFF and DVI. The goal\n" "of Evince is to replace the multiple document viewers that exist\n" "on the GNOME Desktop with a single simple application." msgstr "" #: gnu/packages/gnome.scm:2769 msgid "GNOME settings for various desktop components" msgstr "" #: gnu/packages/gnome.scm:2770 msgid "" "Gsettings-desktop-schemas contains a collection of GSettings\n" "schemas for settings shared by various components of the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:2814 msgid "Library to easily handle complex data structures" msgstr "" #: gnu/packages/gnome.scm:2816 msgid "" "Liblarch is a Python library built to easily handle data structures such\n" "as lists, trees and acyclic graphs. There's also a GTK binding that will\n" "allow you to use your data structure in a @code{Gtk.Treeview}.\n" "\n" "Liblarch support multiple views of one data structure and complex filtering.\n" "That way, you have a clear separation between your data themselves (Model)\n" "and how they are displayed (View)." msgstr "" #: gnu/packages/gnome.scm:2876 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Personal organizer for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:2878 msgid "" "Getting Things GNOME! (GTG) is a personal tasks and TODO list items\n" "organizer for the GNOME desktop environment inspired by the Getting Things\n" "Done (GTD) methodology. GTG is designed with flexibility, adaptability,\n" "and ease of use in mind so it can be used as more than just GTD software.\n" "GTG is intended to help you track everything you need to do and need to\n" "know, from small tasks to large projects." msgstr "" #: gnu/packages/gnome.scm:2915 msgid "Utility to implement the Freedesktop Icon Naming Specification" msgstr "" #: gnu/packages/gnome.scm:2917 msgid "" "To help with the transition to the Freedesktop Icon Naming\n" "Specification, the icon naming utility maps the icon names used by the\n" "GNOME and KDE desktops to the icon names proposed in the specification." msgstr "" #: gnu/packages/gnome.scm:2946 msgid "GNOME icon theme" msgstr "Motyw ikon GNOME" #: gnu/packages/gnome.scm:2947 msgid "Icons for the GNOME desktop." msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:2968 #, fuzzy #| msgid "GNOME icon theme" msgid "Tango icon theme" msgstr "Motyw ikon GNOME" #: gnu/packages/gnome.scm:2969 msgid "" "This is an icon theme that follows the Tango visual\n" "guidelines." msgstr "" #: gnu/packages/gnome.scm:2997 #, fuzzy #| msgid "Definition of MIME types" msgid "Database of common MIME types" msgstr "Definicja typów MIME" #: gnu/packages/gnome.scm:2999 msgid "" "The shared-mime-info package contains the core database of common types\n" "and the update-mime-database command used to extend it. It requires glib2 to\n" "be installed for building the update command. Additionally, it uses intltool\n" "for translations, though this is only a dependency for the maintainers. This\n" "database is translated at Transifex." msgstr "" #: gnu/packages/gnome.scm:3087 msgid "CUPS administration tool" msgstr "" #: gnu/packages/gnome.scm:3089 msgid "" "system-config-printer is a CUPS administration tool. It's written in\n" "Python using GTK+, and uses the @acronym{IPP, Internet Printing Protocol} when\n" "configuring CUPS." msgstr "" #: gnu/packages/gnome.scm:3111 msgid "Freedesktop icon theme" msgstr "Motyw ikon Freedesktop" #: gnu/packages/gnome.scm:3113 msgid "Freedesktop icon theme." msgstr "Motyw ikon Freedesktop." #: gnu/packages/gnome.scm:3160 msgid "GNOME desktop notification library" msgstr "" #: gnu/packages/gnome.scm:3162 msgid "" "Libnotify is a library that sends desktop notifications to a\n" "notification daemon, as defined in the Desktop Notifications spec. These\n" "notifications can be used to inform the user about an event or display\n" "some form of information without getting in the user's way." msgstr "" #: gnu/packages/gnome.scm:3210 msgid "GObject plugin system" msgstr "" #: gnu/packages/gnome.scm:3212 msgid "" "Libpeas is a gobject-based plugin engine, targeted at giving every\n" "application the chance to assume its own extensibility. It also has a set of\n" "features including, but not limited to: multiple extension points; on-demand\n" "(lazy) programming language support for C, Python and JS; simplicity of the\n" "API." msgstr "" #: gnu/packages/gnome.scm:3247 msgid "OpenGL extension to GTK+" msgstr "" #: gnu/packages/gnome.scm:3248 msgid "" "GtkGLExt is an OpenGL extension to GTK+. It provides\n" "additional GDK objects which support OpenGL rendering in GTK+ and GtkWidget\n" "API add-ons to make GTK+ widgets OpenGL-capable." msgstr "" #: gnu/packages/gnome.scm:3315 msgid "GTK+ rapid application development tool" msgstr "" #: gnu/packages/gnome.scm:3316 msgid "" "Glade is a rapid application development (RAD) tool to\n" "enable quick & easy development of user interfaces for the GTK+ toolkit and\n" "the GNOME desktop environment." msgstr "" #: gnu/packages/gnome.scm:3363 msgid "Template markup language" msgstr "" #: gnu/packages/gnome.scm:3365 msgid "" "Blueprint is a markup language for GTK user interfaces. Internally, it\n" "compiles to GTKBuilder XML." msgstr "" #: gnu/packages/gnome.scm:3455 msgid "Rapid application development tool" msgstr "" #: gnu/packages/gnome.scm:3456 msgid "" "Cambalache is a rapid application development (RAD) tool for\n" "Gtk 4 and 3 with a clear model-view-controller (MVC) design and\n" "data model first philosophy." msgstr "" #: gnu/packages/gnome.scm:3481 msgid "CSS2 parsing and manipulation library" msgstr "" #: gnu/packages/gnome.scm:3483 msgid "" "Libcroco is a standalone CSS2 parsing and manipulation library.\n" "The parser provides a low level event driven SAC-like API and a CSS object\n" "model like API. Libcroco provides a CSS2 selection engine and an experimental\n" "XML/CSS rendering engine." msgstr "" #: gnu/packages/gnome.scm:3549 msgid "G Structured File Library" msgstr "" #: gnu/packages/gnome.scm:3550 msgid "" "Libgsf aims to provide an efficient extensible I/O abstraction\n" "for dealing with different structured file formats." msgstr "" #: gnu/packages/gnome.scm:3716 #, fuzzy #| msgid "PDF rendering library" msgid "SVG rendering library" msgstr "Biblioteka wyświetlania PDF" #: gnu/packages/gnome.scm:3717 msgid "" "Librsvg is a library to render SVG images to Cairo surfaces.\n" "GNOME uses this to render SVG icons. Outside of GNOME, other desktop\n" "environments use it for similar purposes. Wikimedia uses it for Wikipedia's SVG\n" "diagrams." msgstr "" #: gnu/packages/gnome.scm:3808 msgid "Render SVG files using Cairo (ancient C version)" msgstr "" #: gnu/packages/gnome.scm:3841 msgid "Create trees of CORBA Interface Definition Language files" msgstr "" #: gnu/packages/gnome.scm:3842 msgid "" "Libidl is a library for creating trees of CORBA Interface\n" "Definition Language (idl) files, which is a specification for defining\n" "portable interfaces. libidl was initially written for orbit (the orb from the\n" "GNOME project, and the primary means of libidl distribution). However, the\n" "functionality was designed to be as reusable and portable as possible." msgstr "" #: gnu/packages/gnome.scm:3896 msgid "CORBA 2.4-compliant Object Request Broker" msgstr "" #: gnu/packages/gnome.scm:3897 msgid "" "ORBit2 is a CORBA 2.4-compliant Object Request Broker (orb)\n" "featuring mature C, C++ and Python bindings." msgstr "" #: gnu/packages/gnome.scm:3950 msgid "Framework for creating reusable components for use in GNOME applications" msgstr "" #: gnu/packages/gnome.scm:3951 msgid "" "Bonobo is a framework for creating reusable components for\n" "use in GNOME applications, built on top of CORBA." msgstr "" #: gnu/packages/gnome.scm:3981 msgid "Store application preferences" msgstr "" #: gnu/packages/gnome.scm:3982 msgid "" "Gconf is a system for storing application preferences. It\n" "is intended for user preferences; not arbitrary data storage." msgstr "" #: gnu/packages/gnome.scm:4015 msgid "Base MIME and Application database for GNOME" msgstr "" #: gnu/packages/gnome.scm:4016 msgid "" "GNOME Mime Data is a module which contains the base MIME\n" "and Application database for GNOME. The data stored by this module is\n" "designed to be accessed through the MIME functions in GnomeVFS." msgstr "" #: gnu/packages/gnome.scm:4054 msgid "Access files and folders in GNOME applications" msgstr "" #: gnu/packages/gnome.scm:4056 msgid "" "GnomeVFS is the core library used to access files and folders in GNOME\n" "applications. It provides a file system abstraction which allows applications\n" "to access local and remote files with a single consistent API." msgstr "" #: gnu/packages/gnome.scm:4096 msgid "Useful routines for building applications" msgstr "" #: gnu/packages/gnome.scm:4097 msgid "" "The libgnome library provides a number of useful routines\n" "for building modern applications, including session management, activation of\n" "files and URIs, and displaying help." msgstr "" #: gnu/packages/gnome.scm:4120 #, fuzzy #| msgid "PDF rendering library" msgid "2D drawing library" msgstr "Biblioteka wyświetlania PDF" #: gnu/packages/gnome.scm:4121 msgid "" "Libart is a 2D drawing library intended as a\n" "high-quality vector-based 2D library with antialiasing and alpha composition." msgstr "" #: gnu/packages/gnome.scm:4147 msgid "Flexible widget for creating interactive structured graphics" msgstr "" #: gnu/packages/gnome.scm:4148 msgid "" "The GnomeCanvas widget provides a flexible widget for\n" "creating interactive structured graphics." msgstr "" #: gnu/packages/gnome.scm:4169 msgid "C++ bindings to the GNOME Canvas library" msgstr "" #: gnu/packages/gnome.scm:4170 msgid "C++ bindings to the GNOME Canvas library." msgstr "" #: gnu/packages/gnome.scm:4195 msgid "Additional widgets for applications" msgstr "" #: gnu/packages/gnome.scm:4196 msgid "" "The libgnomeui library provides additional widgets for\n" "applications. Many of the widgets from libgnomeui have already been\n" "ported to GTK+." msgstr "" #: gnu/packages/gnome.scm:4221 msgid "Load glade interfaces and access the glade built widgets" msgstr "" #: gnu/packages/gnome.scm:4222 msgid "" "Libglade is a library that provides interfaces for loading\n" "graphical interfaces described in glade files and for accessing the\n" "widgets built in the loading process." msgstr "" #: gnu/packages/gnome.scm:4263 msgid "Some user interface controls using Bonobo" msgstr "" #: gnu/packages/gnome.scm:4264 msgid "" "The Bonobo UI library provides a number of user interface\n" "controls using the Bonobo component framework." msgstr "" #: gnu/packages/gnome.scm:4291 msgid "Window Navigator Construction Kit" msgstr "" #: gnu/packages/gnome.scm:4293 msgid "" "Libwnck is the Window Navigator Construction Kit, a library for use in\n" "writing pagers, tasklists, and more generally applications that are dealing\n" "with window management. It tries hard to respect the Extended Window Manager\n" "Hints specification (EWMH)." msgstr "" #: gnu/packages/gnome.scm:4342 msgid "Document-centric objects and utilities" msgstr "" #: gnu/packages/gnome.scm:4343 msgid "A GLib/GTK+ set of document-centric objects and utilities." msgstr "" #: gnu/packages/gnome.scm:4427 msgid "Spreadsheet application" msgstr "Arkusz kalkulacyjny" #: gnu/packages/gnome.scm:4429 msgid "" "GNUmeric is a GNU spreadsheet application, running under GNOME. It is\n" "interoperable with other spreadsheet applications. It has a vast array of\n" "features beyond typical spreadsheet functionality, such as support for linear\n" "and non-linear solvers, statistical analysis, and telecommunication\n" "engineering." msgstr "" #: gnu/packages/gnome.scm:4489 #, fuzzy #| msgid "Music player for GNOME" msgid "Basic image editor for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:4491 msgid "Drawing is a basic image editor aiming at the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:4541 msgid "Manage encryption keys and passwords in the GNOME keyring" msgstr "" #: gnu/packages/gnome.scm:4543 msgid "" "Seahorse is a GNOME application for managing encryption keys and\n" "passwords in the GNOME keyring." msgstr "" #: gnu/packages/gnome.scm:4593 msgid "Compiler using the GObject type system" msgstr "" #: gnu/packages/gnome.scm:4594 msgid "" "Vala is a programming language using modern high level\n" "abstractions without imposing additional runtime requirements and without using\n" "a different ABI compared to applications and libraries written in C. Vala uses\n" "the GObject type system and has additional code generation routines that make\n" "targeting the GNOME stack simple." msgstr "" #: gnu/packages/gnome.scm:4682 #, fuzzy #| msgid "Terminal emulator" msgid "Virtual Terminal Emulator" msgstr "Emulator terminala" #: gnu/packages/gnome.scm:4684 msgid "" "VTE is a library (libvte) implementing a terminal emulator widget for\n" "GTK+, and a minimal sample application (vte) using that. Vte is mainly used in\n" "gnome-terminal, but can also be used to embed a console/terminal in games,\n" "editors, IDEs, etc." msgstr "" #: gnu/packages/gnome.scm:4715 msgid "Enhanced VTE terminal widget" msgstr "" #: gnu/packages/gnome.scm:4717 msgid "" "VTE is a library (libvte) implementing a terminal emulator widget for\n" "GTK+, this fork provides additional functions exposed for keyboard text\n" "selection and URL hints." msgstr "" #: gnu/packages/gnome.scm:4796 msgid "Remote desktop viewer for GNOME" msgstr "" #: gnu/packages/gnome.scm:4797 msgid "" "Vinagre is a remote display client supporting the VNC, SPICE\n" "and RDP protocols." msgstr "" #: gnu/packages/gnome.scm:4849 msgid "Low-level GNOME configuration system" msgstr "" #: gnu/packages/gnome.scm:4850 msgid "" "Dconf is a low-level configuration system. Its main purpose\n" "is to provide a backend to GSettings on platforms that don't already have\n" "configuration storage systems." msgstr "" #: gnu/packages/gnome.scm:4879 msgid "Glib and GObject implementation of JSON" msgstr "" #: gnu/packages/gnome.scm:4880 msgid "" "JSON-GLib is a library providing serialization and\n" "described by RFC 4627. It implements a full JSON parser and generator using\n" "GLib and GObject, and integrates JSON with GLib data types." msgstr "" #: gnu/packages/gnome.scm:4977 msgid "High-level API for X Keyboard Extension" msgstr "" #: gnu/packages/gnome.scm:4979 msgid "" "LibXklavier is a library providing high-level API for X Keyboard\n" "Extension known as XKB. This library is intended to support XFree86 and other\n" "commercial X servers. It is useful for creating XKB-related software (layout\n" "indicators etc)." msgstr "" #: gnu/packages/gnome.scm:5017 msgid "Network extensions for GLib" msgstr "" #: gnu/packages/gnome.scm:5019 msgid "" "Glib-networking contains the implementations of certain GLib networking\n" "features that cannot be implemented directly in GLib itself because of their\n" "dependencies. Currently it contains GnuTLS and OpenSSL-based implementations of\n" "GTlsBackend, a libproxy-based implementation of GProxyResolver,\n" "GLibproxyResolver, and a GNOME GProxyResolver that uses the proxy information\n" "from the GSettings schemas in gsettings-desktop-schemas." msgstr "" #: gnu/packages/gnome.scm:5071 msgid "Securely delete your files" msgstr "" #: gnu/packages/gnome.scm:5073 msgid "" "Raider is a simple shredding program built for GNOME. Also known as\n" "File Shredder, it uses the GNU Core Utility called shred to securely delete\n" "files." msgstr "" #: gnu/packages/gnome.scm:5105 msgid "RESTful web api query library" msgstr "" #: gnu/packages/gnome.scm:5107 msgid "" "This library was designed to make it easier to access web services that\n" "claim to be \"RESTful\". It includes convenience wrappers for libsoup and\n" "libxml to ease remote use of the RESTful API." msgstr "" #: gnu/packages/gnome.scm:5193 msgid "GtkWidget C library for displaying maps" msgstr "" #: gnu/packages/gnome.scm:5194 msgid "" "@code{libshumate} is a C library providing a\n" "@code{GtkWidget} to display maps. It supports numerous free map sources such\n" "as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps." msgstr "" #: gnu/packages/gnome.scm:5257 msgid "GLib-based HTTP Library" msgstr "" #: gnu/packages/gnome.scm:5259 msgid "" "LibSoup is an HTTP client/server library for GNOME. It uses GObjects\n" "and the GLib main loop, to integrate well with GNOME applications." msgstr "" #: gnu/packages/gnome.scm:5386 msgid "GObject bindings for \"Secret Service\" API" msgstr "" #: gnu/packages/gnome.scm:5388 msgid "" "Libsecret is a GObject based library for storing and retrieving passwords\n" "and other secrets. It communicates with the \"Secret Service\" using DBus." msgstr "" #: gnu/packages/gnome.scm:5425 msgid "" "Five or More is a game where you try to align\n" " five or more objects of the same color and shape causing them to disappear.\n" " On every turn more objects will appear, until the board is full.\n" " Try to last as long as possible." msgstr "" #: gnu/packages/gnome.scm:5449 msgid "Documentation tool for GObject-based libraries" msgstr "" #: gnu/packages/gnome.scm:5450 msgid "" "GI-DocGen is a document generator for GObject-based\n" "libraries. GObject is the base type system of the GNOME project. GI-Docgen\n" "reuses the introspection data generated by GObject-based libraries to generate\n" "the API reference of these libraries, as well as other ancillary\n" "documentation." msgstr "" #: gnu/packages/gnome.scm:5493 msgid "Minesweeper game" msgstr "Gra Saper" #: gnu/packages/gnome.scm:5495 msgid "" "Mines (previously gnomine) is a puzzle game where you locate mines\n" "floating in an ocean using only your brain and a little bit of luck." msgstr "" #: gnu/packages/gnome.scm:5534 msgid "Write to multiple USB devices at once" msgstr "" #: gnu/packages/gnome.scm:5536 msgid "" "MultiWriter can be used to write an ISO file to multiple USB devices at\n" "once." msgstr "" #: gnu/packages/gnome.scm:5578 msgid "Japanese logic game" msgstr "" #: gnu/packages/gnome.scm:5580 msgid "" "Sudoku is a Japanese logic game that exploded in popularity in 2005.\n" "GNOME Sudoku is meant to have an interface as simple and unobstrusive as\n" "possible while still providing features that make playing difficult Sudoku\n" "more fun." msgstr "" #: gnu/packages/gnome.scm:5622 #, fuzzy #| msgid "Terminal emulator" msgid "GNOME terminal emulator" msgstr "Emulator terminala" #: gnu/packages/gnome.scm:5624 msgid "Console is a simple terminal emulator for GNOME desktop" msgstr "" #: gnu/packages/gnome.scm:5680 msgid "Terminal emulator" msgstr "Emulator terminala" #: gnu/packages/gnome.scm:5682 msgid "" "GNOME Terminal is a terminal emulator application for accessing a\n" "UNIX shell environment which can be used to run programs available on\n" "your system.\n" "\n" "It supports several profiles, multiple tabs and implements several\n" "keyboard shortcuts." msgstr "" #: gnu/packages/gnome.scm:5715 gnu/packages/gnome.scm:8004 #, fuzzy #| msgid "Stream editor" msgid "GNOME text editor" msgstr "Edytor ciągów" #: gnu/packages/gnome.scm:5717 msgid "" "GNOME Text Editor is a simple text editor that focuses on session\n" "management. It keeps track of changes and state even if you quit the\n" "application. You can come back to your work even if you've never saved it to a\n" "file." msgstr "" #: gnu/packages/gnome.scm:5786 msgid "Color management service" msgstr "" #: gnu/packages/gnome.scm:5787 msgid "" "Colord is a system service that makes it easy to manage,\n" "install and generate color profiles to accurately color manage input and\n" "output devices." msgstr "" #: gnu/packages/gnome.scm:5864 msgid "Geolocation service" msgstr "" #: gnu/packages/gnome.scm:5865 msgid "" "Geoclue is a D-Bus service that provides location\n" "information. The primary goal of the Geoclue project is to make creating\n" "location-aware applications as simple as possible, while the secondary goal is\n" "to ensure that no application can access location information without explicit\n" "permission from user." msgstr "" #: gnu/packages/gnome.scm:5909 msgid "Geocoding and reverse-geocoding library" msgstr "" #: gnu/packages/gnome.scm:5911 msgid "" "geocode-glib is a convenience library for geocoding (finding longitude,\n" "and latitude from an address) and reverse geocoding (finding an address from\n" "coordinates) using the Nominatim service. geocode-glib caches requests for\n" "faster results and to avoid unnecessary server load." msgstr "" #: gnu/packages/gnome.scm:5998 msgid "System daemon for managing power devices" msgstr "" #: gnu/packages/gnome.scm:6000 msgid "" "UPower is an abstraction for enumerating power devices,\n" "listening to device events and querying history and statistics. Any\n" "application or service on the system can access the org.freedesktop.UPower\n" "service via the system message bus." msgstr "" #: gnu/packages/gnome.scm:6049 msgid "Location, time zone, and weather library for GNOME" msgstr "" #: gnu/packages/gnome.scm:6051 msgid "" "libgweather is a library to access weather information from online\n" "services for numerous locations." msgstr "" #: gnu/packages/gnome.scm:6208 msgid "GNOME settings daemon" msgstr "" #: gnu/packages/gnome.scm:6210 msgid "" "This package contains the daemon responsible for setting the various\n" "parameters of a GNOME session and the applications that run under it. It\n" "handles settings such keyboard layout, shortcuts, and accessibility, clipboard\n" "settings, themes, mouse settings, and startup of other daemons." msgstr "" #: gnu/packages/gnome.scm:6240 msgid "Library to parse and save media playlists for GNOME" msgstr "" #: gnu/packages/gnome.scm:6241 msgid "" "Totem-pl-parser is a GObjects-based library to parse and save\n" "playlists in a variety of formats." msgstr "" #: gnu/packages/gnome.scm:6272 msgid "Solitaire card games" msgstr "Gry typu pasjans" #: gnu/packages/gnome.scm:6274 msgid "" "Aisleriot (also known as Solitaire or sol) is a collection of card games\n" "which are easy to play with the aid of a mouse." msgstr "" #: gnu/packages/gnome.scm:6298 msgid "Actions, Menus and Toolbars Kit for GTK+ applications" msgstr "" #: gnu/packages/gnome.scm:6300 msgid "" "Amtk is the acronym for @acronym{Amtk, Actions Menus and Toolbars Kit}.\n" "It is a basic GtkUIManager replacement based on GAction. It is suitable for\n" "both a traditional UI or a modern UI with a GtkHeaderBar." msgstr "" #: gnu/packages/gnome.scm:6340 msgid "API documentation browser for GNOME" msgstr "" #: gnu/packages/gnome.scm:6342 msgid "" "Devhelp is an API documentation browser for GTK+ and GNOME. It works\n" "natively with GTK-Doc (the API reference system developed for GTK+ and used\n" "throughout GNOME for API documentation)." msgstr "" #: gnu/packages/gnome.scm:6424 msgid "Object oriented GL/GLES Abstraction/Utility Layer" msgstr "" #: gnu/packages/gnome.scm:6426 msgid "" "Cogl is a small library for using 3D graphics hardware to draw pretty\n" "pictures. The API departs from the flat state machine style of OpenGL and is\n" "designed to make it easy to write orthogonal components that can render\n" "without stepping on each others toes." msgstr "" #: gnu/packages/gnome.scm:6483 msgid "OpenGL-based interactive canvas library" msgstr "" #: gnu/packages/gnome.scm:6485 gnu/packages/gnome.scm:6512 msgid "" "Clutter is an OpenGL-based interactive canvas library, designed for\n" "creating fast, mainly 2D single window applications such as media box UIs,\n" "presentations, kiosk style applications and so on." msgstr "" #: gnu/packages/gnome.scm:6510 msgid "OpenGL-based interactive canvas library GTK+ widget" msgstr "" #: gnu/packages/gnome.scm:6536 msgid "Integration library for using GStreamer with Clutter" msgstr "" #: gnu/packages/gnome.scm:6538 msgid "" "Clutter-Gst is an integration library for using GStreamer with Clutter.\n" "It provides a GStreamer sink to upload frames to GL and an actor that\n" "implements the ClutterGstPlayer interface using playbin. Clutter is an\n" "OpenGL-based interactive canvas library." msgstr "" #: gnu/packages/gnome.scm:6569 msgid "C library providing a ClutterActor to display maps" msgstr "" #: gnu/packages/gnome.scm:6571 msgid "" "libchamplain is a C library providing a ClutterActor to display maps.\n" "It also provides a Gtk+ widget to display maps in Gtk+ applications. Python\n" "and Perl bindings are also available. It supports numerous free map sources\n" "such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free." msgstr "" #: gnu/packages/gnome.scm:6613 msgid "Object mapper from GObjects to SQLite" msgstr "" #: gnu/packages/gnome.scm:6615 msgid "" "Gom provides an object mapper from GObjects to SQLite. It helps you\n" "write applications that need to store structured data as well as make complex\n" "queries upon that data." msgstr "" #: gnu/packages/gnome.scm:6648 msgid "Useful functionality shared among GNOME games" msgstr "" #: gnu/packages/gnome.scm:6650 msgid "" "libgnome-games-support is a small library intended for internal use by\n" "GNOME Games, but it may be used by others." msgstr "" #: gnu/packages/gnome.scm:6706 msgid "Sliding block puzzles" msgstr "" #: gnu/packages/gnome.scm:6708 msgid "" "GNOME Klotski is a set of block sliding puzzles. The objective is to move\n" "the patterned block to the area bordered by green markers. To do so, you will\n" "need to slide other blocks out of the way. Complete each puzzle in as few moves\n" "as possible!" msgstr "" #: gnu/packages/gnome.scm:6755 msgid "Framework for discovering and browsing media" msgstr "" #: gnu/packages/gnome.scm:6757 msgid "" "Grilo is a framework focused on making media discovery and browsing easy\n" "for application developers." msgstr "" #: gnu/packages/gnome.scm:6812 msgid "Plugins for the Grilo media discovery library" msgstr "" #: gnu/packages/gnome.scm:6814 msgid "" "Grilo is a framework focused on making media discovery and browsing easy\n" "for application developers. This package provides plugins for common media\n" "discovery protocols." msgstr "" #: gnu/packages/gnome.scm:6907 msgid "Simple media player for GNOME based on GStreamer" msgstr "" #: gnu/packages/gnome.scm:6908 msgid "" "Totem is a simple yet featureful media player for GNOME\n" "which can read a large number of file formats." msgstr "" #: gnu/packages/gnome.scm:6995 msgid "Music player for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:6996 msgid "" "Rhythmbox is a music playing application for GNOME. It\n" "supports playlists, song ratings, and any codecs installed through gstreamer." msgstr "" #: gnu/packages/gnome.scm:7057 msgid "GNOME image viewer" msgstr "Przeglądarka obrazów GNOME" #: gnu/packages/gnome.scm:7058 msgid "" "Eye of GNOME is the GNOME image viewer. It\n" "supports image conversion, rotation, and slideshows." msgstr "" #: gnu/packages/gnome.scm:7080 msgid "Extensions for the Eye of GNOME image viewer" msgstr "" #: gnu/packages/gnome.scm:7094 msgid "" "This package provides plugins for the Eye of GNOME (EOG) image viewer,\n" "notably:\n" "\n" "@itemize\n" "@item @dfn{EXIF Display}, which displays camera (EXIF) information;\n" "@item @dfn{Map}, which displays a map of where the picture was taken on the\n" "side panel;\n" "@item @dfn{Slideshow Shuffle}, to shuffle images in slideshow mode.\n" "@end itemize\n" msgstr "" #: gnu/packages/gnome.scm:7131 msgid "GObject bindings for libudev" msgstr "" #: gnu/packages/gnome.scm:7133 msgid "" "This library provides GObject bindings for libudev. It was originally\n" "part of udev-extras, then udev, then systemd. It's now a project on its own." msgstr "" #: gnu/packages/gnome.scm:7194 msgid "Userspace virtual file system for GIO" msgstr "" #: gnu/packages/gnome.scm:7196 msgid "" "GVFS is a userspace virtual file system designed to work with the I/O\n" "abstraction of GIO. It contains a GIO module that seamlessly adds GVFS\n" "support to all applications using the GIO API. It also supports exposing the\n" "GVFS mounts to non-GIO applications using FUSE.\n" "\n" "GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP,\n" "DAV, and others." msgstr "" #: gnu/packages/gnome.scm:7235 msgid "GLib binding for libusb1" msgstr "" #: gnu/packages/gnome.scm:7237 msgid "" "GUsb is a GObject wrapper for libusb1 that makes it easy to do\n" "asynchronous control, bulk and interrupt transfers with proper cancellation\n" "and integration into a mainloop. This makes it easy to integrate low level\n" "USB transfers with your high-level application or system daemon." msgstr "" #: gnu/packages/gnome.scm:7289 msgid "Document and image scanner" msgstr "" #: gnu/packages/gnome.scm:7291 msgid "" "Document Scanner is an easy-to-use application that lets you connect your\n" "scanner and quickly capture images and documents in an appropriate format. It\n" "supports any scanner for which a suitable SANE driver is available, which is\n" "almost all of them." msgstr "" #: gnu/packages/gnome.scm:7361 #, fuzzy #| msgid "Music player for GNOME" msgid "Web browser for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:7363 msgid "" "Eolie is a new web browser for GNOME. It features Firefox sync support,\n" "a secret password store, an adblocker, and a modern UI." msgstr "" #: gnu/packages/gnome.scm:7438 msgid "GNOME web browser" msgstr "Przeglądarka internetu GNOME" #: gnu/packages/gnome.scm:7440 msgid "" "Epiphany is a GNOME web browser targeted at non-technical users. Its\n" "principles are simplicity and standards compliance." msgstr "" #: gnu/packages/gnome.scm:7489 gnu/packages/gnome.scm:7529 msgid "D-Bus debugger" msgstr "" #: gnu/packages/gnome.scm:7491 msgid "" "D-Feet is a D-Bus debugger, which can be used to inspect D-Bus interfaces\n" "of running programs and invoke methods on those interfaces." msgstr "" #: gnu/packages/gnome.scm:7531 msgid "" "D-Spy is a tool to explore and test end-points and interfaces of running\n" "programs via D-Bus. It also ships a library for integration into development\n" "environments." msgstr "" #: gnu/packages/gnome.scm:7561 msgid "XSL stylesheets for Yelp" msgstr "" #: gnu/packages/gnome.scm:7562 msgid "" "Yelp-XSL is a collection of programs and data files to help\n" "you build, maintain, and distribute documentation. It provides XSLT stylesheets\n" "that can be built upon for help viewers and publishing systems. These\n" "stylesheets output JavaScript and CSS content, and reference images\n" "provided by yelp-xsl. It also redistributes copies of the jQuery and\n" "jQuery.Syntax JavaScript libraries." msgstr "" #: gnu/packages/gnome.scm:7606 #, fuzzy #| msgid "GNOME web browser" msgid "GNOME help browser" msgstr "Przeglądarka internetu GNOME" #: gnu/packages/gnome.scm:7608 msgid "" "Yelp is the help viewer in Gnome. It natively views Mallard, DocBook,\n" "man, info, and HTML documents. It can locate documents according to the\n" "freedesktop.org help system specification." msgstr "" #: gnu/packages/gnome.scm:7636 msgid "Yelp documentation tools" msgstr "" #: gnu/packages/gnome.scm:7638 msgid "" "Yelp-tools is a collection of scripts and build utilities to help create,\n" "manage, and publish documentation for Yelp and the web. Most of the heavy\n" "lifting is done by packages like yelp-xsl and itstool. This package just\n" "wraps things up in a developer-friendly way." msgstr "" #: gnu/packages/gnome.scm:7674 msgid "GObject collection library" msgstr "" #: gnu/packages/gnome.scm:7676 msgid "" "Libgee is a utility library providing GObject-based interfaces and\n" "classes for commonly used data structures." msgstr "" #: gnu/packages/gnome.scm:7718 msgid "GObject wrapper around the Exiv2 photo metadata library" msgstr "" #: gnu/packages/gnome.scm:7720 msgid "" "Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It\n" "allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP\n" "metadata in photo and video files of various formats." msgstr "" #: gnu/packages/gnome.scm:7773 msgid "Photo manager for GNOME 3" msgstr "" #: gnu/packages/gnome.scm:7775 msgid "" "Shotwell is a digital photo manager designed for the GNOME desktop\n" "environment. It allows you to import photos from disk or camera, organize\n" "them by keywords and events, view them in full-window or fullscreen mode, and\n" "share them with others via social networking and more." msgstr "" #: gnu/packages/gnome.scm:7816 msgid "Graphical archive manager for GNOME" msgstr "" #: gnu/packages/gnome.scm:7817 msgid "" "File Roller is an archive manager for the GNOME desktop\n" "environment that allows users to view, unpack, and create compressed archives\n" "such as gzip tarballs." msgstr "" #: gnu/packages/gnome.scm:7876 #, fuzzy #| msgid "Music player for GNOME" msgid "Session manager for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:7878 msgid "" "This package contains the GNOME session manager, as well as a\n" "configuration program to choose applications starting on login." msgstr "" #: gnu/packages/gnome.scm:7928 msgid "Javascript bindings for GNOME" msgstr "" #: gnu/packages/gnome.scm:7931 msgid "" "Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey\n" "javascript engine and the GObject introspection framework." msgstr "" #: gnu/packages/gnome.scm:8005 msgid "" "While aiming at simplicity and ease of use, gedit is a\n" "powerful general purpose text editor." msgstr "" #: gnu/packages/gnome.scm:8031 msgid "Display graphical dialog boxes from shell scripts" msgstr "" #: gnu/packages/gnome.scm:8034 msgid "" "Zenity is a rewrite of gdialog, the GNOME port of dialog which allows you\n" "to display dialog boxes from the commandline and shell scripts." msgstr "" #: gnu/packages/gnome.scm:8236 msgid "Window and compositing manager" msgstr "" #: gnu/packages/gnome.scm:8239 msgid "" "Mutter is a window and compositing manager that displays and manages your\n" "desktop via OpenGL. Mutter combines a sophisticated display engine using the\n" "Clutter toolkit with solid window-management logic inherited from the Metacity\n" "window manager." msgstr "" #: gnu/packages/gnome.scm:8284 msgid "Single sign-on framework for GNOME" msgstr "" #: gnu/packages/gnome.scm:8287 msgid "" "GNOME Online Accounts provides interfaces so that applications and\n" "libraries in GNOME can access the user's online accounts. It has providers\n" "for Google, ownCloud, Facebook, Flickr, Windows Live, Pocket, Foursquare,\n" "Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos." msgstr "" #: gnu/packages/gnome.scm:8404 msgid "Store address books and calendars" msgstr "" #: gnu/packages/gnome.scm:8407 msgid "" "This package provides a unified backend for programs that work with\n" "contacts, tasks, and calendar information. It was originally developed for\n" "Evolution (hence the name), but is now used by other packages as well." msgstr "" #: gnu/packages/gnome.scm:8491 msgid "Text entry and UI navigation application" msgstr "" #: gnu/packages/gnome.scm:8494 msgid "" "Caribou is an input assistive technology intended for switch and pointer\n" "users." msgstr "" #: gnu/packages/gnome.scm:8640 msgid "Network connection manager" msgstr "" #: gnu/packages/gnome.scm:8643 msgid "" "NetworkManager is a system network service that manages your network\n" "devices and connections, attempting to keep active network connectivity when\n" "available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE\n" "devices, and provides VPN integration with a variety of different VPN\n" "services." msgstr "" #: gnu/packages/gnome.scm:8704 msgid "OpenVPN plug-in for NetworkManager" msgstr "" #: gnu/packages/gnome.scm:8706 msgid "" "This extension of NetworkManager allows it to take care of connections\n" "to virtual private networks (VPNs) via OpenVPN." msgstr "" #: gnu/packages/gnome.scm:8755 msgid "VPNC plug-in for NetworkManager" msgstr "" #: gnu/packages/gnome.scm:8757 msgid "" "Support for configuring virtual private networks based on VPNC.\n" "Compatible with Cisco VPN concentrators configured to use IPsec." msgstr "" #: gnu/packages/gnome.scm:8808 msgid "OpenConnect plug-in for NetworkManager" msgstr "" #: gnu/packages/gnome.scm:8810 msgid "" "This extension of NetworkManager allows it to take care of connections\n" "to @acronym{VPNs, virtual private networks} via OpenConnect, an open client for\n" "Cisco's AnyConnect SSL VPN." msgstr "" #: gnu/packages/gnome.scm:8872 msgid "Fortinet SSLVPN plug-in for NetworkManager" msgstr "" #: gnu/packages/gnome.scm:8874 msgid "" "This extension of NetworkManager allows it to take care of connections\n" "to virtual private networks (VPNs) via Fortinet SSLVPN." msgstr "" #: gnu/packages/gnome.scm:8897 msgid "Database of broadband connection configuration" msgstr "" #: gnu/packages/gnome.scm:8898 msgid "Database of broadband connection configuration." msgstr "" #: gnu/packages/gnome.scm:8937 msgid "Applet for managing network connections" msgstr "" #: gnu/packages/gnome.scm:8940 msgid "" "This package contains a systray applet for NetworkManager. It displays\n" "the available networks and allows users to easily switch between them." msgstr "" #: gnu/packages/gnome.scm:8997 msgid "C++ bindings to the libxml2 XML parser library" msgstr "" #: gnu/packages/gnome.scm:8999 msgid "" "This package provides a C++ interface to the libxml2 XML parser\n" "library." msgstr "" #: gnu/packages/gnome.scm:9235 #, fuzzy #| msgid "Music player for GNOME" msgid "Display manager for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:9238 msgid "" "GNOME Display Manager is a system service that is responsible for\n" "providing graphical log-ins and managing local and remote displays." msgstr "" #: gnu/packages/gnome.scm:9259 msgid "Portable system access library" msgstr "" #: gnu/packages/gnome.scm:9262 msgid "" "LibGTop is a library to get system specific data such as CPU and memory\n" "usage and information about running processes." msgstr "" #: gnu/packages/gnome.scm:9300 msgid "GNOME Bluetooth subsystem" msgstr "" #: gnu/packages/gnome.scm:9303 msgid "" "This package contains tools for managing and manipulating Bluetooth\n" "devices using the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:9399 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Utilities to configure the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:9402 msgid "" "This package contains configuration applets for the GNOME desktop,\n" "allowing to set accessibility configuration, desktop fonts, keyboard and mouse\n" "properties, sound setup, desktop theme and background, user interface\n" "properties, screen resolution, and other GNOME parameters." msgstr "" #: gnu/packages/gnome.scm:9579 msgid "Desktop shell for GNOME" msgstr "" #: gnu/packages/gnome.scm:9582 msgid "" "GNOME Shell provides core user interface functions for the GNOME desktop,\n" "like switching to windows and launching applications." msgstr "" #: gnu/packages/gnome.scm:9631 msgid "VNC client viewer widget for GTK+" msgstr "" #: gnu/packages/gnome.scm:9632 msgid "" "GTK-VNC is a project providing client side APIs for the RFB\n" "protocol / VNC remote desktop technology. It is built using coroutines allowing\n" "it to be completely asynchronous while remaining single threaded. It provides a\n" "core C library, and bindings for Python (PyGTK)." msgstr "" #: gnu/packages/gnome.scm:9658 msgid "Archives integration support for GNOME" msgstr "" #: gnu/packages/gnome.scm:9661 msgid "" "GNOME Autoar is a library which makes creating and extracting archives\n" "easy, safe, and automatic." msgstr "" #: gnu/packages/gnome.scm:9754 gnu/packages/gnome.scm:9887 msgid "Metadata database, indexer and search tool" msgstr "" #: gnu/packages/gnome.scm:9757 msgid "" "Tracker is a search engine and triplestore for desktop, embedded and mobile.\n" "\n" "It is a middleware component aimed at desktop application developers who want\n" "their apps to browse and search user content. It's not designed to be used\n" "directly by desktop users, but it provides a commandline tool named\n" "@command{tracker} for the adventurous.\n" "\n" "Tracker allows your application to instantly perform full-text searches across\n" "all documents. This feature is used by the @{emph{search} bar in GNOME Files, for\n" "example. This is achieved by indexing the user's home directory in the\n" "background.\n" "\n" "Tracker also allows your application to query and list content that the user\n" "has stored. For example, GNOME Music displays all the music files that are\n" "found by Tracker. This means that GNOME Music doesn't need to maintain a\n" "database of its own.\n" "\n" "If you need to go beyond simple searches, Tracker is also a linked data\n" "endpoint and it understands SPARQL." msgstr "" #: gnu/packages/gnome.scm:9890 msgid "" "Tracker is an advanced framework for first class objects with associated\n" "metadata and tags. It provides a one stop solution for all metadata, tags,\n" "shared object databases, search tools and indexing." msgstr "" #: gnu/packages/gnome.scm:9975 #, fuzzy #| msgid "Music player for GNOME" msgid "File manager for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:9978 msgid "" "Nautilus (Files) is a file manager designed to fit the GNOME desktop\n" "design and behaviour, giving the user a simple way to navigate and manage its\n" "files." msgstr "" #: gnu/packages/gnome.scm:10014 #, fuzzy #| msgid "Music player for GNOME" msgid "Disk usage analyzer for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:10016 msgid "" "Baobab (Disk Usage Analyzer) is a graphical application to analyse disk\n" "usage in the GNOME desktop environment. It can easily scan device volumes or\n" "a specific user-requested directory branch (local or remote). Once the scan\n" "is complete it provides a graphical representation of each selected folder." msgstr "" #: gnu/packages/gnome.scm:10039 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Background images for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:10041 msgid "" "GNOME backgrounds package contains a collection of graphics files which\n" "can be used as backgrounds in the GNOME Desktop environment. Additionally,\n" "the package creates the proper framework and directory structure so that you\n" "can add your own files to the collection." msgstr "" #: gnu/packages/gnome.scm:10087 msgid "Take pictures of your screen" msgstr "" #: gnu/packages/gnome.scm:10089 msgid "" "GNOME Screenshot is a utility used for taking screenshots of the entire\n" "screen, a window or a user defined area of the screen, with optional\n" "beautifying border effects." msgstr "" #: gnu/packages/gnome.scm:10119 msgid "Graphical editor for GNOME's dconf configuration system" msgstr "" #: gnu/packages/gnome.scm:10121 msgid "" "Dconf-editor is a graphical tool for browsing and editing the dconf\n" "configuration system for GNOME. It allows users to configure desktop\n" "software that do not provide their own configuration interface." msgstr "" #: gnu/packages/gnome.scm:10149 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Default MIME type associations for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:10151 msgid "" "Given many installed packages which might handle a given MIME type, a\n" "user running the GNOME desktop probably has some preferences: for example,\n" "that folders be opened by default by the Nautilus file manager, not the Baobab\n" "disk usage analyzer. This package establishes that set of default MIME type\n" "associations for GNOME." msgstr "" #: gnu/packages/gnome.scm:10190 msgid "GoVirt Library" msgstr "" #: gnu/packages/gnome.scm:10191 msgid "GoVirt is a GObject wrapper for the oVirt REST API." msgstr "" #: gnu/packages/gnome.scm:10251 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Weather monitoring for GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:10252 msgid "" "GNOME Weather is a small application that allows you to\n" "monitor the current weather conditions for your city, or anywhere in the\n" "world." msgstr "" #: gnu/packages/gnome.scm:10353 msgid "The GNU desktop environment" msgstr "" #: gnu/packages/gnome.scm:10356 msgid "" "GNOME is the graphical desktop for GNU. It includes a wide variety of\n" "applications for browsing the web, editing text and images, creating\n" "documents and diagrams, playing media, scanning, and much more." msgstr "" #: gnu/packages/gnome.scm:10401 #, fuzzy #| msgid "Word processing program" msgid "Desktop recording program" msgstr "Edytor tekstu" #: gnu/packages/gnome.scm:10402 msgid "" "Byzanz is a simple desktop recording program with a\n" "command-line interface. It can record part or all of an X display for a\n" "specified duration and save it as a GIF encoded animated image file." msgstr "" #: gnu/packages/gnome.scm:10462 msgid "Two-factor authentication application built for GNOME" msgstr "" #: gnu/packages/gnome.scm:10464 msgid "" "Authenticator is a two-factor authentication (2FA) application built for\n" "the GNOME desktop environment.\n" "\n" "Features:\n" "\n" "@itemize\n" "@item QR code scanner\n" "@item Beautiful UI\n" "@item Huge database of more than 560 supported services\n" "@item Keep your PIN tokens secure by locking the application with a password\n" "@item Automatically fetch an image for services using their favicon\n" "@item The possibility to add new services\n" "@end itemize" msgstr "" #: gnu/packages/gnome.scm:10497 msgid "GObject wrapper for libcanberra" msgstr "" #: gnu/packages/gnome.scm:10499 msgid "" "GSound is a small library for playing system sounds. It's designed to be\n" "used via GObject Introspection, and is a thin wrapper around the libcanberra C\n" "library." msgstr "" #: gnu/packages/gnome.scm:10522 msgid "Library for accessing SkyDrive and Hotmail" msgstr "" #: gnu/packages/gnome.scm:10524 msgid "" "Libzapojit is a GLib-based library for accessing online service APIs of\n" "Microsoft SkyDrive and Hotmail, using their REST protocols." msgstr "" #: gnu/packages/gnome.scm:10568 msgid "GNOME's clock application" msgstr "" #: gnu/packages/gnome.scm:10570 msgid "" "GNOME Clocks is a simple clocks application designed to fit the GNOME\n" "desktop. It supports world clock, stop watch, alarms, and count down timer." msgstr "" #: gnu/packages/gnome.scm:10615 msgid "GNOME's calendar application" msgstr "" #: gnu/packages/gnome.scm:10617 msgid "" "GNOME Calendar is a simple calendar application designed to fit the GNOME\n" "desktop. It supports multiple calendars, month, week and year view." msgstr "" #: gnu/packages/gnome.scm:10677 msgid "GNOME's ToDo Application" msgstr "" #: gnu/packages/gnome.scm:10678 msgid "" "GNOME To Do is a simplistic personal task manager designed\n" "to perfectly fit the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:10718 msgid "Look up words in dictionary sources" msgstr "" #: gnu/packages/gnome.scm:10720 msgid "" "GNOME Dictionary can look for the definition or translation of a word in\n" "existing databases over the internet." msgstr "" #: gnu/packages/gnome.scm:10781 msgid "Customize advanced GNOME 3 options" msgstr "" #: gnu/packages/gnome.scm:10784 msgid "" "GNOME Tweaks allows adjusting advanced configuration settings in\n" "GNOME 3. This includes things like the fonts used in user interface elements,\n" "alternative user interface themes, changes in window management behavior,\n" "GNOME Shell appearance and extension, etc." msgstr "" #: gnu/packages/gnome.scm:10811 msgid "Extensions for GNOME Shell" msgstr "" #: gnu/packages/gnome.scm:10812 msgid "" "GNOME Shell extensions modify and extend GNOME Shell\n" "functionality and behavior." msgstr "" #: gnu/packages/gnome.scm:10855 msgid "Library to aggregate data about people" msgstr "" #: gnu/packages/gnome.scm:10856 msgid "" "Libfolks is a library that aggregates information about people\n" "from multiple sources (e.g., Telepathy connection managers for IM contacts,\n" "Evolution Data Server for local contacts, libsocialweb for web service contacts,\n" "etc.) to create metacontacts. It's written in Vala, which generates C code when\n" "compiled." msgstr "" #: gnu/packages/gnome.scm:10896 msgid "GLib/GObject wrapper for the Facebook API" msgstr "" #: gnu/packages/gnome.scm:10897 msgid "" "This library allows you to use the Facebook API from\n" "GLib/GObject code." msgstr "" #: gnu/packages/gnome.scm:10929 msgid "GNOME keyboard configuration library" msgstr "" #: gnu/packages/gnome.scm:10931 msgid "" "Libgnomekbd is a keyboard configuration library for the GNOME desktop\n" "environment, which can notably display keyboard layouts." msgstr "" #: gnu/packages/gnome.scm:10965 msgid "Library for writing single instance applications" msgstr "" #: gnu/packages/gnome.scm:10967 msgid "" "Libunique is a library for writing single instance applications. If you\n" "launch a single instance application twice, the second instance will either just\n" "quit or will send a message to the running instance. Libunique makes it easy to\n" "write this kind of application, by providing a base class, taking care of all\n" "the IPC machinery needed to send messages to a running instance, and also\n" "handling the startup notification side." msgstr "" #: gnu/packages/gnome.scm:11020 msgid "Desktop calculator" msgstr "" #: gnu/packages/gnome.scm:11022 msgid "" "Calculator is an application that solves mathematical equations and\n" "is suitable as a default application in a Desktop environment." msgstr "" #: gnu/packages/gnome.scm:11046 msgid "Virtual sticky note" msgstr "" #: gnu/packages/gnome.scm:11048 msgid "" "Xpad is a sticky note that strives to be simple, fault tolerant,\n" "and customizable. Xpad consists of independent pad windows, each is\n" "basically a text box in which notes can be written." msgstr "" #: gnu/packages/gnome.scm:11119 msgid "Unicode character picker and font browser" msgstr "" #: gnu/packages/gnome.scm:11121 msgid "" "This program allows you to browse through all the available Unicode\n" "characters and categories for the installed fonts, and to examine their\n" "detailed properties. It is an easy way to find the character you might\n" "only know by its Unicode name or code point." msgstr "" #: gnu/packages/gnome.scm:11152 msgid "Simple color chooser written in GTK3" msgstr "" #: gnu/packages/gnome.scm:11153 msgid "" "Color Picker is a simple color chooser written in GTK3. It\n" "supports both X and Wayland display servers." msgstr "" #: gnu/packages/gnome.scm:11174 msgid "Web development studio" msgstr "" #: gnu/packages/gnome.scm:11176 msgid "" "Bluefish is an editor aimed at programmers and web developers,\n" "with many options to write web sites, scripts and other code.\n" "Bluefish supports many programming and markup languages." msgstr "" #: gnu/packages/gnome.scm:11215 msgid "Process viewer and system resource monitor for GNOME" msgstr "" #: gnu/packages/gnome.scm:11217 msgid "" "GNOME System Monitor is a GNOME process viewer and system monitor with\n" "an attractive, easy-to-use interface. It has features, such as a tree view\n" "for process dependencies, icons for processes, the ability to hide processes,\n" "graphical time histories of CPU/memory/swap usage and the ability to\n" "kill/reinice processes." msgstr "" #: gnu/packages/gnome.scm:11254 msgid "Python client bindings for D-Bus AT-SPI" msgstr "" #: gnu/packages/gnome.scm:11258 msgid "" "This package includes a python client library for the AT-SPI D-Bus\n" "accessibility infrastructure." msgstr "" #: gnu/packages/gnome.scm:11314 msgid "Screen reader for individuals who are blind or visually impaired" msgstr "" #: gnu/packages/gnome.scm:11317 msgid "" "Orca is a screen reader that provides access to the graphical desktop\n" "via speech and refreshable braille. Orca works with applications and toolkits\n" "that support the Assistive Technology Service Provider Interface (AT-SPI)." msgstr "" #: gnu/packages/gnome.scm:11376 msgid "GNOME's alternative spell checker" msgstr "" #: gnu/packages/gnome.scm:11378 msgid "" "gspell provides a flexible API to add spell-checking to a GTK+\n" "application. It provides a GObject API, spell-checking to text entries and\n" "text views, and buttons to choose the language." msgstr "" #: gnu/packages/gnome.scm:11418 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Project management software for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:11420 msgid "" "GNOME Planner is a project management tool based on the Work Breakdown\n" "Structure (WBS). Its goal is to enable you to easily plan projects. Based on\n" "the resources, tasks, and constraints that you define, Planner generates\n" "various views into a project. For example, Planner can show a Gantt chart of\n" "the project. It can show a detailed summary of tasks including their\n" "duration, cost, and current progress. It can also show a report of resource\n" "utilization that highlights under-utilized and over-utilized resources. These\n" "views can be printed as PDF or PostScript files, or exported to HTML." msgstr "" #: gnu/packages/gnome.scm:11488 msgid "GNOME music playing application" msgstr "" #: gnu/packages/gnome.scm:11490 msgid "" "Lollypop is a music player designed to play well with GNOME desktop.\n" "Lollypop plays audio formats such as mp3, mp4, ogg and flac and gets information\n" "from artists and tracks from the web. It also fetches cover artworks\n" "automatically and it can stream songs from online music services and charts." msgstr "" #: gnu/packages/gnome.scm:11512 msgid "Video effects for Cheese and other GNOME applications" msgstr "" #: gnu/packages/gnome.scm:11514 msgid "" "A collection of GStreamer video filters and effects to be used in\n" "photo-booth-like software, such as Cheese." msgstr "" #: gnu/packages/gnome.scm:11580 msgid "Webcam photo booth software for GNOME" msgstr "" #: gnu/packages/gnome.scm:11582 msgid "" "Cheese uses your webcam to take photos and videos. Cheese can also\n" "apply fancy special effects and lets you share the fun with others." msgstr "" #: gnu/packages/gnome.scm:11641 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Password manager for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:11643 msgid "" "Secrets is a password manager which makes use of the KeePass v4\n" "format. It integrates perfectly with the GNOME desktop and provides an easy\n" "and uncluttered interface for the management of password databases." msgstr "" #: gnu/packages/gnome.scm:11693 msgid "Audio music cd ripper" msgstr "" #: gnu/packages/gnome.scm:11694 msgid "" "Sound Juicer extracts audio from compact discs and convert it\n" "into audio files that a personal computer or digital audio player can play.\n" "It supports ripping to any audio codec supported by a GStreamer plugin, such as\n" "mp3, Ogg Vorbis and FLAC" msgstr "" #: gnu/packages/gnome.scm:11744 msgid "Convert between audio formats with a graphical interface" msgstr "" #: gnu/packages/gnome.scm:11746 msgid "" "SoundConverter supports converting between many audio formats including\n" "Opus, Ogg Vorbis, FLAC and more. It supports parallel conversion, and\n" "configurable file renaming." msgstr "" #: gnu/packages/gnome.scm:11792 msgid "Tool to help prevent repetitive strain injury (RSI)" msgstr "" #: gnu/packages/gnome.scm:11794 msgid "" "Workrave is a program that assists in the recovery and prevention of\n" "repetitive strain injury (@dfn{RSI}). The program frequently alerts you to take\n" "micro-pauses and rest breaks, and restricts you to your daily limit." msgstr "" #: gnu/packages/gnome.scm:11833 msgid "GNOME hexadecimal editor" msgstr "" #: gnu/packages/gnome.scm:11834 msgid "" "The GHex program can view and edit files in two ways:\n" "hexadecimal or ASCII. It is useful for editing binary files in general." msgstr "" #: gnu/packages/gnome.scm:11871 msgid "Companion library to GObject and Gtk+" msgstr "" #: gnu/packages/gnome.scm:11872 msgid "" "The libdazzle library is a companion library to GObject and\n" "Gtk+. It provides various features that the authors wish were in the\n" "underlying library but cannot for various reasons. In most cases, they are\n" "wildly out of scope for those libraries. In other cases, they are not quite\n" "generic enough to work for everyone." msgstr "" #: gnu/packages/gnome.scm:11944 msgid "Manage your email, contacts and schedule" msgstr "" #: gnu/packages/gnome.scm:11945 msgid "" "Evolution is a personal information management application\n" "that provides integrated mail, calendaring and address book\n" "functionality." msgstr "" #: gnu/packages/gnome.scm:12000 #, fuzzy #| msgid "GNOME image viewer" msgid "GNOME image viewer and browser" msgstr "Przeglądarka obrazów GNOME" #: gnu/packages/gnome.scm:12001 msgid "" "GThumb is an image viewer, browser, organizer, editor and\n" "advanced image management tool" msgstr "" #: gnu/packages/gnome.scm:12072 msgid "Store and run multiple GNOME terminals in one window" msgstr "" #: gnu/packages/gnome.scm:12074 msgid "" "Terminator allows you to run multiple GNOME terminals in a grid and\n" "tabs, and it supports drag and drop re-ordering of terminals." msgstr "" #: gnu/packages/gnome.scm:12133 msgid "Library full of GTK+ widgets for mobile phones" msgstr "" #: gnu/packages/gnome.scm:12134 msgid "" "The aim of the handy library is to help with developing user\n" "interfaces for mobile devices using GTK+. It provides responsive GTK+ widgets\n" "for usage on small and big screens." msgstr "" #: gnu/packages/gnome.scm:12181 msgid "GLib wrapper around the libgit2 Git access library" msgstr "" #: gnu/packages/gnome.scm:12182 msgid "" "libgit2-glib is a GLib wrapper library around the libgit2 Git\n" "access library. It only implements the core plumbing functions, not really the\n" "higher level porcelain stuff." msgstr "" #: gnu/packages/gnome.scm:12243 msgid "Graphical user interface for git" msgstr "" #: gnu/packages/gnome.scm:12245 msgid "" "gitg is a graphical user interface for git. It aims at being a small,\n" "fast and convenient tool to visualize the history of git repositories.\n" "Besides visualization, gitg also provides several utilities to manage your\n" "repository and commit your work." msgstr "" #: gnu/packages/gnome.scm:12315 msgid "File alteration monitor" msgstr "" #: gnu/packages/gnome.scm:12317 msgid "" "Gamin is a file and directory monitoring system defined to be a subset\n" "of the FAM (File Alteration Monitor) system. This is a service provided by a\n" "library which detects when a file or a directory has been modified." msgstr "" #: gnu/packages/gnome.scm:12350 msgid "Mahjongg tile-matching game" msgstr "" #: gnu/packages/gnome.scm:12351 msgid "" "GNOME Mahjongg is a game based on the classic Chinese\n" "tile-matching game Mahjongg. It features multiple board layouts, tile themes,\n" "and a high score table." msgstr "" #: gnu/packages/gnome.scm:12388 #, fuzzy #| msgid "GNOME icon theme" msgid "GNOME Extra Themes" msgstr "Motyw ikon GNOME" #: gnu/packages/gnome.scm:12389 msgid "" "This package provides themes and related elements that don't\n" "really fit in other upstream packages. It offers legacy support for GTK+ 2\n" "versions of Adwaita, Adwaita-dark and HighContrast themes. It also provides\n" "index files needed for Adwaita to be used outside of GNOME." msgstr "" #: gnu/packages/gnome.scm:12437 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Note-taking application for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:12438 msgid "" "Gnote is a note-taking application written for the GNOME\n" "desktop environment." msgstr "" #: gnu/packages/gnome.scm:12500 #, fuzzy #| msgid "Graphical IRC Client" msgid "Simple IRC Client" msgstr "Graficzny klient IRC" #: gnu/packages/gnome.scm:12502 msgid "" "Polari is a simple Internet Relay Chat (IRC) client that is designed to\n" "integrate seamlessly with the GNOME desktop." msgstr "" #: gnu/packages/gnome.scm:12566 msgid "View, access, and manage remote and virtual systems" msgstr "" #: gnu/packages/gnome.scm:12567 msgid "" "GNOME Boxes is a simple application to view, access, and\n" "manage remote and virtual systems. Note that this application requires the\n" "@code{libvirt} and @code{virtlog} daemons to run. Use the command\n" "@command{info '(guix) Virtualization Services'} to learn how to configure\n" "these services on the Guix System. If you do not use the\n" "@code{gnome-desktop-service-type}, you will also want to extend the\n" "@code{polkit-service-type} with the @code{spice-gtk} package, as well as\n" "configure the @file{libexec/spice-client-glib-usb-acl-helper} executable of\n" "@code{spice-gtk} as setuid, to make it possible to redirect USB devices as a\n" "non-privileged user." msgstr "" #: gnu/packages/gnome.scm:12670 msgid "GNOME email application built around conversations" msgstr "" #: gnu/packages/gnome.scm:12672 msgid "" "Geary collects related messages together into conversations,\n" "making it easy to find and follow your discussions. Full-text and keyword\n" "search makes it easy to find the email you are looking for. Geary's\n" "full-featured composer lets you send rich, styled text with images, links, and\n" "lists, but also send lightweight, easy to read text messages. Geary\n" "automatically picks up your existing GNOME Online Accounts, and adding more is\n" "easy. Geary has a clean, fast, modern interface that works like you want it\n" "to." msgstr "" #: gnu/packages/gnome.scm:12715 msgid "Program for creating labels and business cards" msgstr "" #: gnu/packages/gnome.scm:12717 msgid "" "gLabels is a program for creating labels and business cards. It is\n" "designed to work with various laser/ink-jet peel-off label and business\n" "card sheets that you’ll find at most office supply stores." msgstr "" #: gnu/packages/gnome.scm:12751 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "LaTeX editor for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:12753 msgid "" "GNOME LaTeX is a LaTeX editor for the GNOME desktop. It has features\n" "such as build tools, completion of LaTeX commands, structure navigation,\n" "symbol tables, document templates, project management, spell-checking, menus\n" "and toolbars." msgstr "" #: gnu/packages/gnome.scm:12808 msgid "LaTeX editor written in Python with GTK+" msgstr "" #: gnu/packages/gnome.scm:12810 msgid "" "Setzer is a simple yet full-featured LaTeX editor written in Python with\n" "GTK+. It integrates well with the GNOME desktop environment." msgstr "" #: gnu/packages/gnome.scm:12874 msgid "Markdown editor written in Python with GTK+" msgstr "" #: gnu/packages/gnome.scm:12875 msgid "" "Apostrophe is a GTK+ based distraction-free Markdown editor.\n" "It uses pandoc as back-end for parsing Markdown." msgstr "" #: gnu/packages/gnome.scm:12935 msgid "DBus daemon and utility for configuring gaming mice" msgstr "" #: gnu/packages/gnome.scm:12936 msgid "" "libratbag provides @command{ratbagd}, a DBus daemon to\n" "configure input devices, mainly gaming mice. The daemon provides a generic\n" "way to access the various features exposed by these mice and abstracts away\n" "hardware-specific and kernel-specific quirks. There is also the\n" "@command{ratbagctl} command line interface for configuring devices.\n" "\n" "libratbag currently supports devices from Logitech, Etekcity, GSkill, Roccat,\n" "Steelseries.\n" "\n" "The ratbagd DBus service can be enabled by adding the following service to\n" "your operating-system definition:\n" "\n" " (simple-service 'ratbagd dbus-root-service-type (list libratbag))" msgstr "" #: gnu/packages/gnome.scm:13006 msgid "Configure bindings and LEDs on gaming mice" msgstr "" #: gnu/packages/gnome.scm:13007 msgid "" "Piper is a GTK+ application for configuring gaming mice with\n" "onboard configuration for key bindings via libratbag. Piper requires\n" "a @command{ratbagd} daemon running with root privileges. It can be run\n" "manually as root, but is preferably configured as a DBus service that can\n" "launch on demand. This can be configured by enabling the following service,\n" "provided there is a DBus service present:\n" "\n" " (simple-service 'ratbagd dbus-root-service-type (list libratbag))" msgstr "" #: gnu/packages/gnome.scm:13068 msgid "GNOME audio player for transcription" msgstr "" #: gnu/packages/gnome.scm:13069 msgid "" "Parlatype is an audio player for the GNOME desktop\n" "environment. Its main purpose is the manual transcription of spoken\n" "audio files." msgstr "" #: gnu/packages/gnome.scm:13096 msgid "JSON-RPC library for GLib" msgstr "" #: gnu/packages/gnome.scm:13097 msgid "" "Jsonrpc-GLib is a library to communicate with JSON-RPC based\n" "peers in either a synchronous or asynchronous fashion. It also allows\n" "communicating using the GVariant serialization format instead of JSON when\n" "both peers support it. You might want that when communicating on a single\n" "host to avoid parser overhead and memory-allocator fragmentation." msgstr "" #: gnu/packages/gnome.scm:13124 msgid "Haptic/visual/audio feedback via DBus" msgstr "" #: gnu/packages/gnome.scm:13125 msgid "" "Feedbackd provides a DBus daemon to act on events to provide\n" "haptic, visual and audio feedback. It offers the libfeedbackd library and\n" "GObject introspection bindings." msgstr "" #: gnu/packages/gnome.scm:13177 msgid "System-wide performance profiler for GNU/Linux" msgstr "" #: gnu/packages/gnome.scm:13179 msgid "" "Sysprof performs detailed, accurate, and fast CPU profiling of an entire\n" "GNU/Linux system including the kernel and all user-space applications. This\n" "helps find the function(s) in which a program spends most of its time.\n" "\n" "It uses the kernel's built-in @code{ptrace} feature and handles shared\n" "libraries. Applications do not need to be recompiled--or even restarted." msgstr "" #: gnu/packages/gnome.scm:13280 msgid "Toolsmith for GNOME-based applications" msgstr "" #: gnu/packages/gnome.scm:13282 msgid "" "Builder aims to be an integrated development environment (IDE) for\n" "writing GNOME-based software. It features fuzzy search, auto-completion,\n" "a mini code map, documentation browsing, Git integration, an integrated\n" "profiler via Sysprof, debugging support, and more." msgstr "" #: gnu/packages/gnome.scm:13360 #, fuzzy #| msgid "Music player for GNOME" msgid "Manga reader for GNOME" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/gnome.scm:13361 msgid "" "Komikku is an online/offline manga reader for GNOME,\n" "developed with the aim of being used with the Librem 5 phone." msgstr "" #: gnu/packages/gnome.scm:13407 msgid "Uniform data access" msgstr "" #: gnu/packages/gnome.scm:13409 msgid "" "GNU Data Access (GDA) is an attempt to provide uniform access to\n" "different kinds of data sources (databases, information servers, mail spools,\n" "etc). It is a complete architecture that provides all you need to access\n" "your data." msgstr "" #: gnu/packages/gnome.scm:13456 msgid "Translation making program" msgstr "" #: gnu/packages/gnome.scm:13458 msgid "" "gtranslator is a quite comfortable gettext po/po.gz/(g)mo files editor\n" "for the GNOME 3.x platform with many features. It aims to be a very complete\n" "editing environment for translation issues within the GNU gettext/GNOME desktop\n" "world." msgstr "" #: gnu/packages/gnome.scm:13522 msgid "Complete OCR Suite" msgstr "" #: gnu/packages/gnome.scm:13523 msgid "" "OCRFeeder is a complete Optical Character Recognition and\n" "Document Analysis and Recognition program." msgstr "" #: gnu/packages/gnome.scm:13560 msgid "Building blocks for GNOME applications" msgstr "" #: gnu/packages/gnome.scm:13562 msgid "" "@code{libadwaita} offers widgets and objects to build GNOME\n" "applications scaling from desktop workstations to mobile phones. It is the\n" "successor of @code{libhandy} for GTK4." msgstr "" #: gnu/packages/gnome.scm:13586 #, fuzzy #| msgid "Icons for the GNOME desktop." msgid "Power management daemon for the GNOME desktop" msgstr "Ikony dla środowiska GNOME." #: gnu/packages/gnome.scm:13587 msgid "" "@code{gnome-power-manager} is a tool for viewing present and\n" "historical battery usage and related statistics." msgstr "" #: gnu/packages/gnome.scm:13630 msgid "File manager" msgstr "" #: gnu/packages/gnome.scm:13631 msgid "This package provides a graphical file manager." msgstr "" #: gnu/packages/gnuzilla.scm:217 msgid "Mozilla JavaScript engine" msgstr "" #: gnu/packages/gnuzilla.scm:218 msgid "" "SpiderMonkey is Mozilla's JavaScript engine written\n" "in C/C++." msgstr "" #: gnu/packages/gnuzilla.scm:1093 msgid "Entirely free browser derived from Mozilla Firefox" msgstr "Całkowicie wolna przeglądarka pochodząca od Firefoksa" #: gnu/packages/gnuzilla.scm:1095 msgid "" "IceCat is the GNU version of the Firefox browser. It is entirely free\n" "software, which does not recommend non-free plugins and addons. It also\n" "features built-in privacy-protecting features. This package also includes the\n" "@command{geckodriver} command, which can be useful for automated web\n" "testing.\n" "\n" "WARNING: IceCat 102 has not yet been released by the upstream IceCat project.\n" "This is a preview release, and does not currently meet the privacy-respecting\n" "standards of the IceCat project." msgstr "" #: gnu/packages/gnuzilla.scm:1542 msgid "Rebranded Mozilla Thunderbird email client" msgstr "" #: gnu/packages/gnuzilla.scm:1544 msgid "" "This package provides an email client built based on Mozilla\n" "Thunderbird. It supports email, news feeds, chat, calendar and contacts." msgstr "" #: gnu/packages/gnuzilla.scm:1804 msgid "Tool to extract passwords from Mozilla profiles" msgstr "" #: gnu/packages/gnuzilla.scm:1805 msgid "" "Firefox Decrypt is a tool to extract passwords from\n" "Mozilla (Firefox, Waterfox, Thunderbird, SeaMonkey) profiles." msgstr "" #: gnu/packages/gnuzilla.scm:1840 msgid "C decompress tool for mozilla lz4json format" msgstr "" #: gnu/packages/gnuzilla.scm:1842 msgid "" "@code{lz4json} is a little utility to unpack lz4json files as generated\n" "by Firefox's bookmark backups and session restore. This is a different format\n" "from what the normal lz4 utility expects. The data is dumped to stdout." msgstr "" #: gnu/packages/gtk.scm:153 msgid "Application Menu applet" msgstr "" #: gnu/packages/gtk.scm:155 msgid "" "This package provides a global menu applet for use with desktop panels\n" "such as mate-panel and xfce4-panel." msgstr "" #: gnu/packages/gtk.scm:187 msgid "GNOME accessibility toolkit" msgstr "" #: gnu/packages/gtk.scm:189 msgid "" "ATK provides the set of accessibility interfaces that are implemented\n" "by other toolkits and applications. Using the ATK interfaces, accessibility\n" "tools have full access to view and control running applications." msgstr "" #: gnu/packages/gtk.scm:255 msgid "Multi-platform 2D graphics library" msgstr "" #: gnu/packages/gtk.scm:256 msgid "" "Cairo is a 2D graphics library with support for multiple output\n" "devices. Currently supported output targets include the X Window System (via\n" "both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file\n" "output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB." msgstr "" #: gnu/packages/gtk.scm:283 msgid "2D graphics library (with X11 support)" msgstr "" #: gnu/packages/gtk.scm:316 msgid "OpenType text shaping engine" msgstr "" #: gnu/packages/gtk.scm:318 msgid "HarfBuzz is an OpenType text shaping engine." msgstr "" #: gnu/packages/gtk.scm:387 msgid "Double-Array Trie Library" msgstr "" #: gnu/packages/gtk.scm:388 msgid "" "Libdatrie is an implementation of double-array structure for\n" "representing trie. Trie is a kind of digital search tree." msgstr "" #: gnu/packages/gtk.scm:419 msgid "Thai language support library" msgstr "" #: gnu/packages/gtk.scm:420 msgid "" "LibThai is a set of Thai language support routines aimed to\n" "ease developers’ tasks to incorporate Thai language support in their\n" "applications." msgstr "" #: gnu/packages/gtk.scm:474 msgid "Text and font handling library" msgstr "" #: gnu/packages/gtk.scm:475 msgid "" "Pango is a library for laying out and rendering of text, with\n" "an emphasis on internationalization. Pango can be used anywhere that text\n" "layout is needed, though most of the work on Pango so far has been done in the\n" "context of the GTK+ widget toolkit. Pango forms the core of text and font\n" "handling for GTK+-2.x." msgstr "" #: gnu/packages/gtk.scm:567 msgid "Obsolete pango functions" msgstr "" #: gnu/packages/gtk.scm:568 msgid "" "Pangox was a X backend to pango. It is now obsolete and no\n" "longer provided by recent pango releases. pangox-compat provides the\n" "functions which were removed." msgstr "" #: gnu/packages/gtk.scm:603 msgid "GTK+ widget for interactive graph-like environments" msgstr "" #: gnu/packages/gtk.scm:605 msgid "" "Ganv is an interactive GTK+ widget for interactive “boxes and lines” or\n" "graph-like environments, e.g. modular synths or finite state machine\n" "diagrams." msgstr "" #: gnu/packages/gtk.scm:659 msgid "Widget that extends the standard GTK+ 2.x 'GtkTextView' widget" msgstr "" #: gnu/packages/gtk.scm:661 msgid "" "GtkSourceView is a portable C library that extends the standard GTK+\n" "framework for multiline text editing with support for configurable syntax\n" "highlighting, unlimited undo/redo, search and replace, a completion framework,\n" "printing and other features typical of a source code editor." msgstr "" #: gnu/packages/gtk.scm:718 msgid "GNOME source code widget" msgstr "" #: gnu/packages/gtk.scm:719 msgid "" "GtkSourceView is a text widget that extends the standard\n" "GTK+ text widget GtkTextView. It improves GtkTextView by implementing syntax\n" "highlighting and other features typical of a source code editor." msgstr "" #: gnu/packages/gtk.scm:843 #, fuzzy #| msgid "PDF rendering library" msgid "Image loading library" msgstr "Biblioteka wyświetlania PDF" #: gnu/packages/gtk.scm:844 msgid "" "GdkPixbuf is a library that loads image data in various\n" "formats and stores it as linear buffers in memory. The buffers can then be\n" "scaled, composited, modified, saved, or rendered." msgstr "" #: gnu/packages/gtk.scm:869 msgid "Deprecated Xlib integration for GdkPixbuf" msgstr "" #: gnu/packages/gtk.scm:871 msgid "" "GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with\n" "Xlib data types. This library was originally shipped by gdk-pixbuf, and has\n" "since been moved out of the original repository. No newly written code should\n" "ever use this library." msgstr "" #: gnu/packages/gtk.scm:918 msgid "Assistive Technology Service Provider Interface, core components" msgstr "" #: gnu/packages/gtk.scm:920 msgid "" "The Assistive Technology Service Provider Interface, core components,\n" "is part of the GNOME accessibility project." msgstr "" #: gnu/packages/gtk.scm:999 msgid "Assistive Technology Service Provider Interface, ATK bindings" msgstr "" #: gnu/packages/gtk.scm:1001 msgid "" "The Assistive Technology Service Provider Interface\n" "is part of the GNOME accessibility project." msgstr "" #: gnu/packages/gtk.scm:1093 msgid "Cross-platform toolkit for creating graphical user interfaces" msgstr "" #: gnu/packages/gtk.scm:1095 msgid "" "GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating\n" "graphical user interfaces. Offering a complete set of widgets, GTK+ is\n" "suitable for projects ranging from small one-off tools to complete\n" "application suites." msgstr "" #: gnu/packages/gtk.scm:1427 msgid "Cross-platform widget toolkit" msgstr "" #: gnu/packages/gtk.scm:1428 msgid "" "GTK is a multi-platform toolkit for creating graphical user\n" "interfaces. Offering a complete set of widgets, GTK is suitable for projects\n" "ranging from small one-off tools to complete application suites." msgstr "" #: gnu/packages/gtk.scm:1500 msgid "Cairo bindings for GNU Guile" msgstr "" #: gnu/packages/gtk.scm:1502 msgid "" "Guile-Cairo wraps the Cairo graphics library for Guile Scheme.\n" "Guile-Cairo is complete, wrapping almost all of the Cairo API. It is API\n" "stable, providing a firm base on which to do graphics work. Finally, and\n" "importantly, it is pleasant to use. You get a powerful and well-maintained\n" "graphics library with all of the benefits of Scheme: memory management,\n" "exceptions, macros, and a dynamic programming environment." msgstr "" #: gnu/packages/gtk.scm:1581 msgid "Render SVG images using Cairo from Guile" msgstr "" #: gnu/packages/gtk.scm:1583 msgid "" "Guile-RSVG wraps the RSVG library for Guile, allowing you to render SVG\n" "images onto Cairo surfaces." msgstr "" #: gnu/packages/gtk.scm:1648 msgid "Create SVG or PDF presentations in Guile" msgstr "" #: gnu/packages/gtk.scm:1650 msgid "" "Guile-Present defines a declarative vocabulary for presentations,\n" "together with tools to render presentation documents as SVG or PDF.\n" "Guile-Present can be used to make presentations programmatically, but also\n" "includes a tools to generate PDF presentations out of Org mode and Texinfo\n" "documents." msgstr "" #: gnu/packages/gtk.scm:1714 msgid "Guile interface for GTK+ programming for GNOME" msgstr "" #: gnu/packages/gtk.scm:1716 msgid "" "Includes guile-clutter, guile-gnome-gstreamer,\n" "guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview." msgstr "" #: gnu/packages/gtk.scm:1769 msgid "C++ bindings to the Cairo 2D graphics library" msgstr "" #: gnu/packages/gtk.scm:1771 msgid "" "Cairomm provides a C++ programming interface to the Cairo 2D graphics\n" "library." msgstr "" #: gnu/packages/gtk.scm:1834 msgid "C++ interface to the Pango text rendering library" msgstr "" #: gnu/packages/gtk.scm:1836 msgid "" "Pangomm provides a C++ programming interface to the Pango text rendering\n" "library." msgstr "" #: gnu/packages/gtk.scm:1897 msgid "C++ bindings for ATK" msgstr "" #: gnu/packages/gtk.scm:1898 msgid "ATKmm is the C++ binding for the ATK library." msgstr "" #: gnu/packages/gtk.scm:1978 msgid "C++ Interfaces for GTK+ and GNOME" msgstr "" #: gnu/packages/gtk.scm:1979 msgid "" "GTKmm is the official C++ interface for the popular GUI\n" "library GTK+. Highlights include typesafe callbacks, and a comprehensive set\n" "of widgets that are easily extensible via inheritance. You can create user\n" "interfaces either in code or with the Glade User Interface designer, using\n" "libglademm. There's extensive documentation, including API reference and a\n" "tutorial." msgstr "" #: gnu/packages/gtk.scm:2052 msgid "C++ interface to the GTK+ 'GtkTextView' widget" msgstr "" #: gnu/packages/gtk.scm:2054 msgid "" "gtksourceviewmm is a portable C++ library that extends the standard GTK+\n" "framework for multiline text editing with support for configurable syntax\n" "highlighting, unlimited undo/redo, search and replace, a completion framework,\n" "printing and other features typical of a source code editor." msgstr "" #: gnu/packages/gtk.scm:2083 msgid "Python bindings for cairo" msgstr "" #: gnu/packages/gtk.scm:2085 msgid "Pycairo is a set of Python bindings for the Cairo graphics library." msgstr "" #: gnu/packages/gtk.scm:2108 msgid "Perl interface to the cairo 2d vector graphics library" msgstr "" #: gnu/packages/gtk.scm:2109 msgid "" "Cairo provides Perl bindings for the vector graphics library\n" "cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo\n" "produces identical output on all those targets." msgstr "" #: gnu/packages/gtk.scm:2131 msgid "Integrate Cairo into the Glib type system" msgstr "" #: gnu/packages/gtk.scm:2132 msgid "" "Cairo::GObject registers Cairo's types with Glib's type systems,\n" "so that they can be used normally in signals and properties." msgstr "" #: gnu/packages/gtk.scm:2165 msgid "Perl interface to the 2.x series of the Gimp Toolkit library" msgstr "" #: gnu/packages/gtk.scm:2166 msgid "" "Perl bindings to the 2.x series of the Gtk+ widget set.\n" "This module allows you to write graphical user interfaces in a Perlish and\n" "object-oriented way, freeing you from the casting and memory management in C,\n" "yet remaining very close in spirit to original API." msgstr "" #: gnu/packages/gtk.scm:2204 msgid "Perl interface to the 3.x series of the gtk+ toolkit" msgstr "" #: gnu/packages/gtk.scm:2205 msgid "" "Perl bindings to the 3.x series of the gtk+ toolkit.\n" "This module allows you to write graphical user interfaces in a Perlish and\n" "object-oriented way, freeing you from the casting and memory management in C,\n" "yet remaining very close in spirit to original API." msgstr "" #: gnu/packages/gtk.scm:2230 msgid "Layout and render international text" msgstr "" #: gnu/packages/gtk.scm:2231 msgid "" "Pango is a library for laying out and rendering text, with an\n" "emphasis on internationalization. Pango can be used anywhere that text layout\n" "is needed, but using Pango in conjunction with Cairo and/or Gtk2 provides a\n" "complete solution with high quality text handling and graphics rendering.\n" "\n" "Dynamically loaded modules handle text layout for particular combinations of\n" "script and font backend. Pango provides a wide selection of modules, including\n" "modules for Hebrew, Arabic, Hangul, Thai, and a number of Indic scripts.\n" "Virtually all of the world's major scripts are supported.\n" "\n" "In addition to the low level layout rendering routines, Pango includes\n" "@code{Pango::Layout}, a high level driver for laying out entire blocks of text,\n" "and routines to assist in editing internationalized text." msgstr "" #: gnu/packages/gtk.scm:2285 msgid "Library for minimalistic gtk+3 user interfaces" msgstr "" #: gnu/packages/gtk.scm:2286 msgid "" "Girara is a library that implements a user interface that\n" "focuses on simplicity and minimalism. Currently based on GTK+, a\n" "cross-platform widget toolkit, it provides an interface that focuses on three\n" "main components: a so-called view widget that represents the actual\n" "application, an input bar that is used to execute commands of the\n" "application and the status bar which provides the user with current\n" "information." msgstr "" #: gnu/packages/gtk.scm:2365 msgid "GTK+ DocBook Documentation Generator" msgstr "" #: gnu/packages/gtk.scm:2366 msgid "" "GtkDoc is a tool used to extract API documentation from C-code\n" "like Doxygen, but handles documentation of GObject (including signals and\n" "properties) that makes it very suitable for GTK+ apps and libraries. It uses\n" "docbook for intermediate files and can produce html by default and pdf/man-pages\n" "with some extra work." msgstr "" #: gnu/packages/gtk.scm:2411 msgid "Theming engines for GTK+ 2.x" msgstr "" #: gnu/packages/gtk.scm:2413 msgid "" "This package contains the standard GTK+ 2.x theming engines including\n" "Clearlooks, Crux, High Contrast, Industrial, LighthouseBlue, Metal, Mist,\n" "Redmond95 and ThinIce." msgstr "" #: gnu/packages/gtk.scm:2440 msgid "Cairo-based theming engine for GTK+ 2.x" msgstr "" #: gnu/packages/gtk.scm:2442 msgid "" "Murrine is a cairo-based GTK+ theming engine. It is named after the\n" "glass artworks done by Venicians glass blowers." msgstr "" #: gnu/packages/gtk.scm:2465 msgid "Spell-checking addon for GTK's TextView widget" msgstr "" #: gnu/packages/gtk.scm:2467 msgid "" "GtkSpell provides word-processor-style highlighting and replacement of\n" "misspelled words in a GtkTextView widget." msgstr "" #: gnu/packages/gtk.scm:2490 msgid "Lightweight GTK+ clipboard manager" msgstr "" #: gnu/packages/gtk.scm:2492 msgid "" "ClipIt is a clipboard manager with features such as a history, search\n" "thereof, global hotkeys and clipboard item actions. It was forked from\n" "Parcellite and adds bugfixes and features." msgstr "" #: gnu/packages/gtk.scm:2528 msgid "Thin layer of graphic data types" msgstr "" #: gnu/packages/gtk.scm:2529 msgid "" "Graphene provides graphic types and their relative API; it\n" "does not deal with windowing system surfaces, drawing, scene graphs, or input." msgstr "" #: gnu/packages/gtk.scm:2553 msgid "Gtk+ widget for dealing with 2-D tabular data" msgstr "" #: gnu/packages/gtk.scm:2555 msgid "" "GNU Spread Sheet Widget is a library for Gtk+ which provides a widget for\n" "viewing and manipulating 2 dimensional tabular data in a manner similar to many\n" "popular spread sheet programs." msgstr "" #: gnu/packages/gtk.scm:2580 msgid "Simple mixer application designed to run in system tray" msgstr "" #: gnu/packages/gtk.scm:2582 msgid "" "PNMixer is a simple mixer application designed to run in system tray.\n" "It integrates nicely into desktop environments that don't have a panel that\n" "supports applets and therefore can't run a mixer applet. In particular, it's\n" "been used quite a lot with fbpanel and tint2 but should run fine in any system\n" "tray.\n" "\n" "PNMixer is designed to work on systems that use ALSA for sound management.\n" "Any other sound driver like OSS or FFADO are, currently, not supported. There\n" "is no official PulseAudio support, at the moment, but it seems that PNMixer\n" "behaves quite well anyway when PA is running." msgstr "" #: gnu/packages/gtk.scm:2614 msgid "System tray volume applet" msgstr "" #: gnu/packages/gtk.scm:2616 msgid "" "Volume Icon is a volume indicator and control applet for @acronym{the\n" "Advanced Linux Sound Architecture, ALSA}. It sits in the system tray,\n" "independent of your desktop environment, and supports global key bindings." msgstr "" #: gnu/packages/gtk.scm:2655 msgid "GTK+ dialog boxes for shell scripts" msgstr "" #: gnu/packages/gtk.scm:2657 msgid "" "This program allows you to display GTK+ dialog boxes from command line or\n" "shell scripts. Example of how to use @code{yad} can be consulted at\n" "@url{https://sourceforge.net/p/yad-dialog/wiki/browse_pages/}." msgstr "" #: gnu/packages/gtk.scm:2687 msgid "Drag and drop source/target for X" msgstr "" #: gnu/packages/gtk.scm:2689 msgid "" "Dragon is a lightweight drag-and-drop source for X where you can run:\n" "\n" "@example\n" "dragon file.tar.gz\n" "@end example\n" "\n" "to get a window with just that file in it, ready to be dragged where you need it.\n" "What if you need to drag into something? Using:\n" "\n" "@example\n" "dragon --target\n" "@end example\n" "\n" "you get a window you can drag files and text into. Dropped items are\n" "printed to standard output." msgstr "" #: gnu/packages/gtk.scm:2780 msgid "Library for passing menus over DBus" msgstr "" #: gnu/packages/gtk.scm:2781 msgid "" "@code{libdbusmenu} passes a menu structure across DBus so\n" "that a program can create a menu simply without worrying about how it is\n" "displayed on the other side of the bus." msgstr "" #: gnu/packages/gtk.scm:2806 msgid "" "Library to create Wayland desktop components using the Layer\n" "Shell protocol" msgstr "" #: gnu/packages/gtk.scm:2808 msgid "" "Layer Shell is a Wayland protocol for desktop shell\n" "components, such as panels, notifications and wallpapers. It can be used to\n" "anchor windows to a corner or edge of the output, or stretch them across the\n" "entire output. It supports all Layer Shell features including popups and\n" "popovers." msgstr "" #: gnu/packages/gtk.scm:2852 msgid "Canvas widget for GTK+" msgstr "" #: gnu/packages/gtk.scm:2853 msgid "" "GooCanvas is a canvas widget for GTK+ that uses the cairo 2D\n" "library for drawing." msgstr "" #: gnu/packages/gtk.scm:2910 #, fuzzy #| msgid "Spreadsheet application" msgid "Spreadsheet widget for GTK+" msgstr "Arkusz kalkulacyjny" #: gnu/packages/gtk.scm:2911 msgid "" "GtkSheet is a matrix widget for GTK+. It consists of an\n" "scrollable grid of cells where you can allocate text. Cell contents can be\n" "edited interactively through a specially designed entry, GtkItemEntry. It is\n" "also a container subclass, allowing you to display buttons, images and any\n" "other widget in it. You can also set many attributes such as border,\n" "foreground and background colors, text justification and more." msgstr "" #: gnu/packages/gtk.scm:2943 msgid "Display widget for dynamic data" msgstr "" #: gnu/packages/gtk.scm:2944 msgid "" "GtkDatabox is a widget for live display of large amounts of\n" "fluctuating numerical data. It enables data presentation (for example, on\n" "linear or logarithmic scales, as dots or lines, with markers/labels) as well as\n" "user interaction (e.g. measuring distances)." msgstr "" #: gnu/packages/gtk.scm:2983 msgid "Per-application volume control and on-screen display" msgstr "" #: gnu/packages/gtk.scm:2984 msgid "" "Volctl is a PulseAudio-enabled tray icon volume control and\n" "OSD applet for graphical desktops. It's not meant to be an replacement for a\n" "full-featured mixer application. If you're looking for that check out the\n" "excellent pavucontrol." msgstr "" #: gnu/packages/gtk.scm:3011 msgid "On-screen annotation tool" msgstr "" #: gnu/packages/gtk.scm:3013 msgid "" "Gromit-MPX is an on-screen annotation tool that works with any\n" "Unix desktop environment under X11 as well as Wayland." msgstr "" #: gnu/packages/gtk.scm:3039 msgid "WebP GdkPixbuf loader library" msgstr "" #: gnu/packages/gtk.scm:3040 msgid "Webp-pixbuf-loader is a WebP format loader of GdkPixbuf." msgstr "" #: gnu/packages/guile.scm:136 gnu/packages/guile.scm:239 msgid "Scheme implementation intended especially for extensions" msgstr "" #: gnu/packages/guile.scm:138 gnu/packages/guile.scm:241 msgid "" "Guile is the GNU Ubiquitous Intelligent Language for Extensions, the\n" "official extension language of the GNU system. It is an implementation of\n" "the Scheme language which can be easily embedded in other applications to\n" "provide a convenient means of extending the functionality of the application\n" "without requiring the source code to be rewritten." msgstr "" #: gnu/packages/guile.scm:484 msgid "Development version of GNU Guile" msgstr "" #: gnu/packages/guile.scm:536 msgid "Line editing support for GNU Guile" msgstr "" #: gnu/packages/guile.scm:538 msgid "" "This module provides line editing support via the Readline library for\n" "GNU@tie{}Guile. Use the @code{(ice-9 readline)} module and call its\n" "@code{activate-readline} procedure to enable it." msgstr "" #: gnu/packages/guile.scm:638 msgid "JSON module for Guile" msgstr "" #: gnu/packages/guile.scm:640 msgid "" "Guile-JSON supports parsing and building JSON documents according to the\n" "specification. These are the main features:\n" "\n" "@itemize\n" "@item Strictly complies to @uref{http://json.org, specification}.\n" "@item Build JSON documents programmatically via macros.\n" "@item Unicode support for strings.\n" "@item Allows JSON pretty printing.\n" "@end itemize\n" msgstr "" #: gnu/packages/guile.scm:735 msgid "Guile bindings to the GDBM library via Guile's FFI" msgstr "" #: gnu/packages/guile.scm:737 msgid "" "Guile bindings to the GDBM key-value storage system, using\n" "Guile's foreign function interface." msgstr "" #: gnu/packages/guile.scm:764 msgid "Access SQLite databases from Guile" msgstr "" #: gnu/packages/guile.scm:766 msgid "This package provides Guile bindings to the SQLite database system." msgstr "" #: gnu/packages/guile.scm:803 msgid "Structured access to bytevector contents for Guile" msgstr "" #: gnu/packages/guile.scm:805 msgid "" "Guile bytestructures offers a system imitating the type system\n" "of the C programming language, to be used on bytevectors. C's type\n" "system works on raw memory, and Guile works on bytevectors which are\n" "an abstraction over raw memory. It's also more powerful than the C\n" "type system, elevating types to first-class status." msgstr "" #: gnu/packages/guile.scm:855 msgid "Guile bindings for libgit2" msgstr "" #: gnu/packages/guile.scm:857 msgid "" "This package provides Guile bindings to libgit2, a library to\n" "manipulate repositories of the Git version control system." msgstr "" #: gnu/packages/guile.scm:891 msgid "Guile bindings to zlib" msgstr "" #: gnu/packages/guile.scm:893 msgid "" "This package provides Guile bindings for zlib, a lossless\n" "data-compression library. The bindings are written in pure Scheme by using\n" "Guile's foreign function interface." msgstr "" #: gnu/packages/guile.scm:922 msgid "Guile bindings to lzlib" msgstr "" #: gnu/packages/guile.scm:924 msgid "" "This package provides Guile bindings for lzlib, a C library for\n" "in-memory LZMA compression and decompression. The bindings are written in\n" "pure Scheme by using Guile's foreign function interface." msgstr "" #: gnu/packages/guile.scm:949 msgid "GNU Guile bindings to the zstd compression library" msgstr "" #: gnu/packages/guile.scm:951 msgid "" "This package provides a GNU Guile interface to the zstd (``zstandard'')\n" "compression library." msgstr "" #: gnu/packages/guile.scm:972 msgid "Guile bindings for liblzma (XZ)" msgstr "" #: gnu/packages/guile.scm:973 msgid "" "Guile-LZMA is a Guile wrapper for the liblzma (XZ)\n" "library. It exposes an interface similar to other Guile compression\n" "libraries, like Guile-zlib." msgstr "" #: gnu/packages/imagemagick.scm:135 gnu/packages/imagemagick.scm:262 msgid "Create, edit, compose, or convert bitmap images" msgstr "" #: gnu/packages/imagemagick.scm:137 msgid "" "ImageMagick is a software suite to create, edit, compose, or convert\n" "bitmap images. It can read and write images in a variety of formats (over 100)\n" "including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG,\n" "and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and\n" "transform images, adjust image colors, apply various special effects, or draw\n" "text, lines, polygons, ellipses and Bézier curves." msgstr "" #: gnu/packages/imagemagick.scm:205 msgid "Perl interface to ImageMagick" msgstr "" #: gnu/packages/imagemagick.scm:206 msgid "" "This Perl extension allows the reading, manipulation and\n" "writing of a large number of image file formats using the ImageMagick library.\n" "Use it to create, edit, compose, or convert bitmap images from within a Perl\n" "script." msgstr "" #: gnu/packages/imagemagick.scm:264 msgid "" "GraphicsMagick provides a comprehensive collection of utilities,\n" "programming interfaces, and GUIs, to support file format conversion, image\n" "processing, and 2D vector rendering." msgstr "" #: gnu/packages/image.scm:142 msgid "Image Quality Assessment" msgstr "" #: gnu/packages/image.scm:143 msgid "" "IQA is a C library for objectively measuring image/video\n" "quality. It implements many popular algorithms, such as MS-SSIM, MS-SSIM*,\n" "SIMM, MSE, and PSNR. It is designed to be fast, accurate, and reliable. All\n" "code is Valgrind-clean and unit tested." msgstr "" #: gnu/packages/image.scm:174 msgid "Library for handling PNG files" msgstr "" #: gnu/packages/image.scm:176 msgid "" "Libpng is the official PNG (Portable Network Graphics) reference\n" "library. It supports almost all PNG features and is extensible." msgstr "" #: gnu/packages/image.scm:236 msgid "APNG patch for libpng" msgstr "" #: gnu/packages/image.scm:238 msgid "" "APNG (Animated Portable Network Graphics) is an unofficial\n" "extension of the APNG (Portable Network Graphics) format.\n" "APNG patch provides APNG support to libpng." msgstr "" #: gnu/packages/image.scm:273 msgid "Utility to compress PNG files" msgstr "" #: gnu/packages/image.scm:274 msgid "" "Pngcrush optimizes @acronym{PNG, Portable Network Graphics}\n" "images. It can further losslessly compress them by as much as 40%." msgstr "" #: gnu/packages/image.scm:328 msgid "Pretty small png library" msgstr "" #: gnu/packages/image.scm:329 msgid "" "A pretty small png library.\n" "Currently all documentation resides in @file{pnglite.h}." msgstr "" #: gnu/packages/image.scm:350 #, fuzzy #| msgid "Hyphenation library" msgid "Image palette quantization library" msgstr "Biblioteka dzielenia wyrazów" #: gnu/packages/image.scm:351 msgid "" "libimagequant is a small, portable C library for\n" "high-quality conversion of RGBA images to 8-bit indexed-color (palette)\n" "images. This library can significantly reduces file sizes and powers pngquant\n" "and other PNG optimizers." msgstr "" #: gnu/packages/image.scm:380 msgid "Utility and library for lossy compressing PNG images" msgstr "" #: gnu/packages/image.scm:381 msgid "" "pngquant is a PNG compressor that significantly reduces file\n" "sizes by converting images to a more efficient 8-bit PNG format with alpha\n" "channel (often 60-80% smaller than 24/32-bit PNG files). Compressed images\n" "are fully standards-compliant and are supported by all web browsers and\n" "operating systems.\n" "\n" "Features:\n" "@enumerate\n" "@item High-quality palette generation using a combination of vector\n" " quantization algorithms.\n" "@item Unique adaptive dithering algorithm that adds less noise to images\n" " than the standard Floyd-Steinberg.\n" "@item Easy to integrate with shell scripts, GUIs and server-side software.\n" "@item Fast mode for real-time processing/large numbers of images.\n" "@end enumerate" msgstr "" #: gnu/packages/image.scm:409 msgid "Library for handling JPEG files" msgstr "" #: gnu/packages/image.scm:411 msgid "" "Libjpeg implements JPEG image encoding, decoding, and transcoding.\n" "JPEG is a standardized compression method for full-color and gray-scale\n" "images.\n" "It also includes programs that provide conversion between the JPEG format and\n" "image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats, as well as\n" "lossless JPEG manipulations such as rotation, scaling or cropping:\n" "@enumerate\n" "@item cjpeg\n" "@item djpeg\n" "@item jpegtran\n" "@item rdjpgcom\n" "@item wrjpgcom\n" "@end enumerate" msgstr "" #: gnu/packages/image.scm:504 msgid "Implementation of the JPEG XR standard" msgstr "" #: gnu/packages/image.scm:505 msgid "" "JPEG XR is an approved ISO/IEC International standard (its\n" "official designation is ISO/IEC 29199-2). This library is an implementation of that standard." msgstr "" #: gnu/packages/image.scm:530 msgid "Optimize JPEG images" msgstr "" #: gnu/packages/image.scm:532 msgid "" "jpegoptim provides lossless optimization (based on optimizing\n" "the Huffman tables) and \"lossy\" optimization based on setting\n" "maximum quality factor." msgstr "" #: gnu/packages/image.scm:554 msgid "Library for handling Mac OS icns resource files" msgstr "" #: gnu/packages/image.scm:556 msgid "" "Libicns is a library for the manipulation of Mac OS IconFamily resource\n" "type files (ICNS). @command{icns2png} and @command{png2icns} are provided to\n" "convert between PNG and ICNS. @command{icns2png} will extract image files from\n" "ICNS files under names like \"Foo_48x48x32.png\" useful for installing for use\n" "with .desktop files. Additionally, @command{icontainer2png} is provided for\n" "extracting icontainer icon files." msgstr "" #: gnu/packages/image.scm:591 msgid "Library for handling TIFF files" msgstr "" #: gnu/packages/image.scm:593 msgid "" "Libtiff provides support for the Tag Image File Format (TIFF), a format\n" "used for storing image data.\n" "Included are a library, libtiff, for reading and writing TIFF and a small\n" "collection of tools for doing simple manipulations of TIFF images." msgstr "" #: gnu/packages/image.scm:648 msgid "Library and tools for image processing and analysis" msgstr "" #: gnu/packages/image.scm:650 msgid "" "Leptonica is a C library and set of command-line tools for efficient\n" "image processing and image analysis operations. It supports rasterop, affine\n" "transformations, binary and grayscale morphology, rank order, and convolution,\n" "seedfill and connected components, image transformations combining changes in\n" "scale and pixel depth, and pixelwise masking, blending, enhancement, and\n" "arithmetic ops." msgstr "" #: gnu/packages/image.scm:688 msgid "Decoder of the JBIG2 image compression format" msgstr "" #: gnu/packages/image.scm:690 msgid "" "JBIG2 is designed for lossy or lossless encoding of @code{bilevel} (1-bit\n" "monochrome) images at moderately high resolution, and in particular scanned\n" "paper documents. In this domain it is very efficient, offering compression\n" "ratios on the order of 100:1.\n" "\n" "This is a decoder only implementation, and currently is in the alpha\n" "stage, meaning it doesn't completely work yet. However, it is\n" "maintaining parity with available encoders, so it is useful for real\n" "work." msgstr "" #: gnu/packages/image.scm:758 msgid "Lossless compression for bi-level high-resolution images" msgstr "" #: gnu/packages/image.scm:760 msgid "" "JBIG-KIT implements the JBIG1 data compression standard (ITU-T T.82 and\n" "ISO/IEC 11544:1993), designed for bi-level (one bit per pixel) images such as\n" "black-and-white scanned documents. It is widely used in fax products, printer\n" "firmware and drivers, document management systems, and imaging software.\n" "\n" "This package provides a static C library of (de)compression functions and some\n" "simple command-line converters similar to those provided by netpbm.\n" "\n" "Two JBIG1 variants are available. One (@file{jbig.c}) implements nearly all\n" "options of the standard but has to keep the full uncompressed image in memory.\n" "The other (@file{jbig85.c}) implements just the ITU-T T.85 profile, with\n" "memory management optimized for embedded and fax applications. It buffers\n" "only a few lines of the uncompressed image in memory and is able to stream\n" "images of initially unknown height." msgstr "" #: gnu/packages/image.scm:792 msgid "Test files for OpenJPEG" msgstr "" #: gnu/packages/image.scm:793 msgid "" "OpenJPEG-Data contains all files required to run the openjpeg\n" "test suite, including conformance tests (following Rec. ITU-T T.803 | ISO/IEC\n" "15444-4 procedures), non-regression tests and unit tests." msgstr "" #: gnu/packages/image.scm:845 msgid "OPENJPEG Library and Applications" msgstr "" #: gnu/packages/image.scm:846 msgid "" "OpenJPEG is an implementation of JPEG 2000 codec written in C\n" "language. It has been developed in order to promote the use of JPEG 2000, a\n" "still-image compression standard from the Joint Photographic Experts Group\n" "(JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a\n" "JPEG 2000 Reference Software." msgstr "" #: gnu/packages/image.scm:896 msgid "Tools and library for working with GIF images" msgstr "" #: gnu/packages/image.scm:898 msgid "" "GIFLIB is a library for reading and writing GIF images. It is API and\n" "ABI compatible with libungif which was in wide use while the LZW compression\n" "algorithm was patented. Tools are also included to convert, manipulate,\n" "compose, and analyze GIF images." msgstr "" #: gnu/packages/image.scm:948 msgid "Library for working with WFM, EMF and EMF+ images" msgstr "" #: gnu/packages/image.scm:949 msgid "" "The libUEMF library is a portable C99 implementation for\n" "reading and writing @acronym{WFM, Windows Metafile}, @acronym{EMF, Enhanced\n" "Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files." msgstr "" #: gnu/packages/image.scm:969 #, fuzzy #| msgid "Compression library" msgid "GIF decompression library" msgstr "Biblioteka kompresji" #: gnu/packages/image.scm:971 msgid "libungif is the old GIF decompression library by the GIFLIB project." msgstr "" #: gnu/packages/image.scm:1004 msgid "Loading, saving, rendering and manipulating image files" msgstr "" #: gnu/packages/image.scm:1006 msgid "" "Imlib2 is a library that does image file loading and saving as well as\n" "rendering, manipulation, arbitrary polygon support, etc.\n" "\n" "It does ALL of these operations FAST. Imlib2 also tries to be highly\n" "intelligent about doing them, so writing naive programs can be done easily,\n" "without sacrificing speed.\n" "\n" "This is a complete rewrite over the Imlib 1.x series. The architecture is\n" "more modular, simple, and flexible." msgstr "" #: gnu/packages/image.scm:1060 msgid "Wrapper library for imlib2" msgstr "" #: gnu/packages/image.scm:1062 msgid "" "Giblib is a simple library which wraps imlib2's context API, avoiding\n" "all the context_get/set calls, adds fontstyles to the truetype renderer and\n" "supplies a generic doubly-linked list and some string functions." msgstr "" #: gnu/packages/image.scm:1149 msgid "Library for handling popular graphics image formats" msgstr "" #: gnu/packages/image.scm:1151 msgid "" "FreeImage is a library for developers who would like to support popular\n" "graphics image formats like PNG, BMP, JPEG, TIFF and others." msgstr "" #: gnu/packages/image.scm:1229 #, fuzzy #| msgid "Compression library" msgid "Computer vision library" msgstr "Biblioteka kompresji" #: gnu/packages/image.scm:1231 msgid "" "VIGRA stands for Vision with Generic Algorithms. It is an image\n" " processing and analysis library that puts its main emphasis on customizable\n" " algorithms and data structures. It is particularly strong for\n" " multi-dimensional image processing." msgstr "" #: gnu/packages/image.scm:1262 msgid "C interface to the VIGRA computer vision library" msgstr "" #: gnu/packages/image.scm:1264 msgid "" "This package provides a C interface to the VIGRA C++ computer vision\n" "library. It is designed primarily to ease the implementation of higher-level\n" "language bindings to VIGRA." msgstr "" #: gnu/packages/image.scm:1299 msgid "Lossless and lossy image compression" msgstr "" #: gnu/packages/image.scm:1301 msgid "" "WebP is a new image format that provides lossless and lossy compression\n" "for images. WebP lossless images are 26% smaller in size compared to\n" "PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at\n" "equivalent SSIM index. WebP supports lossless transparency (also known as\n" "alpha channel) with just 22% additional bytes. Transparency is also supported\n" "with lossy compression and typically provides 3x smaller file sizes compared\n" "to PNG when lossy compression is acceptable for the red/green/blue color\n" "channels." msgstr "" #: gnu/packages/image.scm:1327 msgid "Library for handling MNG files" msgstr "" #: gnu/packages/image.scm:1329 msgid "Libmng is the MNG (Multiple-image Network Graphics) reference library." msgstr "" #: gnu/packages/image.scm:1374 msgid "Library and command-line utility to manage image metadata" msgstr "" #: gnu/packages/image.scm:1376 msgid "" "Exiv2 is a C++ library and a command line utility to manage image\n" "metadata. It provides fast and easy read and write access to the Exif, IPTC\n" "and XMP metadata of images in various formats." msgstr "" #: gnu/packages/image.scm:1416 msgid "Library for manipulating many image formats" msgstr "" #: gnu/packages/image.scm:1417 msgid "" "Developer's Image Library (DevIL) is a library to develop\n" "applications with support for many types of images. DevIL can load, save,\n" "convert, manipulate, filter and display a wide variety of image formats." msgstr "" #: gnu/packages/image.scm:1439 msgid "JPEG-2000 library" msgstr "" #: gnu/packages/image.scm:1440 msgid "" "The JasPer Project is an initiative to provide a reference\n" "implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e.,\n" "ISO/IEC 15444-1)." msgstr "" #: gnu/packages/image.scm:1462 msgid "Scaling, colorspace conversion, and dithering library" msgstr "" #: gnu/packages/image.scm:1463 msgid "" "Zimg implements the commonly required image processing basics\n" "of scaling, colorspace conversion, and depth conversion. A simple API enables\n" "conversion between any supported formats to operate with minimal knowledge from\n" "the programmer." msgstr "" #: gnu/packages/image.scm:1497 msgid "Perceptual image comparison utility" msgstr "" #: gnu/packages/image.scm:1498 msgid "" "PerceptualDiff visually compares two images to determine\n" "whether they look alike. It uses a computational model of the human visual\n" "system to detect similarities. This allows it too see beyond irrelevant\n" "differences in file encoding, image quality, and other small variations." msgstr "" #: gnu/packages/image.scm:1533 msgid "`Hide' (nonconfidential) data in image or audio files" msgstr "" #: gnu/packages/image.scm:1535 msgid "" "Steghide is a program to `hide' data in various kinds of image and audio\n" "files. This practice is known as @dfn{steganography}, but the method used by\n" "steghide is not very secure and should not be used where security is at stake.\n" "Even if a password is used, steghide offers little plausible deniability.\n" "\n" "Nonetheless, neither color nor sample frequencies are changed, making the\n" "embedding resistant against first-order statistical tests not aimed\n" "specifically at this tool." msgstr "" #: gnu/packages/image.scm:1576 msgid "Optimizer that recompresses PNG image files to a smaller size" msgstr "" #: gnu/packages/image.scm:1577 msgid "" "OptiPNG is a PNG optimizer that recompresses image\n" "files to a smaller size, without losing any information. This program\n" "also converts external formats (BMP, GIF, PNM and TIFF) to optimized\n" "PNG, and performs PNG integrity checks and corrections." msgstr "" #: gnu/packages/image.scm:1607 msgid "High-performance CLI batch image resizer & rotator" msgstr "" #: gnu/packages/image.scm:1609 msgid "" "@code{imgp} is a command line image resizer and rotator for JPEG and PNG\n" "images. It can resize (or thumbnail) and rotate thousands of images in a go\n" "while saving significantly on storage.\n" "\n" "This package may optionally be built with @code{python-pillow-simd} in place\n" "of @{python-pillow} for SIMD parallelism." msgstr "" #: gnu/packages/image.scm:1643 msgid "Example PNGs for use in test suites" msgstr "" #: gnu/packages/image.scm:1644 msgid "" "Collection of graphics images created to test PNG\n" "applications like viewers, converters and editors. As far as that is\n" "possible, all formats supported by the PNG standard are represented." msgstr "" #: gnu/packages/image.scm:1698 msgid "SIMD-accelerated JPEG image handling library" msgstr "" #: gnu/packages/image.scm:1699 msgid "" "libjpeg-turbo is a JPEG image codec that accelerates baseline\n" "JPEG compression and decompression using SIMD instructions: MMX on x86, SSE2 on\n" "x86-64, NEON on ARM, and AltiVec on PowerPC processors. Even on other systems,\n" "its highly-optimized Huffman coding routines allow it to outperform libjpeg by\n" "a significant amount.\n" "libjpeg-turbo implements both the traditional libjpeg API and the less powerful\n" "but more straightforward TurboJPEG API, and provides a full-featured Java\n" "interface. It supports color space extensions that allow it to compress from\n" "and decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.)." msgstr "" #: gnu/packages/image.scm:1752 msgid "Library for reading and writing files in the nifti-1 format" msgstr "" #: gnu/packages/image.scm:1753 msgid "" "Niftilib is a set of i/o libraries for reading and writing\n" "files in the nifti-1 data format - a binary file format for storing\n" "medical image data, e.g. magnetic resonance image (MRI) and functional MRI\n" "(fMRI) brain images." msgstr "" #: gnu/packages/image.scm:1795 msgid "Color picker" msgstr "" #: gnu/packages/image.scm:1796 msgid "Gpick is an advanced color picker and palette editing tool." msgstr "" #: gnu/packages/image.scm:1814 msgid "IPTC metadata manipulation library" msgstr "" #: gnu/packages/image.scm:1816 msgid "" "Libiptcdata is a C library for manipulating the International Press\n" "Telecommunications Council (@dfn{IPTC}) metadata stored within multimedia files\n" "such as images. This metadata can include captions and keywords, often used by\n" "popular photo management applications. The library provides routines for\n" "parsing, viewing, modifying, and saving this metadata." msgstr "" #: gnu/packages/image.scm:1845 msgid "Powerful yet simple to use screenshot software" msgstr "" #: gnu/packages/image.scm:1846 msgid "" "Flameshot is a screenshot program.\n" "Features:\n" "\n" "@itemize\n" "@item Customizable appearance.\n" "@item Easy to use.\n" "@item In-app screenshot edition.\n" "@item DBus interface.\n" "@item Upload to Imgur.\n" "@end itemize\n" msgstr "" #: gnu/packages/image.scm:1881 msgid "Grab and edit on the fly snapshots of a Wayland compositor" msgstr "" #: gnu/packages/image.scm:1883 msgid "" "@command{swappy} is a command-line utility to take and edit screenshots\n" "of Wayland desktops. Works great with grim, slurp and sway. But can easily\n" "work with other screen copy tools that can output a final PNG image to\n" "stdout." msgstr "" #: gnu/packages/image.scm:1917 msgid "Edit GIF images and animations" msgstr "" #: gnu/packages/image.scm:1918 msgid "" "Gifsicle is a command-line GIF image manipulation tool that:\n" "\n" "@itemize\n" "@item Provides a batch mode for changing GIFs in place.\n" "@item Prints detailed information about GIFs, including comments.\n" "@item Control over interlacing, comments, looping, transparency, etc.\n" "@item Creates well-behaved GIFs: removes redundant colors, only uses local color\n" "tables, etc.\n" "@item Shrinks colormaps and change images to use the Web-safe palette.\n" "@item Optimizes GIF animations, or unoptimizes them for easier editing.\n" "@end itemize\n" "\n" "Two other programs are included with Gifsicle: @command{gifview} is a\n" "lightweight animated-GIF viewer, and @command{gifdiff} compares two GIFs for\n" "identical visual appearance." msgstr "" #: gnu/packages/image.scm:1953 msgid "Convert JPEG images to ASCII" msgstr "" #: gnu/packages/image.scm:1955 msgid "Jp2a is a small utility that converts JPEG images to ASCII." msgstr "" #: gnu/packages/image.scm:1975 msgid "Create screenshots from a Wayland compositor" msgstr "" #: gnu/packages/image.scm:1976 msgid "grim can create screenshots from a Wayland compositor." msgstr "" #: gnu/packages/image.scm:1999 msgid "Select a region in a Wayland compositor" msgstr "" #: gnu/packages/image.scm:2000 msgid "" "Slurp can select a region in a Wayland compositor and print it\n" "to the standard output. It works well together with grim." msgstr "" #: gnu/packages/image.scm:2031 msgid "Markup language for representing PNG contents" msgstr "" #: gnu/packages/image.scm:2032 msgid "" "SNG (Scriptable Network Graphics) is a minilanguage designed\n" "specifically to represent the entire contents of a PNG (Portable Network\n" "Graphics) file in an editable form. Thus, SNGs representing elaborate\n" "graphics images and ancillary chunk data can be readily generated or modified\n" "using only text tools.\n" "\n" "SNG is implemented by a compiler/decompiler called sng that\n" "losslessly translates between SNG and PNG." msgstr "" #: gnu/packages/image.scm:2059 msgid "C++ blurhash encoder/decoder" msgstr "" #: gnu/packages/image.scm:2060 msgid "" "Simple encoder and decoder for blurhashes. Contains a\n" "command line program as well as a shared library." msgstr "" #: gnu/packages/image.scm:2113 msgid "PNG encoder and decoder in C and C++, without dependencies" msgstr "" #: gnu/packages/image.scm:2114 msgid "" "LodePNG is a PNG image decoder and encoder, all in one,\n" "no dependency or linkage required. It's made for C (ISO C90), and has a C++\n" "wrapper with a more convenient interface on top." msgstr "" #: gnu/packages/image.scm:2136 msgid "Extract and convert bitmaps from Windows icon and cursor files" msgstr "" #: gnu/packages/image.scm:2137 msgid "" "Icoutils are a set of program for extracting and converting\n" "bitmaps from Microsoft Windows icon and cursor files. These files usually\n" "have the extension @code{.ico} or @code{.cur}, but they can also be embedded\n" "in executables and libraries (@code{.dll}-files). (Such embedded files are\n" "referred to as resources.)\n" "\n" "Conversion of these files to and from PNG images is done @command{icotool}.\n" "@command{extresso} automates these tasks with the help of special resource\n" "scripts. Resources such can be extracted from MS Windows executable and\n" "library files with @command{wrestool}.\n" "\n" "This package can be used to create @code{favicon.ico} files for web sites." msgstr "" #: gnu/packages/image.scm:2233 msgid "Encode and decode AVIF files" msgstr "" #: gnu/packages/image.scm:2234 msgid "" "Libavif is a C implementation of @acronym{AVIF, the AV1 Image\n" "File Format}. It can encode and decode all YUV formats and bit depths supported\n" "by AOM, including with alpha." msgstr "" #: gnu/packages/image.scm:2266 msgid "HEIF and AVIF file format decoder and encoder" msgstr "" #: gnu/packages/image.scm:2268 msgid "" "@code{libheif} is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File\n" "Format) file format decoder and encoder." msgstr "" #: gnu/packages/image.scm:2319 msgid "JPEG XL image format reference implementation" msgstr "" #: gnu/packages/image.scm:2320 msgid "" "This package contains a reference implementation of JPEG XL\n" "(encoder and decoder)." msgstr "" #: gnu/packages/image.scm:2363 msgid "Create pixel art and manipulate digital images" msgstr "" #: gnu/packages/image.scm:2365 msgid "" "Mtpaint is a graphic editing program which uses the GTK+ toolkit.\n" "It can create and edit indexed palette or 24bit RGB images, offers basic\n" "painting and palette manipulation tools. It also handles JPEG, JPEG2000,\n" "GIF, TIFF, WEBP, BMP, PNG, XPM formats." msgstr "" #: gnu/packages/image.scm:2425 msgid "Fast and simple painting app for artists" msgstr "" #: gnu/packages/image.scm:2427 msgid "" "MyPaint is a simple drawing and painting program that works well with\n" "Wacom-style graphics tablets." msgstr "" #: gnu/packages/image.scm:2482 msgid "Organize photos and videos in folders" msgstr "" #: gnu/packages/image.scm:2483 msgid "" "Phockup is a media sorting tool that uses creation date and\n" "time information in photos and videos to organize them into folders by year,\n" "month and day. All files which are not images or videos or those which do not\n" "have creation date information will be placed in a folder called\n" "@file{unknown}." msgstr "" #: gnu/packages/image.scm:2507 msgid "Simple PNG loading library" msgstr "" #: gnu/packages/image.scm:2509 msgid "" "@code{libspng} is a simple C library for loading Portable Network\n" "Graphics (PNGs), intended as an easy-to-use replacement for @code{libpng}." msgstr "" #: gnu/packages/image-viewers.scm:170 msgid "Watch PeerTube or YouTube videos from the terminal" msgstr "" #: gnu/packages/image-viewers.scm:171 msgid "" "@code{ytfzf} is a POSIX script that helps you find PeerTube or\n" "YouTube videos without requiring API and opens/downloads them using mpv/ytdl." msgstr "" #: gnu/packages/image-viewers.scm:216 msgid "Fast and light imlib2-based image viewer" msgstr "" #: gnu/packages/image-viewers.scm:218 msgid "" "feh is an X11 image viewer aimed mostly at console users.\n" "Unlike most other viewers, it does not have a fancy GUI, but simply\n" "displays images. It can also be used to set the desktop wallpaper.\n" "It is controlled via commandline arguments and configurable key/mouse\n" "actions." msgstr "" #: gnu/packages/image-viewers.scm:280 msgid "Lightweight GTK+ based image viewer" msgstr "" #: gnu/packages/image-viewers.scm:282 msgid "" "Geeqie is a lightweight GTK+ based image viewer for Unix like operating\n" "systems. It features: EXIF, IPTC and XMP metadata browsing and editing\n" "interoperability; easy integration with other software; geeqie works on files\n" "and directories, there is no need to import images; fast preview for many raw\n" "image formats; tools for image comparison, sorting and managing photo\n" "collection. Geeqie was initially based on GQview." msgstr "" #: gnu/packages/image-viewers.scm:306 msgid "Simple and fast image viewer for X" msgstr "" #: gnu/packages/image-viewers.scm:307 msgid "" "gpicview is a lightweight GTK+ 2.x based image viewer.\n" "It is the default image viewer on LXDE desktop environment." msgstr "" #: gnu/packages/image-viewers.scm:357 msgid "Simple X Image Viewer" msgstr "" #: gnu/packages/image-viewers.scm:359 msgid "" "sxiv is an alternative to feh and qiv. Its primary goal is to\n" "provide the most basic features required for fast image viewing. It has\n" "vi key bindings and works nicely with tiling window managers. Its code\n" "base should be kept small and clean to make it easy for you to dig into\n" "it and customize it for your needs." msgstr "" #: gnu/packages/image-viewers.scm:414 #, fuzzy #| msgid "GNOME image viewer" msgid "Neo Simple X Image Viewer" msgstr "Przeglądarka obrazów GNOME" #: gnu/packages/image-viewers.scm:416 msgid "" "nsxiv is a fork of sxiv. Its primary goal is to provide the most basic\n" "features required for fast image viewing. It has vi key bindings and works\n" "nicely with tiling window managers. Its code base should be kept small and\n" "clean to make it easy for you to dig into it and customize it for your\n" "needs." msgstr "" #: gnu/packages/image-viewers.scm:455 msgid "Simple, fast and elegant image viewer" msgstr "" #: gnu/packages/image-viewers.scm:456 msgid "" "Viewnior is an image viewer program. Created to be simple,\n" "fast and elegant. Its minimalistic interface provides more screenspace for\n" "your images. Among its features are:\n" "@enumerate\n" "@item Fullscreen & Slideshow\n" "@item Rotate, flip, crop, save, delete images\n" "@item Animation support\n" "@item Browse only selected images\n" "@item Navigation window\n" "@item Set image as wallpaper (Gnome 2, Gnome 3, XFCE, LXDE, FluxBox, Nitrogen)\n" "@item Simple interface\n" "@item EXIF and IPTC metadata\n" "@item Configurable mouse actions\n" "@end enumerate\n" msgstr "" #: gnu/packages/image-viewers.scm:511 msgid "Render images in the terminal" msgstr "" #: gnu/packages/image-viewers.scm:513 msgid "" "Catimg is a little program that prints images in the terminal.\n" "It supports JPEG, PNG and GIF formats." msgstr "" #: gnu/packages/image-viewers.scm:539 msgid "Draw images in your ANSI terminal with true color" msgstr "" #: gnu/packages/image-viewers.scm:540 msgid "" "PIXterm shows images directly in your terminal, recreating\n" "the pixels through a combination of ANSI character background color and the\n" "unicode lower half block element. It supports JPEG, PNG, GIF, BMP, TIFF\n" "and WebP." msgstr "" #: gnu/packages/image-viewers.scm:596 msgid "High dynamic range (HDR) imaging application" msgstr "" #: gnu/packages/image-viewers.scm:598 msgid "" "Luminance HDR (formerly QtPFSGui) is a graphical user interface\n" "application that aims to provide a workflow for high dynamic range (HDR)\n" "imaging. It supports several HDR and LDR image formats, and it can:\n" "\n" "@itemize\n" "@item Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and\n" "16bit, RAW) of the same scene taken at different exposure setting;\n" "@item Save load HDR images;\n" "@item Rotate, resize and crop HDR images;\n" "@item Tone-map HDR images;\n" "@item Copy EXIF data between sets of images.\n" "@end itemize\n" msgstr "" #: gnu/packages/image-viewers.scm:672 msgid "Image viewer for comics" msgstr "" #: gnu/packages/image-viewers.scm:673 msgid "" "MComix is a customizable image viewer that specializes as\n" "a comic and manga reader. It supports a variety of container formats\n" "including CBZ, CB7, CBT, LHA.\n" "\n" "For PDF support, install the @emph{mupdf} package." msgstr "" #: gnu/packages/image-viewers.scm:719 msgid "Convenient and minimal image viewer" msgstr "" #: gnu/packages/image-viewers.scm:720 msgid "" "qView is a Qt image viewer designed with visually\n" "minimalism and usability in mind. Its features include animated GIF\n" "controls, file history, rotation/mirroring, and multithreaded\n" "preloading." msgstr "" #: gnu/packages/image-viewers.scm:742 msgid "Convert images to ANSI/Unicode characters" msgstr "" #: gnu/packages/image-viewers.scm:744 msgid "" "Chafa is a command-line utility that converts all kinds of images,\n" "including animated GIFs, into ANSI/Unicode character output that can be\n" "displayed in a terminal." msgstr "" #: gnu/packages/image-viewers.scm:791 msgid "Image viewer for tiling window managers" msgstr "" #: gnu/packages/image-viewers.scm:792 msgid "" "@code{imv} is a command line image viewer intended for use\n" "with tiling window managers. Features include:\n" "\n" "@itemize\n" "@item Native Wayland and X11 support.\n" "@item Support for dozens of image formats including:\n" "@itemize\n" "@item PNG\n" "@item JPEG\n" "@item Animated GIFs\n" "@item SVG\n" "@item TIFF\n" "@item Various RAW formats\n" "@item Photoshop PSD files\n" "@end itemize\n" "@item Configurable key bindings and behavior.\n" "@item Highly scriptable with IPC via imv-msg.\n" "@end itemize\n" msgstr "" #: gnu/packages/image-viewers.scm:867 #, fuzzy #| msgid "GNOME image viewer" msgid "Graphical image viewer for X" msgstr "Przeglądarka obrazów GNOME" #: gnu/packages/image-viewers.scm:869 msgid "" "Quick Image Viewer is a small and fast GDK/Imlib2 image viewer.\n" "Features include zoom, maxpect, scale down, fullscreen, slideshow, delete,\n" "brightness/contrast/gamma correction, pan with keyboard and mouse, flip,\n" "rotate left/right, jump/forward/backward images, filename filter and use it\n" "to set X desktop background." msgstr "" #: gnu/packages/image-viewers.scm:911 msgid "Powerful image viewer with minimal UI" msgstr "" #: gnu/packages/image-viewers.scm:913 msgid "" "pqiv is a GTK-3 based command-line image viewer with a minimal UI.\n" "It is highly customizable, can be fully controlled from scripts, and has\n" "support for various file formats including PDF, Postscript, video files and\n" "archives." msgstr "" #: gnu/packages/image-viewers.scm:969 msgid "Image viewer supporting all common formats" msgstr "" #: gnu/packages/image-viewers.scm:970 msgid "" "Nomacs is a simple to use image lounge featuring\n" "semi-transparent widgets that display additional information such as metadata,\n" "thumbnails and histograms. It is able to browse images compressed archives\n" "and add notes to images.\n" "\n" "Nomacs includes image manipulation methods for adjusting brightness, contrast,\n" "saturation, hue, gamma, and exposure. It has a pseudo color function which\n" "allows creating false color images. A unique feature of Nomacs is the\n" "synchronization of multiple instances." msgstr "" #: gnu/packages/image-viewers.scm:1013 msgid "Picture viewer for X with a thumbnail-based selector" msgstr "" #: gnu/packages/image-viewers.scm:1015 msgid "xzgv is a fast image viewer that provides extensive keyboard support." msgstr "" #: gnu/packages/image-viewers.scm:1136 msgid "Organize your media with tags like a dektop booru" msgstr "" #: gnu/packages/image-viewers.scm:1138 msgid "" "The hydrus network client is an application written for\n" "internet-fluent media nerds who have large image/swf/webm collections.\n" "It browses with tags instead of folders, a little like a booru on your desktop.\n" "Advanced users can share tags and files anonymously through custom servers that\n" "any user may run. Everything is free and privacy is the first concern." msgstr "" #: gnu/packages/inkscape.scm:238 msgid "Vector graphics editor" msgstr "Edytor grafiki wektorowej" #: gnu/packages/inkscape.scm:239 msgid "" "Inkscape is a vector graphics editor. What sets Inkscape\n" "apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C standard,\n" "as the native format." msgstr "" #: gnu/packages/jemalloc.scm:69 msgid "General-purpose scalable concurrent malloc implementation" msgstr "" #: gnu/packages/jemalloc.scm:71 msgid "" "This library providing a malloc(3) implementation that emphasizes\n" "fragmentation avoidance and scalable concurrency support." msgstr "" #: gnu/packages/less.scm:53 msgid "Paginator for terminals" msgstr "" #: gnu/packages/less.scm:55 msgid "" "GNU less is a pager, a program that allows you to view large amounts\n" "of text in page-sized chunks. Unlike traditional pagers, it allows both\n" "backwards and forwards movement through the document. It also does not have\n" "to read the entire input file before starting, so it starts faster than most\n" "text editors." msgstr "" #: gnu/packages/less.scm:118 msgid "Input filter for less" msgstr "" #: gnu/packages/less.scm:119 msgid "" "To browse files, the excellent viewer @code{less} can be\n" "used. By setting the environment variable @code{LESSOPEN}, less can be\n" "enhanced by external filters to become more powerful. The input filter for\n" "less described here is called @code{lesspipe.sh}. It is able to process a\n" "wide variety of file formats. It enables users to inspect archives and\n" "display their contents without having to unpack them before. The filter is\n" "easily extensible for new formats." msgstr "" #: gnu/packages/lesstif.scm:53 msgid "Clone of the Motif toolkit for the X window system" msgstr "" #: gnu/packages/lesstif.scm:54 msgid "Clone of the Motif toolkit for the X window system." msgstr "" #: gnu/packages/lesstif.scm:82 msgid "Motif toolkit for the X window system" msgstr "" #: gnu/packages/lesstif.scm:83 msgid "" "Motif is a standard graphical user interface, (as defined\n" "by the IEEE 1295 specification), used on more than 200 hardware and software\n" "platforms. It provides application developers, end users, and system vendors\n" "with a widely used environment for standardizing application presentation on a\n" "wide range of platforms." msgstr "" #: gnu/packages/libreoffice.scm:113 msgid "General purpose formula parser and interpreter" msgstr "" #: gnu/packages/libreoffice.scm:114 msgid "" "Ixion is a library for calculating the results of formula\n" "expressions stored in multiple named targets, or \"cells\". The cells can\n" "be referenced from each other, and the library takes care of resolving\n" "their dependencies automatically upon calculation." msgstr "" #: gnu/packages/libreoffice.scm:140 msgid "File import filter library for spreadsheet documents" msgstr "" #: gnu/packages/libreoffice.scm:141 msgid "" "Orcus is a library that provides a collection of standalone\n" "file processing filters. It is currently focused on providing filters for\n" "spreadsheet documents. The library includes import filters for\n" "Microsoft Excel 2007 XML, Microsoft Excel 2003 XML, Open Document Spreadsheet,\n" "Plain Text, Gnumeric XML, Generic XML. It also includes low-level parsers for\n" "CSV, CSS and XML." msgstr "" #: gnu/packages/libreoffice.scm:192 msgid "Convert between any document format supported by LibreOffice" msgstr "" #: gnu/packages/libreoffice.scm:194 msgid "" "Unoconv is a command-line utility to convert documents from any format\n" "that LibreOffice can import, to any format it can export. It can be used for\n" "batch processing and can apply custom style templates and filters.\n" "\n" "Unoconv converts between over a hundred formats, including Open Document\n" "Format (@file{.odt}, @file{.ods}, @file{.odp})), Portable Document Format\n" "(@file{.pdf}), HTML and XHTML, RTF, DocBook (@file{.xml}), @file{.doc} and\n" "@file{.docx}), @file{.xls} and @file{.xlsx}).\n" "\n" "All required fonts must be installed on the converting system." msgstr "" #: gnu/packages/libreoffice.scm:230 msgid "Document importer for office suites" msgstr "" #: gnu/packages/libreoffice.scm:231 msgid "" "Librevenge is a base library for writing document import\n" "filters. It has interfaces for text documents, vector graphics,\n" "spreadsheets and presentations." msgstr "" #: gnu/packages/libreoffice.scm:257 msgid "Library for importing WordPerfect documents" msgstr "" #: gnu/packages/libreoffice.scm:258 msgid "" "Libwpd is a C++ library designed to help process\n" "WordPerfect documents. It is most commonly used to import such documents\n" "into other word processors." msgstr "" #: gnu/packages/libreoffice.scm:294 msgid "Library for import of reflowable e-book formats" msgstr "" #: gnu/packages/libreoffice.scm:295 msgid "" "Libe-book is a library and a set of tools for reading and\n" "converting various reflowable e-book formats. Currently supported are:\n" "Broad Band eBook, eReader .pdb, FictionBook v. 2 (including zipped files),\n" "PalmDoc Ebook, Plucker .pdb, QiOO (mobile format, for java-enabled\n" "cellphones), TCR (simple compressed text format), TealDoc, zTXT,\n" "ZVR (simple compressed text format)." msgstr "" #: gnu/packages/libreoffice.scm:323 msgid "EPUB generator library for librevenge" msgstr "" #: gnu/packages/libreoffice.scm:324 msgid "" "libepubgen is an EPUB generator for librevenge. It supports\n" "librevenge's text document interface and--currently in a very limited\n" "way--presentation and vector drawing interfaces." msgstr "" #: gnu/packages/libreoffice.scm:348 msgid "Library and tools for the WordPerfect Graphics format" msgstr "" #: gnu/packages/libreoffice.scm:349 msgid "" "The libwpg project provides a library and tools for\n" "working with graphics in the WPG (WordPerfect Graphics) format." msgstr "" #: gnu/packages/libreoffice.scm:398 msgid "CMIS client library" msgstr "" #: gnu/packages/libreoffice.scm:399 msgid "" "LibCMIS is a C++ client library for the CMIS interface. It\n" "allows C++ applications to connect to any ECM behaving as a CMIS server such\n" "as Alfresco or Nuxeo." msgstr "" #: gnu/packages/libreoffice.scm:424 msgid "Library for parsing the AbiWord format" msgstr "" #: gnu/packages/libreoffice.scm:425 msgid "" "Libabw is a library that parses the file format of\n" "AbiWord documents." msgstr "" #: gnu/packages/libreoffice.scm:448 msgid "Library for parsing the CorelDRAW format" msgstr "" #: gnu/packages/libreoffice.scm:449 msgid "" "Libcdr is a library that parses the file format of\n" "CorelDRAW documents of all versions." msgstr "" #: gnu/packages/libreoffice.scm:478 msgid "Library for parsing the Apple Keynote format" msgstr "" #: gnu/packages/libreoffice.scm:479 msgid "" "Libetonyek is a library that parses the file format of\n" "Apple Keynote documents. It currently supports Keynote versions 2 to 5." msgstr "" #: gnu/packages/libreoffice.scm:500 msgid "Library to access tags for identifying languages" msgstr "" #: gnu/packages/libreoffice.scm:501 msgid "" "Liblangtag implements an interface to work with tags\n" "for identifying languages as described in RFC 5646. It supports the\n" "extensions described in RFC6067 and RFC6497, and Extension T for\n" "language/locale identifiers as described in the Unicode CLDR\n" "standard 21.0.2." msgstr "" #: gnu/packages/libreoffice.scm:521 #, fuzzy #| msgid "Hyphenation library" msgid "Text Categorization library" msgstr "Biblioteka dzielenia wyrazów" #: gnu/packages/libreoffice.scm:522 msgid "" "Libexttextcat is an N-Gram-Based Text Categorization\n" "library primarily intended for language guessing." msgstr "" #: gnu/packages/libreoffice.scm:558 msgid "Library for parsing the FreeHand format" msgstr "" #: gnu/packages/libreoffice.scm:559 msgid "" "Libfreehand is a library that parses the file format of\n" "Aldus/Macromedia/Adobe FreeHand documents." msgstr "" #: gnu/packages/libreoffice.scm:590 msgid "Library for parsing the Microsoft Publisher format" msgstr "" #: gnu/packages/libreoffice.scm:591 msgid "" "Libmspub is a library that parses the file format of\n" "Microsoft Publisher documents of all versions." msgstr "" #: gnu/packages/libreoffice.scm:611 msgid "Language-neutral @code{NUMBERTEXT} and @code{MONEYTEXT} functions" msgstr "" #: gnu/packages/libreoffice.scm:613 msgid "" "The libnumbertext library provides language-neutral @code{NUMBERTEXT}\n" "and @code{MONEYTEXT} functions for LibreOffice Calc, available for C++ and\n" "Java." msgstr "" #: gnu/packages/libreoffice.scm:639 msgid "Library for parsing the PageMaker format" msgstr "" #: gnu/packages/libreoffice.scm:640 msgid "" "Libpagemaker is a library that parses the file format of\n" "Aldus/Adobe PageMaker documents. Currently it only understands documents\n" "created by PageMaker version 6.x and 7." msgstr "" #: gnu/packages/libreoffice.scm:664 msgid "Library for parsing the Microsoft Visio format" msgstr "" #: gnu/packages/libreoffice.scm:665 msgid "" "Libvisio is a library that parses the file format of\n" "Microsoft Visio documents of all versions." msgstr "" #: gnu/packages/libreoffice.scm:691 msgid "ODF (Open Document Format) library" msgstr "" #: gnu/packages/libreoffice.scm:692 msgid "" "Libodfgen is a library for generating documents in the\n" "Open Document Format (ODF). It provides generator implementations for all\n" "document interfaces supported by librevenge:\n" "text documents, vector drawings, presentations and spreadsheets." msgstr "" #: gnu/packages/libreoffice.scm:717 msgid "Import library for some old Macintosh text documents" msgstr "" #: gnu/packages/libreoffice.scm:718 msgid "" "Libmwaw contains some import filters for old Macintosh\n" "text documents (MacWrite, ClarisWorks, ... ) and for some graphics and\n" "spreadsheet documents." msgstr "" #: gnu/packages/libreoffice.scm:740 msgid "Provides LibreOffice support for old StarOffice documents" msgstr "" #: gnu/packages/libreoffice.scm:741 msgid "" "@code{libstaroffice} is an import filter for the document formats\n" "from the old StarOffice (.sdc, .sdw, ...)." msgstr "" #: gnu/packages/libreoffice.scm:764 msgid "Import library for Microsoft Works text documents" msgstr "" #: gnu/packages/libreoffice.scm:765 msgid "" "Libwps is a library for importing files in the Microsoft\n" "Works word processor file format." msgstr "" #: gnu/packages/libreoffice.scm:789 msgid "Parses file format of Zoner Callisto/Draw documents" msgstr "" #: gnu/packages/libreoffice.scm:790 msgid "" "Libzmf is a library that parses the file format of Zoner\n" "Callisto/Draw documents. Currently it only understands documents created by\n" "Zoner Draw version 4 and 5." msgstr "" #: gnu/packages/libreoffice.scm:811 msgid "Hyphenation library" msgstr "Biblioteka dzielenia wyrazów" #: gnu/packages/libreoffice.scm:812 msgid "" "Hyphen is a hyphenation library using TeX hyphenation\n" "patterns, which are pre-processed by a perl script." msgstr "" #: gnu/packages/libreoffice.scm:835 msgid "Thesaurus" msgstr "" #: gnu/packages/libreoffice.scm:836 msgid "" "MyThes is a simple thesaurus that uses a structured text\n" "data file and an index file with binary search to look up words and phrases\n" "and to return information on pronunciations, meanings and synonyms." msgstr "" #: gnu/packages/libreoffice.scm:861 msgid "Library and tools for the QuarkXPress file format" msgstr "" #: gnu/packages/libreoffice.scm:862 msgid "" "libqxp is a library and a set of tools for reading and\n" "converting QuarkXPress file format. It supports versions 3.1 to 4.1." msgstr "" #: gnu/packages/libreoffice.scm:882 msgid "Float-to-string conversion algorithm" msgstr "" #: gnu/packages/libreoffice.scm:883 msgid "" "Dragonbox generates a pair of integers from a floating-point\n" "number: the decimal significand and the decimal exponent of the input\n" "floating-point number. These integers can then be used for string generation\n" "of decimal representation of the input floating-point number, the procedure\n" "commonly called @code{ftoa} or @code{dtoa}." msgstr "" #: gnu/packages/libreoffice.scm:1146 msgid "Office suite" msgstr "Pakiet biurowy" #: gnu/packages/libreoffice.scm:1147 msgid "" "LibreOffice is a comprehensive office suite. It contains\n" "a number of components: Writer, a word processor; Calc, a spreadsheet\n" "application; Impress, a presentation engine; Draw, a drawing and\n" "flowcharting application; Base, a database and database frontend;\n" "Math for editing mathematics." msgstr "" #: gnu/packages/linux.scm:732 msgid "GNU Linux-Libre kernel headers" msgstr "" #: gnu/packages/linux.scm:733 msgid "Headers of the Linux-Libre kernel." msgstr "" #: gnu/packages/linux.scm:1068 msgid "100% free redistribution of a cleaned Linux kernel" msgstr "" #: gnu/packages/linux.scm:1069 msgid "" "GNU Linux-Libre is a free (as in freedom) variant of the\n" "Linux kernel. It has been modified to remove all non-free binary blobs." msgstr "" #: gnu/packages/linux.scm:1377 msgid "Linux kernel module to perform ACPI method calls" msgstr "" #: gnu/packages/linux.scm:1379 msgid "" "This simple Linux kernel module allows calls from user space to any\n" "@acronym{ACPI, Advanced Configuration and Power Interface} method provided by\n" "your computer's firmware, by writing to @file{/proc/acpi/call}. You can pass\n" "any number of parameters of types @code{ACPI_INTEGER}, @code{ACPI_STRING},\n" "and @code{ACPI_BUFFER}.\n" "\n" "It grants direct and undocumented access to your hardware that may cause damage\n" "and should be used with caution, especially on untested models." msgstr "" #: gnu/packages/linux.scm:1445 msgid "Measure performance data & tweak low-level settings on x86-64 CPUs" msgstr "" #: gnu/packages/linux.scm:1447 msgid "" "CoreFreq is a CPU monitor that reports low-level processor settings and\n" "performance data with notably high precision by using a loadable Linux kernel\n" "module. Unlike most similar tools, it can be used to modify some settings if\n" "supported by the hardware and at your own risk. It's designed for 64-bit x86\n" "Intel processors (Atom, Core2, Nehalem, SandyBridge, and newer) and compatible\n" "architectures like AMD@tie{}Zen and Hygon@tie{}Dhyana.\n" "\n" "Supported processor features include:\n" "@enumerate\n" "@item time spent in C-states, including C1/C3 Auto- and UnDemotion;\n" "@item core temperatures, voltage, and tweaking thermal limits;\n" "@item core frequencies, ratios, and base clock rate;\n" "@item enabling, disabling, and testing SpeedStep (EIST), Turbo Boost, and\n" "Hyper-Threading or SMT;\n" "@item enabling or disabling data cache prefetching;\n" "@item kernel assembly code to keep as near as possible readings of performance\n" "counters such as the @acronym{TSC, Time Stamp Counter}, @acronym{UCC, Unhalted\n" "Core Cycles}, and @acronym{URC, Unhalted Reference Cycles};\n" "@item the number of instructions per cycle or second (IPS, IPC, and CPI);\n" "@item memory controller geometry and RAM timings;\n" "@item running processes' CPU affinity.\n" "@end enumerate\n" "\n" "This package provides the @command{corefreqd} data collection daemon, the\n" "@command{corefreq-cli} client to visualise and control it in real time, and the\n" "@code{corefreqk} kernel module in its own separate output. Read the included\n" "@file{README.md} before loading it." msgstr "" #: gnu/packages/linux.scm:1494 msgid "Linux kernel module to control the Librem Embedded Controller" msgstr "" #: gnu/packages/linux.scm:1496 msgid "" "This is the Linux kernel @acronym{ACPI, Advanced Configuration and Power\n" "Interface} platform driver for the @acronym{EC, Embedded Controller} firmware\n" "on Purism Librem laptop computers. It allows user-space control over the\n" "battery charging thresholds, keyboard backlight, fans and thermal monitors,\n" "and the notification, WiFi, and Bluetooth LED." msgstr "" #: gnu/packages/linux.scm:1520 msgid "Linux kernel modules to control keyboard on most Tuxedo computers" msgstr "" #: gnu/packages/linux.scm:1522 msgid "" "This package provides the @code{tuxedo_keyboard}, @code{tuxedo_io},\n" "@code{clevo_wmi} @acronym{WMI, Windows Management Engine} and the\n" "@code{clevo_acpi} @acronym{ACPI, Advanced Configuration and Power Interface}\n" "kernel modules to control the keyboard on most Tuxedo computers. Only white\n" "backlight only models are currently not supported. The @code{tuxedo_io} module\n" "is also needed for the @code{tuxedo-control-center} (short tcc) package." msgstr "" #: gnu/packages/linux.scm:1551 msgid "EVDI Linux kernel module" msgstr "" #: gnu/packages/linux.scm:1553 msgid "" "The @acronym{EVDI, Extensible Virtual Display Interface} is a Linux kernel module\n" "that enables management of multiple screens, allowing user-space programs to\n" "take control over what happens with the image." msgstr "" #: gnu/packages/linux.scm:1576 msgid "Utility for reading or writing @acronym{EC, Embedded Controller} registers" msgstr "" #: gnu/packages/linux.scm:1578 msgid "" "This utility can read or write specific registers or all the available\n" "registers of the @acronym{EC, Embedded Controller} supported by the\n" "@code{ec_sys} Linux driver." msgstr "" #: gnu/packages/linux.scm:1608 msgid "Linux Kernel Runtime Guard" msgstr "" #: gnu/packages/linux.scm:1610 msgid "" "This package performs runtime integrity checking of the Linux kernel and\n" "detection of security vulnerability exploits against the kernel." msgstr "" #: gnu/packages/linux.scm:1630 msgid "Linux kernel module that emulates SCSI devices" msgstr "" #: gnu/packages/linux.scm:1632 msgid "" "The @acronym{VHBA, Virtual SCSI Host Bus Adapter} module is the link\n" "between the CDemu user-space daemon and the kernel Linux. It acts as a\n" "low-level SCSI driver that emulates a virtual SCSI adapter which can have\n" "multiple virtual devices attached to it. Its typical use with CDEmu is to\n" "emulate optical devices such as DVD and CD-ROM drives." msgstr "" #: gnu/packages/linux.scm:1662 msgid "Kernel module that disables discrete Nvidia graphics cards" msgstr "" #: gnu/packages/linux.scm:1663 msgid "" "The bbswitch module provides a way to toggle the Nvidia\n" "graphics card on Optimus laptops." msgstr "" #: gnu/packages/linux.scm:1701 msgid "Pair of Linux kernel drivers for DDC/CI monitors" msgstr "" #: gnu/packages/linux.scm:1702 msgid "" "This package provides two Linux kernel drivers, ddcci and\n" "ddcci-backlight, that allows the control of DDC/CI monitors through the sysfs\n" "interface. The ddcci module creates a character device for each DDC/CI\n" "monitors in @file{/dev/bus/ddcci/[I²C busnumber]}. While the ddcci-backlight\n" "module allows the control of the backlight level or luminance property when\n" "supported under @file{/sys/class/backlight/}." msgstr "" #: gnu/packages/linux.scm:1727 msgid "Linux kernel module to create virtual V4L2 video devices" msgstr "" #: gnu/packages/linux.scm:1729 msgid "" "This Linux module creates virtual video devices. @acronym{V4L2, Video\n" "for Linux 2} applications will treat these as ordinary video devices but read\n" "video data generated by another application, instead of a hardware device such\n" "as a capture card.\n" "\n" "This lets you apply nifty effects to your Jitsi video, for example, but also\n" "allows some more serious things like adding streaming capabilities to an\n" "application by hooking GStreamer into the loopback device." msgstr "" #: gnu/packages/linux.scm:1768 msgid "Xbox One Wireless Controller driver for the kernel Linux" msgstr "" #: gnu/packages/linux.scm:1770 msgid "" "This package provides a driver for the XBox One S Wireless controller\n" "and some newer models when connected via Bluetooth. In addition to the included\n" "Linux kernel module, it also contains a modprobe configuration and udev rules,\n" "which need to be installed separately." msgstr "" #: gnu/packages/linux.scm:1821 msgid "Pluggable authentication modules for Linux" msgstr "" #: gnu/packages/linux.scm:1823 msgid "" "A *Free* project to implement OSF's RFC 86.0.\n" "Pluggable authentication modules are small shared object files that can\n" "be used through the PAM API to perform tasks, like authenticating a user\n" "at login. Local and dynamic reconfiguration are its key features." msgstr "" #: gnu/packages/linux.scm:1868 msgid "PAM interface using ctypes" msgstr "" #: gnu/packages/linux.scm:1869 msgid "This package provides a PAM interface using @code{ctypes}." msgstr "" #: gnu/packages/linux.scm:1897 msgid "Unlock GnuPG keys on login" msgstr "" #: gnu/packages/linux.scm:1898 msgid "" "This package provides a PAM module that hands over your\n" "login password to @code{gpg-agent}. This can be useful if you are using a\n" "GnuPG-based password manager like @code{pass}." msgstr "" #: gnu/packages/linux.scm:1944 msgid "Documentation for the kernel Linux-Libre" msgstr "" #: gnu/packages/linux.scm:1945 msgid "" "This package provides the documentation for the kernel\n" "Linux-Libre, as an Info manual. To consult it, run @samp{info linux}." msgstr "" #: gnu/packages/linux.scm:1970 msgid "Utilities for accessing the powercap Linux kernel feature" msgstr "" #: gnu/packages/linux.scm:1971 msgid "" "This package contains utilities for accessing the powercap\n" "Linux kernel feature through sysfs. It includes an implementation for working\n" "with Intel @acronym{RAPL, Running Average Power Limit}.\n" "It provides the commands @code{powercap-info} and @code{powercap-set}." msgstr "" #: gnu/packages/linux.scm:2000 msgid "Measure system power consumption" msgstr "" #: gnu/packages/linux.scm:2002 msgid "" "Powerstat measures and reports your computer's power consumption in real\n" "time. On mobile PCs, it uses ACPI battery information to measure the power\n" "drain of the entire system.\n" "\n" "Powerstat can also report @acronym{RAPL, Running Average Power Limit} power\n" "domain measurements. These are available only on some hardware such as Intel\n" "Sandybridge and newer, and cover only part of the machine's components such as\n" "CPU, DRAM, and graphics. However, they provide accurate and immediate readings\n" "and don't require a battery at all.\n" "\n" "The output is like @command{vmstat} but also shows power consumption statistics:\n" "at the end of a run, @command{powerstat} will calculate the average, standard\n" "deviation, and minimum and maximum values. It can show a nice histogram too." msgstr "" #: gnu/packages/linux.scm:2038 msgid "Small utilities that use the proc file system" msgstr "" #: gnu/packages/linux.scm:2040 msgid "" "This PSmisc package is a set of some small useful utilities that\n" "use the proc file system. We're not about changing the world, but\n" "providing the system administrator with some help in common tasks." msgstr "" #: gnu/packages/linux.scm:2178 msgid "Collection of utilities for the Linux kernel" msgstr "" #: gnu/packages/linux.scm:2179 msgid "" "Util-linux is a diverse collection of Linux kernel\n" "utilities. It provides dmesg and includes tools for working with file systems,\n" "block devices, UUIDs, TTYs, and many other tools." msgstr "" #: gnu/packages/linux.scm:2231 msgid "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR" msgstr "" #: gnu/packages/linux.scm:2233 msgid "" "ddate displays the Discordian date and holidays of a given date.\n" "The Discordian calendar was made popular by the \"Illuminatus!\" trilogy\n" "by Robert Shea and Robert Anton Wilson." msgstr "" #: gnu/packages/linux.scm:2256 msgid "FUSE driver to read/write Windows BitLocker drives" msgstr "" #: gnu/packages/linux.scm:2258 msgid "" "This package provides means to to read BitLocker encrypted\n" "partitions. Write functionality is also provided but check the README." msgstr "" #: gnu/packages/linux.scm:2309 msgid "Show and modify Linux frame buffer settings" msgstr "" #: gnu/packages/linux.scm:2311 msgid "" "The kernel Linux's @dfn{frame buffers} provide a simple interface to\n" "different kinds of graphic displays. The @command{fbset} utility can query and\n" "change various device settings such as depth, virtual resolution, and timing\n" "parameters." msgstr "" #: gnu/packages/linux.scm:2354 msgid "Utilities that give information about processes" msgstr "" #: gnu/packages/linux.scm:2356 msgid "" "Procps is the package that has a bunch of small useful utilities\n" "that give information about processes using the Linux /proc file system.\n" "The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx,\n" "slabtop, tload, top, vmstat, w, watch and sysctl." msgstr "" #: gnu/packages/linux.scm:2400 msgid "Tools for working with USB devices, such as lsusb" msgstr "" #: gnu/packages/linux.scm:2402 msgid "Tools for working with USB devices, such as lsusb." msgstr "" #: gnu/packages/linux.scm:2424 msgid "Utilities for sharing USB devices over IP networks" msgstr "" #: gnu/packages/linux.scm:2426 msgid "" "The USB/IP protocol enables to pass USB device from a server to\n" "a client over the network. The server is a machine which shares an\n" "USB device and the client is a machine which uses USB device provided by\n" "a server over the network. The USB device may be either physical device\n" "connected to a server or software entity created on a server using USB\n" "gadget subsystem. The usbip-utils are userspace tools to used to handle\n" "connection and management on both side. The client needs the @file{vhci-hcd}\n" "Linux kernel module and the server needs the @file{usbip_host} Linux kernel\n" "module." msgstr "" #: gnu/packages/linux.scm:2507 msgid "Creating and checking ext2/ext3/ext4 file systems" msgstr "" #: gnu/packages/linux.scm:2509 msgid "This package provides tools for manipulating ext2/ext3/ext4 file systems." msgstr "" #: gnu/packages/linux.scm:2550 msgid "Statically-linked e2fsck command from e2fsprogs" msgstr "" #: gnu/packages/linux.scm:2551 msgid "" "This package provides statically-linked e2fsck command taken\n" "from the e2fsprogs package. It is meant to be used in initrds." msgstr "" #: gnu/packages/linux.scm:2572 msgid "Recover deleted files from ext2/3/4 partitions" msgstr "" #: gnu/packages/linux.scm:2574 msgid "" "Extundelete is a set of tools that can recover deleted files from an\n" "ext3 or ext4 partition." msgstr "" #: gnu/packages/linux.scm:2605 msgid "Zero non-allocated regions in ext2/ext3/ext4 file systems" msgstr "" #: gnu/packages/linux.scm:2607 msgid "" "Zerofree finds the unallocated blocks with non-zero value content in an\n" "ext2, ext3, or ext4 file system and fills them with zeroes (or another value).\n" "This is a simple way to make disk images more compressible.\n" "Zerofree requires the file system to be unmounted or mounted read-only." msgstr "" #: gnu/packages/linux.scm:2650 msgid "System call tracer for Linux" msgstr "" #: gnu/packages/linux.scm:2652 msgid "" "strace is a system call tracer, i.e. a debugging tool which prints out a\n" "trace of all the system calls made by a another process/program." msgstr "" #: gnu/packages/linux.scm:2675 msgid "Library call tracer for Linux" msgstr "" #: gnu/packages/linux.scm:2677 msgid "" "ltrace intercepts and records dynamic library calls which are called by\n" "an executed process and the signals received by that process. It can also\n" "intercept and print the system calls executed by the program." msgstr "" #: gnu/packages/linux.scm:2700 msgid "The Advanced Linux Sound Architecture Use Case Manager" msgstr "" #: gnu/packages/linux.scm:2702 msgid "" "This package contains Advanced Linux Sound Architecture Use Case Manager\n" "configuration of audio input/output names and routing for specific audio\n" "hardware." msgstr "" #: gnu/packages/linux.scm:2724 gnu/packages/linux.scm:2771 msgid "The Advanced Linux Sound Architecture libraries" msgstr "" #: gnu/packages/linux.scm:2726 msgid "" "This package contains Advanced Linux Sound Architecture topology\n" "configuration files that can be used for specific audio hardware." msgstr "" #: gnu/packages/linux.scm:2773 gnu/packages/linux.scm:2822 msgid "" "The Advanced Linux Sound Architecture (ALSA) provides audio and\n" "MIDI functionality to the Linux-based operating system." msgstr "" #: gnu/packages/linux.scm:2820 msgid "Utilities for the Advanced Linux Sound Architecture (ALSA)" msgstr "" #: gnu/packages/linux.scm:2889 msgid "Plugins for the Advanced Linux Sound Architecture (ALSA)" msgstr "" #: gnu/packages/linux.scm:2891 msgid "" "The Advanced Linux Sound Architecture (ALSA) provides audio and\n" "MIDI functionality to the Linux-based operating system. This package enhances ALSA\n" "by providing additional plugins which include: upmixing, downmixing, jackd and\n" "pulseaudio support for native alsa applications, format conversion (s16 to a52), and\n" "external rate conversion." msgstr "" #: gnu/packages/linux.scm:2927 msgid "Programs to configure Linux IP packet filtering rules" msgstr "" #: gnu/packages/linux.scm:2929 msgid "" "@command{iptables} is the user-space command line program used to\n" "configure the Linux 2.4.x and later IPv4 packet filtering ruleset\n" "(@dfn{firewall}), including @dfn{NAT} (Network Address Translation).\n" "\n" "This package also includes @command{ip6tables}, which is used to configure the\n" "IPv6 packet filter.\n" "\n" "Both commands are targeted at system administrators." msgstr "" #: gnu/packages/linux.scm:2972 msgid "Thunderbolt 3 device manager" msgstr "" #: gnu/packages/linux.scm:2974 msgid "" "This package provides @command{boltd}, a userspace daemon\n" "for Thunderbolt devices, and @command{boltctl}, a command-line utility for\n" "managing those devices.\n" "\n" "The daemon @command{boltd} exposes devices via D-Bus to clients. It also\n" "stores a database of previously authorized devices and will, depending on the\n" "policy set for the individual devices, automatically authorize newly connected\n" "devices without user interaction.\n" "\n" "The command-line utility @command{boltctl} manages Thunderbolt devices via\n" "@command{boltd}. It can list devices, monitor changes, and initiate\n" "authorization of devices." msgstr "" #: gnu/packages/linux.scm:3014 msgid "CPU jitter random number generator daemon" msgstr "" #: gnu/packages/linux.scm:3016 msgid "" "This simple daemon feeds entropy from the CPU Jitter @acronym{RNG, random\n" "number generator} core to the kernel Linux's entropy estimator. This prevents\n" "the @file{/dev/random} device from blocking and should benefit users of the\n" "preferred @file{/dev/urandom} and @code{getrandom()} interfaces too.\n" "\n" "The CPU Jitter RNG itself is part of the kernel and claims to provide good\n" "entropy by collecting and magnifying differences in CPU execution time as\n" "measured by the high-resolution timer built into modern CPUs. It requires no\n" "additional hardware or external entropy source.\n" "\n" "The random bit stream generated by @command{jitterentropy-rngd} is not processed\n" "by a cryptographically secure whitening function. Nonetheless, its authors\n" "believe it to be a suitable source of cryptographically secure key material or\n" "other cryptographically sensitive data.\n" "\n" "If you agree with them, start this daemon as early as possible to provide\n" "properly seeded random numbers to services like SSH or those using TLS during\n" "early boot when entropy may be low, especially in virtualised environments." msgstr "" #: gnu/packages/linux.scm:3049 msgid "Lists information about SCSI or NVMe devices in Linux" msgstr "" #: gnu/packages/linux.scm:3052 msgid "" "@command{lsscsi} lists SCSI logical units or SCSI targets. It can\n" "also list NVMe namespaces or controllers and show the relationship between a\n" "device's primary node name, its SCSI generic (sg) node name and its kernel\n" "name." msgstr "" #: gnu/packages/linux.scm:3073 msgid "Ethernet bridge frame table administration" msgstr "" #: gnu/packages/linux.scm:3076 msgid "" "ebtables is an application program used to set up and maintain the\n" "tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is\n" "analogous to the iptables application, but less complicated, due to the fact\n" "that the Ethernet protocol is much simpler than the IP protocol." msgstr "" #: gnu/packages/linux.scm:3139 msgid "Utilities for controlling TCP/IP networking and traffic in Linux" msgstr "" #: gnu/packages/linux.scm:3141 msgid "" "Iproute2 is a collection of utilities for controlling TCP/IP networking\n" "and traffic with the Linux kernel. The most important of these are\n" "@command{ip}, which configures IPv4 and IPv6, and @command{tc} for traffic\n" "control.\n" "\n" "Most network configuration manuals still refer to ifconfig and route as the\n" "primary network configuration tools, but ifconfig is known to behave\n" "inadequately in modern network environments, and both should be deprecated." msgstr "" #: gnu/packages/linux.scm:3219 msgid "Tools for controlling the network subsystem in Linux" msgstr "" #: gnu/packages/linux.scm:3221 msgid "" "This package includes the important tools for controlling the network\n" "subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and\n" "route. Additionally, this package contains utilities relating to particular\n" "network hardware types (plipconfig, slattach) and advanced aspects of IP\n" "configuration (iptunnel, ipmaddr)." msgstr "" #: gnu/packages/linux.scm:3261 msgid "Library for working with POSIX capabilities" msgstr "" #: gnu/packages/linux.scm:3263 msgid "" "Libcap2 provides a programming interface to POSIX capabilities on\n" "Linux-based operating systems." msgstr "" #: gnu/packages/linux.scm:3288 msgid "Manipulate Ethernet bridges" msgstr "" #: gnu/packages/linux.scm:3290 msgid "" "Utilities for Linux's Ethernet bridging facilities. A bridge is a way\n" "to connect two Ethernet segments together in a protocol independent way.\n" "Packets are forwarded based on Ethernet address, rather than IP address (like\n" "a router). Since forwarding is done at Layer 2, all protocols can go\n" "transparently through a bridge." msgstr "" #: gnu/packages/linux.scm:3339 msgid "NetLink protocol library suite" msgstr "" #: gnu/packages/linux.scm:3341 msgid "" "The libnl suite is a collection of libraries providing APIs to netlink\n" "protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily\n" "between the kernel and user space processes. It was designed to be a more\n" "flexible successor to ioctl to provide mainly networking related kernel\n" "configuration and monitoring interfaces." msgstr "" #: gnu/packages/linux.scm:3413 msgid "Tool for configuring wireless devices" msgstr "" #: gnu/packages/linux.scm:3415 msgid "" "iw is a new nl80211 based CLI configuration utility for wireless\n" "devices. It replaces @code{iwconfig}, which is deprecated." msgstr "" #: gnu/packages/linux.scm:3462 msgid "Analyze power consumption on Intel-based laptops" msgstr "" #: gnu/packages/linux.scm:3464 msgid "" "PowerTOP is a Linux tool to diagnose issues with power consumption and\n" "power management. In addition to being a diagnostic tool, PowerTOP also has\n" "an interactive mode where the user can experiment various power management\n" "settings for cases where the operating system has not enabled these\n" "settings." msgstr "" #: gnu/packages/linux.scm:3489 msgid "Audio mixer for X and the console" msgstr "" #: gnu/packages/linux.scm:3491 msgid "" "Aumix adjusts an audio mixer from X, the console, a terminal,\n" "the command line or a script." msgstr "" #: gnu/packages/linux.scm:3525 msgid "Displays the IO activity of running processes" msgstr "" #: gnu/packages/linux.scm:3527 msgid "" "Iotop is a Python program with a top like user interface to show the\n" "processes currently causing I/O." msgstr "" #: gnu/packages/linux.scm:3556 msgid "Interactive @command{top}-like input/output activity monitor" msgstr "" #: gnu/packages/linux.scm:3558 msgid "" "iotop identifies which processes and threads are most responsible for\n" "@acronym{I/O, input/output} activity such as disc reads and writes. It sorts\n" "them in a live, interactive table overview similar to that of the well-known\n" "@command{top}.\n" "\n" "This information makes it much easier for an administrator to see which tasks\n" "are blocking others and adjust their priority (using @command{ionice}) or stop\n" "or kill them altogether." msgstr "" #: gnu/packages/linux.scm:3627 msgid "Support file systems implemented in user space" msgstr "" #: gnu/packages/linux.scm:3629 msgid "" "As a consequence of its monolithic design, file system code for Linux\n" "normally goes into the kernel itself---which is not only a robustness issue,\n" "but also an impediment to system extensibility. FUSE, for \"file systems in\n" "user space\", is a kernel module and user-space library that tries to address\n" "part of this problem by allowing users to run file system implementations as\n" "user-space processes." msgstr "" #: gnu/packages/linux.scm:3720 msgid "User-space union file system" msgstr "" #: gnu/packages/linux.scm:3722 msgid "" "UnionFS-FUSE is a flexible union file system implementation in user\n" "space, using the FUSE library. Mounting a union file system allows you to\n" "\"aggregate\" the contents of several directories into a single mount point.\n" "UnionFS-FUSE additionally supports copy-on-write." msgstr "" #: gnu/packages/linux.scm:3750 msgid "User-space union file system (statically linked)" msgstr "" #: gnu/packages/linux.scm:3804 msgid "Mount remote file systems over SSH" msgstr "" #: gnu/packages/linux.scm:3806 msgid "" "This is a file system client based on the SSH File Transfer Protocol.\n" "Since most SSH servers already support this protocol it is very easy to set\n" "up: on the server side there's nothing to do; on the client side mounting the\n" "file system is as easy as logging into the server with an SSH client." msgstr "" #: gnu/packages/linux.scm:3832 msgid "Tool for mounting archive files with FUSE" msgstr "" #: gnu/packages/linux.scm:3833 msgid "" "archivemount is a FUSE-based file system for Unix variants,\n" "including Linux. Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to a\n" "mount point where it can be read from or written to as with any other file\n" "system. This makes accessing the contents of the archive, which may be\n" "compressed, transparent to other programs, without decompressing them." msgstr "" #: gnu/packages/linux.scm:3861 msgid "Tools for non-uniform memory access (NUMA) machines" msgstr "" #: gnu/packages/linux.scm:3863 msgid "" "NUMA stands for Non-Uniform Memory Access, in other words a system whose\n" "memory is not all in one place. The @command{numactl} program allows you to\n" "run your application program on specific CPUs and memory nodes. It does this\n" "by supplying a NUMA memory policy to the operating system before running your\n" "program.\n" "\n" "The package contains other commands, such as @command{numastat},\n" "@command{memhog}, and @command{numademo} which provides a quick overview of\n" "NUMA performance on your system." msgstr "" #: gnu/packages/linux.scm:3899 msgid "Neo2 console layout" msgstr "" #: gnu/packages/linux.scm:3901 msgid "" "Kbd-neo provides the Neo2 keyboard layout for use with\n" "@command{loadkeys(1)} from @code{kbd(4)}." msgstr "" #: gnu/packages/linux.scm:3965 msgid "Linux keyboard utilities and keyboard maps" msgstr "" #: gnu/packages/linux.scm:3967 msgid "" "This package contains keytable files and keyboard utilities compatible\n" "for systems using the Linux kernel. This includes commands such as\n" "@code{loadkeys}, @code{setfont}, @code{kbdinfo}, and @code{chvt}." msgstr "" #: gnu/packages/linux.scm:4002 msgid "Statically-linked @command{loadkeys} program" msgstr "" #: gnu/packages/linux.scm:4028 msgid "Monitor file accesses" msgstr "" #: gnu/packages/linux.scm:4030 msgid "" "The inotify-tools packages provides a C library and command-line tools\n" "to use Linux' inotify mechanism, which allows file accesses to be monitored." msgstr "" #: gnu/packages/linux.scm:4081 msgid "Kernel module tools" msgstr "" #: gnu/packages/linux.scm:4082 msgid "" "Kmod is a set of tools to handle common tasks with Linux\n" "kernel modules like insert, remove, list, check properties, resolve\n" "dependencies and aliases.\n" "\n" "These tools are designed on top of libkmod, a library that is shipped with\n" "kmod. The aim is to be compatible with tools, configurations and indices\n" "from the module-init-tools project." msgstr "" #: gnu/packages/linux.scm:4137 msgid "Simple out of memory (OOM) daemon for the Linux kernel" msgstr "" #: gnu/packages/linux.scm:4138 msgid "" "Early OOM is a minimalist out of memory (OOM) daemon that\n" "runs in user space and provides a more responsive and configurable alternative\n" "to the in-kernel OOM killer." msgstr "" #: gnu/packages/linux.scm:4217 msgid "Userspace device management" msgstr "" #: gnu/packages/linux.scm:4218 msgid "" "Udev is a daemon which dynamically creates and removes\n" "device nodes from /dev/, handles hotplug events and loads drivers at boot\n" "time." msgstr "" #: gnu/packages/linux.scm:4246 msgid "Bindings to the Linux input handling subsystem" msgstr "" #: gnu/packages/linux.scm:4248 msgid "" "Python-evdev provides bindings to the generic input event interface in\n" "Linux. The @code{evdev} interface serves the purpose of passing events\n" "generated in the kernel directly to userspace through character devices that\n" "are typically located in @file{/dev/input/}.\n" "\n" "This package also comes with bindings to @code{uinput}, the userspace input\n" "subsystem. @code{uinput} allows userspace programs to create and handle input\n" "devices that can inject events directly into the input subsystem." msgstr "" #: gnu/packages/linux.scm:4279 msgid "Utilities for operating on input events of evdev devices" msgstr "" #: gnu/packages/linux.scm:4281 msgid "" "Interception Tools provides a composable infrastructure on top of\n" "@code{libudev} and @code{libevdev}. The following utilities are provided:\n" "\n" "@itemize\n" "@item @command{udevmon} --- monitor input devices for launching tasks\n" "@item @command{intercept} --- redirect device input events to stdout\n" "@item @command{uinput} --- redirect device input events from stding to virtual device\n" "@item @command{mux} --- mux streams of input events\n" "@end itemize" msgstr "" #: gnu/packages/linux.scm:4328 msgid "Tap for one key, hold for another" msgstr "" #: gnu/packages/linux.scm:4330 msgid "" "Dual Function Keys is a plugin for @code{interception-tools} that allows\n" "one to send arbitrary keycodes when a given key is tapped or held." msgstr "" #: gnu/packages/linux.scm:4414 msgid "Logical volume management for Linux" msgstr "" #: gnu/packages/linux.scm:4416 msgid "" "LVM2 is the logical volume management tool set for Linux-based systems.\n" "This package includes the user-space libraries and tools, including the device\n" "mapper. Kernel components are part of Linux-libre." msgstr "" #: gnu/packages/linux.scm:4456 msgid "Logical volume management for Linux (statically linked)" msgstr "" #: gnu/packages/linux.scm:4481 msgid "Tools for manipulating the metadata of device-mapper targets" msgstr "" #: gnu/packages/linux.scm:4482 msgid "" "A suite of tools for manipulating the metadata of the\n" "dm-thin, dm-cache and dm-era device-mapper targets." msgstr "" #: gnu/packages/linux.scm:4503 msgid "Advanced system & process supervisor for Linux" msgstr "" #: gnu/packages/linux.scm:4504 msgid "" "This package provides an advanced monitor of critical system\n" "resources, supervises the heartbeat of processes, records deadline\n" "transgressions, and initiates a controlled reset if needed." msgstr "" #: gnu/packages/linux.scm:4548 msgid "Tools for manipulating Linux Wireless Extensions" msgstr "" #: gnu/packages/linux.scm:4549 msgid "" "Wireless Tools are used to manipulate the now-deprecated\n" "Linux Wireless Extensions; consider using @code{iw} instead. The Wireless\n" "Extension was an interface allowing you to set Wireless LAN specific\n" "parameters and get the specific stats. It is deprecated in favor the nl80211\n" "interface." msgstr "" #: gnu/packages/linux.scm:4638 msgid "Central regulatory domain agent (CRDA) for WiFi" msgstr "" #: gnu/packages/linux.scm:4640 msgid "" "The Central Regulatory Domain Agent (CRDA) acts as the udev helper for\n" "communication between the kernel Linux and user space for regulatory\n" "compliance." msgstr "" #: gnu/packages/linux.scm:4708 #, fuzzy #| msgid "Berkeley database" msgid "Wireless regulatory database" msgstr "Baza danych Berkeley" #: gnu/packages/linux.scm:4710 msgid "" "This package contains the wireless regulatory database for the Central\n" "Regulatory Database Agent (CRDA). The database contains information on\n" "country-specific regulations for the wireless spectrum." msgstr "" #: gnu/packages/linux.scm:4782 msgid "Utilities to read temperature/voltage/fan sensors" msgstr "" #: gnu/packages/linux.scm:4784 msgid "" "Lm-sensors is a hardware health monitoring package for Linux. It allows\n" "you to access information from temperature, voltage, and fan speed sensors.\n" "It works with most newer systems." msgstr "" #: gnu/packages/linux.scm:4802 msgid "Manipulate Intel microcode bundles" msgstr "" #: gnu/packages/linux.scm:4804 msgid "" "@command{iucode_tool} is a utility to work with microcode packages for\n" "Intel processors. It can convert between formats, extract specific versions,\n" "create a firmware image suitable for the Linux kernel, and more." msgstr "" #: gnu/packages/linux.scm:4835 msgid "I2C tools for Linux" msgstr "" #: gnu/packages/linux.scm:4837 msgid "" "The i2c-tools package contains a heterogeneous set of I2C tools for\n" "Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers,\n" "EEPROM decoding scripts, EEPROM programming tools, and a python module for\n" "SMBus access." msgstr "" #: gnu/packages/linux.scm:4892 msgid "Hardware health information viewer" msgstr "" #: gnu/packages/linux.scm:4894 msgid "" "Xsensors reads data from the libsensors library regarding hardware\n" "health such as temperature, voltage and fan speed and displays the information\n" "in a digital read-out." msgstr "" #: gnu/packages/linux.scm:4952 msgid "Linux profiling with performance counters" msgstr "" #: gnu/packages/linux.scm:4954 msgid "" "perf is a tool suite for profiling using hardware performance counters,\n" "with support in the Linux kernel. perf can instrument CPU performance\n" "counters, tracepoints, kprobes, and uprobes (dynamic tracing). It is capable\n" "of lightweight profiling. This package contains the user-land tools and in\n" "particular the @code{perf} command." msgstr "" #: gnu/packages/linux.scm:4978 msgid "Simple tool for creating Linux namespace containers" msgstr "" #: gnu/packages/linux.scm:4979 msgid "" "pflask is a simple tool for creating Linux namespace\n" "containers. It can be used for running a command or even booting an OS inside\n" "an isolated container, created with the help of Linux namespaces. It is\n" "similar in functionality to chroot, although pflask provides better isolation\n" "thanks to the use of namespaces." msgstr "" #: gnu/packages/linux.scm:5063 msgid "Container platform" msgstr "" #: gnu/packages/linux.scm:5064 msgid "" "Singularity is a container platform supporting a number of\n" "container image formats. It can build SquashFS container images or import\n" "existing Docker images. Singularity requires kernel support for container\n" "isolation or root privileges." msgstr "" #: gnu/packages/linux.scm:5094 msgid "View and tune ATA disk drive parameters" msgstr "" #: gnu/packages/linux.scm:5096 msgid "" "@command{hdparm} is a command-line utility to control ATA controllers and\n" "disk drives. It can increase performance and/or reliability by careful tuning\n" "of hardware settings like power and acoustic management, DMA modes, and caching.\n" "It can also display detailed device information, or be used as a simple\n" "performance benchmarking tool.\n" "\n" "@command{hdparm} provides a command line interface to various Linux kernel\n" "interfaces provided by the SATA/ATA/SAS @code{libata} subsystem, and the older\n" "IDE driver subsystem. Many external USB drive enclosures with SCSI-ATA Command\n" "Translation (@dfn{SAT}) are also supported." msgstr "" #: gnu/packages/linux.scm:5130 msgid "C Library for NVM Express on Linux" msgstr "" #: gnu/packages/linux.scm:5131 msgid "" "libnvme provides type definitions for NVMe specification\n" "structures, enumerations, and bit fields, helper functions to construct,\n" "dispatch, and decode commands and payloads, and utilities to connect, scan,\n" "and manage nvme devices on a Linux system." msgstr "" #: gnu/packages/linux.scm:5158 msgid "NVM-Express user space tooling for Linux" msgstr "" #: gnu/packages/linux.scm:5159 msgid "" "Nvme-cli is a utility to provide standards compliant tooling\n" "for NVM-Express drives. It was made specifically for Linux as it relies on the\n" "IOCTLs defined by the mainline kernel driver." msgstr "" #: gnu/packages/linux.scm:5183 msgid "Tool for enabling and disabling wireless devices" msgstr "" #: gnu/packages/linux.scm:5185 msgid "" "rfkill is a simple tool for accessing the rfkill device interface,\n" "which is used to enable and disable wireless networking devices, typically\n" "WLAN, Bluetooth and mobile broadband." msgstr "" #: gnu/packages/linux.scm:5206 msgid "Display information on ACPI devices" msgstr "" #: gnu/packages/linux.scm:5207 msgid "" "@code{acpi} attempts to replicate the functionality of the\n" "\"old\" @code{apm} command on ACPI systems, including battery and thermal\n" "information. It does not support ACPI suspending, only displays information\n" "about ACPI devices." msgstr "" #: gnu/packages/linux.scm:5226 msgid "Daemon for delivering ACPI events to user-space programs" msgstr "" #: gnu/packages/linux.scm:5228 msgid "" "acpid is designed to notify user-space programs of Advanced\n" "Configuration and Power Interface (ACPI) events. acpid should be started\n" "during the system boot, and will run as a background process. When an ACPI\n" "event is received from the kernel, acpid will examine the list of rules\n" "specified in /etc/acpi/events and execute the rules that match the event." msgstr "" #: gnu/packages/linux.scm:5250 msgid "System utilities based on Linux sysfs" msgstr "" #: gnu/packages/linux.scm:5252 msgid "" "These are a set of utilities built upon sysfs, a virtual file system in\n" "Linux kernel versions 2.5+ that exposes a system's device tree. The package\n" "also contains the libsysfs library." msgstr "" #: gnu/packages/linux.scm:5298 msgid "Utilities to get and set CPU frequency on Linux" msgstr "" #: gnu/packages/linux.scm:5300 msgid "" "The cpufrequtils suite contains utilities to retrieve CPU frequency\n" "information, and set the CPU frequency if supported, using the cpufreq\n" "capabilities of the Linux kernel." msgstr "" #: gnu/packages/linux.scm:5336 msgid "Library providing missing pieces in GNU libc" msgstr "" #: gnu/packages/linux.scm:5337 msgid "" "This package provides many of the missing pieces in GNU\n" "libc. Most notably the string functions: strlcpy(3), strlcat(3) and the *BSD\n" "sys/queue.h and sys/tree.h API's." msgstr "" #: gnu/packages/linux.scm:5359 msgid "Lightweight event loop library for epoll family APIs" msgstr "" #: gnu/packages/linux.scm:5360 msgid "" "This package provides small event loop that wraps the\n" "epoll family of APIs." msgstr "" #: gnu/packages/linux.scm:5379 msgid "Interface library for the Linux IEEE1394 drivers" msgstr "" #: gnu/packages/linux.scm:5381 msgid "" "Libraw1394 is the only supported interface to the kernel side raw1394 of\n" "the Linux IEEE-1394 subsystem, which provides direct access to the connected\n" "1394 buses to user space. Through libraw1394/raw1394, applications can directly\n" "send to and receive from other nodes without requiring a kernel driver for the\n" "protocol in question." msgstr "" #: gnu/packages/linux.scm:5405 msgid "AV/C protocol library for IEEE 1394" msgstr "" #: gnu/packages/linux.scm:5407 msgid "" "Libavc1394 is a programming interface to the AV/C specification from\n" "the 1394 Trade Association. AV/C stands for Audio/Video Control." msgstr "" #: gnu/packages/linux.scm:5429 msgid "Isochronous streaming media library for IEEE 1394" msgstr "" #: gnu/packages/linux.scm:5431 msgid "" "The libiec61883 library provides a higher level API for streaming DV,\n" "MPEG-2 and audio over Linux IEEE 1394." msgstr "" #: gnu/packages/linux.scm:5480 msgid "Tool for managing Linux Software RAID arrays" msgstr "" #: gnu/packages/linux.scm:5482 msgid "" "mdadm is a tool for managing Linux Software RAID arrays. It can create,\n" "assemble, report on, and monitor arrays. It can also move spares between raid\n" "arrays when needed." msgstr "" #: gnu/packages/linux.scm:5515 msgid "Statically-linked 'mdadm' command for use in an initrd" msgstr "" #: gnu/packages/linux.scm:5596 msgid "Access block devices through multiple paths" msgstr "" #: gnu/packages/linux.scm:5598 msgid "" "This package provides the following binaries to drive the\n" "Linux Device Mapper multipathing driver:\n" "@enumerate\n" "@item @command{multipath} - Device mapper target autoconfig.\n" "@item @command{multipathd} - Multipath daemon.\n" "@item @command{mpathpersist} - Manages SCSI persistent reservations on\n" "@code{dm} multipath devices.\n" "@item @command{kpartx} - Create device maps from partition tables.\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:5653 msgid "Linux-native asynchronous I/O access library" msgstr "" #: gnu/packages/linux.scm:5655 msgid "" "This library enables userspace to use Linux kernel asynchronous I/O\n" "system calls, important for the performance of databases and other advanced\n" "applications." msgstr "" #: gnu/packages/linux.scm:5697 msgid "Block layer IO tracing mechanism" msgstr "" #: gnu/packages/linux.scm:5698 msgid "" "Blktrace is a block layer IO tracing mechanism which provides\n" "detailed information about request queue operations to user space. It extracts\n" "event traces from the kernel (via the relaying through the debug file system)." msgstr "" #: gnu/packages/linux.scm:5721 msgid "Bluetooth subband audio codec" msgstr "" #: gnu/packages/linux.scm:5723 msgid "" "The SBC is a digital audio encoder and decoder used to transfer data to\n" "Bluetooth audio output devices like headphones or loudspeakers." msgstr "" #: gnu/packages/linux.scm:5784 msgid "Linux Bluetooth protocol stack" msgstr "" #: gnu/packages/linux.scm:5786 msgid "" "BlueZ provides support for the core Bluetooth layers and protocols. It\n" "is flexible, efficient and uses a modular implementation." msgstr "" #: gnu/packages/linux.scm:5808 msgid "Mount exFAT file systems" msgstr "" #: gnu/packages/linux.scm:5810 msgid "" "This package provides a FUSE-based file system that provides read and\n" "write access to exFAT devices." msgstr "" #: gnu/packages/linux.scm:5831 msgid "Mount ISO file system images" msgstr "" #: gnu/packages/linux.scm:5833 msgid "" "FuseISO is a FUSE module to mount ISO file system images (.iso, .nrg,\n" ".bin, .mdf and .img files). It supports plain ISO9660 Level 1 and 2, Rock\n" "Ridge, Joliet, and zisofs." msgstr "" #: gnu/packages/linux.scm:5885 msgid "Mouse support for the Linux console" msgstr "" #: gnu/packages/linux.scm:5887 msgid "" "The GPM (general-purpose mouse) daemon is a mouse server for\n" "applications running on the Linux console. It allows users to select items\n" "and copy/paste text in the console and in xterm." msgstr "" #: gnu/packages/linux.scm:5959 msgid "Create and manage btrfs copy-on-write file systems" msgstr "" #: gnu/packages/linux.scm:5960 msgid "" "Btrfs is a @acronym{CoW, copy-on-write} file system for Linux\n" "aimed at implementing advanced features while focusing on fault tolerance,\n" "repair and easy administration." msgstr "" #: gnu/packages/linux.scm:5993 msgid "Statically-linked btrfs command from btrfs-progs" msgstr "" #: gnu/packages/linux.scm:5994 msgid "" "This package provides the statically-linked @command{btrfs}\n" "from the btrfs-progs package. It is meant to be used in initrds." msgstr "" #: gnu/packages/linux.scm:6025 msgid "Tools to manage Cramfs file systems" msgstr "" #: gnu/packages/linux.scm:6026 msgid "" "Cramfs is a Linux file system designed to be simple, small,\n" "and to compress things well. It is used on a number of embedded systems and\n" "small devices. This version has additional features such as uncompressed\n" "blocks and random block placement." msgstr "" #: gnu/packages/linux.scm:6060 msgid "Find compression type/ratio on Btrfs files" msgstr "" #: gnu/packages/linux.scm:6061 msgid "" "@command{compsize} takes a list of files (given as\n" "arguments) on a Btrfs file system and measures used compression types and\n" "effective compression ratio, producing a report.\n" "\n" "A directory has no extents but has a (recursive) list of files. A non-regular\n" "file is silently ignored.\n" "\n" "As it makes no sense to talk about compression ratio of a partial extent,\n" "every referenced extent is counted whole, exactly once -- no matter if you use\n" "only a few bytes of a 1GB extent or reflink it a thousand times. Thus, the\n" "uncompressed size will not match the number given by @command{tar} or\n" "@command{du}. On the other hand, the space used should be accurate (although\n" "obviously it can be shared with files outside our set)." msgstr "" #: gnu/packages/linux.scm:6096 msgid "Userland tools for f2fs" msgstr "" #: gnu/packages/linux.scm:6098 msgid "" "F2FS, the Flash-Friendly File System, is a modern file system\n" "designed to be fast and durable on flash devices such as solid-state\n" "disks and SD cards. This package provides the userland utilities." msgstr "" #: gnu/packages/linux.scm:6190 msgid "Statically-linked fsck.f2fs command from f2fs-tools" msgstr "" #: gnu/packages/linux.scm:6191 msgid "" "This package provides statically-linked fsck.f2fs command taken\n" "from the f2fs-tools package. It is meant to be used in initrds." msgstr "" #: gnu/packages/linux.scm:6220 msgid "Free-fall protection for spinning laptop hard drives" msgstr "" #: gnu/packages/linux.scm:6222 msgid "" "Prevents shock damage to the internal spinning hard drive(s) of some\n" "HP and Dell laptops. When sudden movement is detected, all input/output\n" "operations on the drive are suspended and its heads are parked on the ramp,\n" "where they are less likely to cause damage to the spinning disc. Requires a\n" "drive that supports the ATA/ATAPI-7 IDLE IMMEDIATE command with unload\n" "feature, and a laptop with an accelerometer. It has no effect on SSDs." msgstr "" #: gnu/packages/linux.scm:6258 msgid "NoteBook FanControl ported to Linux" msgstr "" #: gnu/packages/linux.scm:6260 msgid "" "This package provides a C port of NoteBook FanControl (NBFC), a fan\n" "control service for notebooks. It provides the same utilities with the same\n" "interfaces as the original NBFC, although the implementation differs." msgstr "" #: gnu/packages/linux.scm:6312 msgid "Simple fan control program" msgstr "" #: gnu/packages/linux.scm:6314 msgid "" "Thinkfan is a simple fan control program. It reads temperatures,\n" "checks them against configured limits and switches to appropriate (also\n" "pre-configured) fan level. It requires a working @code{thinkpad_acpi} or any\n" "other @code{hwmon} driver that enables temperature reading and fan control\n" "from userspace." msgstr "" #: gnu/packages/linux.scm:6368 msgid "ThinkPad battery charge controller" msgstr "" #: gnu/packages/linux.scm:6370 msgid "" "Tpacpi-bat is a command-line interface to control battery charging on\n" "@uref{https://github.com/teleshoes/tpacpi-bat/wiki/Supported-Hardware, Lenovo\n" "ThinkPad models released after 2011}, starting with the xx20 series. It can\n" "query and set the thresholds at which one or both batteries will start and stop\n" "charging, inhibit charging batteries for a set period of time, or force them to\n" "discharge when they otherwise would not.\n" "\n" "This tool merely exposes ACPI calls provided by the @code{acpi_call} Linux\n" "kernel module provided by the @code{acpi-call-linux-module} package, which must\n" "be installed and loaded separately. Only the original vendor firmware is\n" "supported." msgstr "" #: gnu/packages/linux.scm:6412 msgid "Monitor and test the Linux thermal subsystem in real time" msgstr "" #: gnu/packages/linux.scm:6414 msgid "" "Tmon is a tool to interact with the complex thermal subsystem of the\n" "kernel Linux. It helps visualize thermal relationships and real-time thermal\n" "data, tune and test cooling devices and sensors, and collect thermal data for\n" "further analysis.\n" "\n" "As computers become smaller and more thermally constrained, more sensors are\n" "added and new cooling capabilities introduced. Thermal relationships can change\n" "dynamically. Their complexity grows exponentially among cooling devices, zones,\n" "sensors, and trip points.\n" "\n" "Linux exposes this relationship through @file{/sys/class/thermal} with a matrix\n" "of symbolic links, trip point bindings, and device instances. To traverse it\n" "by hand is no trivial task: @command{tmon} aims to make it understandable." msgstr "" #: gnu/packages/linux.scm:6454 msgid "Report x86 processor frequency and idle statistics" msgstr "" #: gnu/packages/linux.scm:6456 msgid "" "Turbostat reports x86 processor topology, frequency, idle power state\n" "statistics, temperature, and power consumption. Some information is unavailable\n" "on older processors.\n" "\n" "It can be used to identify machines that are inefficient in terms of power usage\n" "or idle time, report the rate of @acronym{SMI, system management interrupt}s\n" "occurring on the system, or verify the effects of power management tuning.\n" "\n" "@command{turbostat} reads hardware counters but doesn't write to them, so it\n" "won't interfere with the OS or other running processes---including multiple\n" "invocations of itself." msgstr "" #: gnu/packages/linux.scm:6511 msgid "Read-write access to NTFS file systems" msgstr "" #: gnu/packages/linux.scm:6513 msgid "" "NTFS-3G provides read-write access to NTFS file systems, which are\n" "commonly found on Microsoft Windows. It is implemented as a FUSE file system.\n" "The package provides additional NTFS tools." msgstr "" #: gnu/packages/linux.scm:6561 msgid "Statically linked @command{ntfsfix} from ntfs-3g" msgstr "" #: gnu/packages/linux.scm:6563 msgid "" "This package provides a statically linked @command{ntfsfix} taken\n" "from the ntfs-3g package. It is meant to be used in initrds." msgstr "" #: gnu/packages/linux.scm:6612 msgid "Utilities and libraries for working with RDMA devices" msgstr "" #: gnu/packages/linux.scm:6614 msgid "" "This package provides userspace components for the InfiniBand\n" "subsystem of the Linux kernel. Specifically it contains userspace\n" "libraries for the following device nodes:\n" "\n" "@enumerate\n" "@item @file{/dev/infiniband/uverbsX} (@code{libibverbs})\n" "@item @file{/dev/infiniband/rdma_cm} (@code{librdmacm})\n" "@item @file{/dev/infiniband/umadX} (@code{libibumad})\n" "@end enumerate\n" "\n" "The following service daemons are also provided:\n" "@enumerate\n" "@item @code{srp_daemon} (for the @code{ib_srp} kernel module)\n" "@item @code{iwpmd} (for iWARP kernel providers)\n" "@item @code{ibacm} (for InfiniBand communication management assistant)\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:6657 msgid "Open Fabrics Enterprise Distribution (OFED) Performance Tests" msgstr "" #: gnu/packages/linux.scm:6658 msgid "" "This is a collection of tests written over uverbs intended for\n" "use as a performance micro-benchmark. The tests may be used for hardware or\n" "software tuning as well as for functional testing.\n" "\n" "The collection contains a set of bandwidth and latency benchmark such as:\n" "@enumerate\n" "@item Send - @code{ib_send_bw} and @code{ib_send_lat}\n" "@item RDMA Read - @code{ib_read_bw} and @code{ib_read_lat}\n" "@item RDMA Write - @code{ib_write_bw} and @code{ib_wriet_lat}\n" "@item RDMA Atomic - @code{ib_atomic_bw} and @code{ib_atomic_lat}\n" "@item Native Ethernet (when working with MOFED2) - @code{raw_ethernet_bw}, @code{raw_ethernet_lat}\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:6705 #, fuzzy #| msgid "Random password generator" msgid "Random number generator daemon" msgstr "Generator losowych haseł" #: gnu/packages/linux.scm:6707 msgid "" "Monitor a hardware random number generator, and supply entropy\n" "from that to the system kernel's @file{/dev/random} machinery." msgstr "" #: gnu/packages/linux.scm:6746 msgid "CPU frequency and voltage scaling tools for Linux" msgstr "" #: gnu/packages/linux.scm:6748 msgid "" "cpupower is a set of user-space tools that use the cpufreq feature of the\n" "Linux kernel to retrieve and control processor features related to power saving,\n" "such as frequency and voltage scaling." msgstr "" #: gnu/packages/linux.scm:6778 msgid "Display and update Intel-CPU energy-performance policy" msgstr "" #: gnu/packages/linux.scm:6780 msgid "" "@command{x86_energy_perf_policy} displays and updates energy-performance\n" "policy settings specific to Intel Architecture Processors. Settings are\n" "accessed via Model Specific Register (MSR) updates, no matter if the Linux\n" "cpufreq sub-system is enabled or not." msgstr "" #: gnu/packages/linux.scm:6804 msgid "Entropy source for the Linux random number generator" msgstr "" #: gnu/packages/linux.scm:6806 msgid "" "haveged generates an unpredictable stream of random numbers for use by\n" "Linux's @file{/dev/random} and @file{/dev/urandom} devices. The kernel's\n" "standard mechanisms for filling the entropy pool may not be sufficient for\n" "systems with high needs or limited user interaction, such as headless servers.\n" "\n" "@command{haveged} runs as a privileged daemon, harvesting randomness from the\n" "indirect effects of hardware events on hidden processor state using the\n" "@acronym{HAVEGE, HArdware Volatile Entropy Gathering and Expansion} algorithm.\n" "It tunes itself to its environment and provides the same built-in test suite\n" "for the output stream as used on certified hardware security devices.\n" "\n" "The quality of the randomness produced by this algorithm has not been proven.\n" "It is recommended to run it together with another entropy source like rngd, and\n" "not as a replacement for it." msgstr "" #: gnu/packages/linux.scm:6925 msgid "eCryptfs cryptographic file system utilities" msgstr "" #: gnu/packages/linux.scm:6927 msgid "" "eCryptfs is a POSIX-compliant stacked cryptographic file system for Linux.\n" "Each file's cryptographic meta-data is stored inside the file itself, along\n" "with the encrypted contents. This allows individual encrypted files to be\n" "copied between hosts and still be decrypted with the proper key. eCryptfs is a\n" "native Linux file system, and has been part of the Linux kernel since version\n" "2.6.19. This package contains the userland utilities to manage it." msgstr "" #: gnu/packages/linux.scm:6958 msgid "NFSv4 support library for name/ID mapping" msgstr "" #: gnu/packages/linux.scm:6959 msgid "" "Libnfsidmap is a library holding mulitiple methods of\n" "mapping names to ids and visa versa, mainly for NFSv4. It provides an\n" "extensible array of mapping functions, currently consisting of two choices:\n" "the default @code{nsswitch} and the experimental @code{umich_ldap}." msgstr "" #: gnu/packages/linux.scm:6993 msgid "Tools for loading and managing Linux kernel modules" msgstr "" #: gnu/packages/linux.scm:6995 msgid "" "Tools for loading and managing Linux kernel modules, such as\n" "@code{modprobe}, @code{insmod}, @code{lsmod}, and more." msgstr "" #: gnu/packages/linux.scm:7037 msgid "Inject x86 @acronym{MCEs, machine-check exceptions} into Linux" msgstr "" #: gnu/packages/linux.scm:7039 msgid "" "This simple tool injects fake @acronym{MCEs, machine-check exceptions}\n" "into a running Linux kernel, to debug or test the kernel's @acronym{EDAC, error\n" "detection and correction}-handling code specific to x86 and x86_64 platforms.\n" "\n" "Real MCEs are internal CPU errors. Handling them correctly can be important to\n" "system stability and even prevent physical damage. In contrast, simulated MCEs\n" "produced by @command{mce-inject} are purely synthetic: injection happens only at\n" "the software level, inside the kernel, and is not visible to the platform\n" "hardware or firmware.\n" "\n" "A convenient feature of @command{mce-inject} is that the input language used to\n" "describe MCEs is similar to the format used in Linux panic messages, with a few\n" "extensions. In general, you should be able to pipe in any logged MCE panic to\n" "simulate that same MCE.\n" "\n" "The target kernel must have the @code{CONFIG_X86_MCE_INJECT} option enabled and\n" "the @code{mce-inject} module loaded if it exists." msgstr "" #: gnu/packages/linux.scm:7095 msgid "Machine check monitor for x86 Linux systems" msgstr "" #: gnu/packages/linux.scm:7097 msgid "" "The mcelog daemon logs memory, I/O, CPU, and other hardware errors on x86\n" "systems running the kernel Linux. It can also perform user-defined tasks, such\n" "as bringing bad pages off-line, when configurable error thresholds are\n" "exceeded." msgstr "" #: gnu/packages/linux.scm:7132 msgid "MTD Flash Storage Utilities" msgstr "" #: gnu/packages/linux.scm:7133 msgid "" "This package provides utilities for testing, partitioning, etc\n" "of flash storage." msgstr "" #: gnu/packages/linux.scm:7164 msgid "Interface to Linux's seccomp syscall filtering mechanism" msgstr "" #: gnu/packages/linux.scm:7165 msgid "" "The libseccomp library provides an easy to use, platform\n" "independent, interface to the Linux Kernel's syscall filtering mechanism. The\n" "libseccomp API is designed to abstract away the underlying BPF based syscall\n" "filter language and present a more conventional function-call based filtering\n" "interface that should be familiar to, and easily adopted by, application\n" "developers." msgstr "" #: gnu/packages/linux.scm:7206 msgid "Usage monitor for AMD Radeon graphics" msgstr "" #: gnu/packages/linux.scm:7207 msgid "" "RadeonTop monitors resource consumption on supported AMD\n" "Radeon Graphics Processing Units (GPUs), either in real time as bar graphs on\n" "a terminal or saved to a file for further processing. It measures both the\n" "activity of the GPU as a whole, which is also accurate during OpenCL\n" "computations, as well as separate component statistics that are only meaningful\n" "under OpenGL graphics workloads." msgstr "" #: gnu/packages/linux.scm:7254 msgid "Tool and library to manipulate EFI variables" msgstr "" #: gnu/packages/linux.scm:7255 msgid "" "This package provides a library and a command line\n" "interface to the variable facility of UEFI boot firmware." msgstr "" #: gnu/packages/linux.scm:7307 msgid "Modify the Extensible Firmware Interface (EFI) boot manager" msgstr "" #: gnu/packages/linux.scm:7309 msgid "" "@code{efibootmgr} is a user-space application to modify the Intel\n" "Extensible Firmware Interface (EFI) Boot Manager. This application can\n" "create and destroy boot entries, change the boot order, change the next\n" "running boot option, and more." msgstr "" #: gnu/packages/linux.scm:7344 msgid "Performance monitoring tools for Linux" msgstr "" #: gnu/packages/linux.scm:7345 msgid "" "The sysstat utilities are a collection of performance\n" "monitoring tools for Linux. These include @code{mpstat}, @code{iostat},\n" "@code{tapestat}, @code{cifsiostat}, @code{pidstat}, @code{sar}, @code{sadc},\n" "@code{sadf} and @code{sa}." msgstr "" #: gnu/packages/linux.scm:7384 msgid "Backward-compatibile xbacklight replacement" msgstr "" #: gnu/packages/linux.scm:7385 msgid "" "acpilight is a backward-compatibile replacement for\n" "xbacklight that uses the ACPI interface to set the display brightness. On\n" "modern laptops acpilight can control both display and keyboard backlight\n" "uniformly on either X11, the console or Wayland." msgstr "" #: gnu/packages/linux.scm:7424 msgid "GNU/Linux application to control backlights" msgstr "" #: gnu/packages/linux.scm:7426 msgid "" "Light is a program to send commands to screen backlight controllers\n" "under GNU/Linux. Features include:\n" "\n" "@itemize\n" "@item It does not rely on X.\n" "@item Light can automatically figure out the best controller to use, making\n" "full use of underlying hardware.\n" "@item It is possible to set a minimum brightness value, as some controllers\n" "set the screen to be pitch black at a value of 0 (or higher).\n" "@end itemize\n" msgstr "" #: gnu/packages/linux.scm:7472 msgid "Backlight and LED brightness control" msgstr "" #: gnu/packages/linux.scm:7474 msgid "" "This program allows you read and control device brightness. Devices\n" "include backlight and LEDs. It can also preserve current brightness before\n" "applying the operation, such as on lid close.\n" "\n" "The appropriate permissions must be set on the backlight or LED control\n" "interface in sysfs, which can be accomplished with the included udev rules." msgstr "" #: gnu/packages/linux.scm:7597 msgid "Power management tool for Linux" msgstr "" #: gnu/packages/linux.scm:7598 msgid "" "TLP is a power management tool for Linux. It comes with\n" "a default configuration already optimized for battery life. Nevertheless,\n" "TLP is customizable to fulfil system requirements. TLP settings are applied\n" "every time the power supply source is changed." msgstr "" #: gnu/packages/linux.scm:7685 msgid "User interface for TLP written in Python" msgstr "" #: gnu/packages/linux.scm:7687 msgid "" "The Python scripts in this project generate a GTK-UI to change\n" "TLP configuration files easily. It aims to protect users from setting\n" "bad configuration and to deliver a basic overview of all the valid\n" "configuration values." msgstr "" #: gnu/packages/linux.scm:7711 msgid "List hardware information" msgstr "" #: gnu/packages/linux.scm:7713 msgid "" "@command{lshw} (Hardware Lister) is a small tool to provide\n" "detailed information on the hardware configuration of the machine.\n" "It can report exact memory configuration, firmware version, mainboard\n" "configuration, CPU version and speed, cache configuration, bus speed,\n" "and more on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC\n" "machines (PowerMac G4 is known to work)." msgstr "" #: gnu/packages/linux.scm:7736 msgid "Netlink utility library" msgstr "" #: gnu/packages/linux.scm:7737 msgid "" "Libmnl is a minimalistic user-space library oriented to\n" "Netlink developers. There are a lot of common tasks in parsing, validating,\n" "constructing of both the Netlink header and TLVs that are repetitive and easy to\n" "get wrong. This library aims to provide simple helpers that allows you to\n" "re-use code and to avoid re-inventing the wheel." msgstr "" #: gnu/packages/linux.scm:7761 msgid "Netlink programming interface to the Linux nf_tables subsystem" msgstr "" #: gnu/packages/linux.scm:7762 msgid "" "Libnftnl is a userspace library providing a low-level netlink\n" "programming interface to the in-kernel nf_tables subsystem. The library\n" "libnftnl has been previously known as libnftables. This library is currently\n" "used by nftables." msgstr "" #: gnu/packages/linux.scm:7822 msgid "Userspace utility for Linux packet filtering" msgstr "" #: gnu/packages/linux.scm:7823 msgid "" "nftables is the project that aims to replace the existing\n" "{ip,ip6,arp,eb}tables framework. Basically, this project provides a new packet\n" "filtering framework, a new userspace utility and also a compatibility layer for\n" "{ip,ip6}tables. nftables is built upon the building blocks of the Netfilter\n" "infrastructure such as the existing hooks, the connection tracking system, the\n" "userspace queueing component and the logging subsystem." msgstr "" #: gnu/packages/linux.scm:7847 msgid "Library for kernel connection tracking state table" msgstr "" #: gnu/packages/linux.scm:7848 msgid "" "libnetfilter_conntrack is a userspace library providing a\n" "programming interface (API) to the in-kernel connection tracking state table.\n" "The library libnetfilter_conntrack has been previously known as\n" "libnfnetlink_conntrack and libctnetlink. This library is currently used by\n" "conntrack-tools among many other applications." msgstr "" #: gnu/packages/linux.scm:7873 msgid "Library for kernel connection tracking timeout infrastructure" msgstr "" #: gnu/packages/linux.scm:7874 msgid "" "libnetfilter_cttimeout is the userspace library that\n" "provides the programming interface to the fine-grain connection tracking\n" "timeout infrastructure. With this library, you can create, update and delete\n" "timeout policies that can be attached to traffic flows. This library is used\n" "by conntrack-tools." msgstr "" #: gnu/packages/linux.scm:7899 msgid "Library for user-space connection tracking helpers" msgstr "" #: gnu/packages/linux.scm:7900 msgid "" "libnetfilter_cthelper is a userspace library that provides a\n" "programming interface to user-space connection tracking helpers.\n" "@enumerate\n" "@item\n" "register new user-space connection tracking helpers\n" "@item\n" "unregister user-space connection tracking helpers\n" "@item\n" "list existing registered user-space connection tracking helpers\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:7931 msgid "Library for kernel netfilter infrastructure and state" msgstr "" #: gnu/packages/linux.scm:7932 msgid "" "libnetfilter_queue is a userspace library providing an API\n" "to packets that have been queued by the kernel packet filter. It is is part\n" "of a system that deprecates the old ip_queue/libipq mechanism." msgstr "" #: gnu/packages/linux.scm:7961 msgid "Set of tools targeting the conntrack kernel subsystem" msgstr "" #: gnu/packages/linux.scm:7962 msgid "" "The tool conntrack provides a full featured interface that\n" "is intended to replace the old @file{/proc/net/ip_conntrack} interface. Using\n" "conntrack, you can view and manage the in-kernel connection tracking state\n" "table from userspace. On the other hand, conntrackd covers the specific\n" "aspects of stateful firewalls to enable highly available scenarios, and can be\n" "used as statistics collector as well.\n" "\n" "Since 1.2.0, the conntrack-tools includes the @command{nfct} command line\n" "utility. This utility only supports the nfnetlink_cttimeout by now. In the\n" "long run, we expect that it will replace conntrack by providing a syntax\n" "similar to nftables." msgstr "" #: gnu/packages/linux.scm:7993 msgid "Library providing interface to extended accounting infrastructure" msgstr "" #: gnu/packages/linux.scm:7994 msgid "" "libnetfilter_acct is the userspace library providing interface\n" "to extended accounting infrastructure.\n" "\n" "@enumerate\n" "@item\n" "creating accounting objects\n" "@item\n" "retrieving accounting objects (and atomically set to zero)\n" "@item\n" "deleting accounting objects\n" "@end enumerate\n" "For the nfnetlink_acct subsystem." msgstr "" #: gnu/packages/linux.scm:8026 msgid "Command line tool to create/retrieve/delete accounting objects" msgstr "" #: gnu/packages/linux.scm:8027 msgid "" "nfacct is the command line tool to create/retrieve/delete\n" "accounting objects\n" "@enumerate\n" "@item\n" "listing the objects of the nfacct table in plain text/XML\n" "@item\n" "atomically get and reset objects of the nfacct table\n" "@item\n" "adding new objects to the nfacct table\n" "@item\n" "deleting objects from the nfacct table\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:8059 msgid "Library providing interface to packets logged by netfilter" msgstr "" #: gnu/packages/linux.scm:8060 msgid "" "libnetfilter_log is a userspace library providing interface to\n" "packets that have been logged by the kernel packet filter. It is is part of a\n" "system that deprecates the old syslog/dmesg based packet logging. This library\n" "has been previously known as libnfnetlink_log.\n" "\n" "@enumerate\n" "@item\n" "receiving to-be-logged packets from the kernel nfnetlink_log subsystem\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:8137 msgid "Logging daemon for netfilter and iptables" msgstr "" #: gnu/packages/linux.scm:8138 msgid "" "ulogd is a userspace logging daemon for netfilter/iptables\n" "related logging. This includes per-packet logging of security violations,\n" "per-packet logging for accounting, per-flow logging and flexible user-defined\n" "accounting.\n" "\n" "@enumerate\n" "@item\n" "Packet and flow-based traffic accounting\n" "@item\n" "Flexible user-defined traffic accounting via nfacct infrastructure\n" "@item\n" "SQL database back-end support: SQLite3, PostgreSQL, MySQL\n" "@item\n" "Text-based output formats: CSV, XML, Netfilter's LOG, Netfilter's conntrack\n" "@end enumerate" msgstr "" #: gnu/packages/linux.scm:8263 msgid "Unprivileged chroot, bind mount, and binfmt_misc" msgstr "" #: gnu/packages/linux.scm:8265 msgid "" "PRoot is a user-space implementation of @code{chroot}, @code{mount --bind},\n" "and @code{binfmt_misc}. This means that users don't need any privileges or\n" "setup to do things like using an arbitrary directory as the new root\n" "file system, making files accessible somewhere else in the file system\n" "hierarchy, or executing programs built for another CPU architecture\n" "transparently through QEMU user-mode. Also, developers can use PRoot as a\n" "generic process instrumentation engine thanks to its extension mechanism.\n" "Technically PRoot relies on @code{ptrace}, an unprivileged system-call\n" "available in the kernel Linux." msgstr "" #: gnu/packages/linux.scm:8281 msgid "Unprivileged chroot, bind mount, and binfmt_misc (statically linked)" msgstr "" #: gnu/packages/linux.scm:8325 msgid "Dump x86 CPUID processor information" msgstr "" #: gnu/packages/linux.scm:8326 msgid "" "cpuid dumps detailed information about the CPU(s) gathered\n" "from the CPUID instruction, and also determines the exact model of CPU(s). It\n" "supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,\n" "NexGen, Rise, and SiS CPUs." msgstr "" #: gnu/packages/linux.scm:8352 msgid "Use a FUSE file system to access data over MTP" msgstr "" #: gnu/packages/linux.scm:8353 msgid "" "jmtpfs uses FUSE (file system in userspace) to provide access\n" "to data over the Media Transfer Protocol (MTP). Unprivileged users can mount\n" "the MTP device as a file system." msgstr "" #: gnu/packages/linux.scm:8378 msgid "Utility to show process environment" msgstr "" #: gnu/packages/linux.scm:8380 msgid "" "Procenv is a command-line tool that displays as much detail about\n" "itself and its environment as possible. It can be used as a test\n" "tool, to understand the type of environment a process runs in, and for\n" "comparing system environments." msgstr "" #: gnu/packages/linux.scm:8407 msgid "Open Fabric Interfaces" msgstr "" #: gnu/packages/linux.scm:8409 msgid "" "OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric\n" "communication services to applications. OFI is best described as a collection\n" "of libraries and applications used to export fabric services. The key\n" "components of OFI are: application interfaces, provider libraries, kernel\n" "services, daemons, and test applications.\n" "\n" "Libfabric is a core component of OFI. It is the library that defines and\n" "exports the user-space API of OFI, and is typically the only software that\n" "applications deal with directly. It works in conjunction with provider\n" "libraries, which are often integrated directly into libfabric." msgstr "" #: gnu/packages/linux.scm:8469 msgid "Intel Performance Scaled Messaging (PSM) Libraries" msgstr "" #: gnu/packages/linux.scm:8471 msgid "" "The PSM Messaging API, or PSM API, is Intel's low-level user-level\n" "communications interface for the True Scale family of products. PSM users are\n" "enabled with mechanisms necessary to implement higher level communications\n" "interfaces in parallel environments." msgstr "" #: gnu/packages/linux.scm:8512 msgid "Take screenshots of one or more Linux text consoles" msgstr "" #: gnu/packages/linux.scm:8514 msgid "" "snapscreenshot saves a screenshot of one or more Linux text consoles as a\n" "Targa (@dfn{.tga}) image. It can be used by anyone with read access to the\n" "relevant @file{/dev/vcs*} file(s)." msgstr "" #: gnu/packages/linux.scm:8566 msgid "Take a screenshot of the contents of the Linux framebuffer" msgstr "" #: gnu/packages/linux.scm:8568 msgid "" "fbcat saves the contents of the Linux framebuffer (@file{/dev/fb*}), or\n" "a dump thereof. It supports a wide range of drivers and pixel formats.\n" "\n" "@command{fbcat} can take screenshots of virtually any application that can be\n" "made to write its output to the framebuffer, including (but not limited to)\n" "text-mode or graphical applications that don't use a display server.\n" "\n" "Also included is @command{fbgrab}, a wrapper around @command{fbcat} that\n" "emulates the behaviour of Gunnar Monell's older fbgrab utility." msgstr "" #: gnu/packages/linux.scm:8605 msgid "Linux framebuffer screenshot/conversion utility" msgstr "" #: gnu/packages/linux.scm:8606 msgid "" "FBGrab is a framebuffer screenshot program that captures the\n" "Linux framebuffer and converts it to a PNG image. It can also convert a\n" "framebuffer dump file (copy) to a PNG image." msgstr "" #: gnu/packages/linux.scm:8634 msgid "Control groups management tools" msgstr "" #: gnu/packages/linux.scm:8635 msgid "" "Control groups is Linux kernel method for process resource\n" "restriction, permission handling and more. This package provides userspace\n" "interface to this kernel feature." msgstr "" #: gnu/packages/linux.scm:8668 msgid "Control fan speed on Macbooks" msgstr "" #: gnu/packages/linux.scm:8670 msgid "" "mbpfan is a fan control daemon for Apple Macbooks. It uses input from\n" "the @code{coretemp} module and sets the fan speed using the @code{applesmc}\n" "module. It can be executed as a daemon or in the foreground with root\n" "privileges." msgstr "" #: gnu/packages/linux.scm:8710 msgid "Intel Performance Scaled Messaging 2 (PSM2) library" msgstr "" #: gnu/packages/linux.scm:8712 msgid "" "This package is low-level user-level Intel's communications interface.\n" "The PSM2 API is a high-performance vendor-specific protocol that provides a\n" "low-level communications interface for the Intel Omni-Path family of\n" "high-speed networking devices." msgstr "" #: gnu/packages/linux.scm:8753 msgid "Performance event monitoring library" msgstr "" #: gnu/packages/linux.scm:8755 msgid "" "This package provides a library called libpfm4, which is used to develop\n" "monitoring tools exploiting the performance monitoring events such as those\n" "provided by the Performance Monitoring Unit (PMU) of modern processors.\n" "\n" "Libpfm4 helps convert from an event name, expressed as a string, to the event\n" "encoding that is either the raw event as documented by the hardware vendor or\n" "the OS-specific encoding. In the latter case, the library is able to prepare\n" "the OS-specific data structures needed by the kernel to setup the event.\n" "\n" "libpfm4 provides support for the @code{perf_events} interface, which was\n" "introduced in Linux 2.6.31." msgstr "" #: gnu/packages/linux.scm:8783 msgid "Low-level netfilter netlink communication library" msgstr "" #: gnu/packages/linux.scm:8785 msgid "" "@code{libnfnetlink} is the low-level library for netfilter related\n" "kernel/userspace communication. It provides a generic messaging\n" "infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log,\n" "nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or\n" "management tools in userspace." msgstr "" #: gnu/packages/linux.scm:8811 msgid "Simple netlink library for Go" msgstr "" #: gnu/packages/linux.scm:8812 msgid "" "The netlink package provides a simple netlink library for\n" "Go. Netlink is the interface a user-space program in Linux uses to\n" "communicate with the kernel. It can be used to add and remove interfaces, set\n" "IP addresses and routes, and configure IPsec." msgstr "" #: gnu/packages/linux.scm:8851 msgid "Simple .INI parser library for C" msgstr "" #: gnu/packages/linux.scm:8852 msgid "" "The inih (INI Not Invented Here) library is a simple .INI file\n" "parser written in C. It's only a couple of pages of code, and it was designed to\n" "be small and simple, so it's good for embedded systems. It's also more or less\n" "compatible with Python's ConfigParser style of .INI files, including RFC\n" "822-style multi-line syntax and name: value entries." msgstr "" #: gnu/packages/linux.scm:8902 msgid "XFS file system tools" msgstr "" #: gnu/packages/linux.scm:8903 msgid "" "This package provides commands to create and check XFS\n" "file systems." msgstr "" #: gnu/packages/linux.scm:8949 msgid "Statically linked XFS file system tools" msgstr "" #: gnu/packages/linux.scm:8971 msgid "Statically linked @command{xfs_repair} from xfsprogs" msgstr "" #: gnu/packages/linux.scm:8973 msgid "" "This package provides a statically linked @command{xfs_repair} taken\n" "from the xfsprogs package. It is meant to be used in initrds." msgstr "" #: gnu/packages/linux.scm:8993 msgid "Generate ext2 file system as a normal user" msgstr "" #: gnu/packages/linux.scm:8994 msgid "" "This package provides a program to generate an ext2\n" "file system as a normal (non-root) user. It does not require you to mount\n" "the image file to copy files on it, nor does it require that you become\n" "the superuser to make device nodes." msgstr "" #: gnu/packages/linux.scm:9078 msgid "Run commands in an environment with fake root privileges" msgstr "" #: gnu/packages/linux.scm:9080 msgid "" "@command{fakeroot} runs a command in an environment where it appears to\n" "have root privileges for file manipulation. This is useful for allowing users\n" "to create archives (@file{tar}, @file{ar}, @file{deb}, etc.) with files in\n" "them with root permissions and/or ownership.\n" "\n" "Without fakeroot, one would have to have root privileges to create the\n" "constituent files of the archives with the correct permissions and ownership,\n" "and then pack them up, or one would have to construct the archives directly,\n" "without using the archiver." msgstr "" #: gnu/packages/linux.scm:9118 msgid "Emulate @code{chroot} by overriding file system calls" msgstr "" #: gnu/packages/linux.scm:9120 msgid "" "@command{fakechroot} runs a command in an environment were is additional\n" "possibility to use @code{chroot} command without root privileges. This is\n" "useful for allowing users to create own chrooted environment with possibility\n" "to install another packages without need for root privileges.\n" "\n" "It works by providing @file{libfakechroot.so}, a shared library meant to be\n" "set as @code{LD_PRELOAD} to override the C library file system functions." msgstr "" #: gnu/packages/linux.scm:9165 msgid "Dispatch input peripherals events to a device file" msgstr "" #: gnu/packages/linux.scm:9166 msgid "" "inputattach dispatches input events from several device\n" "types and interfaces and translates so that the X server can use them." msgstr "" #: gnu/packages/linux.scm:9218 msgid "Server and user space API to deal with multimedia pipelines" msgstr "" #: gnu/packages/linux.scm:9220 msgid "" "PipeWire is a project that aims to greatly improve handling of audio and\n" "video under Linux. It aims to support the usecases currently handled by both\n" "PulseAudio and Jack and at the same time provide same level of powerful handling\n" "of Video input and output. It also introduces a security model that makes\n" "interacting with audio and video devices from containerized applications easy,\n" "with supporting Flatpak applications being the primary goal. Alongside Wayland\n" "and Flatpak we expect PipeWire to provide a core building block for the future\n" "of Linux application development." msgstr "" #: gnu/packages/linux.scm:9253 msgid "Session / policy manager implementation for PipeWire" msgstr "" #: gnu/packages/linux.scm:9254 msgid "" "WirePlumber is a modular session / policy manager for\n" "PipeWire and a GObject-based high-level library that wraps PipeWire's API,\n" "providing convenience for writing the daemon's modules as well as external\n" "tools for managing PipeWire." msgstr "" #: gnu/packages/linux.scm:9283 msgid "Embedded Linux Library" msgstr "" #: gnu/packages/linux.scm:9284 msgid "" "The Embedded Linux* Library (ELL) provides core, low-level\n" "functionality for system daemons. It typically has no dependencies other than\n" "the Linux kernel, C standard library, and libdl (for dynamic linking). While\n" "ELL is designed to be efficient and compact enough for use on embedded Linux\n" "platforms, it is not limited to resource-constrained systems." msgstr "" #: gnu/packages/linux.scm:9312 msgid "Tools for booting directly into different kernels" msgstr "" #: gnu/packages/linux.scm:9313 msgid "" "This package provides the @code{kexec} program and ancillary\n" "utilities. Using @code{kexec}, it is possible to boot directly into a new\n" "kernel from the context of an already-running kernel, bypassing the normal\n" "system boot process." msgstr "" #: gnu/packages/linux.scm:9346 msgid "CacheFiles userspace management daemon" msgstr "" #: gnu/packages/linux.scm:9347 msgid "" "@code{cachefilesd} is a userspace daemon that manages the\n" "cache data store that is used by network file systems such as @code{AFS} and\n" "@code{NFS} to cache data locally on disk. The content of the cache is\n" "persistent over reboots." msgstr "" #: gnu/packages/linux.scm:9387 msgid "BPF CO-RE (Compile Once – Run Everywhere)" msgstr "" #: gnu/packages/linux.scm:9389 msgid "" "Libbpf supports building BPF CO-RE-enabled applications, which, in\n" "contrast to BCC, do not require the Clang/LLVM runtime or linux kernel\n" "headers." msgstr "" #: gnu/packages/linux.scm:9465 msgid "Tools for BPF on Linux" msgstr "" #: gnu/packages/linux.scm:9467 msgid "" "BCC is a toolkit for creating efficient kernel tracing and manipulation\n" "programs, and includes several useful tools and examples. It makes use of\n" "extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature\n" "that was first added to Linux 3.15. Much of what BCC uses requires Linux 4.1\n" "and above." msgstr "" #: gnu/packages/linux.scm:9501 msgid "High-level tracing language for Linux eBPF" msgstr "" #: gnu/packages/linux.scm:9503 msgid "" "bpftrace is a high-level tracing language for Linux enhanced Berkeley\n" "Packet Filter (eBPF) available in recent Linux kernels (4.x). bpftrace uses\n" "LLVM as a backend to compile scripts to BPF-bytecode and makes use of BCC for\n" "interacting with the Linux BPF system, as well as existing Linux tracing\n" "capabilities: kernel dynamic tracing (kprobes), user-level dynamic\n" "tracing (uprobes), and tracepoints. The bpftrace language is inspired by awk\n" "and C, and predecessor tracers such as DTrace and SystemTap. bpftrace was\n" "created by Alastair Robertson." msgstr "" #: gnu/packages/linux.scm:9534 msgid "Low-latency Raspberry Pi UART driver" msgstr "" #: gnu/packages/linux.scm:9535 msgid "" "This package provides a Linux kernel module that will\n" "provide a serial device @code{/dev/ttyebus} with almost no latency upon\n" "receiving. It is dedicated to the PL011 UART of the Raspberry Pi." msgstr "" #: gnu/packages/linux.scm:9560 msgid "Administration tool for IP sets" msgstr "" #: gnu/packages/linux.scm:9561 msgid "" "IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which\n" "can be administered by the ipset utility. Depending on the type,\n" "currently an IP set may store IP addresses, (TCP/UDP) port numbers or\n" "IP addresses with MAC addresses in a way which ensures lightning speed\n" "when matching an entry against a set.\n" "\n" "If you want to\n" "@itemize @bullet\n" "@item store multiple IP addresses or port numbers and match against the entire\n" "collection using a single iptables rule.\n" "@item dynamically update iptables rules against IP addresses or ports without\n" "performance penalty.\n" "@item express complex IP address and ports based rulesets with a single\n" "iptables rule and benefit from the speed of IP sets.\n" "@end itemize\n" "\n" "then IP sets may be the proper tool for you." msgstr "" #: gnu/packages/linux.scm:9607 msgid "Interface to the Linux kernel @code{io_uring} interface" msgstr "" #: gnu/packages/linux.scm:9608 msgid "" "This is the io_uring library, liburing. liburing provides\n" "helpers to setup and teardown io_uring instances, and also a simplified\n" "interface for applications that don't need (or want) to deal with the full\n" "kernel side implementation." msgstr "" #: gnu/packages/linux.scm:9634 msgid "User-space tools for the EROFS file system" msgstr "" #: gnu/packages/linux.scm:9636 msgid "" "@acronym{EROFS, The Enhanced Read-Only File System} is a compressed,\n" "read-only file system optimized for resource-scarce devices. This package\n" "provides user-space tools for creating EROFS file systems." msgstr "" #: gnu/packages/linux.scm:9688 msgid "Platform Reliability, Availability, and Serviceability tools" msgstr "" #: gnu/packages/linux.scm:9690 msgid "" "The @code{rasdaemon} daemon monitors platform @acronym{RAS, Reliability\n" "Availability and Serviceability} reports from Linux kernel trace events.\n" "These trace events are logged in @file{/sys/kernel/debug/tracing} and reported\n" "through standard log mechanisms like syslog." msgstr "" #: gnu/packages/linux.scm:9722 msgid "Interact with the Linux GPIO character device" msgstr "" #: gnu/packages/linux.scm:9724 msgid "" "This package provides a C library with C++/Python bindings and\n" "command-line tools for interacting with GPIO devices that avoids the usage of\n" "older system-wide @file{/sys} interface." msgstr "" #: gnu/packages/linux.scm:9765 msgid "Show output of @command{ldd} as a tree" msgstr "" #: gnu/packages/linux.scm:9767 msgid "" "This tool turns @command{ldd} into a tree and explains how shared\n" "libraries are found or why they cannot be located." msgstr "" #: gnu/packages/linux.scm:9800 msgid "User-space EVDI library" msgstr "" #: gnu/packages/linux.scm:9802 msgid "" "Libevdi is a library that gives applications easy access to\n" "@acronym{EVDI, Extensible Virtual Display Interface} devices on\n" "various operating systems." msgstr "" #: gnu/packages/linux.scm:9838 msgid "Multitouch gesture recognizer" msgstr "" #: gnu/packages/linux.scm:9840 msgid "" "Touchégg is an application that runs in the background and transform the\n" "gestures you make on your touchpad or touchscreen into visible actions in your\n" "desktop." msgstr "" #: gnu/packages/linux.scm:9892 msgid "Kernel evdev device information and monitor" msgstr "" #: gnu/packages/linux.scm:9894 msgid "" "@code{evtest} is a tool to print @code{evdev} kernel events. It reads\n" "directly from the kernel device and prints a device description and the events\n" "with the value and the symbolic name." msgstr "" #: gnu/packages/linux.scm:9917 msgid "Linux Kernel module exposing features of ThinkPad hardware" msgstr "" #: gnu/packages/linux.scm:9919 msgid "" "This package provides a Linux Kernel module that controls\n" "battery charging of specific ThinkPad laptops. It also includes an improved\n" "version of the HDAPS driver. The underlying hardware interfaces are\n" "@acronym{SMAPI, System Management Application Program Interface} and direct\n" "access to the embedded controller." msgstr "" #: gnu/packages/linux.scm:9972 msgid "Keep track of Linux modules that have been probed" msgstr "" #: gnu/packages/linux.scm:9974 msgid "" "Modprobed-db is a useful utility for users wishing to build a minimal\n" "kernel via a @code{make localmodconfig}. In a nutshell, this @command{make}\n" "target creates a config based on the current config and a list of modules you\n" "define (that @command{modprobed-db} keeps for you). It then disables any\n" "module option that is not needed thus not building extraneous modules. This\n" "results in a system-specific, streamlined kernel package and footprint as well\n" "as reduced compilation times.\n" "\n" "Modprobed-db simply logs every module ever probed on the target system to a\n" "text-based database (@file{$XDG_CONFIG_HOME/modprobed-db}), which can be read\n" "directly by @code{make localmodconfig} as described above." msgstr "" #: gnu/packages/linux.scm:10003 msgid "Tool for checking the security hardening options of the Linux kernel" msgstr "" #: gnu/packages/linux.scm:10005 msgid "" "@code{kconfig-hardened-check} is a tool for checking the security\n" "hardening options of the Linux kernel. Provided preferences are based on\n" "suggestions from various sources, including:\n" "\n" "@itemize\n" "@item KSPP recommended settings\n" "@item CLIP OS kernel configuration\n" "@item Last public grsecurity patch (options which they disable)\n" "@item SECURITY_LOCKDOWN_LSM patchset\n" "@item Direct feedback from the Linux kernel maintainers\n" "@end itemize\n" "\n" "This tool supports checking Kconfig options and kernel cmdline parameters." msgstr "" #: gnu/packages/linux.scm:10037 msgid "Memory error detection and correction userspace helpers" msgstr "" #: gnu/packages/linux.scm:10038 msgid "" "This package provides userspace helpers for memory\n" "error detection and correction (EDAC)." msgstr "" #: gnu/packages/linux.scm:10132 msgid "CPU vulnerability / mitigation checker" msgstr "" #: gnu/packages/linux.scm:10134 msgid "" "This package provides a shell script to assess your system's resilience\n" "against the several transient execution CVEs that were published since early\n" "2018, and gives guidance as to how to mitigate them." msgstr "" #: gnu/packages/lout.scm:100 msgid "Document layout system" msgstr "" #: gnu/packages/lout.scm:102 msgid "" "The Lout document formatting system reads a high-level description of\n" "a document similar in style to LaTeX and produces a PostScript or plain text\n" "output file.\n" "\n" "Lout offers an unprecedented range of advanced features, including optimal\n" "paragraph and page breaking, automatic hyphenation, PostScript EPS file\n" "inclusion and generation, equation formatting, tables, diagrams, rotation and\n" "scaling, sorted indexes, bibliographic databases, running headers and\n" "odd-even pages, automatic cross referencing, multilingual documents including\n" "hyphenation (most European languages are supported), formatting of computer\n" "programs, and much more, all ready to use. Furthermore, Lout is easily\n" "extended with definitions which are very much easier to write than troff of\n" "TeX macros because Lout is a high-level, purely functional language, the\n" "outcome of an eight-year research project that went back to the\n" "beginning." msgstr "" #: gnu/packages/messaging.scm:191 msgid "Program to download and decrypt @code{aesgcm://} URLs" msgstr "" #: gnu/packages/messaging.scm:192 msgid "" "OMEMO-wget is a tool to handle cryptographic URLs, generated\n" "by @acronym{OMEMO, OMEMO Multi-End Message and Object Encryption}, during\n" "XMPP-based sessions." msgstr "" #: gnu/packages/messaging.scm:249 msgid "GLib Ncurses Toolkit" msgstr "" #: gnu/packages/messaging.scm:250 msgid "" "GNT is an ncurses toolkit for creating text-mode graphical\n" "user interfaces in a fast and easy way. It is based on GLib and ncurses." msgstr "" #: gnu/packages/messaging.scm:300 msgid "Library for handling the protocol of Gadu-Gadu" msgstr "" #: gnu/packages/messaging.scm:301 msgid "" "LibGadu is library for handling Gadu-Gadu instant messenger\n" "protocol. The library is written in C and aims to be operating system and\n" "environment independent." msgstr "" #: gnu/packages/messaging.scm:335 msgid "SILC ToolKit" msgstr "" #: gnu/packages/messaging.scm:336 msgid "" "SILC (Secure Internet Live Conferencing) is a modern and secure\n" "conferencing protocol. It provides all the common conferencing services like\n" "private messages, instant messages, channels and groups, and video and audio\n" "conferencing." msgstr "" #: gnu/packages/messaging.scm:380 msgid "XMPP client and server library" msgstr "" #: gnu/packages/messaging.scm:382 msgid "" "QXmpp is a XMPP client and server library written in C++ and uses the Qt\n" "framework. It builds XMPP clients complying with the XMPP Compliance Suites\n" "2021 for IM and Advanced Mobile." msgstr "" #: gnu/packages/messaging.scm:408 msgid "Library for Lotus Instant Messaging" msgstr "" #: gnu/packages/messaging.scm:409 msgid "" "Meanwhile is a library for connecting to a LIM (Lotus Instant\n" "Messaging, formerly Lotus Sametime, formerly VPBuddy) community. It uses a\n" "protocol based in part off of the IMPP draft(*1), and in part off of traces of\n" "TCP sessions from existing clients." msgstr "" #: gnu/packages/messaging.scm:452 msgid "Console Jabber/XMPP Client" msgstr "" #: gnu/packages/messaging.scm:453 msgid "" "Poezio is a free console XMPP client (the protocol on which\n" "the Jabber IM network is built).\n" "Its goal is to let you connect very easily (no account creation needed) to the\n" "network and join various chatrooms, immediately. It tries to look like the\n" "most famous IRC clients (weechat, irssi, etc). Many commands are identical and\n" "you won't be lost if you already know these clients. Configuration can be\n" "made in a configuration file or directly from the client.\n" "You'll find the light, fast, geeky and anonymous spirit of IRC while using a\n" "powerful, standard and open protocol." msgstr "" #: gnu/packages/messaging.scm:485 msgid "Off-the-Record (OTR) Messaging Library and Toolkit" msgstr "" #: gnu/packages/messaging.scm:486 msgid "" "OTR allows you to have private conversations over instant\n" "messaging by providing: (1) Encryption: No one else can read your instant\n" "messages. (2) Authentication: You are assured the correspondent is who you\n" "think it is. (3) Deniability: The messages you send do not have digital\n" "signatures that are checkable by a third party. Anyone can forge messages\n" "after a conversation to make them look like they came from you. However,\n" "during a conversation, your correspondent is assured the messages he sees are\n" "authentic and unmodified. (4) Perfect forward secrecy: If you lose control of\n" "your private keys, no previous conversation is compromised." msgstr "" #: gnu/packages/messaging.scm:524 msgid "Implementation of a ratcheting forward secrecy protocol" msgstr "" #: gnu/packages/messaging.scm:525 msgid "" "libsignal-protocol-c is an implementation of a ratcheting\n" "forward secrecy protocol that works in synchronous and asynchronous\n" "messaging environments. It can be used with messaging software to provide\n" "end-to-end encryption." msgstr "" #: gnu/packages/messaging.scm:562 msgid "Client library for libsignal-protocol-c" msgstr "" #: gnu/packages/messaging.scm:563 msgid "" "This is a client library for @code{libsignal-protocol-c}.\n" "It implements the necessary interfaces using @code{libgcrypt} and\n" "@code{sqlite}." msgstr "" #: gnu/packages/messaging.scm:594 msgid "OMEMO C library" msgstr "" #: gnu/packages/messaging.scm:595 msgid "" "This library implements @acronym{OMEMO, OMEMO Multi-End\n" "Message and Object Encryption} of XMPP (XEP-0384) in C." msgstr "" #: gnu/packages/messaging.scm:634 msgid "IRC to instant messaging gateway" msgstr "" #: gnu/packages/messaging.scm:635 msgid "" "BitlBee brings IM (instant messaging) to IRC clients, for\n" "people who have an IRC client running all the time and don't want to run an\n" "additional IM client. BitlBee currently supports XMPP/Jabber (including\n" "Google Talk), MSN Messenger, Yahoo! Messenger, AIM and ICQ, and the Twitter\n" "microblogging network (plus all other Twitter API compatible services like\n" "identi.ca and status.net)." msgstr "" #: gnu/packages/messaging.scm:649 msgid "IRC to instant messaging gateway (using Pidgin's libpurple)" msgstr "" #: gnu/packages/messaging.scm:719 msgid "Discord plugin for Bitlbee" msgstr "" #: gnu/packages/messaging.scm:720 msgid "" "Bitlbee-discord is a plugin for Bitlbee which provides\n" "access to servers running the Discord protocol." msgstr "" #: gnu/packages/messaging.scm:764 msgid "Purple plug-in to access Mattermost instant messaging" msgstr "" #: gnu/packages/messaging.scm:766 msgid "" "Purple-Mattermost is a plug-in for Purple, the instant messaging library\n" "used by Pidgin and Bitlbee, among others, to access\n" "@uref{https://mattermost.com/, Mattermost} servers." msgstr "" #: gnu/packages/messaging.scm:822 #, fuzzy #| msgid "Graphical IRC Client" msgid "Graphical IRC client" msgstr "Graficzny klient IRC" #: gnu/packages/messaging.scm:824 msgid "" "HexChat lets you connect to multiple IRC networks at once. The main\n" "window shows the list of currently connected networks and their channels, the\n" "current conversation and the list of users. It uses colors to differentiate\n" "between users and to highlight messages. It checks spelling using available\n" "dictionaries. HexChat can be extended with multiple addons." msgstr "" #: gnu/packages/messaging.scm:887 msgid "Lightweight Internet Relay Chat server for small networks" msgstr "" #: gnu/packages/messaging.scm:889 msgid "" "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small\n" "or private networks. It is easy to configure, can cope with dynamic IP\n" "addresses, and supports IPv6, SSL-protected connections, as well as PAM for\n" "authentication." msgstr "" #: gnu/packages/messaging.scm:993 msgid "Graphical multi-protocol instant messaging client" msgstr "" #: gnu/packages/messaging.scm:994 msgid "" "Pidgin is a modular instant messaging client that supports\n" "many popular chat protocols." msgstr "" #: gnu/packages/messaging.scm:1033 msgid "Off-the-Record Messaging plugin for Pidgin" msgstr "" #: gnu/packages/messaging.scm:1034 msgid "" "Pidgin-OTR is a plugin that adds support for OTR to the Pidgin\n" "instant messaging client. OTR (Off-the-Record) Messaging allows you to have\n" "private conversations over instant messaging by providing: (1) Encryption: No\n" "one else can read your instant messages. (2) Authentication: You are assured\n" "the correspondent is who you think it is. (3) Deniability: The messages you\n" "send do not have digital signatures that are checkable by a third party. Anyone\n" "can forge messages after a conversation to make them look like they came from\n" "you. However, during a conversation, your correspondent is assured the messages\n" "he sees are authentic and unmodified. (4) Perfect forward secrecy: If you lose\n" "control of your private keys, no previous conversation is compromised." msgstr "" #: gnu/packages/messaging.scm:1087 msgid "IRC network bouncer" msgstr "" #: gnu/packages/messaging.scm:1088 msgid "" "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}. It can\n" "detach the client from the actual IRC server, and also from selected channels.\n" "Multiple clients from different locations can connect to a single ZNC account\n" "simultaneously and therefore appear under the same nickname on IRC." msgstr "" #: gnu/packages/messaging.scm:1116 msgid "Non-blocking XMPP Module" msgstr "" #: gnu/packages/messaging.scm:1117 msgid "" "Python-nbxmpp is a Python library that provides a way for\n" "Python applications to use the XMPP network. This library was initially a fork\n" "of xmpppy." msgstr "" #: gnu/packages/messaging.scm:1245 msgid "Fully-featured XMPP client" msgstr "" #: gnu/packages/messaging.scm:1246 msgid "" "Gajim aims to be an easy to use and fully-featured XMPP chat\n" "client. It is extensible via plugins, supports end-to-end encryption (OMEMO\n" "and OpenPGP) and available in 29 languages." msgstr "" #: gnu/packages/messaging.scm:1280 msgid "Gajim OMEMO plugin" msgstr "" #: gnu/packages/messaging.scm:1281 msgid "" "Gajim-OMEMO is a plugin that adds support for the OMEMO\n" "Encryption to Gajim. OMEMO is an XMPP Extension Protocol (XEP) for secure\n" "multi-client end-to-end encryption." msgstr "" #: gnu/packages/messaging.scm:1315 msgid "Gajim OpenPGP plugin" msgstr "" #: gnu/packages/messaging.scm:1316 msgid "" "Gajim-OpenPGP is a plugin that adds support for the OpenPGP\n" "Encryption to Gajim." msgstr "" #: gnu/packages/messaging.scm:1402 msgid "Graphical Jabber/XMPP Client using GTK+/Vala" msgstr "" #: gnu/packages/messaging.scm:1403 msgid "" "Dino is a chat client for the desktop. It focuses on providing\n" "a minimal yet reliable Jabber/XMPP experience and having encryption enabled by\n" "default." msgstr "" #: gnu/packages/messaging.scm:1444 msgid "Qt-based XMPP/Jabber Client" msgstr "" #: gnu/packages/messaging.scm:1445 msgid "" "Kaidan is a chat client. It uses the open communication\n" "protocol XMPP (Jabber). The user interface makes use of Kirigami and QtQuick,\n" "while the back-end of Kaidan is entirely written in C++ using Qt and the\n" "Qt-based XMPP library QXmpp." msgstr "" #: gnu/packages/messaging.scm:1552 msgid "Jabber (XMPP) server" msgstr "" #: gnu/packages/messaging.scm:1553 msgid "" "Prosody is a modern XMPP communication server. It aims to\n" "be easy to set up and configure, and efficient with system resources.\n" "Additionally, for developers it aims to be easy to extend and give a flexible\n" "system on which to rapidly develop added functionality, or prototype new\n" "protocols." msgstr "" #: gnu/packages/messaging.scm:1587 msgid "XEP-0363: Allow clients to upload files over HTTP" msgstr "" #: gnu/packages/messaging.scm:1588 msgid "" "This module implements XEP-0363: it allows clients to\n" "upload files over HTTP." msgstr "" #: gnu/packages/messaging.scm:1619 msgid "XEP-0198: Reliability and fast reconnects for XMPP" msgstr "" #: gnu/packages/messaging.scm:1620 msgid "" "This module implements XEP-0198: when supported by both\n" "the client and server, it can allow clients to resume a disconnected session,\n" "and prevent message loss." msgstr "" #: gnu/packages/messaging.scm:1647 gnu/packages/messaging.scm:1679 msgid "Library for the Tox encrypted messenger protocol" msgstr "" #: gnu/packages/messaging.scm:1649 msgid "C library implementation of the Tox encrypted messenger protocol." msgstr "" #: gnu/packages/messaging.scm:1681 msgid "" "Official fork of the C library implementation of the Tox encrypted\n" "messenger protocol." msgstr "" #: gnu/packages/messaging.scm:1733 msgid "Lightweight Tox client" msgstr "" #: gnu/packages/messaging.scm:1735 msgid "" "uTox is a lightweight Tox client. Tox is a distributed and secure\n" "instant messenger with audio and video chat capabilities." msgstr "" #: gnu/packages/messaging.scm:1797 msgid "Tox chat client using Qt" msgstr "" #: gnu/packages/messaging.scm:1798 msgid "" "qTox is a Tox client that follows the Tox design\n" "guidelines. It provides an easy to use application that allows you to\n" "connect with friends and family without anyone else listening in." msgstr "" #: gnu/packages/messaging.scm:1819 msgid "Multi-user chat program" msgstr "" #: gnu/packages/messaging.scm:1820 msgid "" "Ytalk is a replacement for the BSD talk program. Its main\n" "advantage is the ability to communicate with any arbitrary number of users at\n" "once. It supports both talk protocols (\"talk\" and \"ntalk\") and can communicate\n" "with several different talk daemons at the same time." msgstr "" #: gnu/packages/messaging.scm:1842 msgid "Portable high-level Jabber/XMPP library for C++" msgstr "" #: gnu/packages/messaging.scm:1844 msgid "" "gloox is a full-featured Jabber/XMPP client library,\n" "written in ANSI C++. It makes writing spec-compliant clients easy\n" "and allows for hassle-free integration of Jabber/XMPP functionality\n" "into existing applications." msgstr "" #: gnu/packages/messaging.scm:1914 msgid "" "@code{Net::PSYC} with support for TCP, UDP, Event.pm, @code{IO::Select} and\n" "Gtk2 event loops. This package includes 12 applications and additional scripts:\n" "psycion (a @uref{https://about.psyc.eu,PSYC} chat client), remotor (a control console\n" "for @uref{https://torproject.org,tor} router) and many more." msgstr "" #: gnu/packages/messaging.scm:1918 msgid "Perl implementation of PSYC protocol" msgstr "" #: gnu/packages/messaging.scm:1955 msgid "" "@code{libpsyc} is a PSYC library in C which implements\n" "core aspects of PSYC, useful for all kinds of clients and servers\n" "including psyced." msgstr "" #: gnu/packages/messaging.scm:1958 msgid "PSYC library in C" msgstr "" #: gnu/packages/messaging.scm:1997 msgid "" "Loudmouth is a lightweight and easy-to-use C library for programming\n" "with the XMPP (formerly known as Jabber) protocol. It is designed to be\n" "easy to get started with and yet extensible to let you do anything the XMPP\n" "protocol allows." msgstr "" #: gnu/packages/messaging.scm:2001 msgid "Asynchronous XMPP library" msgstr "" #: gnu/packages/messaging.scm:2039 msgid "" "Mcabber is a small XMPP (Jabber) console client, which includes features\n" "such as SASL and TLS support, @dfn{Multi-User Chat} (MUC) support, logging,\n" "command-completion, OpenPGP encryption, @dfn{Off-the-Record Messaging} (OTR)\n" "support, and more." msgstr "" #: gnu/packages/messaging.scm:2043 msgid "Small XMPP console client" msgstr "" #: gnu/packages/messaging.scm:2084 msgid "Extensible console-based Jabber client" msgstr "" #: gnu/packages/messaging.scm:2086 msgid "" "GNU Freetalk is a command-line Jabber/XMPP chat client. It notably uses\n" "the Readline library to handle input, so it features convenient navigation of\n" "text as well as tab-completion of buddy names, commands and English words. It\n" "is also scriptable and extensible via Guile." msgstr "" #: gnu/packages/messaging.scm:2126 msgid "C library for writing XMPP clients" msgstr "" #: gnu/packages/messaging.scm:2127 msgid "" "Libstrophe is a minimal XMPP library written in C. It has\n" "almost no external dependencies, only an XML parsing library (expat or libxml\n" "are both supported)." msgstr "" #: gnu/packages/messaging.scm:2183 msgid "Console-based XMPP client" msgstr "" #: gnu/packages/messaging.scm:2184 msgid "" "Profanity is a console based XMPP client written in C\n" "using ncurses and libmesode, inspired by Irssi." msgstr "" #: gnu/packages/messaging.scm:2214 msgid "Library implementing the client IRC protocol" msgstr "" #: gnu/packages/messaging.scm:2215 msgid "" "Libircclient is a library which implements the client IRC\n" "protocol. It is designed to be small, fast, portable and compatible with the\n" "RFC standards as well as non-standard but popular features. It can be used for\n" "building the IRC clients and bots." msgstr "" #: gnu/packages/messaging.scm:2272 msgid "Tox chat client using ncurses" msgstr "" #: gnu/packages/messaging.scm:2273 msgid "" "Toxic is a console-based instant messaging client, using\n" "c-toxcore and ncurses. It provides audio calls, sound and desktop\n" "notifications, and Python scripting support." msgstr "" #: gnu/packages/messaging.scm:2298 msgid "Qt5 client library for the Matrix instant messaging protocol" msgstr "" #: gnu/packages/messaging.scm:2299 msgid "" "libqmatrixclient is a Qt5 library to write clients for the\n" "Matrix instant messaging protocol. Quaternion is the reference client\n" "implementation. Quaternion and libqmatrixclient together form the\n" "QMatrixClient project." msgstr "" #: gnu/packages/messaging.scm:2346 msgid "Client API library for the Matrix protocol" msgstr "" #: gnu/packages/messaging.scm:2347 msgid "" "@code{mtxclient} is a C++ library that implements client API\n" "for the Matrix protocol. It is built on to of @code{Boost.Asio}." msgstr "" #: gnu/packages/messaging.scm:2441 msgid "Desktop client for Matrix using Qt and C++14" msgstr "" #: gnu/packages/messaging.scm:2442 msgid "" "@code{Nheko} want to provide a native desktop app for the\n" "Matrix protocol that feels more like a mainstream chat app and less like an IRC\n" "client.\n" "\n" "Many matrix features are supported, including user registration, rooms, typing\n" "notification, emojis, E2E encryption, and voip calls." msgstr "" #: gnu/packages/messaging.scm:2479 msgid "Graphical client for the Matrix instant messaging protocol" msgstr "" #: gnu/packages/messaging.scm:2480 msgid "" "Quaternion is a Qt5 desktop client for the Matrix instant\n" "messaging protocol. It uses libqmatrixclient and is its reference client\n" "implementation. Quaternion and libqmatrixclient together form the\n" "QMatrixClient project." msgstr "" #: gnu/packages/messaging.scm:2525 msgid "Instant messaging client for Google Hangouts" msgstr "" #: gnu/packages/messaging.scm:2527 msgid "" "Hangups is an instant messaging client for Google Hangouts. It includes\n" "both a Python library and a reference client with a text-based user interface.\n" "\n" "Hangups is implements a reverse-engineered version of Hangouts' proprietary,\n" "non-interoperable protocol, which allows it to support features like group\n" "messaging that aren’t available to clients that connect over XMPP." msgstr "" #: gnu/packages/messaging.scm:2607 msgid "Telegram messaging support for Pidgin" msgstr "" #: gnu/packages/messaging.scm:2609 msgid "" "Telegram-purple is a plugin for Libpurple, the communication library\n" "used by the Pidgin instant messaging client, that adds support for the\n" "Telegram messenger.\n" "\n" "This package is on ``life support'' until @code{tdlib-purple} is a full\n" "replacement." msgstr "" #: gnu/packages/messaging.scm:2649 msgid "Cross-platform library for building Telegram clients" msgstr "" #: gnu/packages/messaging.scm:2650 msgid "" "Tdlib is a cross-platform library for creating custom\n" "Telegram clients following the official Telegram API. It can be easily used\n" "from almost any programming language with a C-FFI and features first-class\n" "support for high performance Telegram Bot creation." msgstr "" #: gnu/packages/messaging.scm:2702 msgid "Libpurple plugin for SMS via ModemManager" msgstr "" #: gnu/packages/messaging.scm:2703 msgid "Plugin for libpurple to allow sending SMS using ModemManager." msgstr "" #: gnu/packages/messaging.scm:2747 msgid "OMEMO Encryption for libpurple" msgstr "" #: gnu/packages/messaging.scm:2748 msgid "" "Purple-lurch plugin adds end-to-end encryption support\n" "through the Double Ratchet (Axolotl) algorithm, to @code{libpurple}\n" "applications using @acronym{XMPP, Extensible Messaging and Presence Protocol},\n" "through its standard XEP-0384: @acronym{OMEMO, OMEMO Multi-End Message and\n" "Object Encryption} Encryption. It provides confidentiality, (weak) forward\n" "secrecy, break-in recovery, authentication, integrity, deniability, and\n" "asynchronicity." msgstr "" #: gnu/packages/messaging.scm:2784 msgid "Library for parsing and using phone numbers" msgstr "" #: gnu/packages/messaging.scm:2786 msgid "" "This package provides a C++ library for parsing, formatting, and\n" "validating international phone numbers." msgstr "" #: gnu/packages/messaging.scm:2851 msgid "Mobile client for XMPP and SMS messaging" msgstr "" #: gnu/packages/messaging.scm:2852 msgid "" "Chatty is a chat program for XMPP and SMS. It works on mobile\n" "as well as on desktop platforms. It's based on libpurple and ModemManager." msgstr "" #: gnu/packages/messaging.scm:2872 msgid "Message broker" msgstr "" #: gnu/packages/messaging.scm:2873 msgid "" "This package provides Eclipse Mosquitto, a message broker\n" "that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto\n" "is lightweight and is suitable for use on all devices from low power single\n" "board computers to full servers.\n" "\n" "The MQTT protocol provides a lightweight method of carrying out messaging\n" "using a publish/subscribe model. This makes it suitable for Internet of\n" "Things messaging such as with low power sensors or mobile devices such\n" "as phones, embedded computers or microcontrollers." msgstr "" #: gnu/packages/messaging.scm:2908 msgid "Python implementation of an MQTT client class" msgstr "" #: gnu/packages/messaging.scm:2909 msgid "" "MQTT and MQTT-SN are lightweight publish/subscribe messaging\n" "transports for TCP/IP and connection-less protocols (such as UDP). The\n" "Eclipse Paho project provides client side implementations of MQTT and MQTT-SN\n" "in a variety of programming languages. This package is for the Python\n" "implementation of an MQTT version client class." msgstr "" #: gnu/packages/messaging.scm:2951 msgid "Desktop Application for Movim" msgstr "" #: gnu/packages/messaging.scm:2953 msgid "" "Movim-Desktop is a desktop application, relying on Qt, for the Movim\n" "social and chat platform." msgstr "" #: gnu/packages/messaging.scm:3086 msgid "Qt-based XMPP Client" msgstr "" #: gnu/packages/messaging.scm:3088 msgid "" "Psi+ is a spin-off of Psi XMPP client. It is a powerful XMPP client\n" "designed for experienced users." msgstr "" #: gnu/packages/messaging.scm:3129 msgid "Zulip's API Python bindings" msgstr "" #: gnu/packages/messaging.scm:3131 msgid "This package provides Python bindings to Zulip's API." msgstr "" #: gnu/packages/messaging.scm:3179 msgid "Zulip's official terminal client" msgstr "" #: gnu/packages/messaging.scm:3180 msgid "This package contains Zulip's official terminal client." msgstr "" #: gnu/packages/messaging.scm:3229 msgid "Bridge together various messaging networks and protocols" msgstr "" #: gnu/packages/messaging.scm:3231 msgid "" "Relays messages between different channels from various\n" "messaging networks and protocols. So far it supports mattermost, IRC, gitter,\n" "xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp,\n" "keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST\n" "API. Mattermost is not required." msgstr "" #: gnu/packages/messaging.scm:3266 msgid "FIFO based Jabber client" msgstr "" #: gnu/packages/messaging.scm:3268 msgid "" "jj is a simple file-system-based Jabber client, inspired by ii IRC\n" "client. Interaction with jj is done by writing and reading files from the\n" "server directory which jj creates. It is perfect for bots and\n" "notifications." msgstr "" #: gnu/packages/messaging.scm:3297 msgid "Simple multi-client TLS-only IRC bouncer" msgstr "" #: gnu/packages/messaging.scm:3299 msgid "" "@command{pounce} is a multi-client, TLS-only IRC bouncer. It maintains\n" "a persistent connection to an IRC server, acting as a proxy and buffer for\n" "a number of clients." msgstr "" #: gnu/packages/messaging.scm:3364 msgid "Weechat Matrix protocol script" msgstr "" #: gnu/packages/messaging.scm:3365 msgid "" "@code{weechat-matrix} is a Python plugin for Weechat that lets\n" "Weechat communicate over the Matrix protocol." msgstr "" #: gnu/packages/messaging.scm:3411 msgid "Weechat Slack script" msgstr "" #: gnu/packages/messaging.scm:3412 msgid "" "@code{weechat-wee-slack} is a WeeChat native client for\n" "Slack. It provides supplemental features only available in the web/mobile\n" "clients such as synchronizing read markers, typing notification, threads (and\n" "more)! It connects via the Slack API, and maintains a persistent websocket\n" "for notification of events." msgstr "" #: gnu/packages/messaging.scm:3435 msgid "Show CAPTCHA without running proprietary code" msgstr "" #: gnu/packages/messaging.scm:3436 msgid "This package shows CAPTCHA without running proprietary code." msgstr "" #: gnu/packages/messaging.scm:3458 msgid "Discord account management" msgstr "" #: gnu/packages/messaging.scm:3459 msgid "" "This package provides account management tools for\n" "Discord." msgstr "" #: gnu/packages/messaging.scm:3476 #, fuzzy #| msgid "Graphical IRC Client" msgid "Discord RPC client" msgstr "Graficzny klient IRC" #: gnu/packages/messaging.scm:3477 msgid "" "This package provides @code{python-pypresence}, a Discord\n" "RPC client written in Python." msgstr "" #: gnu/packages/messaging.scm:3505 msgid "Command-line validation tool for phone numbers" msgstr "" #: gnu/packages/messaging.scm:3507 msgid "" "@code{pn} provides a command line tool that allows users to operate on\n" "phone numbers (get validity information, reformat them, or extract numbers from\n" "a text snippet), using @code{libphonenumber}." msgstr "" #: gnu/packages/mpd.scm:112 msgid "Music Player Daemon client library" msgstr "" #: gnu/packages/mpd.scm:113 msgid "" "A stable, documented, asynchronous API library for\n" "interfacing MPD in the C, C++ & Objective C languages." msgstr "" #: gnu/packages/mpd.scm:203 #, fuzzy #| msgid "Music player for GNOME" msgid "Music Player Daemon" msgstr "Odtwarzacz muzyki GNOME" #: gnu/packages/mpd.scm:204 msgid "" "Music Player Daemon (MPD) is a flexible, powerful,\n" "server-side application for playing music. Through plugins and libraries it\n" "can play a variety of sound files while being controlled by its network\n" "protocol." msgstr "" #: gnu/packages/mpd.scm:240 msgid "Music Player Daemon client" msgstr "" #: gnu/packages/mpd.scm:241 msgid "" "MPC is a minimalist command line interface to MPD, the music\n" "player daemon." msgstr "" #: gnu/packages/mpd.scm:265 msgid "Curses Music Player Daemon client" msgstr "" #: gnu/packages/mpd.scm:266 msgid "" "ncmpc is a fully featured MPD client, which runs in a\n" "terminal using ncurses." msgstr "" #: gnu/packages/mpd.scm:296 msgid "Featureful ncurses based MPD client inspired by ncmpc" msgstr "" #: gnu/packages/mpd.scm:297 msgid "" "Ncmpcpp is an mpd client with a UI very similar to ncmpc,\n" "but it provides new useful features such as support for regular expressions\n" "for library searches, extended song format, items filtering, the ability to\n" "sort playlists, and a local file system browser." msgstr "" #: gnu/packages/mpd.scm:318 msgid "MPD client for track scrobbling" msgstr "" #: gnu/packages/mpd.scm:319 msgid "" "mpdscribble is a Music Player Daemon client which submits\n" "information about tracks being played to a scrobbler, such as Libre.FM." msgstr "" #: gnu/packages/mpd.scm:343 msgid "Python MPD client library" msgstr "" #: gnu/packages/mpd.scm:344 msgid "" "Python-mpd2 is a Python library which provides a client\n" "interface for the Music Player Daemon." msgstr "" #: gnu/packages/mpd.scm:390 msgid "Elegant client for the Music Player Daemon" msgstr "" #: gnu/packages/mpd.scm:391 msgid "" "Sonata is an elegant graphical client for the Music Player\n" "Daemon (MPD). It supports playlists, multiple profiles (connecting to different\n" "MPD servers, search and multimedia key support." msgstr "" #: gnu/packages/mpd.scm:424 msgid "Automatic library-wide shuffle for mpd" msgstr "" #: gnu/packages/mpd.scm:425 msgid "" "ashuffle is an application for automatically shuffling your\n" "MPD library in a similar way to many other music players' 'shuffle library'\n" "feature. ashuffle works like any other MPD client, and can be used alongside\n" "other MPD frontends." msgstr "" #: gnu/packages/mpd.scm:468 msgid "MPRIS V2.1 support for MPD" msgstr "" #: gnu/packages/mpd.scm:469 msgid "" "mpDris2 is a client for the Music Player Daemon providing\n" "MPRIS 2 support." msgstr "" #: gnu/packages/mpd.scm:505 #, fuzzy #| msgid "Graphical IRC Client" msgid "Graphical MPD Client" msgstr "Graficzny klient IRC" #: gnu/packages/mpd.scm:506 msgid "" "Cantata is a graphical client for the Music Player Daemon\n" "(MPD), using the Qt5 toolkit. Its user interface is highly customizable,\n" "supporting multiple collections, ratings, and dynamic playlists. A local cache\n" "of the music library will be created to provide a hierarchy of albums and\n" "artists along with albumart." msgstr "" #: gnu/packages/mpd.scm:552 msgid "Covergrid for the MPD" msgstr "" #: gnu/packages/mpd.scm:554 msgid "" "mcg (CoverGrid) is a client for the Music Player Daemon (MPD), focusing\n" "on albums instead of single tracks. It is not intended to be a replacement\n" "for your favorite MPD client but an addition to get a better\n" "album-experience." msgstr "" #: gnu/packages/mpd.scm:593 msgid "Music browser for the MPD" msgstr "" #: gnu/packages/mpd.scm:594 msgid "" "mpdevil is a music browser for the Music Player Daemon (MPD),\n" "which is focused on playing local music without the need of managing playlists.\n" "Instead of maintaining a client side database of your music library,\n" "mpdevil loads all tags and covers on demand." msgstr "" #: gnu/packages/mpd.scm:619 msgid "Web-based MPD client" msgstr "" #: gnu/packages/mpd.scm:620 msgid "" "MyMPD is a mobile-friendly web client for the MPD music\n" "player daemon." msgstr "" #: gnu/packages/netpbm.scm:187 msgid "Toolkit for manipulation of images" msgstr "" #: gnu/packages/netpbm.scm:189 msgid "" "Netpbm is a toolkit for the manipulation of graphic images, including\n" "the conversion of images between a variety of different formats.\n" "There are over 300 separate tools in the package including converters for\n" "about 100 graphics formats." msgstr "" #: gnu/packages/nettle.scm:74 msgid "C library for low-level cryptographic functionality" msgstr "" #: gnu/packages/nettle.scm:76 msgid "" "GNU Nettle is a low-level cryptographic library. It is designed to\n" "fit in easily in almost any context. It can be easily included in\n" "cryptographic toolkits for object-oriented languages or in applications\n" "themselves." msgstr "" #: gnu/packages/networking.scm:192 #, fuzzy #| msgid "Full chess implementation" msgid "SCTP user-land implementation" msgstr "Pełna implementacja programu szachowego" #: gnu/packages/networking.scm:193 msgid "" "UsrSCTP is a portable SCTP userland stack. SCTP is a message\n" "oriented, reliable transport protocol with direct support for multihoming that\n" "runs on top of IP or UDP, and supports both v4 and v6 versions." msgstr "" #: gnu/packages/networking.scm:220 msgid "Discover and fingerprint IP hosts on the local network using ARP" msgstr "" #: gnu/packages/networking.scm:221 msgid "" "Arp-scan is a tool that uses ARP to discover and fingerprint\n" "IP hosts on the local network." msgstr "" #: gnu/packages/networking.scm:243 msgid "Light command line download accelerator" msgstr "" #: gnu/packages/networking.scm:245 msgid "" "Axel tries to accelerate the download process by using multiple\n" "connections per file, and can also balance the load between different\n" "servers. It tries to be as light as possible, so it might be useful\n" "on byte-critical systems. It supports HTTP, HTTPS, FTP and FTPS\n" "protocols." msgstr "" #: gnu/packages/networking.scm:275 msgid "Librecast RaptorQ library" msgstr "" #: gnu/packages/networking.scm:277 msgid "" "C library implementation of RaptorQ Forward Error Correction for\n" "Librecast. RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ\n" "more-or-less follows. The primary focus has been on building a fast, simple\n" "and dependency-free FEC implementation for use with Librecast, and not on\n" "strict standards compliance. The code does, however, fairly closely follow\n" "the RFC." msgstr "" #: gnu/packages/networking.scm:337 msgid "Librecast file and data syncing tool" msgstr "" #: gnu/packages/networking.scm:339 msgid "" "lcsync is a tool to sync files over IPv6 multicast or the\n" "local filesystem. It splits the file into blocks, hashes them, and compares\n" "them in order to efficiently transfer a minimal amount of data." msgstr "" #: gnu/packages/networking.scm:407 msgid "Camera stack and framework" msgstr "" #: gnu/packages/networking.scm:408 msgid "" "LibCamera is a complex camera support library for GNU+Linux,\n" "Android, and ChromeOS." msgstr "" #: gnu/packages/networking.scm:477 #, fuzzy #| msgid "Full chess implementation" msgid "GLib ICE implementation" msgstr "Pełna implementacja programu szachowego" #: gnu/packages/networking.scm:478 msgid "" "LibNice is a library that implements the Interactive\n" "Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445). It provides a\n" "GLib-based library, libnice, as well as GStreamer elements to use it." msgstr "" #: gnu/packages/networking.scm:530 msgid "IPv6 multicast library" msgstr "" #: gnu/packages/networking.scm:531 msgid "" "Librecast is a C library which supports IPv6 multicast\n" "networking." msgstr "" #: gnu/packages/networking.scm:584 msgid "Tools and library for handling RTMP streams" msgstr "" #: gnu/packages/networking.scm:585 msgid "" "RTMPdump is a toolkit for RTMP streams. All forms of RTMP are\n" "supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://." msgstr "" #: gnu/packages/networking.scm:613 msgid "Network load monitor" msgstr "" #: gnu/packages/networking.scm:615 msgid "" "Slurm is a network load monitor. It shows real-time traffic statistics\n" "from any network device in any of three ASCII graph formats." msgstr "" #: gnu/packages/networking.scm:647 msgid "Secure Reliable Transport" msgstr "" #: gnu/packages/networking.scm:648 msgid "" "SRT is a transport technology that optimizes streaming\n" "performance across unpredictable networks, such as the Internet." msgstr "" #: gnu/packages/networking.scm:671 msgid "@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux" msgstr "" #: gnu/packages/networking.scm:673 msgid "" "The lksctp-tools project provides a user-space library for @acronym{SCTP,\n" "the Stream Control Transmission Protocol} (@file{libsctp}) and C language header\n" "files (@file{netinet/sctp.h}) for accessing SCTP-specific @acronym{APIs,\n" "application programming interfaces} not provided by the standard sockets.\n" "It also includes some SCTP-related helper utilities." msgstr "" #: gnu/packages/networking.scm:713 msgid "Python module for the SCTP protocol stack and library" msgstr "" #: gnu/packages/networking.scm:714 msgid "" "@code{pysctp} implements the SCTP socket API. You need a\n" "SCTP-aware kernel (most are)." msgstr "" #: gnu/packages/networking.scm:757 msgid "Wireless network and device detector" msgstr "" #: gnu/packages/networking.scm:759 msgid "" "This package provides a wireless network and device detector, sniffer,\n" "wardriving tool, and WIDS (wireless intrusion detection) framework. Kismet\n" "works with Wi-Fi interfaces, Bluetooth interfaces, some SDR\n" "(software defined radio) hardware like the RTLSDR, and other specialized\n" "capture hardware" msgstr "" #: gnu/packages/networking.scm:785 msgid "Small port-knock daemon" msgstr "" #: gnu/packages/networking.scm:786 msgid "" "@command{knockd} is a port-knock daemon. It listens to all traffic on\n" "an ethernet or PPP interface, looking for special \"knock\" sequences of @dfn{port-hits}\n" "(UDP/TCP packets sent to a server port). This port need not be open, since knockd listens\n" "at the link-layer level." msgstr "" #: gnu/packages/networking.scm:825 msgid "Lightweight messaging library" msgstr "" #: gnu/packages/networking.scm:826 msgid "" "NNG project is a rewrite of the scalability protocols library\n" "known as libnanomsg, and adds significant new capabilities, while retaining\n" "compatibility with the original. It is a lightweight, broker-less library,\n" "offering a simple API to solve common recurring messaging problems, such as\n" "publish/subscribe, RPC-style request/reply, or service discovery." msgstr "" #: gnu/packages/networking.scm:868 msgid "Scalable socket library" msgstr "" #: gnu/packages/networking.scm:869 msgid "" "Nanomsg is a socket library that provides several common\n" "communication patterns. It aims to make the networking layer fast, scalable,\n" "and easy to use. Implemented in C, it works on a wide range of operating\n" "systems with no further dependencies." msgstr "" #: gnu/packages/networking.scm:978 msgid "GTK+ Bluetooth manager" msgstr "" #: gnu/packages/networking.scm:979 msgid "" "Blueman is a Bluetooth management utility using the Bluez\n" "D-Bus backend. It is designed to be easy to use for most common Bluetooth\n" "tasks." msgstr "" #: gnu/packages/networking.scm:1005 msgid "NetworkManager front-end with information icon residing in system tray" msgstr "" #: gnu/packages/networking.scm:1007 msgid "" "nm-tray is a network connection management tool (NetworkManager\n" "front-end) with an information icon residing in the system tray. Unlike\n" "nm-applet, which is part of GNOME, this application is desktop-unaware." msgstr "" #: gnu/packages/networking.scm:1030 msgid "Viewing and manipulating MAC addresses of network interfaces" msgstr "" #: gnu/packages/networking.scm:1031 msgid "" "GNU MAC Changer is a utility for viewing and changing MAC\n" "addresses of networking devices. New addresses may be set explicitly or\n" "randomly. They can include MAC addresses of the same or other hardware vendors\n" "or, more generally, MAC addresses of the same category of hardware." msgstr "" #: gnu/packages/networking.scm:1077 msgid "Teredo IPv6 tunneling software" msgstr "" #: gnu/packages/networking.scm:1079 msgid "" "Miredo is an implementation (client, relay, server) of the Teredo\n" "specification, which provides IPv6 Internet connectivity to IPv6 enabled hosts\n" "residing in IPv4-only networks, even when they are behind a NAT device." msgstr "" #: gnu/packages/networking.scm:1097 msgid "IPv6 diagnostic tools" msgstr "" #: gnu/packages/networking.scm:1099 msgid "" "NDisc6 is a collection of tools for IPv6 networking diagnostics.\n" "It includes the following programs:\n" "\n" "@itemize\n" "@item @command{ndisc6}: ICMPv6 Neighbor Discovery tool.\n" "@item @command{rdisc6}: ICMPv6 Router Discovery tool.\n" "@item @command{tcptraceroute6}: IPv6 traceroute over TCP.\n" "@item @command{traceroute6}: IPv6 traceroute over UDP.\n" "@item @command{rdnssd}: Recursive DNS Servers discovery daemon.\n" "@end itemize" msgstr "" #: gnu/packages/networking.scm:1150 msgid "Proxy ARP requests to other interfaces" msgstr "" #: gnu/packages/networking.scm:1152 msgid "" "@command{parprouted} is a daemon for transparent IP (Layer@tie{}3)\n" "proxy ARP bridging. Unlike standard bridging, proxy ARP bridging can bridge\n" "Ethernet networks behind wireless nodes. Normal layer@tie{}2 bridging does\n" "not work between wireless nodes because wireless does not know about MAC\n" "addresses used in the wired Ethernet networks. This daemon can also be\n" "useful for making transparent firewalls." msgstr "" #: gnu/packages/networking.scm:1189 msgid "Multi-protocol network proxy" msgstr "" #: gnu/packages/networking.scm:1191 msgid "" "@command{pproxy} is an asynchronuous proxy server implemented with\n" "Python 3 @code{asyncio}. Among the supported protocols are HTTP, SOCKS\n" "and SSH, and it can use both TCP and UDP as transport mechanisms." msgstr "" #: gnu/packages/networking.scm:1213 msgid "Open bidirectional communication channels from the command line" msgstr "" #: gnu/packages/networking.scm:1215 msgid "" "socat is a relay for bidirectional data transfer between two independent\n" "data channels---files, pipes, devices, sockets, etc. It can create\n" "\"listening\" sockets, named pipes, and pseudo terminals.\n" "\n" "socat can be used, for instance, as TCP port forwarder, as a shell interface\n" "to UNIX sockets, IPv6 relay, for redirecting TCP oriented programs to a serial\n" "line, to logically connect serial lines on different computers, or to\n" "establish a relatively secure environment (su and chroot) for running client\n" "or server shell scripts with network connections." msgstr "" #: gnu/packages/networking.scm:1244 msgid "Swiss army knife for data stream buffering (network aware)" msgstr "" #: gnu/packages/networking.scm:1246 msgid "" "mbuffer is a tool for buffering data streams with a large set of features:\n" "\n" "@itemize\n" "@item direct support for TCP based network targets (IPv4 and IPv6)\n" "@item ability to send to multiple targets in parallel (distribution mode)\n" "@item support for multiple volumes\n" "@item I/O rate limitation\n" "@item high/low watermark based restart criteria\n" "@item configurable buffer size\n" "@item on the fly MD5 hash calculation\n" "@item highly efficient, multi-threaded implementation\n" "@end itemize" msgstr "" #: gnu/packages/networking.scm:1341 msgid "Monitor and filter incoming requests for network services" msgstr "" #: gnu/packages/networking.scm:1342 msgid "" "With this package you can monitor and filter incoming requests for\n" "network services. It includes a library which may be used by daemons to\n" "transparently check connection attempts against an access control list." msgstr "" #: gnu/packages/networking.scm:1363 msgid "Library for message-based applications" msgstr "" #: gnu/packages/networking.scm:1365 msgid "" "The 0MQ lightweight messaging kernel is a library which extends the\n" "standard socket interfaces with features traditionally provided by specialized\n" "messaging middle-ware products. 0MQ sockets provide an abstraction of\n" "asynchronous message queues, multiple messaging patterns, message\n" "filtering (subscriptions), seamless access to multiple transport protocols and\n" "more." msgstr "" #: gnu/packages/networking.scm:1392 msgid "High-level C bindings for ØMQ" msgstr "" #: gnu/packages/networking.scm:1394 msgid "" "czmq provides bindings for the ØMQ core API that hides the differences\n" "between different versions of ØMQ." msgstr "" #: gnu/packages/networking.scm:1419 msgid "C++ bindings for the ØMQ messaging library" msgstr "" #: gnu/packages/networking.scm:1421 msgid "" "This package provides header-only C++ bindings for ØMQ. The header\n" "files contain direct mappings of the abstractions provided by the ØMQ C API." msgstr "" #: gnu/packages/networking.scm:1453 msgid "C library implementing NAT-PMP" msgstr "" #: gnu/packages/networking.scm:1455 msgid "" "@code{libnatpmp} is a portable and asynchronous implementation of\n" "the Network Address Translation - Port Mapping Protocol (NAT-PMP)\n" "written in the C programming language." msgstr "" #: gnu/packages/networking.scm:1491 msgid "Apache Kafka C/C++ client library" msgstr "" #: gnu/packages/networking.scm:1493 msgid "" "librdkafka is a C library implementation of the Apache Kafka protocol,\n" "containing both Producer and Consumer support." msgstr "" #: gnu/packages/networking.scm:1510 msgid "Library for Neighbor Discovery Protocol" msgstr "" #: gnu/packages/networking.scm:1512 msgid "" "libndp contains a library which provides a wrapper for IPv6 Neighbor\n" "Discovery Protocol. It also provides a tool named ndptool for sending and\n" "receiving NDP messages." msgstr "" #: gnu/packages/networking.scm:1534 msgid "Display or change Ethernet device settings" msgstr "" #: gnu/packages/networking.scm:1536 msgid "" "ethtool can be used to query and change settings such as speed,\n" "auto-negotiation and checksum offload on many network devices, especially\n" "Ethernet devices." msgstr "" #: gnu/packages/networking.scm:1568 msgid "Text based network interface status monitor" msgstr "" #: gnu/packages/networking.scm:1570 msgid "" "IFStatus is a simple, easy-to-use program for displaying commonly\n" "needed/wanted real-time traffic statistics of multiple network\n" "interfaces, with a simple and efficient view on the command line. It is\n" "intended as a substitute for the PPPStatus and EthStatus projects." msgstr "" #: gnu/packages/networking.scm:1617 msgid "Collection of network utilities" msgstr "" #: gnu/packages/networking.scm:1619 msgid "" "This package contains a variety of tools for dealing with network\n" "configuration, troubleshooting, or servers. Utilities included are:\n" "\n" "@itemize @bullet\n" "@item @command{arping}: Ping hosts using the @dfn{Address Resolution Protocol}.\n" "@item @command{clockdiff}: Compute time difference between network hosts\n" "using ICMP TSTAMP messages.\n" "@item @command{ninfod}: Daemon that responds to IPv6 Node Information Queries.\n" "@item @command{ping}: Use ICMP ECHO messages to measure round-trip delays\n" "and packet loss across network paths.\n" "@item @command{rarpd}: Answer RARP requests from clients.\n" "@item @command{rdisc}: Populate network routing tables with information from\n" "the ICMP router discovery protocol.\n" "@item @command{tftpd}: Trivial file transfer protocol server.\n" "@item @command{tracepath}: Trace network path to an IPv4 or IPv6 address and\n" "discover MTU along the way.\n" "@end itemize" msgstr "" #: gnu/packages/networking.scm:1658 msgid "Realtime console network usage monitor" msgstr "" #: gnu/packages/networking.scm:1660 msgid "" "Nload is a console application which monitors network traffic and\n" "bandwidth usage in real time. It visualizes the in- and outgoing traffic using\n" "two graphs, and provides additional info like total amount of transferred data\n" "and min/max network usage." msgstr "" #: gnu/packages/networking.scm:1703 msgid "Tunnel IPv4 data through a DNS server" msgstr "" #: gnu/packages/networking.scm:1704 msgid "" "Iodine tunnels IPv4 data through a DNS server. This\n" "can be useful in different situations where internet access is firewalled, but\n" "DNS queries are allowed. The bandwidth is asymmetrical, with limited upstream\n" "and up to 1 Mbit/s downstream." msgstr "" #: gnu/packages/networking.scm:1743 msgid "Intelligent client for the WHOIS directory service" msgstr "" #: gnu/packages/networking.scm:1745 msgid "" "whois searches for an object in a @dfn{WHOIS} (RFC 3912) database.\n" "It is commonly used to look up the registered users or assignees of an Internet\n" "resource, such as a domain name, an IP address block, or an autonomous system.\n" "It can automatically select the appropriate server for most queries.\n" "\n" "For historical reasons, this package also includes @command{mkpasswd}, which\n" "encrypts passwords using @code{crypt(3)} and is unrelated to the Expect command\n" "of the same name." msgstr "" #: gnu/packages/networking.scm:1827 msgid "Network traffic analyzer" msgstr "" #: gnu/packages/networking.scm:1828 msgid "" "Wireshark is a network protocol analyzer, or @dfn{packet\n" "sniffer}, that lets you capture and interactively browse the contents of\n" "network frames." msgstr "" #: gnu/packages/networking.scm:1848 msgid "Send ICMP ECHO_REQUEST packets to network hosts" msgstr "" #: gnu/packages/networking.scm:1850 msgid "" "fping is a ping-like program which uses @acronym{ICMP, Internet Control\n" "Message Protocol} echo requests to determine if a target host is responding.\n" "\n" "@command{fping} differs from @command{ping} in that you can specify any number\n" "of targets on the command line, or specify a file containing the lists of\n" "targets to ping. Instead of sending to one target until it times out or\n" "replies, fping will send out a ping packet and move on to the next target in a\n" "round-robin fashion." msgstr "" #: gnu/packages/networking.scm:1899 msgid "Command-line interface to the Gandi.net Web API" msgstr "" #: gnu/packages/networking.scm:1901 msgid "" "This package provides a command-line client (@command{gandi}) to buy,\n" "manage, and delete Internet resources from Gandi.net such as domain names,\n" "virtual machines, and certificates." msgstr "" #: gnu/packages/networking.scm:1926 msgid "Simple network namespace handling for Go" msgstr "" #: gnu/packages/networking.scm:1927 msgid "" "The netns package provides a simple interface for\n" "handling network namespaces in Go." msgstr "" #: gnu/packages/networking.scm:1953 msgid "SCTP library for the Go programming language" msgstr "" #: gnu/packages/networking.scm:1954 msgid "" "This library provides methods for using the stream control\n" "transmission protocol (SCTP) in a Go application." msgstr "" #: gnu/packages/networking.scm:1981 msgid "Web server latency and throughput monitor" msgstr "" #: gnu/packages/networking.scm:1983 msgid "" "httping measures how long it takes to connect to a web server, send an\n" "HTTP(S) request, and receive the reply headers. It is somewhat similar to\n" "@command{ping}, but can be used even in cases where ICMP traffic is blocked\n" "by firewalls or when you want to monitor the response time of the actual web\n" "application stack itself." msgstr "" #: gnu/packages/networking.scm:2020 msgid "Visualize curl statistics" msgstr "" #: gnu/packages/networking.scm:2022 msgid "" "@command{httpstat} is a tool to visualize statistics from the\n" "@command{curl} HTTP client. It acts as a wrapper for @command{curl} and\n" "prints timing information for each step of the HTTP request (DNS lookup,\n" "TCP connection, TLS handshake and so on) in the terminal." msgstr "" #: gnu/packages/networking.scm:2063 msgid "Web caching proxy" msgstr "" #: gnu/packages/networking.scm:2064 msgid "" "Squid is a caching proxy for the Web supporting HTTP, HTTPS,\n" "FTP, and more. It reduces bandwidth and improves response times by caching and\n" "reusing frequently-requested web pages." msgstr "" #: gnu/packages/networking.scm:2097 msgid "Console based live network and disk I/O bandwidth monitor" msgstr "" #: gnu/packages/networking.scm:2098 msgid "" "Bandwidth Monitor NG is a small and simple console based\n" "live network and disk I/O bandwidth monitor." msgstr "" #: gnu/packages/networking.scm:2149 msgid "Assess WiFi network security" msgstr "" #: gnu/packages/networking.scm:2151 msgid "" "Aircrack-ng is a complete suite of tools to assess WiFi network\n" "security. It focuses on different areas of WiFi security: monitoring,\n" "attacking, testing, and cracking. All tools are command-line driven, which\n" "allows for heavy scripting." msgstr "" #: gnu/packages/networking.scm:2179 msgid "Offline brute-force tool for Wi-Fi Protected Setup" msgstr "" #: gnu/packages/networking.scm:2180 msgid "" "Pixiewps implements the pixie-dust attack to brute\n" "force the Wi-Fi Protected Setup (WPS) PIN by exploiting the low or\n" "non-existing entropy of some access points." msgstr "" #: gnu/packages/networking.scm:2225 msgid "Attack tool for Wi-Fi Protected Setup" msgstr "" #: gnu/packages/networking.scm:2226 msgid "" "Reaver performs a brute force attack against an access\n" "point's Wi-Fi Protected Setup (WPS) PIN. Once the PIN is found, the WPA\n" "passphrase can be recovered and the AP's wireless settings can be\n" "reconfigured." msgstr "" #: gnu/packages/networking.scm:2249 msgid "Event loop and event-driven async socket base class" msgstr "" #: gnu/packages/networking.scm:2251 msgid "" "Danga::Socket is an abstract base class for objects backed by a socket\n" "which provides the basic framework for event-driven asynchronous IO, designed\n" "to be fast. Danga::Socket is both a base class for objects, and an event\n" "loop." msgstr "" #: gnu/packages/networking.scm:2275 msgid "IPv4 and IPv6 validation methods" msgstr "" #: gnu/packages/networking.scm:2277 msgid "" "This module provides several IP address validation subroutines that both\n" "validate and untaint their input. This includes both basic validation\n" "(@code{is_ipv4()} and @code{is_ipv6()}) and special cases like checking whether\n" "an address belongs to a specific network or whether an address is public or\n" "private (reserved)." msgstr "" #: gnu/packages/networking.scm:2304 msgid "Perl Interface to the Domain Name System" msgstr "" #: gnu/packages/networking.scm:2305 msgid "Net::DNS is the Perl Interface to the Domain Name System." msgstr "" #: gnu/packages/networking.scm:2323 msgid "Module for DNS service discovery (Apple's Bonjour)" msgstr "" #: gnu/packages/networking.scm:2324 msgid "" "Net::Bonjour is a set of modules that allow one to\n" "discover local services via multicast DNS (mDNS) or enterprise services\n" "via traditional DNS. This method of service discovery has been branded\n" "as Bonjour by Apple Computer." msgstr "" #: gnu/packages/networking.scm:2358 msgid "IPv6 related part of the C socket.h defines and structure manipulators for Perl" msgstr "" #: gnu/packages/networking.scm:2359 msgid "" "Socket6 binds the IPv6 related part of the C socket header\n" "definitions and structure manipulators for Perl." msgstr "" #: gnu/packages/networking.scm:2385 msgid "Programmable DNS resolver class for offline emulation of DNS" msgstr "" #: gnu/packages/networking.scm:2386 msgid "" "Net::DNS::Resolver::Programmable is a programmable DNS resolver for\n" "offline emulation of DNS." msgstr "" #: gnu/packages/networking.scm:2406 msgid "Mock DNS Resolver object for testing" msgstr "" #: gnu/packages/networking.scm:2408 msgid "" "Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns\n" "static data from any provided DNS zone file instead of querying the network.\n" "It is intended primarily for use in testing." msgstr "" #: gnu/packages/networking.scm:2442 msgid "Manages IPv4 and IPv6 addresses and subnets" msgstr "" #: gnu/packages/networking.scm:2443 msgid "NetAddr::IP manages IPv4 and IPv6 addresses and subsets." msgstr "" #: gnu/packages/networking.scm:2474 msgid "Patricia Trie Perl module for fast IP address lookups" msgstr "" #: gnu/packages/networking.scm:2476 msgid "Net::Patricia does IP address lookups quickly in Perl." msgstr "" #: gnu/packages/networking.scm:2496 msgid "Perl extension for merging IPv4 or IPv6 CIDR addresses" msgstr "" #: gnu/packages/networking.scm:2497 msgid "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses." msgstr "" #: gnu/packages/networking.scm:2523 msgid "Perl object interface for AF_INET/AF_INET6 domain sockets" msgstr "" #: gnu/packages/networking.scm:2524 msgid "" "IO::Socket::INET6 is an interface for AF_INET/AF_INET6 domain\n" "sockets in Perl." msgstr "" #: gnu/packages/networking.scm:2552 msgid "Library providing automatic proxy configuration management" msgstr "" #: gnu/packages/networking.scm:2553 msgid "" "Libproxy handles the details of HTTP/HTTPS proxy\n" "configuration for applications across all scenarios. Applications using\n" "libproxy only have to specify which proxy to use." msgstr "" #: gnu/packages/networking.scm:2586 msgid "Redirect any TCP connection through a proxy or proxy chain" msgstr "" #: gnu/packages/networking.scm:2587 msgid "" "Proxychains-ng is a preloader which hooks calls to sockets\n" "in dynamically linked programs and redirects them through one or more SOCKS or\n" "HTTP proxies." msgstr "" #: gnu/packages/networking.scm:2607 msgid "Network communication layer on top of UDP" msgstr "" #: gnu/packages/networking.scm:2609 msgid "" "ENet's purpose is to provide a relatively thin, simple and robust network\n" "communication layer on top of UDP. The primary feature it provides is optional\n" "reliable, in-order delivery of packets. ENet omits certain higher level\n" "networking features such as authentication, server discovery, encryption, or\n" "other similar tasks that are particularly application specific so that the\n" "library remains flexible, portable, and easily embeddable." msgstr "" #: gnu/packages/networking.scm:2671 msgid "Applicative network protocol demultiplexer" msgstr "" #: gnu/packages/networking.scm:2673 msgid "" "sslh is a network protocol demultiplexer. It acts like a switchboard,\n" "accepting connections from clients on one port and forwarding them to different\n" "servers based on the contents of the first received data packet. Detection of\n" "common protocols like HTTP(S), SSL, SSH, OpenVPN, tinc, and XMPP is already\n" "implemented, but any other protocol that matches a regular expression can be\n" "added. sslh's name comes from its original application of serving both SSH and\n" "HTTPS on port 443, allowing SSH connections from inside corporate firewalls\n" "that block port 22." msgstr "" #: gnu/packages/networking.scm:2701 msgid "TCP, UDP and SCTP bandwidth measurement tool" msgstr "" #: gnu/packages/networking.scm:2703 msgid "" "iPerf is a tool to measure achievable bandwidth on IP networks. It\n" "supports tuning of various parameters related to timing, buffers and\n" "protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports\n" "the bandwidth, loss, and other parameters." msgstr "" #: gnu/packages/networking.scm:2739 msgid "Per-process bandwidth monitor" msgstr "" #: gnu/packages/networking.scm:2740 msgid "" "NetHogs is a small 'net top' tool for Linux. Instead of\n" "breaking the traffic down per protocol or per subnet, like most tools do, it\n" "groups bandwidth by process.\n" "\n" "NetHogs does not rely on a special kernel module to be loaded. If there's\n" "suddenly a lot of network traffic, you can fire up NetHogs and immediately see\n" "which PID is causing this. This makes it easy to identify programs that have\n" "gone wild and are suddenly taking up your bandwidth." msgstr "" #: gnu/packages/networking.scm:2774 msgid "Usenet binary file downloader" msgstr "" #: gnu/packages/networking.scm:2776 msgid "" "NZBGet is a binary newsgrabber, which downloads files from Usenet based\n" "on information given in @code{nzb} files. NZBGet can be used in standalone\n" "and in server/client modes. In standalone mode, you pass NZBGet @command{nzb}\n" "files as command-line parameters and it downloads them and exits. NZBGet also\n" "contains a Web interface. Its server can be controlled through remote\n" "procedure calls (RPCs)." msgstr "" #: gnu/packages/networking.scm:2863 msgid "Virtual network switch" msgstr "" #: gnu/packages/networking.scm:2866 msgid "" "Open vSwitch is a multilayer virtual switch. It is designed to enable\n" "massive network automation through programmatic extension, while still\n" "supporting standard management interfaces and protocols (e.g. NetFlow, sFlow,\n" "IPFIX, RSPAN, CLI, LACP, 802.1ag)." msgstr "" #: gnu/packages/networking.scm:2890 msgid "Python class and tools for handling IP addresses and networks" msgstr "" #: gnu/packages/networking.scm:2891 msgid "" "The @code{IP} class allows a comfortable parsing and\n" "handling for most notations in use for IPv4 and IPv6 addresses and\n" "networks." msgstr "" #: gnu/packages/networking.scm:2911 msgid "Internet bandwidth tester" msgstr "" #: gnu/packages/networking.scm:2913 msgid "" "Command line interface for testing internet bandwidth using\n" "speedtest.net." msgstr "" #: gnu/packages/networking.scm:2934 msgid "HPA's tftp client" msgstr "" #: gnu/packages/networking.scm:2936 msgid "" "This is a tftp client derived from OpenBSD tftp with some extra options\n" "added and bugs fixed. The source includes readline support but it is not\n" "enabled due to license conflicts between the BSD advertising clause and the GPL." msgstr "" #: gnu/packages/networking.scm:2987 msgid "Create secure pipes between sockets" msgstr "" #: gnu/packages/networking.scm:2988 msgid "" "Spiped (pronounced \"ess-pipe-dee\") is a utility for creating\n" "symmetrically encrypted and authenticated pipes between socket addresses, so\n" "that one may connect to one address (e.g., a UNIX socket on localhost) and\n" "transparently have a connection established to another address (e.g., a UNIX\n" "socket on a different system). This is similar to 'ssh -L' functionality, but\n" "does not use SSH and requires a pre-shared symmetric key." msgstr "" #: gnu/packages/networking.scm:3013 msgid "Routing Software Suite" msgstr "" #: gnu/packages/networking.scm:3014 msgid "" "Quagga is a routing software suite, providing implementations\n" "of OSPFv2, OSPFv3, RIP v1 and v2, RIPng and BGP-4 for Unix platforms.\n" "\n" "The Quagga architecture consists of a core daemon, @command{zebra}, which\n" "acts as an abstraction layer to the underlying Unix kernel and presents the\n" "Zserv API over a Unix or TCP stream to Quagga clients. It is these Zserv\n" "clients which typically implement a routing protocol and communicate routing\n" "updates to the zebra daemon." msgstr "" #: gnu/packages/networking.scm:3044 msgid "Generate BGP filters from the @acronym{IRR, Internet Routing Registry}" msgstr "" #: gnu/packages/networking.scm:3046 msgid "" "This program helps automate the creation and maintenance of @acronym{BGP,\n" "Border Gateway Protocol} routing filters used for peering trough Internet\n" "exchanges.\n" "\n" "It generates prefix lists, (extended) access lists, policy-statement terms, and\n" "AS paths from data in the @acronym{IRR, Internet Routing Registry}, including\n" "the @acronym{RADB, Routing Assets Database} operated by the Merit Network at the\n" "University of Michigan.\n" "\n" "The filters can be aggregated and exported in the most common formats." msgstr "" #: gnu/packages/networking.scm:3103 msgid "IPv6 security research toolkit" msgstr "" #: gnu/packages/networking.scm:3104 msgid "" "The THC IPv6 Toolkit provides command-line tools and a library\n" "for researching IPv6 implementations and deployments. It requires Linux 2.6 or\n" "newer and only works on Ethernet network interfaces." msgstr "" #: gnu/packages/networking.scm:3128 msgid "Bandwidth monitor" msgstr "" #: gnu/packages/networking.scm:3129 msgid "" "bmon is a monitoring and debugging tool to capture\n" "networking-related statistics and prepare them visually in a human-friendly\n" "way. It features various output methods including an interactive curses user\n" "interface and a programmable text output for scripting." msgstr "" #: gnu/packages/networking.scm:3170 msgid "Framework for low-level network packet construction" msgstr "" #: gnu/packages/networking.scm:3172 msgid "" "Libnet provides a fairly portable framework for network packet\n" "construction and injection. It features portable packet creation interfaces\n" "at the IP layer and link layer, as well as a host of supplementary\n" "functionality. Using libnet, quick and simple packet assembly applications\n" "can be whipped up with little effort." msgstr "" #: gnu/packages/networking.scm:3197 msgid "Network diagnostic tool" msgstr "" #: gnu/packages/networking.scm:3199 msgid "" "@acronym{mtr, My TraceRoute} combines the functionality of the\n" "@command{traceroute} and @command{ping} programs in a single network diagnostic\n" "tool. @command{mtr} can use several network protocols to detect intermediate\n" "routers (or @dfn{hops}) between the local host and a user-specified destination.\n" "It then continually measures the response time and packet loss at each hop, and\n" "displays the results in real time." msgstr "" #: gnu/packages/networking.scm:3250 msgid "Peer-to-peer client for the eD2K and Kademlia networks" msgstr "" #: gnu/packages/networking.scm:3252 msgid "" "aMule is an eMule-like client for the eD2k and Kademlia peer-to-peer\n" "file sharing networks. It includes a graphical user interface (GUI), a daemon\n" "allowing you to run a client with no graphical interface, and a Web GUI for\n" "remote access. The @command{amulecmd} command allows you to control aMule\n" "remotely." msgstr "" #: gnu/packages/networking.scm:3273 msgid "Framework for proximity-based peer-to-peer applications" msgstr "" #: gnu/packages/networking.scm:3274 msgid "" "Zyre provides reliable group messaging over local area\n" "networks using zeromq. It has these key characteristics:\n" "\n" "@itemize\n" "@item Zyre needs no administration or configuration.\n" "@item Peers may join and leave the network at any time.\n" "@item Peers talk to each other without any central brokers or servers.\n" "@item Peers can talk directly to each other.\n" "@item Peers can join groups, and then talk to groups.\n" "@item Zyre is reliable, and loses no messages even when the network is heavily loaded.\n" "@item Zyre is fast and has low latency, requiring no consensus protocols.\n" "@item Zyre is designed for WiFi networks, yet also works well on Ethernet networks.\n" "@end itemize" msgstr "" #: gnu/packages/networking.scm:3312 msgid "SocketCAN user-space library" msgstr "" #: gnu/packages/networking.scm:3313 msgid "" "This library allows controlling basic functions in SocketCAN\n" "from user-space. It requires a kernel built with SocketCAN support." msgstr "" #: gnu/packages/networking.scm:3341 msgid "CAN utilities" msgstr "" #: gnu/packages/networking.scm:3342 msgid "" "This package provides CAN utilities in the following areas:\n" "\n" "@itemize\n" "@item Basic tools to display, record, generate and replay CAN traffic\n" "@item CAN access via IP sockets\n" "@item CAN in-kernel gateway configuration\n" "@item CAN bus measurement and testing\n" "@item ISO-TP (ISO15765-2:2016 - this means messages with a body larger than\n" "eight bytes) tools\n" "@item Log file converters\n" "@item Serial Line Discipline configuration for slcan driver\n" "@end itemize" msgstr "" #: gnu/packages/networking.scm:3377 msgid "C++ library for ASynchronous network I/O" msgstr "" #: gnu/packages/networking.scm:3378 msgid "" "Asio is a cross-platform C++ library for network and\n" "low-level I/O programming that provides developers with a consistent\n" "asynchronous model using a modern C++ approach." msgstr "" #: gnu/packages/networking.scm:3411 msgid "Fast tunnel proxy that helps you bypass firewalls" msgstr "" #: gnu/packages/networking.scm:3413 msgid "" "This package is a fast tunnel proxy that helps you bypass firewalls.\n" "\n" "Features:\n" "@itemize\n" "@item TCP & UDP support\n" "@item User management API\n" "@item TCP Fast Open\n" "@item Workers and graceful restart\n" "@item Destination IP blacklist\n" "@end itemize" msgstr "" #: gnu/packages/networking.scm:3487 msgid "Simple Network Management Protocol library and tools" msgstr "" #: gnu/packages/networking.scm:3488 msgid "" "The @dfn{Simple Network Management Protocol} (SNMP) is a\n" "widely used protocol for monitoring the health and welfare of network\n" "equipment (e.g. routers), computer equipment and even devices like UPSs.\n" "Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and\n" "SNMP v3 using both IPv4 and IPv6." msgstr "" #: gnu/packages/networking.scm:3534 msgid "Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces" msgstr "" #: gnu/packages/networking.scm:3535 msgid "" "uBridge is a simple program to create user-land bridges\n" "between various technologies. Currently, bridging between UDP tunnels,\n" "Ethernet and TAP interfaces is supported. Packet capture is also supported." msgstr "" #: gnu/packages/networking.scm:3568 msgid "Capture wlan traffic to hashcat and John the Ripper" msgstr "" #: gnu/packages/networking.scm:3570 msgid "" "This package contains a small set of tools to capture and convert\n" "packets from wireless devices for use with hashcat or John the Ripper." msgstr "" #: gnu/packages/networking.scm:3599 msgid "Small tool to capture packets from wlan devices" msgstr "" #: gnu/packages/networking.scm:3601 msgid "" "Small tool to capture packets from WLAN devices. After capturing,\n" "upload the \"uncleaned\" cap to @url{https://wpa-sec.stanev.org/?submit} to\n" "see if the access point or the client is vulnerable to a dictionary attack.\n" "Convert the cap file to hccapx format and/or to WPA-PMKID-PBKDF2\n" "hashline (16800) with @command{hcxpcaptool} from the @code{hcxtools} package\n" "and check if the WLAN key or the master key was transmitted unencrypted." msgstr "" #: gnu/packages/networking.scm:3627 msgid "SOCKS server and client" msgstr "" #: gnu/packages/networking.scm:3628 msgid "" "Dante is a SOCKS client and server implementation. It can\n" "be installed on a machine with access to an external TCP/IP network and will\n" "allow all other machines, without direct access to that network, to be relayed\n" "through the machine the Dante server is running on. The external network will\n" "never see any machines other than the one Dante is running on." msgstr "" #: gnu/packages/networking.scm:3674 msgid "Asynchronous RESTful functionality to C++11 applications" msgstr "" #: gnu/packages/networking.scm:3675 msgid "" "Restbed is a comprehensive and consistent programming\n" "model for building applications that require seamless and secure\n" "communication over HTTP." msgstr "" #: gnu/packages/networking.scm:3726 msgid "C++14 library that gives you an embedded HTTP/Websocket server" msgstr "" #: gnu/packages/networking.scm:3727 msgid "" "RESTinio is a header-only C++14 library that gives you an embedded\n" "HTTP/Websocket server. It is based on standalone version of ASIO\n" "and targeted primarily for asynchronous processing of HTTP-requests." msgstr "" #: gnu/packages/networking.scm:3829 msgid "Lightweight Distributed Hash Table (DHT) library" msgstr "" #: gnu/packages/networking.scm:3830 msgid "" "OpenDHT provides an easy to use distributed in-memory data\n" "store. Every node in the network can read and write values to the store.\n" "Values are distributed over the network, with redundancy. It includes the\n" "following features:\n" "@itemize\n" "@item Lightweight and scalable, designed for large networks and small devices;\n" "@item High resilience to network disruption;\n" "@item Public key cryptography layer providing optional data signature and\n" "encryption (using GnuTLS);\n" "@item IPv4 and IPv6 support;\n" "@item Clean and powerful C++14 map API;\n" "@item Bindings for C, Rust & Python 3;\n" "@item REST API with an optional HTTP client and server with push notification\n" "support.\n" "@end itemize\n" "The following tools are also included:\n" "@table @command\n" "@item dhtnode\n" "A command line tool to run a DHT node and perform operations supported by the\n" "library (get, put, etc.) with text values.\n" "@item dhtchat\n" "A very simple IM client working over the DHT.\n" "@end table" msgstr "" #: gnu/packages/networking.scm:3873 msgid "IP routing protocol suite" msgstr "" #: gnu/packages/networking.scm:3874 msgid "" "FRRouting (FRR) is an IP routing protocol suite which includes\n" "protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP." msgstr "" #: gnu/packages/networking.scm:3903 msgid "Internet Routing Daemon" msgstr "" #: gnu/packages/networking.scm:3904 msgid "" "BIRD is an Internet routing daemon with full support for all\n" "the major routing protocols. It allows redistribution between protocols with a\n" "powerful route filtering syntax and an easy-to-use configuration interface." msgstr "" #: gnu/packages/networking.scm:3966 msgid "Internet Wireless Daemon" msgstr "" #: gnu/packages/networking.scm:3967 msgid "" "iwd is a wireless daemon for Linux that aims to replace WPA\n" "Supplicant. It optimizes resource utilization by not depending on any external\n" "libraries and instead utilizing features provided by the Linux kernel to the\n" "maximum extent possible." msgstr "" #: gnu/packages/networking.scm:3993 msgid "YANG data modelling language library" msgstr "" #: gnu/packages/networking.scm:3994 msgid "" "libyang is a YANG data modelling language parser and toolkit\n" "written (and providing API) in C. Current implementation covers YANG 1.0 (RFC\n" "6020) as well as YANG 1.1 (RFC 7950)." msgstr "" #: gnu/packages/networking.scm:4027 msgid "Management tool for the mesh networking BATMAN protocol" msgstr "" #: gnu/packages/networking.scm:4028 msgid "" "This package provides a control tool for the\n" "B.A.T.M.A.N. mesh networking routing protocol provided by the Linux kernel\n" "module @code{batman-adv}, for Layer 2." msgstr "" #: gnu/packages/networking.scm:4059 msgid "Make localhost servers publicly visible" msgstr "" #: gnu/packages/networking.scm:4061 msgid "" "PageKite implements a tunneled reverse proxy which makes it easy to make\n" "a service (such as an HTTP or SSH server) on localhost visible to the wider\n" "Internet, even behind NAT or restrictive firewalls. A managed front-end relay\n" "service is available at @url{https://pagekite.net/}, or you can run your own." msgstr "" #: gnu/packages/networking.scm:4101 msgid "Simple IP network calculator" msgstr "" #: gnu/packages/networking.scm:4102 msgid "" "ipcalc takes an IP address and netmask and calculates the\n" "resulting broadcast, network, Cisco wildcard mask, and host range. By giving\n" "a second netmask, you can design subnets and supernets. It is also intended\n" "to be a teaching tool and presents the subnetting results as\n" "easy-to-understand binary values." msgstr "" #: gnu/packages/networking.scm:4140 msgid "Utility to set up and maintain TUN/TAP network interfaces" msgstr "" #: gnu/packages/networking.scm:4141 msgid "" "Tunctl is used to set up and maintain persistent TUN/TAP\n" "network interfaces, enabling user applications to simulate network traffic.\n" "Such interfaces are useful for VPN software, virtualization, emulation,\n" "simulation, and a number of other applications." msgstr "" #: gnu/packages/networking.scm:4160 msgid "Implements Wake On LAN functionality in a small program" msgstr "" #: gnu/packages/networking.scm:4161 msgid "" "Tool to send a magic packet to wake another host on the\n" "network. This must be enabled on the target host, usually in the BIOS." msgstr "" #: gnu/packages/networking.scm:4197 msgid "Tracks the route taken by packets over an IP network" msgstr "" #: gnu/packages/networking.scm:4198 msgid "" "This package provides a modern, but Linux-specific\n" "implementation of the @command{traceroute} command that can be used to follow\n" "the route taken by packets on an IP network on their way to a given host. It\n" "utilizes the IP protocol's time to live (TTL) field and attempts to elicit an\n" "ICMP TIME_EXCEEDED response from each gateway along the path to the host.\n" "Compared to other implementations, this @command{traceroute} command allows\n" "some traces for unprivileged users." msgstr "" #: gnu/packages/networking.scm:4231 msgid "Virtual Distributed Ethernet" msgstr "" #: gnu/packages/networking.scm:4232 msgid "" "VDE is a set of programs to provide virtual software-defined\n" "Ethernet network interface controllers across multiple virtual or\n" "physical, local or remote devices. The VDE architecture provides\n" "virtual counterparts to hardware components such as switches and\n" "cables." msgstr "" #: gnu/packages/networking.scm:4273 msgid "Reliable, high performance TCP/HTTP load balancer" msgstr "" #: gnu/packages/networking.scm:4274 msgid "" "HAProxy offers @acronym{HA, high availability}, load\n" "balancing, and proxying for TCP and HTTP-based applications. It is particularly\n" "suited to Web sites crawling under very high loads while needing persistence or\n" "Layer 7 processing. Supporting tens of thousands of connections is clearly\n" "realistic with today's hardware." msgstr "" #: gnu/packages/networking.scm:4316 msgid "Locate neighbors of your network equipment" msgstr "" #: gnu/packages/networking.scm:4318 msgid "" "The @dfn{Link Layer Discovery Protocol} (LLDP) is an industry standard\n" "protocol designed to supplant proprietary Link-Layer protocols such as EDP or\n" "CDP. The goal of LLDP is to provide an inter-vendor compatible mechanism to\n" "deliver Link-Layer notifications to adjacent network devices. @code{lldpd} is\n" "an implementation of LLDP. It also supports some proprietary protocols." msgstr "" #: gnu/packages/networking.scm:4359 msgid "Denial-of-service countermeasure" msgstr "" #: gnu/packages/networking.scm:4360 msgid "" "Hashcash is a proof-of-work algorithm, which has been used\n" "as a denial-of-service countermeasure technique in a number of systems.\n" "\n" "A hashcash stamp constitutes a proof-of-work which takes a parametrizable\n" "amount of work to compute for the sender. The recipient can verify received\n" "hashcash stamps efficiently.\n" "\n" "This package contains a command-line tool for computing and verifying hashcash\n" "stamps." msgstr "" #: gnu/packages/networking.scm:4388 msgid "NBD client and server" msgstr "" #: gnu/packages/networking.scm:4389 msgid "" "This package provides the NBD (Network Block Devices)\n" "client and server. It allows you to use remote block devices over a TCP/IP\n" "network." msgstr "" #: gnu/packages/networking.scm:4454 msgid "Experiment in scalable routing as an encrypted IPv6 overlay network" msgstr "" #: gnu/packages/networking.scm:4456 msgid "" "Yggdrasil is an early-stage implementation of a fully end-to-end encrypted\n" "IPv6 network. It is lightweight, self-arranging, supported on multiple\n" "platforms and allows pretty much any IPv6-capable application to communicate\n" "securely with other Yggdrasil nodes. Yggdrasil does not require you to have\n" "IPv6 Internet connectivity - it also works over IPv4." msgstr "" #: gnu/packages/networking.scm:4499 msgid "Network address discovery tool" msgstr "" #: gnu/packages/networking.scm:4500 msgid "" "Netdiscover is a network address discovery tool developed\n" "mainly for wireless networks without a @acronym{DHCP} server. It also works\n" "on hub/switched networks. It is based on @acronym{ARP} packets, it will send\n" "@acronym{ARP} requests and sniff for replies." msgstr "" #: gnu/packages/networking.scm:4535 msgid "Internet censorship circumvention tool" msgstr "" #: gnu/packages/networking.scm:4537 msgid "" "Phantomsocks is an Internet censorship circumvention tool based on the\n" "desync technique, which was introduced in the 2017 paper\n" "@url{https://doi.org/10.1145/3131365.3131374, @cite{Your State is Not Mine: A\n" "Closer Look at Evading Stateful Internet Censorship}}.\n" "\n" "Further information on the usage could be found on the Wikibooks page\n" "@url{https://zh.wikibooks.org/wiki/Phantomsocks, @cite{Phantomsocks}}." msgstr "" #: gnu/packages/networking.scm:4578 msgid "Graphical @acronym{SSH, Secure SHell} and telnet client" msgstr "" #: gnu/packages/networking.scm:4579 msgid "" "PuTTY is a graphical text terminal client. It supports\n" "@acronym{SSH, Secure SHell}, telnet, and raw socket connections with good\n" "terminal emulation. It can authenticate with public keys and Kerberos\n" "single-sign-on. It also includes command-line @acronym{SFTP, Secure File\n" "Transfer Protocol} and older @acronym{SCP, Secure Copy Protocol}\n" "implementations." msgstr "" #: gnu/packages/networking.scm:4615 msgid "Network traffic monitoring tool" msgstr "" #: gnu/packages/networking.scm:4616 msgid "" "vnStat is a console-based network traffic monitor that keeps\n" "a log of network traffic for the selected interface(s). It uses the network\n" "interface statistics provided by the kernel as information source. This means\n" "that vnStat won't actually be sniffing any traffic and also ensures light use\n" "of system resources regardless of network traffic rate." msgstr "" #: gnu/packages/pdf.scm:143 msgid "Extract page mode and named destinations as PDFmark from PDF" msgstr "" #: gnu/packages/pdf.scm:145 msgid "" "PDFmarks is a technique that accompanies PDF, and that is used to store\n" "metadata such as author or title, but also structural information such as\n" "bookmarks or hyperlinks.\n" "\n" "When Ghostscript reads the main PDF generated by the TeX system with embedded\n" "PDF files and outputs the final PDF, the PDF page mode and name targets\n" "etc. are not preserved. Therefore, when you open the final PDF, it is not\n" "displayed correctly. Also, remote PDF links do not work correctly.\n" "\n" "This program is able to extract the page mode and named targets as PDFmark\n" "from PDF. In this way, you can obtain embedded PDF files that have kept this\n" "information." msgstr "" #: gnu/packages/pdf.scm:191 msgid "Rearrange PDF pages to print as flyers on one sheet" msgstr "" #: gnu/packages/pdf.scm:192 msgid "" "@command{flyer-composer} can be used to prepare one- or\n" "two-sided flyers for printing on one sheet of paper.\n" "\n" "Imagine you have designed a flyer in A6 format and want to print it using your\n" "A4 printer. Of course, you want to print four flyers on each sheet. This is\n" "where Flyer Composer steps in, creating a PDF which holds your flyer four\n" "times. If you have a second page, Flyer Composer can arrange it the same way\n" "- even if the second page is in a separate PDF file.\n" "\n" "This package contains both the command line tool and the gui too." msgstr "" #: gnu/packages/pdf.scm:219 msgid "" "@command{flyer-composer} can be used to prepare one- or\n" "two-sided flyers for printing on one sheet of paper.\n" "\n" "Imagine you have designed a flyer in A6 format and want to print it using your\n" "A4 printer. Of course, you want to print four flyers on each sheet. This is\n" "where Flyer Composer steps in, creating a PDF which holds your flyer four\n" "times. If you have a second page, Flyer Composer can arrange it the same way\n" "- even if the second page is in a separate PDF file.\n" "\n" "This package contains only the command line tool. If you like to use the gui,\n" "please install the @code{flyer-composer-gui} package." msgstr "" #: gnu/packages/pdf.scm:283 msgid "PDF rendering library" msgstr "Biblioteka wyświetlania PDF" #: gnu/packages/pdf.scm:285 msgid "Poppler is a PDF rendering library based on the xpdf-3.0 code base." msgstr "" #: gnu/packages/pdf.scm:310 msgid "Poppler encoding files for rendering of CJK and Cyrillic text" msgstr "" #: gnu/packages/pdf.scm:311 msgid "" "This package provides optional encoding files for Poppler.\n" "When present, Poppler is able to correctly render CJK and Cyrillic text." msgstr "" #: gnu/packages/pdf.scm:344 msgid "Qt5 frontend for the Poppler PDF rendering library" msgstr "" #: gnu/packages/pdf.scm:382 msgid "Python bindings for Poppler-Qt5" msgstr "" #: gnu/packages/pdf.scm:384 msgid "" "This package provides Python bindings for the Qt5 interface of the\n" "Poppler PDF rendering library." msgstr "" #: gnu/packages/pdf.scm:416 msgid "Library for generating PDF files" msgstr "" #: gnu/packages/pdf.scm:418 msgid "" "libHaru is a library for generating PDF files. libHaru does not support\n" "reading and editing of existing PDF files." msgstr "" #: gnu/packages/pdf.scm:436 msgid "Viewer for PDF files based on the Motif toolkit" msgstr "" #: gnu/packages/pdf.scm:438 msgid "Xpdf is a viewer for Portable Document Format (PDF) files." msgstr "" #: gnu/packages/pdf.scm:471 msgid "Comic book support for zathura (libarchive backend)" msgstr "" #: gnu/packages/pdf.scm:472 msgid "" "The zathura-cb plugin adds comic book support to zathura\n" "using libarchive." msgstr "" #: gnu/packages/pdf.scm:505 msgid "PS support for zathura (libspectre backend)" msgstr "" #: gnu/packages/pdf.scm:506 msgid "" "The zathura-ps plugin adds PS support to zathura\n" "using libspectre." msgstr "" #: gnu/packages/pdf.scm:540 msgid "DjVu support for zathura (DjVuLibre backend)" msgstr "" #: gnu/packages/pdf.scm:541 msgid "" "The zathura-djvu plugin adds DjVu support to zathura\n" "using the DjVuLibre library." msgstr "" #: gnu/packages/pdf.scm:590 msgid "PDF support for zathura (mupdf backend)" msgstr "" #: gnu/packages/pdf.scm:591 msgid "" "The zathura-pdf-mupdf plugin adds PDF support to zathura\n" "by using the @code{mupdf} rendering library." msgstr "" #: gnu/packages/pdf.scm:625 msgid "PDF support for zathura (poppler backend)" msgstr "" #: gnu/packages/pdf.scm:626 msgid "" "The zathura-pdf-poppler plugin adds PDF support to zathura\n" "by using the poppler rendering engine." msgstr "" #: gnu/packages/pdf.scm:682 msgid "Lightweight keyboard-driven PDF viewer" msgstr "" #: gnu/packages/pdf.scm:683 msgid "" "Zathura is a customizable document viewer. It provides a\n" "minimalistic interface and an interface that mainly focuses on keyboard\n" "interaction." msgstr "" #: gnu/packages/pdf.scm:723 msgid "Tools to work with the PDF file format" msgstr "" #: gnu/packages/pdf.scm:725 msgid "" "PoDoFo is a C++ library and set of command-line tools to work with the\n" "PDF file format. It can parse PDF files and load them into memory, and makes\n" "it easy to modify them and write the changes to disk. It is primarily useful\n" "for applications that wish to do lower level manipulation of PDF, such as\n" "extracting content or merging files." msgstr "" #: gnu/packages/pdf.scm:752 msgid "Low-level PDF generator" msgstr "" #: gnu/packages/pdf.scm:753 msgid "" "@code{pydyf} is a low-level PDF generator written in Python\n" "and based on PDF specification 1.7." msgstr "" #: gnu/packages/pdf.scm:829 msgid "Lightweight PDF viewer and toolkit" msgstr "" #: gnu/packages/pdf.scm:831 msgid "" "MuPDF is a C library that implements a PDF and XPS parsing and\n" "rendering engine. It is used primarily to render pages into bitmaps,\n" "but also provides support for other operations such as searching and\n" "listing the table of contents and hyperlinks.\n" "\n" "The library ships with a rudimentary X11 viewer, and a set of command\n" "line tools for batch rendering @command{pdfdraw}, rewriting files\n" "@command{pdfclean}, and examining the file structure @command{pdfshow}." msgstr "" #: gnu/packages/pdf.scm:876 msgid "Command-line tools and library for transforming PDF files" msgstr "" #: gnu/packages/pdf.scm:878 msgid "" "QPDF is a command-line program that does structural, content-preserving\n" "transformations on PDF files. It could have been called something like\n" "pdf-to-pdf. It includes support for merging and splitting PDFs and to\n" "manipulate the list of pages in a PDF file. It is not a PDF viewer or a\n" "program capable of converting PDF into other formats." msgstr "" #: gnu/packages/pdf.scm:920 #, fuzzy #| msgid "GNOME's document viewer" msgid "Tabbed document viewer" msgstr "Przeglądarka dokumentów GNOME" #: gnu/packages/pdf.scm:921 msgid "" "@command{qpdfview} is a document viewer for PDF, PS and DJVU\n" "files. It uses the Qt toolkit and features persistent per-file settings,\n" "configurable toolbars and shortcuts, continuous and multi‐page layouts,\n" "SyncTeX support, and rudimentary support for annotations and forms." msgstr "" #: gnu/packages/pdf.scm:945 msgid "Notetaking using a stylus" msgstr "" #: gnu/packages/pdf.scm:947 msgid "" "Xournal is an application for notetaking, sketching, keeping a journal\n" "using a stylus." msgstr "" #: gnu/packages/pdf.scm:1000 msgid "Handwriting notetaking software with PDF annotation support" msgstr "" #: gnu/packages/pdf.scm:1001 msgid "" "Xournal++ is a hand note taking software written in\n" "C++ with the target of flexibility, functionality and speed. Stroke\n" "recognizer and other parts are based on Xournal code.\n" "\n" "Xournal++ features:\n" "\n" "@itemize\n" "@item Support for Pen pressure, e.g., Wacom Tablet\n" "@item Support for annotating PDFs\n" "@item Fill shape functionality\n" "@item PDF Export (with and without paper style)\n" "@item PNG Export (with and without transparent background)\n" "@item Map different tools / colors etc. to stylus buttons /\n" "mouse buttons\n" "@item Sidebar with Page Previews with advanced page sorting, PDF\n" "Bookmarks and Layers (can be individually hidden, editing layer can be\n" "selected)\n" "@item enhanced support for image insertion\n" "@item Eraser with multiple configurations\n" "@item LaTeX support\n" "@item bug reporting, autosave, and auto backup tools\n" "@item Customizeable toolbar, with multiple configurations, e.g., to\n" "optimize toolbar for portrait / landscape\n" "@item Page Template definitions\n" "@item Shape drawing (line, arrow, circle, rectangle)\n" "@item Shape resizing and rotation\n" "@item Rotation snapping every 45 degrees\n" "@item Rect snapping to grid\n" "@item Audio recording and playback alongside with handwritten notes\n" "@item Multi Language Support, Like English, German, Italian...\n" "@item Plugins using LUA Scripting\n" "@end itemize" msgstr "" #: gnu/packages/pdf.scm:1079 msgid "Python library for generating PDFs and graphics" msgstr "" #: gnu/packages/pdf.scm:1080 msgid "" "This is the ReportLab PDF Toolkit. It allows rapid creation\n" "of rich PDF documents, and also creation of charts in a variety of bitmap and\n" "vector formats." msgstr "" #: gnu/packages/pdf.scm:1124 msgid "PDF presentation tool with visual effects" msgstr "" #: gnu/packages/pdf.scm:1126 msgid "" "Impressive is a tool to display PDF files that provides visual effects\n" "such as smooth alpha-blended slide transitions. It provides additional tools\n" "such as zooming, highlighting an area of the screen, and a tool to navigate\n" "the PDF pages." msgstr "" #: gnu/packages/pdf.scm:1147 msgid "Convert images to PDF via direct JPEG inclusion" msgstr "" #: gnu/packages/pdf.scm:1149 msgid "" "img2pdf converts images to PDF via direct JPEG inclusion. That\n" "conversion is lossless: the image embedded in the PDF has the exact same color\n" "information for every pixel as the input." msgstr "" #: gnu/packages/pdf.scm:1200 msgid "Framebuffer and drm-based image viewer" msgstr "" #: gnu/packages/pdf.scm:1202 msgid "" "fbida contains a few applications for viewing and editing images on\n" "the framebuffer." msgstr "" #: gnu/packages/pdf.scm:1230 msgid "Password recovery tool for PDF files" msgstr "" #: gnu/packages/pdf.scm:1231 msgid "" "PDFCrack is a simple tool for recovering passwords from PDF\n" "documents that use the standard security handler." msgstr "" #: gnu/packages/pdf.scm:1254 msgid "PDF to SVG converter" msgstr "" #: gnu/packages/pdf.scm:1255 msgid "" "@command{pdf2svg} is a simple command-line PDF to SVG\n" "converter using the Poppler and Cairo libraries." msgstr "" #: gnu/packages/pdf.scm:1282 #, fuzzy #| msgid "Hyphenation library" msgid "Python PDF library" msgstr "Biblioteka dzielenia wyrazów" #: gnu/packages/pdf.scm:1284 msgid "" "This package provides a PDF library capable of splitting, merging,\n" "cropping, and transforming PDF files." msgstr "" #: gnu/packages/pdf.scm:1315 msgid "Pure Python PDF toolkit" msgstr "" #: gnu/packages/pdf.scm:1316 msgid "" "PyPDF2 is a pure Python PDF library capable of:\n" "\n" "@enumerate\n" "@item extracting document information (title, author, …)\n" "@item splitting documents page by page\n" "@item merging documents page by page\n" "@item cropping pages\n" "@item merging multiple pages into a single page\n" "@item encrypting and decrypting PDF files\n" "@end enumerate\n" "\n" "By being pure Python, it should run on any Python platform without any\n" "dependencies on external libraries. It can also work entirely on\n" "@code{StringIO} objects rather than file streams, allowing for PDF\n" "manipulation in memory. It is therefore a useful tool for websites that\n" "manage or manipulate PDFs." msgstr "" #: gnu/packages/pdf.scm:1370 msgid "Merge, split and re-arrange pages from PDF documents" msgstr "" #: gnu/packages/pdf.scm:1372 msgid "" "PDF Arranger is a small application which allows one to merge or split\n" "PDF documents and rotate, crop and rearrange their pages using an interactive\n" "and intuitive graphical interface.\n" "\n" "PDF Arranger was formerly known as PDF-Shuffler." msgstr "" #: gnu/packages/pdf.scm:1395 msgid "Scale and tile PDF images/pages to print on multiple pages" msgstr "" #: gnu/packages/pdf.scm:1396 msgid "" "@command{pdfposter} can be used to create a large poster by\n" "building it from multiple pages and/or printing it on large media. It expects\n" "as input a PDF file, normally printing on a single page. The output is again\n" "a PDF file, maybe containing multiple pages together building the poster. The\n" "input page will be scaled to obtain the desired size.\n" "\n" "This is much like @command{poster} does for Postscript files, but working with\n" "PDF. Since sometimes @command{poster} does not like your files converted from\n" "PDF. Indeed @command{pdfposter} was inspired by @command{poster}." msgstr "" #: gnu/packages/pdf.scm:1425 msgid "Command-line utility to search text in PDF files" msgstr "" #: gnu/packages/pdf.scm:1427 msgid "" "Pdfgrep searches in pdf files for strings matching a regular expression.\n" "Support some GNU grep options as file name output, page number output,\n" "optional case insensitivity, count occurrences, color highlights and search in\n" "multiple files." msgstr "" #: gnu/packages/pdf.scm:1473 msgid "Presenter console with multi-monitor support for PDF files" msgstr "" #: gnu/packages/pdf.scm:1475 msgid "" "pdfpc is a presentation viewer application which uses multi-monitor\n" "output to provide meta information to the speaker during the presentation. It\n" "is able to show a normal presentation window on one screen, while showing a\n" "more sophisticated overview on the other one providing information like a\n" "picture of the next slide, as well as the left over time till the end of the\n" "presentation. The input files processed by pdfpc are PDF documents." msgstr "" #: gnu/packages/pdf.scm:1500 msgid "Pango to PostScript converter" msgstr "" #: gnu/packages/pdf.scm:1502 msgid "" "Paps reads a UTF-8 encoded file and generates a PostScript language\n" "rendering of the file through the Pango Cairo back end." msgstr "" #: gnu/packages/pdf.scm:1531 msgid "PDF manipulation tool" msgstr "" #: gnu/packages/pdf.scm:1532 msgid "" "Stapler is a pure Python alternative to PDFtk, a tool for\n" "manipulating PDF documents from the command line. It supports\n" "\n" "@itemize\n" "@item cherry-picking pages and concatenating them into a new file\n" "@item splitting a PDF document into single pages each in its own file\n" "@item merging PDF documents with their pages interleaved\n" "@item displaying metadata in a PDF document\n" "@item displaying the mapping between logical and physical page numbers\n" "@end itemize" msgstr "" #: gnu/packages/pdf.scm:1604 msgid "Document factory for creating PDF files from HTML" msgstr "" #: gnu/packages/pdf.scm:1605 msgid "" "WeasyPrint helps web developers to create PDF documents. It\n" "turns simple HTML pages into gorgeous statistical reports, invoices, tickets,\n" "etc.\n" "\n" "From a technical point of view, WeasyPrint is a visual rendering engine for\n" "HTML and CSS that can export to PDF and PNG. It aims to support web standards\n" "for printing.\n" "\n" "It is based on various libraries but not on a full rendering engine like\n" "WebKit or Gecko. The CSS layout engine is written in Python, designed for\n" "pagination, and meant to be easy to hack on. Weasyprint can also be used as a\n" "python library.\n" "\n" "Keywords: html2pdf, htmltopdf" msgstr "" #: gnu/packages/pem.scm:41 msgid "Personal expenses manager" msgstr "" #: gnu/packages/pem.scm:43 msgid "" "GNU Pem is a simple tool for tracking personal income and\n" "expenses. It operates from the command line and it stores its data\n" "in a basic text format in your home directory. It can easily print\n" "reports of your spending on different expenses via a basic search\n" "feature." msgstr "" #: gnu/packages/perl.scm:261 gnu/packages/perl.scm:334 msgid "Implementation of the Perl programming language" msgstr "" #: gnu/packages/perl.scm:263 gnu/packages/perl.scm:336 msgid "" "Perl is a general-purpose programming language originally developed for\n" "text manipulation and now used for a wide range of tasks including system\n" "administration, web development, network programming, GUI development, and\n" "more." msgstr "" #: gnu/packages/perl.scm:423 msgid "Module for merging hierarchies using the C3 algorithm" msgstr "" #: gnu/packages/perl.scm:424 msgid "" "This module implements the C3 algorithm, which aims to\n" "provide a sane method resolution order under multiple inheritance." msgstr "" #: gnu/packages/perl.scm:442 msgid "Compute differences between two files or lists" msgstr "" #: gnu/packages/perl.scm:443 msgid "" "This is a module for computing the difference between two\n" "files, two strings, or any other two lists of things. It uses an intelligent\n" "algorithm similar to (or identical to) the one used by the Unix \"diff\"\n" "program. It is guaranteed to find the *smallest possible* set of\n" "differences." msgstr "" #: gnu/packages/perl.scm:465 msgid "Use shorter versions of class names" msgstr "" #: gnu/packages/perl.scm:466 msgid "" "The alias module loads the class you specify and exports\n" "into your namespace a subroutine that returns the class name. You can\n" "explicitly alias the class to another name or, if you prefer, you can do so\n" "implicitly." msgstr "" #: gnu/packages/perl.scm:521 msgid "Get, build and use SDL libraries" msgstr "" #: gnu/packages/perl.scm:523 msgid "" "Alien::SDL can be used to detect and get configuration settings from an\n" "installed SDL and related libraries. Based on your platform it offers the\n" "possibility to download and install prebuilt binaries or to build SDL & co.@:\n" "from source codes." msgstr "" #: gnu/packages/perl.scm:544 msgid "Transparently use Moose or Mouse modules" msgstr "" #: gnu/packages/perl.scm:546 msgid "" "This module facilitates using @code{Moose} or @code{Mouse} modules\n" "without changing the code. By default, Mouse will be provided to libraries,\n" "unless Moose is already loaded, or explicitly requested by the end-user. End\n" "users can force the decision of which backend to use by setting the environment\n" "variable ANY_MOOSE to be Moose or Mouse." msgstr "" #: gnu/packages/perl.scm:590 msgid "Translate DocBook/XML documentation into other file formats" msgstr "" #: gnu/packages/perl.scm:592 msgid "" "This package provides the @command{docmake} command-line tool, and the\n" "@code{App::XML::DocBook::Docmake} and @code{App::XML::DocBook::Builder} Perl\n" "modules.\n" "\n" "It translates DocBook/XML mark-up into various other documentation formats such\n" "as XHTML, RTF, PDF, and XSL-FO, using the more low-level tools. It aims to be a\n" "replacement for @command{xmlto}." msgstr "" #: gnu/packages/perl.scm:617 msgid "Configuration files and command line parsing" msgstr "" #: gnu/packages/perl.scm:618 msgid "" "AppConfig is a bundle of Perl5 modules for reading\n" "configuration files and parsing command line arguments." msgstr "" #: gnu/packages/perl.scm:638 msgid "Small utils for array manipulation" msgstr "" #: gnu/packages/perl.scm:639 msgid "" "@code{Array::Utils} is a small pure-perl module containing\n" "list manipulation routines." msgstr "" #: gnu/packages/perl.scm:660 msgid "Allow C/XS libraries to interrupt perl asynchronously" msgstr "" #: gnu/packages/perl.scm:662 msgid "" "@code{Async::Interrupt} implements a single feature only of interest\n" "to advanced perl modules, namely asynchronous interruptions (think \"UNIX\n" "signals\", which are very similar).\n" "\n" "Sometimes, modules wish to run code asynchronously (in another thread,\n" "or from a signal handler), and then signal the perl interpreter on\n" "certain events. One common way is to write some data to a pipe and use\n" "an event handling toolkit to watch for I/O events. Another way is to\n" "send a signal. Those methods are slow, and in the case of a pipe, also\n" "not asynchronous - it won't interrupt a running perl interpreter.\n" "\n" "This module implements asynchronous notifications that enable you to\n" "signal running perl code from another thread, asynchronously, and\n" "sometimes even without using a single syscall." msgstr "" #: gnu/packages/perl.scm:692 msgid "Assorted general utility attributes" msgstr "" #: gnu/packages/perl.scm:693 msgid "" "This package provides various utility functions. When used\n" "without argument, this module provides four universally accessible attributes\n" "of general interest as follows:\n" "@itemize\n" "@item Abstract\n" "@item Alias\n" "@item Memoize\n" "@item Method\n" "@item SigHandler\n" "@end itemize" msgstr "" #: gnu/packages/perl.scm:724 msgid "DEC VMS password hashing" msgstr "" #: gnu/packages/perl.scm:725 msgid "" "@code{Authen::DecHpwd} implements the\n" "SYS$HASH_PASSWORD password hashing function from VMS (also known as\n" "LGI$HPWD) and some associated VMS username and password handling\n" "functions. The password hashing function is implemented in XS with a\n" "pure Perl backup version for systems that cannot handle XS." msgstr "" #: gnu/packages/perl.scm:760 msgid "Hashed passwords/passphrases as objects" msgstr "" #: gnu/packages/perl.scm:761 msgid "" "@code{Authen-Passphrase} is the base class for a\n" "system of objects that encapsulate passphrases. An object of this\n" "type is a passphrase recogniser; its job is to recognise whether an\n" "offered passphrase is the right one. For security such passphrase\n" "recognisers usually do not themselves know the passphrase they are\n" "looking for; they can merely recognise it when they see it. There are\n" "many schemes in use to achieve this effect and the intent of this\n" "class is to provide a consistent interface to them all. In addition\n" "to the base class, this module also contains implementations of\n" "several specific passphrase schemes." msgstr "" #: gnu/packages/perl.scm:787 msgid "Lexically disable autovivification" msgstr "" #: gnu/packages/perl.scm:788 msgid "" "When an undefined variable is dereferenced, it gets silently\n" "upgraded to an array or hash reference (depending of the type of the\n" "dereferencing). This behaviour is called autovivification and usually does\n" "what you mean but it may be unnatural or surprising because your variables get\n" "populated behind your back. This is especially true when several levels of\n" "dereferencing are involved, in which case all levels are vivified up to the\n" "last, or when it happens in intuitively read-only constructs like\n" "@code{exists}. The pragma provided by this package lets you disable\n" "autovivification for some constructs and optionally throws a warning or an\n" "error when it would have happened." msgstr "" #: gnu/packages/perl.scm:819 msgid "Disables bareword filehandles" msgstr "" #: gnu/packages/perl.scm:820 msgid "This module disables bareword filehandles." msgstr "" #: gnu/packages/perl.scm:840 msgid "Open a browser in a given URL" msgstr "" #: gnu/packages/perl.scm:841 msgid "" "The functions exported by this module allow you to open URLs\n" "in the user's browser. A set of known commands per OS-name is tested for\n" "presence, and the first one found is executed. With an optional parameter,\n" "all known commands are checked." msgstr "" #: gnu/packages/perl.scm:861 msgid "BSD process resource limit and priority functions" msgstr "" #: gnu/packages/perl.scm:862 msgid "" "This package provides procedures to get and set resource\n" "limits like @code{getrlimit} and @code{setpriority}." msgstr "" #: gnu/packages/perl.scm:883 msgid "Execute code after a scope finished compilation" msgstr "" #: gnu/packages/perl.scm:884 msgid "" "This module allows you to execute code when perl finished\n" "compiling the surrounding scope." msgstr "" #: gnu/packages/perl.scm:905 msgid "Wrap OP check callbacks" msgstr "" #: gnu/packages/perl.scm:906 msgid "This module allows you to wrap OP check callbacks." msgstr "" #: gnu/packages/perl.scm:922 msgid "Lists of reserved barewords and symbol names" msgstr "" #: gnu/packages/perl.scm:923 msgid "" "@code{B::Keywords} supplies several arrays of exportable\n" "keywords: @code{@@Scalars, @@Arrays, @@Hashes, @@Filehandles, @@Symbols,\n" "@@Functions, @@Barewords, @@TieIOMethods, @@UNIVERSALMethods and\n" "@@ExporterSymbols}." msgstr "" #: gnu/packages/perl.scm:946 msgid "Benchmarking with statistical confidence" msgstr "" #: gnu/packages/perl.scm:948 msgid "" "The Benchmark::Timer class allows you to time portions of code\n" "conveniently, as well as benchmark code by allowing timings of repeated\n" "trials. It is perfect for when you need more precise information about the\n" "running time of portions of your code than the Benchmark module will give you,\n" "but don't want to go all out and profile your code." msgstr "" #: gnu/packages/perl.scm:972 msgid "Bit vector library" msgstr "" #: gnu/packages/perl.scm:973 msgid "" "Bit::Vector is an efficient C library which allows you to\n" "handle bit vectors, sets (of integers), \"big integer arithmetic\" and boolean\n" "matrices, all of arbitrary sizes. The package also includes an\n" "object-oriented Perl module for accessing the C library from Perl, and\n" "optionally features overloaded operators for maximum ease of use. The C\n" "library can nevertheless be used stand-alone, without Perl." msgstr "" #: gnu/packages/perl.scm:994 msgid "Boolean support for Perl" msgstr "" #: gnu/packages/perl.scm:995 msgid "" "This module provides basic Boolean support, by defining two\n" "special objects: true and false." msgstr "" #: gnu/packages/perl.scm:1013 msgid "Data files for Business::ISBN" msgstr "" #: gnu/packages/perl.scm:1014 msgid "" "This package provides a data pack for @code{Business::ISBN}.\n" "These data are generated from the RangeMessage.xml file provided by the ISBN\n" "Agency." msgstr "" #: gnu/packages/perl.scm:1035 msgid "Work with International Standard Book Numbers" msgstr "" #: gnu/packages/perl.scm:1036 msgid "" "This module provides tools to deal with International\n" "Standard Book Numbers, including ISBN-10 and ISBN-13." msgstr "" #: gnu/packages/perl.scm:1054 msgid "Work with International Standard Serial Numbers" msgstr "" #: gnu/packages/perl.scm:1055 msgid "" "This module provides tools to deal with International\n" "Standard Serial Numbers." msgstr "" #: gnu/packages/perl.scm:1074 msgid "Work with International Standard Music Numbers" msgstr "" #: gnu/packages/perl.scm:1075 msgid "" "This module provides tools to deal with International\n" "Standard Music Numbers." msgstr "" #: gnu/packages/perl.scm:1094 msgid "Cache interface for Perl" msgstr "" #: gnu/packages/perl.scm:1095 msgid "" "The Cache modules are designed to assist a developer in\n" "persisting data for a specified period of time. Often these modules are used\n" "in web applications to store data locally to save repeated and redundant\n" "expensive calls to remote machines or databases. People have also been known\n" "to use Cache::Cache for its straightforward interface in sharing data between\n" "runs of an application or invocations of a CGI-style script or simply as an\n" "easy to use abstraction of the file system or shared memory." msgstr "" #: gnu/packages/perl.scm:1117 msgid "Shared memory interprocess cache via mmap" msgstr "" #: gnu/packages/perl.scm:1118 msgid "" "A shared memory cache through an mmap'ed file. It's core is\n" "written in C for performance. It uses fcntl locking to ensure multiple\n" "processes can safely access the cache at the same time. It uses a basic LRU\n" "algorithm to keep the most used entries in the cache." msgstr "" #: gnu/packages/perl.scm:1139 msgid "Capture STDOUT and STDERR from Perl, XS or external programs" msgstr "" #: gnu/packages/perl.scm:1141 msgid "" "Capture::Tiny provides a simple, portable way to capture almost anything\n" "sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS\n" "code or from an external program. Optionally, output can be teed so that it\n" "is captured while being passed through to the original file handles." msgstr "" #: gnu/packages/perl.scm:1160 msgid "Check compatibility with the installed perl version" msgstr "" #: gnu/packages/perl.scm:1162 msgid "" "This module is used by Schmorp's modules during configuration stage\n" "to test the installed perl for compatibility with his modules." msgstr "" #: gnu/packages/perl.scm:1180 msgid "Alternative warn and die for modules" msgstr "" #: gnu/packages/perl.scm:1181 msgid "" "The @code{Carp} routines are useful in your own modules\n" "because they act like @code{die()} or @code{warn()}, but with a message\n" "which is more likely to be useful to a user of your module. In the case\n" "of @code{cluck}, @code{confess}, and @code{longmess} that context is a\n" "summary of every call in the call-stack. For a shorter message you can use\n" "@code{carp} or @code{croak} which report the error as being from where your\n" "module was called. There is no guarantee that that is where the error was,\n" "but it is a good educated guess." msgstr "" #: gnu/packages/perl.scm:1206 msgid "Warns and dies noisily with stack backtraces/" msgstr "" #: gnu/packages/perl.scm:1207 msgid "" "This module is meant as a debugging aid. It can be used to\n" "make a script complain loudly with stack backtraces when @code{warn()}-ing or\n" "@code{die()}ing." msgstr "" #: gnu/packages/perl.scm:1226 msgid "Executable comments for Perl" msgstr "" #: gnu/packages/perl.scm:1227 msgid "" "Carp::Assert is intended for a purpose like the ANSI C\n" "library assert.h." msgstr "" #: gnu/packages/perl.scm:1248 msgid "Convenience wrappers around Carp::Assert" msgstr "" #: gnu/packages/perl.scm:1249 msgid "" "Carp::Assert::More is a set of handy assertion functions for\n" "Perl." msgstr "" #: gnu/packages/perl.scm:1268 msgid "Report errors from a \"clan\" of modules" msgstr "" #: gnu/packages/perl.scm:1269 msgid "" "This module allows errors from a clan (or family) of modules\n" "to appear to originate from the caller of the clan. This is necessary in\n" "cases where the clan modules are not classes derived from each other, and thus\n" "the Carp.pm module doesn't help." msgstr "" #: gnu/packages/perl.scm:1289 msgid "Read the CDDB entry for an audio CD in your drive" msgstr "" #: gnu/packages/perl.scm:1290 msgid "This module can retrieve information from the CDDB." msgstr "" #: gnu/packages/perl.scm:1383 msgid "Generation of circularly composited renditions" msgstr "" #: gnu/packages/perl.scm:1385 msgid "" "Circos is a program for the generation of publication-quality, circularly\n" "composited renditions of genomic data and related annotations." msgstr "" #: gnu/packages/perl.scm:1405 #, fuzzy #| msgid "Random password generator" msgid "Automated accessor generation" msgstr "Generator losowych haseł" #: gnu/packages/perl.scm:1406 msgid "" "This module automagically generates accessors/mutators for\n" "your class." msgstr "" #: gnu/packages/perl.scm:1428 msgid "Faster, but less expandable, chained accessors" msgstr "" #: gnu/packages/perl.scm:1429 msgid "" "A chained accessor is one that always returns the object\n" "when called with parameters (to set), and the value of the field when called\n" "with no arguments. This module subclasses Class::Accessor in order to provide\n" "the same mk_accessors interface." msgstr "" #: gnu/packages/perl.scm:1452 msgid "Build groups of accessors" msgstr "" #: gnu/packages/perl.scm:1453 msgid "" "This class lets you build groups of accessors that will call\n" "different getters and setters." msgstr "" #: gnu/packages/perl.scm:1472 msgid "Pragma to use the C3 method resolution order algorithm" msgstr "" #: gnu/packages/perl.scm:1473 msgid "" "This is pragma to change Perl 5's standard method resolution\n" "order from depth-first left-to-right (a.k.a - pre-order) to the more\n" "sophisticated C3 method resolution order." msgstr "" #: gnu/packages/perl.scm:1495 msgid "Drop-in replacement for NEXT" msgstr "" #: gnu/packages/perl.scm:1496 msgid "" "This module is intended as a drop-in replacement for NEXT,\n" "supporting the same interface, but using Class::C3 to do the hard work." msgstr "" #: gnu/packages/perl.scm:1517 msgid "Load mix-ins or components to your C3-based class" msgstr "" #: gnu/packages/perl.scm:1518 msgid "" "This module will inject base classes to your module using\n" "the Class::C3 method resolution order." msgstr "" #: gnu/packages/perl.scm:1536 msgid "Inheritable, overridable class data" msgstr "" #: gnu/packages/perl.scm:1537 msgid "" "Class::Data::Inheritable is for creating accessor/mutators\n" "to class data. That is, if you want to store something about your class as a\n" "whole (instead of about a single object). This data is then inherited by your\n" "subclasses and can be overridden." msgstr "" #: gnu/packages/perl.scm:1557 msgid "Class for easy date and time manipulation" msgstr "" #: gnu/packages/perl.scm:1558 msgid "" "This module provides a general-purpose date and datetime\n" "type for perl." msgstr "" #: gnu/packages/perl.scm:1575 msgid "Base class for error handling" msgstr "" #: gnu/packages/perl.scm:1577 msgid "" "@code{Class::ErrorHandler} provides an error-handling mechanism that is generic\n" "enough to be used as the base class for a variety of OO classes. Subclasses inherit\n" "its two error-handling methods, error and errstr, to communicate error messages back\n" "to the calling program." msgstr "" #: gnu/packages/perl.scm:1598 msgid "Utility methods for factory classes" msgstr "" #: gnu/packages/perl.scm:1599 msgid "This module exports methods useful for factory classes." msgstr "" #: gnu/packages/perl.scm:1616 msgid "Get information about a class and its structure" msgstr "" #: gnu/packages/perl.scm:1617 msgid "" "Class::Inspector allows you to get information about a\n" "loaded class." msgstr "" #: gnu/packages/perl.scm:1640 msgid "Working (require \"Class::Name\") and more" msgstr "" #: gnu/packages/perl.scm:1641 msgid "" "\"require EXPR\" only accepts Class/Name.pm style module\n" "names, not Class::Name. For that, this module provides \"load_class\n" "'Class::Name'\"." msgstr "" #: gnu/packages/perl.scm:1663 msgid "XS implementation of parts of Class::Load" msgstr "" #: gnu/packages/perl.scm:1664 msgid "" "This module provides an XS implementation for portions of\n" "Class::Load." msgstr "" #: gnu/packages/perl.scm:1685 msgid "Create generic methods for OO Perl" msgstr "" #: gnu/packages/perl.scm:1686 msgid "" "This module solves the problem of having to continually\n" "write accessor methods for your objects that perform standard tasks." msgstr "" #: gnu/packages/perl.scm:1705 msgid "Moose-like method modifiers" msgstr "" #: gnu/packages/perl.scm:1706 msgid "" "Class::Method::Modifiers provides three modifiers:\n" "@code{before}, @code{around}, and @code{after}. @code{before} and @code{after}\n" "are run just before and after the method they modify, but can not really affect\n" "that original method. @code{around} is run in place of the original method,\n" "with a hook to easily call that original method." msgstr "" #: gnu/packages/perl.scm:1732 msgid "Dynamic class mixing" msgstr "" #: gnu/packages/perl.scm:1733 msgid "" "The @code{mix_class} function provided by this\n" "module dynamically generates anonymous classes with specified\n" "inheritance. This is useful where an incomplete class requires use of\n" "a mixin in order to become instantiable." msgstr "" #: gnu/packages/perl.scm:1753 msgid "Implementation of a singleton class for Perl" msgstr "" #: gnu/packages/perl.scm:1754 msgid "" "This module implements a Singleton class from which other\n" "classes can be derived. By itself, the Class::Singleton module does very\n" "little other than manage the instantiation of a single object." msgstr "" #: gnu/packages/perl.scm:1773 msgid "Minimalist class construction" msgstr "" #: gnu/packages/perl.scm:1774 msgid "" "This module offers a minimalist class construction kit. It\n" "uses no non-core modules for any recent Perl." msgstr "" #: gnu/packages/perl.scm:1795 msgid "Unload a class" msgstr "" #: gnu/packages/perl.scm:1796 msgid "" "Class:Unload unloads a given class by clearing out its\n" "symbol table and removing it from %INC." msgstr "" #: gnu/packages/perl.scm:1814 msgid "Generate fast XS accessors without runtime compilation" msgstr "" #: gnu/packages/perl.scm:1815 msgid "" "Class::XSAccessor implements fast read, write, and\n" "read/write accessors in XS. Additionally, it can provide predicates such as\n" "\"has_foo()\" for testing whether the attribute \"foo\" is defined in the\n" "object. It only works with objects that are implemented as ordinary hashes.\n" "Class::XSAccessor::Array implements the same interface for objects that use\n" "arrays for their internal representation." msgstr "" #: gnu/packages/perl.scm:1835 gnu/packages/perl.scm:1880 msgid "Recursively copy Perl datatypes" msgstr "" #: gnu/packages/perl.scm:1837 msgid "" "This module provides a clone() method which makes recursive copies of\n" "nested hash, array, scalar and reference types, including tied variables and\n" "objects." msgstr "" #: gnu/packages/perl.scm:1861 msgid "Choose appropriate Perl @code{clone} utility" msgstr "" #: gnu/packages/perl.scm:1862 msgid "" "This @code{Clone::Choose} module checks several different\n" "modules which provide a @code{clone()} function and selects an appropriate\n" "one." msgstr "" #: gnu/packages/perl.scm:1881 msgid "" "This module provides a general-purpose @code{clone} function\n" "to make deep copies of Perl data structures. It calls itself recursively to\n" "copy nested hash, array, scalar and reference types, including tied variables\n" "and objects." msgstr "" #: gnu/packages/perl.scm:1901 msgid "Sane defaults for Perl programs" msgstr "" #: gnu/packages/perl.scm:1902 msgid "" "This module implements some sane defaults for Perl programs,\n" "as defined by two typical specimens of Perl coders." msgstr "" #: gnu/packages/perl.scm:1924 msgid "Perl extension for libconfig" msgstr "" #: gnu/packages/perl.scm:1926 msgid "" "Conf::Libconfig is a Perl interface to the libconfig configuration file\n" "library. It support scalar, array, and hash data structures just like its C/C++\n" "counterpart. It reduces the effort required to implement a configuration file\n" "parser in your Perl programme and allows sharing configuration files between\n" "languages." msgstr "" #: gnu/packages/perl.scm:1946 msgid "Grammar-based config parser" msgstr "" #: gnu/packages/perl.scm:1948 msgid "" "Config::Grammar is a module to parse configuration files. The\n" "configuration may consist of multiple-level sections with assignments and\n" "tabular data." msgstr "" #: gnu/packages/perl.scm:1969 msgid "Load configuration from different file formats" msgstr "" #: gnu/packages/perl.scm:1970 msgid "" "Config::Any provides a facility for Perl applications and\n" "libraries to load configuration data from multiple different file formats. It\n" "supports XML, YAML, JSON, Apache-style configuration, and Perl code." msgstr "" #: gnu/packages/perl.scm:1990 msgid "Package for configuration files outside your Perl script" msgstr "" #: gnu/packages/perl.scm:1991 msgid "" "This package provides a way to have readable configuration\n" "files outside your Perl script. Configurations can be imported, sections\n" "can be grouped, and settings can be accessed from a tied hash." msgstr "" #: gnu/packages/perl.scm:2012 msgid "Module to implement some AutoConf macros in Perl" msgstr "" #: gnu/packages/perl.scm:2013 msgid "" "Config::AutoConf is intended to provide the same\n" "opportunities to Perl developers as GNU Autoconf does for Shell developers." msgstr "" #: gnu/packages/perl.scm:2030 msgid "Generic Config Module" msgstr "" #: gnu/packages/perl.scm:2031 msgid "" "This module opens a config file and parses its contents for\n" "you. The format of config files supported by Config::General is inspired by\n" "the well known Apache config format and is 100% compatible with Apache\n" "configs, but you can also just use simple name/value pairs in your config\n" "files. In addition to the capabilities of an Apache config file it supports\n" "some enhancements such as here-documents, C-style comments, and multiline\n" "options." msgstr "" #: gnu/packages/perl.scm:2060 msgid "Parse Git style configuration files" msgstr "" #: gnu/packages/perl.scm:2062 msgid "" "This module handles parsing, modifying and creating configuration files\n" "of the style used by the Git version control system." msgstr "" #: gnu/packages/perl.scm:2082 msgid "Simple .ini-file format reader and writer" msgstr "" #: gnu/packages/perl.scm:2083 msgid "" "@code{Config::INI} is a module that facilates the reading\n" "and writing of @code{.ini}-style configuration files." msgstr "" #: gnu/packages/perl.scm:2102 msgid "Read/Write .ini style files with as little code as possible" msgstr "" #: gnu/packages/perl.scm:2104 msgid "" "@code{Config::Tiny} is a Perl class to read and write .ini\n" "style configuration files with as little code as possible, reducing load time\n" "and memory overhead.\n" "\n" "This module is primarily for reading human written files, and anything we write\n" "shouldn't need to have documentation/comments. If you need something with more\n" "power move up to @code{Config::Simple}, @code{Config::General} or one of the\n" "many other @code{Config::*} modules." msgstr "" #: gnu/packages/perl.scm:2134 msgid "Facility for creating read-only scalars, arrays, and hashes" msgstr "" #: gnu/packages/perl.scm:2135 msgid "" "This package provides procedures to create read-only\n" "scalars, arrays, and hashes." msgstr "" #: gnu/packages/perl.scm:2155 msgid "Preserve context during subroutine call" msgstr "" #: gnu/packages/perl.scm:2156 msgid "" "This module runs code after a subroutine call, preserving\n" "the context the subroutine would have seen if it were the last statement in\n" "the caller." msgstr "" #: gnu/packages/perl.scm:2180 msgid "Extract data from Macintosh BinHex files" msgstr "" #: gnu/packages/perl.scm:2182 msgid "" "BinHex is a format for transporting files safely through electronic\n" "mail, as short-lined, 7-bit, semi-compressed data streams. This module\n" "provides a means of converting those data streams back into into binary\n" "data." msgstr "" #: gnu/packages/perl.scm:2203 msgid "Read and write @file{Changes} files" msgstr "" #: gnu/packages/perl.scm:2205 msgid "" "@code{CPAN::Changes} helps users programmatically read and write\n" "@file{Changes} files that conform to a common specification." msgstr "" #: gnu/packages/perl.scm:2225 msgid "Extract the name and version from a distribution filename" msgstr "" #: gnu/packages/perl.scm:2227 msgid "" "@code{CPAN::DistnameInfo} uses heuristics to extract the distribution\n" "name and version from filenames." msgstr "" #: gnu/packages/perl.scm:2247 msgid "Verify requirements in a CPAN::Meta object" msgstr "" #: gnu/packages/perl.scm:2248 msgid "" "This module verifies if requirements described in a\n" "CPAN::Meta object are present." msgstr "" #: gnu/packages/perl.scm:2267 msgid "JSON::XS for Cpanel" msgstr "" #: gnu/packages/perl.scm:2268 gnu/packages/perl.scm:6039 msgid "" "This module converts Perl data structures to JSON and vice\n" "versa." msgstr "" #: gnu/packages/perl.scm:2306 msgid "Critique Perl source code for best-practices" msgstr "" #: gnu/packages/perl.scm:2308 msgid "" "@code{perlcritic} is a Perl source code analyzer. It is the\n" "executable front-end to the @code{Perl::Critic} engine, which attempts to\n" "identify awkward, hard to read, error-prone, or unconventional constructs in\n" "your code. Most of the rules are based on Damian Conway's book \"Perl Best\n" "Practices\". However, @code{perlcritic} is not limited to enforcing PBP, and it\n" "will even support rules that contradict Conway. All rules can easily be\n" "configured or disabled to your liking." msgstr "" #: gnu/packages/perl.scm:2334 msgid "Encrypt Data with Cipher Block Chaining Mode" msgstr "" #: gnu/packages/perl.scm:2335 msgid "" "@code{Crypt::CBC} is a Perl-only implementation of\n" "the cryptographic Cipher Block Chaining (CBC) mode. In combination\n" "with a block cipher such as @code{Crypt::Rijndael} you can encrypt and\n" "decrypt messages of arbitrarily long length. The encrypted messages\n" "are compatible with the encryption format used by SSLeay." msgstr "" #: gnu/packages/perl.scm:2359 msgid "DES encryption module" msgstr "" #: gnu/packages/perl.scm:2360 msgid "" "@code{Crypt::DES} is an XS-based implementation of\n" "the DES cryptography algorithm. The module implements the\n" "@code{Crypt::CBC} interface which has blocksize, keysize, encrypt and\n" "decrypt functions." msgstr "" #: gnu/packages/perl.scm:2385 msgid "The Eksblowfish block cipher" msgstr "" #: gnu/packages/perl.scm:2386 msgid "" "Eksblowfish is a variant of the Blowfish cipher,\n" "modified to make the key setup very expensive. This doesn't make it\n" "significantly cryptographically stronger but is intended to hinder\n" "brute-force attacks. Eksblowfish is a parameterised (family-keyed)\n" "cipher. It takes a cost parameter that controls how expensive the key\n" "scheduling is. It also takes a family key, known as the \"salt\".\n" "Cost and salt parameters together define a cipher family. Within each\n" "family, the key determines the encryption function. This distribution\n" "also includes an implementation of @code{bcrypt}, the Unix crypt()\n" "password hashing algorithm based on Eksblowfish." msgstr "" #: gnu/packages/perl.scm:2417 msgid "Emulate the MySQL PASSWORD() function" msgstr "" #: gnu/packages/perl.scm:2418 msgid "" "@code{Crypt::MySQL} emulates the MySQL PASSWORD()\n" "function. The module does not depend on an interface to the MySQL\n" "database server. This enables the comparison of encrypted passwords\n" "without the need for a real MySQL environment." msgstr "" #: gnu/packages/perl.scm:2441 msgid "Interoperable MD5-based crypt() functions" msgstr "" #: gnu/packages/perl.scm:2442 msgid "" "@code{Crypt::PasswdMD5} provides various\n" "crypt()-compatible interfaces to the MD5-based crypt() function found\n" "in various *nixes. It is based on the implementation found on FreeBSD\n" "2.2.[56]-RELEASE." msgstr "" #: gnu/packages/perl.scm:2462 msgid "Random password generator" msgstr "Generator losowych haseł" #: gnu/packages/perl.scm:2463 msgid "" "Crypt::RandPasswd provides three functions that can be used\n" "to generate random passwords, constructed from words, letters, or characters.\n" "This code is a Perl implementation of the Automated Password Generator\n" "standard, like the program described in \"A Random Word Generator For\n" "Pronounceable Passwords\". This code is a re-engineering of the program\n" "contained in Appendix A of FIPS Publication 181, \"Standard for Automated\n" "Password Generator\"." msgstr "" #: gnu/packages/perl.scm:2486 msgid "Crypt::CBC compliant Rijndael encryption module" msgstr "" #: gnu/packages/perl.scm:2487 msgid "" "This module implements the Rijndael cipher which has\n" "been selected as the Advanced Encryption Standard. The keysize for\n" "Rijndael is 32 bytes. The blocksize is 16 bytes (128 bits). The\n" "supported encryption modes are:\n" "\n" "@itemize\n" "@item @code{MODE_CBC}---Cipher Block Chaining\n" "@item @code{MODE_CFB}---Cipher feedback\n" "@item @code{MODE_CTR}---Counter mode\n" "@item @code{MODE_ECB}---Electronic cookbook mode\n" "@item @code{MODE_OFB}---Output feedback\n" "@end itemize" msgstr "" #: gnu/packages/perl.scm:2517 msgid "Perl implementation of the RC4 encryption algorithm" msgstr "" #: gnu/packages/perl.scm:2518 msgid "A pure Perl implementation of the RC4 algorithm." msgstr "" #: gnu/packages/perl.scm:2536 msgid "XS interface for a portable traditional crypt function" msgstr "" #: gnu/packages/perl.scm:2537 msgid "" "@code{Crypt::UnixCrypt_XS} implements the DES-based\n" "Unix @code{crypt} function. For those who need to construct\n" "non-standard variants of @code{crypt}, the various building blocks\n" "used in @code{crypt} are also supplied separately." msgstr "" #: gnu/packages/perl.scm:2559 msgid "Temporarily change working directory" msgstr "" #: gnu/packages/perl.scm:2561 msgid "" "@code{Cwd::Guard} changes the current directory using a limited scope.\n" "It returns to the previous working directory when the object is destroyed." msgstr "" #: gnu/packages/perl.scm:2598 msgid "Library for genomic analysis" msgstr "" #: gnu/packages/perl.scm:2599 msgid "" "Chaolin Zhang's Perl Library (czplib) contains assorted\n" "functions and data structures for processing and analysing genomic and\n" "bioinformatics data." msgstr "" #: gnu/packages/perl.scm:2623 gnu/packages/perl.scm:2907 msgid "Base classes wrapping fundamental Perl data types" msgstr "" #: gnu/packages/perl.scm:2624 msgid "" "Collection of classes that wrap fundamental data types that\n" "exist in Perl. These classes and methods as they exist today are an attempt\n" "to mirror functionality provided by Moose's Native Traits. One important\n" "thing to note is all classes currently do no validation on constructor\n" "input." msgstr "" #: gnu/packages/perl.scm:2646 msgid "Compare Perl data structures" msgstr "" #: gnu/packages/perl.scm:2647 msgid "" "This module compares arbitrary data structures to see if\n" "they are copies of each other." msgstr "" #: gnu/packages/perl.scm:2671 msgid "Entropy (randomness) management" msgstr "" #: gnu/packages/perl.scm:2672 msgid "" "@code{Data::Entropy} provides modules relating to\n" "the generation and use of entropy. The Data::Entropy::Source class\n" "manages the entropy coming from a particular source. This class acts\n" "as a layer over a raw entropy source, which may be a normal I/O handle\n" "or a special-purpose class. The Data::Entropy::RawSource::* classes\n" "provide fundamental sources of entropy. The sources specially\n" "supported are an OS-supplied entropy collector, downloads from servers\n" "on the Internet, and cryptographic fake entropy. The\n" "Data::Entropy::Algorithms module contains a collection of fundamental\n" "algorithms that use entropy. There are random number generators and\n" "functions to shuffle arrays." msgstr "" #: gnu/packages/perl.scm:2702 msgid "Details of the native integer data type" msgstr "" #: gnu/packages/perl.scm:2703 msgid "" "This module is about the native integer numerical\n" "data type. A native integer is one of the types of datum that can\n" "appear in the numeric part of a Perl scalar. This module supplies\n" "constants describing the native integer type. Both signed and\n" "unsigned representations are handled." msgstr "" #: gnu/packages/perl.scm:2724 msgid "Perl extension for generating unique identifiers" msgstr "" #: gnu/packages/perl.scm:2725 msgid "" "@code{Data::Uniqid} provides three simple routines for\n" "generating unique ids. These ids are coded with a Base62 system to make them\n" "short and handy (e.g. to use it as part of a URL)." msgstr "" #: gnu/packages/perl.scm:2744 msgid "Universally Unique Identifiers generator" msgstr "" #: gnu/packages/perl.scm:2745 msgid "" "@code{Data::UUID} provides a framework for generating\n" "Universally Unique Identifiers (UUIDs), also known as Globally Unique\n" "Identifiers (GUIDs). A UUID is 128 bits long, and is guaranteed to be\n" "different from all other UUIDs/GUIDs generated until 3400 CE." msgstr "" #: gnu/packages/perl.scm:2765 msgid "Pretty printing of data structures" msgstr "" #: gnu/packages/perl.scm:2766 msgid "" "This module provide functions that takes a list of values as\n" "their argument and produces a string as its result. The string contains Perl\n" "code that, when \"eval\"ed, produces a deep copy of the original arguments." msgstr "" #: gnu/packages/perl.scm:2785 msgid "Convert data structures to strings" msgstr "" #: gnu/packages/perl.scm:2786 msgid "" "Given a list of scalars or reference variables,\n" "@code{Data::Dumper} writes out their contents in Perl syntax. The references\n" "can also be objects. The content of each variable is output in a single Perl\n" "statement. It handles self-referential structures correctly." msgstr "" #: gnu/packages/perl.scm:2806 msgid "Concise data dumper" msgstr "" #: gnu/packages/perl.scm:2807 msgid "" "Data::Dumper::Concise provides a dumper with Less\n" "indentation and newlines plus sub deparsing." msgstr "" #: gnu/packages/perl.scm:2828 msgid "Details of the floating point data type" msgstr "" #: gnu/packages/perl.scm:2829 msgid "" "@code{Data::Float} is about the native floating\n" "point numerical data type. A floating point number is one of the\n" "types of datum that can appear in the numeric part of a Perl scalar.\n" "This module supplies constants describing the native floating point\n" "type, classification functions and functions to manipulate floating\n" "point values at a low level." msgstr "" #: gnu/packages/perl.scm:2854 msgid "Parse and validate simple name/value option pairs" msgstr "" #: gnu/packages/perl.scm:2856 msgid "Data::OptList provides a simple syntax for name/value option pairs." msgstr "" #: gnu/packages/perl.scm:2876 msgid "Help when paging through sets of results" msgstr "" #: gnu/packages/perl.scm:2877 msgid "" "When searching through large amounts of data, it is often\n" "the case that a result set is returned that is larger than we want to display\n" "on one page. This results in wanting to page through various pages of data.\n" "The maths behind this is unfortunately fiddly, hence this module." msgstr "" #: gnu/packages/perl.scm:2909 msgid "" "@code{Data::Perl} is a container class for the following classes:\n" "@itemize\n" "@item @code{Data::Perl::Collection::Hash}\n" "@item @code{Data::Perl::Collection::Array}\n" "@item @code{Data::Perl::String}\n" "@item @code{Data::Perl::Number}\n" "@item @code{Data::Perl::Counter}\n" "@item @code{Data::Perl::Bool}\n" "@item @code{Data::Perl::Code}\n" "@end itemize" msgstr "" #: gnu/packages/perl.scm:2938 msgid "Colored pretty-print of Perl data structures and objects" msgstr "" #: gnu/packages/perl.scm:2939 msgid "" "Display Perl variables and objects on screen, properly\n" "formatted (to be inspected by a human)." msgstr "" #: gnu/packages/perl.scm:2961 msgid "Conditionally split data into records" msgstr "" #: gnu/packages/perl.scm:2962 msgid "" "This Perl module allows you to split data into records by\n" "not only specifying what you wish to split the data on, but also by specifying\n" "an \"unless\" regular expression. If the text in question matches the\n" "\"unless\" regex, it will not be split there. This allows us to do things\n" "like split on newlines unless newlines are embedded in quotes." msgstr "" #: gnu/packages/perl.scm:2989 msgid "Read multiple hunks of data out of your DATA section" msgstr "" #: gnu/packages/perl.scm:2990 msgid "" "This package provides a Perl library to read multiple hunks\n" "of data out of your DATA section." msgstr "" #: gnu/packages/perl.scm:3009 msgid "Read data from __DATA__" msgstr "" #: gnu/packages/perl.scm:3011 msgid "" "Data::Section::Simple is a simple module to extract data from __DATA__\n" "section of the file." msgstr "" #: gnu/packages/perl.scm:3031 msgid "Structured tags datastructures" msgstr "" #: gnu/packages/perl.scm:3033 msgid "" "This module is for manipulating data as hierarchical tag/value\n" "pairs (Structured TAGs or Simple Tree AGgregates). These datastructures can\n" "be represented as nested arrays, which have the advantage of being native to\n" "Perl." msgstr "" #: gnu/packages/perl.scm:3058 msgid "N at a time iteration API" msgstr "" #: gnu/packages/perl.scm:3059 msgid "" "This module tries to find middle ground between one at a\n" "time and all at once processing of data sets. The purpose of this module is\n" "to avoid the overhead of implementing an iterative api when this isn't\n" "necessary, without breaking forward compatibility in case that becomes\n" "necessary later on." msgstr "" #: gnu/packages/perl.scm:3083 msgid "Dynamic generation of nested combinations of variants" msgstr "" #: gnu/packages/perl.scm:3084 msgid "" "Data::Tumbler - Dynamic generation of nested combinations of\n" "variants." msgstr "" #: gnu/packages/perl.scm:3107 msgid "Visitor style traversal of Perl data structures" msgstr "" #: gnu/packages/perl.scm:3108 msgid "" "This module is a simple visitor implementation for Perl\n" "values. It has a main dispatcher method, visit, which takes a single perl\n" "value and then calls the methods appropriate for that value. It can\n" "recursively map (cloning as necessary) or just traverse most structures, with\n" "support for per-object behavior, circular structures, visiting tied\n" "structures, and all ref types (hashes, arrays, scalars, code, globs)." msgstr "" #: gnu/packages/perl.scm:3132 msgid "Gregorian calendar date calculations" msgstr "" #: gnu/packages/perl.scm:3133 msgid "" "This package consists of a Perl module for date calculations\n" "based on the Gregorian calendar, thereby complying with all relevant norms and\n" "standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where\n" "applicable)." msgstr "" #: gnu/packages/perl.scm:3155 msgid "XS wrapper for Date::Calc" msgstr "" #: gnu/packages/perl.scm:3156 msgid "" "Date::Calc::XS is an XS wrapper and C library plug-in for\n" "Date::Calc." msgstr "" #: gnu/packages/perl.scm:3178 msgid "Date manipulation routines" msgstr "" #: gnu/packages/perl.scm:3179 msgid "" "Date::Manip is a series of modules for common date/time\n" "operations, such as comparing two times, determining a date a given amount of\n" "time from another, or parsing international times." msgstr "" #: gnu/packages/perl.scm:3199 msgid "Work with a range of dates" msgstr "" #: gnu/packages/perl.scm:3201 msgid "" "@code{Date::Range} is a library to work with date ranges. It can\n" "be used to determine whether a given date is in a particular range, or what\n" "the overlap between two ranges are." msgstr "" #: gnu/packages/perl.scm:3220 msgid "Simple date handling" msgstr "" #: gnu/packages/perl.scm:3221 msgid "" "Dates are complex enough without times and timezones. This\n" "module may be used to create simple date objects. It handles validation,\n" "interval arithmetic, and day-of-week calculation. It does not deal with\n" "hours, minutes, seconds, and time zones." msgstr "" #: gnu/packages/perl.scm:3247 msgid "Date and time object for Perl" msgstr "" #: gnu/packages/perl.scm:3248 msgid "" "DateTime is a class for the representation of date/time\n" "combinations. It represents the Gregorian calendar, extended backwards in\n" "time before its creation (in 1582)." msgstr "" #: gnu/packages/perl.scm:3269 msgid "Dates in the Julian calendar" msgstr "" #: gnu/packages/perl.scm:3270 msgid "" "This package is a companion module to @code{DateTime.pm}.\n" "It implements the Julian calendar. It supports everything that\n" "@code{DateTime.pm} supports and more: about one day per century more, to be\n" "precise." msgstr "" #: gnu/packages/perl.scm:3294 msgid "DateTime set objects" msgstr "" #: gnu/packages/perl.scm:3295 msgid "" "The DateTime::Set module provides a date/time sets\n" "implementation. It allows, for example, the generation of groups of dates,\n" "like \"every wednesday\", and then find all the dates matching that pattern,\n" "within a time range." msgstr "" #: gnu/packages/perl.scm:3317 msgid "DateTime rfc2445 recurrences" msgstr "" #: gnu/packages/perl.scm:3318 msgid "" "This module provides convenience methods that let you easily\n" "create DateTime::Set objects for RFC 2445 style recurrences." msgstr "" #: gnu/packages/perl.scm:3338 msgid "DateTime::Set extension for basic recurrences" msgstr "" #: gnu/packages/perl.scm:3339 msgid "" "This module provides convenience methods that let you easily\n" "create DateTime::Set objects for various recurrences, such as \"once a month\"\n" "or \"every day\". You can also create more complicated recurrences, such as\n" "\"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM\"." msgstr "" #: gnu/packages/perl.scm:3362 msgid "Create DateTime parser classes and objects" msgstr "" #: gnu/packages/perl.scm:3363 msgid "" "DateTime::Format::Builder creates DateTime parsers. Many\n" "string formats of dates and times are simple and just require a basic regular\n" "expression to extract the relevant information. Builder provides a simple way\n" "to do this without writing reams of structural code." msgstr "" #: gnu/packages/perl.scm:3387 msgid "Parse date and time strings" msgstr "" #: gnu/packages/perl.scm:3388 msgid "" "DateTime::Format::Flexible attempts to take any string you\n" "give it and parse it into a DateTime object." msgstr "" #: gnu/packages/perl.scm:3411 msgid "Parse and format iCal datetime and duration strings" msgstr "" #: gnu/packages/perl.scm:3412 msgid "" "This module understands the ICal date/time and duration\n" "formats, as defined in RFC 2445. It can be used to parse these formats in\n" "order to create the appropriate objects." msgstr "" #: gnu/packages/perl.scm:3437 msgid "Parse ISO8601 date and time formats" msgstr "" #: gnu/packages/perl.scm:3438 msgid "" "@code{DateTime::Format::ISO8601} is a DateTime\n" "extension that parses almost all ISO8601 date and time formats." msgstr "" #: gnu/packages/perl.scm:3466 msgid "Machine-readable date/time with natural parsing" msgstr "" #: gnu/packages/perl.scm:3467 msgid "" "DateTime::Format::Natural takes a string with a human\n" "readable date/time and creates a machine readable one by applying natural\n" "parsing logic." msgstr "" #: gnu/packages/perl.scm:3493 msgid "Parse and format strp and strf time patterns" msgstr "" #: gnu/packages/perl.scm:3494 msgid "" "This module implements most of `strptime(3)`, the POSIX\n" "function that is the reverse of `strftime(3)`, for `DateTime`. While\n" "`strftime` takes a `DateTime` and a pattern and returns a string, `strptime`\n" "takes a string and a pattern and returns the `DateTime` object associated." msgstr "" #: gnu/packages/perl.scm:3526 msgid "Localization support for DateTime.pm" msgstr "" #: gnu/packages/perl.scm:3527 msgid "" "The DateTime::Locale modules provide localization data for\n" "the DateTime.pm class." msgstr "" #: gnu/packages/perl.scm:3567 msgid "Time zone object for Perl" msgstr "" #: gnu/packages/perl.scm:3568 msgid "" "This class is the base class for all time zone objects. A\n" "time zone is represented internally as a set of observances, each of which\n" "describes the offset from GMT for a given time period. Note that without the\n" "DateTime module, this module does not do much. It's primary interface is\n" "through a DateTime object, and most users will not need to directly use\n" "DateTime::TimeZone methods." msgstr "" #: gnu/packages/perl.scm:3596 msgid "Parse date/time strings" msgstr "" #: gnu/packages/perl.scm:3597 msgid "" "DateTimeX::Easy uses a variety of DateTime::Format packages\n" "to create DateTime objects, with some custom tweaks to smooth out the rough\n" "edges (mainly concerning timezone detection and selection)." msgstr "" #: gnu/packages/perl.scm:3617 msgid "Convert between DateTime and RFC2822/822 formats" msgstr "" #: gnu/packages/perl.scm:3618 msgid "" "RFCs 2822 and 822 specify date formats to be used by email.\n" "This module parses and emits such dates." msgstr "" #: gnu/packages/perl.scm:3639 msgid "Parse and format W3CDTF datetime strings" msgstr "" #: gnu/packages/perl.scm:3641 msgid "" "This module understands the W3CDTF date/time format, an ISO 8601 profile,\n" "defined at https://www.w3.org/TR/NOTE-datetime. This format is the native date\n" "format of RSS 1.0. It can be used to parse these formats in order to create\n" "the appropriate objects." msgstr "" #: gnu/packages/perl.scm:3666 msgid "Custom op checking attached to subroutines" msgstr "" #: gnu/packages/perl.scm:3667 msgid "" "This module makes some new features of the Perl\n" "5.14.0 C API available to XS modules running on older versions of\n" "Perl. The features are centred around the function\n" "@code{cv_set_call_checker}, which allows XS code to attach a magical\n" "annotation to a Perl subroutine, resulting in resolvable calls to that\n" "subroutine being mutated at compile time by arbitrary C code. This\n" "module makes @code{cv_set_call_checker} and several supporting\n" "functions available." msgstr "" #: gnu/packages/perl.scm:3693 msgid "Meatier version of caller" msgstr "" #: gnu/packages/perl.scm:3694 msgid "Devel::Caller provides meatier version of caller." msgstr "" #: gnu/packages/perl.scm:3712 msgid "Check that a command is available" msgstr "" #: gnu/packages/perl.scm:3713 msgid "" "Devel::CheckBin is a perl module that checks whether a\n" "particular command is available." msgstr "" #: gnu/packages/perl.scm:3732 msgid "Check that a library is available" msgstr "" #: gnu/packages/perl.scm:3734 msgid "" "@code{Devel::CheckLib} is a Perl module that checks whether a particular\n" "C library and its headers are available. You can also check for the presence of\n" "particular functions in a library, or even that those functions return\n" "particular results." msgstr "" #: gnu/packages/perl.scm:3755 msgid "Check compiler availability" msgstr "" #: gnu/packages/perl.scm:3756 msgid "" "@code{Devel::CheckCompiler} is a tiny module to check\n" "whether a compiler is available. It can test for a C99 compiler, or\n" "you can tell it to compile a C source file with optional linker flags." msgstr "" #: gnu/packages/perl.scm:3778 msgid "Find memory cycles in objects" msgstr "" #: gnu/packages/perl.scm:3780 msgid "" "@code{Devel::Cycle} This is a tool for finding circular references in\n" "objects and other types of references. Because of Perl's reference-count\n" "based memory management, circular references will cause memory leaks." msgstr "" #: gnu/packages/perl.scm:3801 msgid "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls" msgstr "" #: gnu/packages/perl.scm:3802 msgid "" "Devel::GlobalDestruction provides a function returning the\n" "equivalent of \"$@{^GLOBAL_PHASE@} eq 'DESTRUCT'\" for older perls." msgstr "" #: gnu/packages/perl.scm:3821 msgid "Forces the unavailability of specified Perl modules (for testing)" msgstr "" #: gnu/packages/perl.scm:3822 msgid "" "Given a list of Perl modules/filenames, this module makes\n" "@code{require} and @code{use} statements fail (no matter whether the specified\n" "files/modules are installed or not)." msgstr "" #: gnu/packages/perl.scm:3841 msgid "Utility for looking for perl objects that are not reclaimed" msgstr "" #: gnu/packages/perl.scm:3843 msgid "" "This module provides a basic way to discover if a piece of perl code is\n" "allocating perl data and not releasing them again." msgstr "" #: gnu/packages/perl.scm:3863 msgid "Alias lexical variables" msgstr "" #: gnu/packages/perl.scm:3864 msgid "" "Devel::LexAlias provides the ability to alias a lexical\n" "variable in a subroutines scope to one of your choosing." msgstr "" #: gnu/packages/perl.scm:3886 msgid "Introspect overloaded operators" msgstr "" #: gnu/packages/perl.scm:3887 msgid "" "Devel::OverloadInfo returns information about overloaded\n" "operators for a given class (or object), including where in the inheritance\n" "hierarchy the overloads are declared and where the code implementing it is." msgstr "" #: gnu/packages/perl.scm:3910 msgid "Partial dumping of data structures" msgstr "" #: gnu/packages/perl.scm:3911 msgid "" "This module is a data dumper optimized for logging of\n" "arbitrary parameters." msgstr "" #: gnu/packages/perl.scm:3928 msgid "Object representing a stack trace" msgstr "" #: gnu/packages/perl.scm:3929 msgid "" "The Devel::StackTrace module contains two classes,\n" "Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the\n" "information that can be retrieved via Perl's caller() function, as well as\n" "providing a simple interface to this data." msgstr "" #: gnu/packages/perl.scm:3951 msgid "Displays stack trace in HTML" msgstr "" #: gnu/packages/perl.scm:3952 msgid "" "Devel::StackTrace::AsHTML adds as_html method to\n" "Devel::StackTrace which displays the stack trace in beautiful HTML, with code\n" "snippet context and function parameters. If you call it on an instance of\n" "Devel::StackTrace::WithLexicals, you even get to see the lexical variables of\n" "each stack frame." msgstr "" #: gnu/packages/perl.scm:3973 msgid "Dump symbol names or the symbol table" msgstr "" #: gnu/packages/perl.scm:3974 msgid "Devel::Symdump provides access to the perl symbol table." msgstr "" #: gnu/packages/perl.scm:3991 msgid "Generic CRC functions" msgstr "" #: gnu/packages/perl.scm:3992 msgid "" "The @code{Digest::CRC} module calculates CRC sums of\n" "all sorts. It contains wrapper functions with the correct parameters\n" "for CRC-CCITT, CRC-16 and CRC-32." msgstr "" #: gnu/packages/perl.scm:4010 msgid "Keyed-Hashing for Message Authentication" msgstr "" #: gnu/packages/perl.scm:4011 msgid "" "The Digest::HMAC module follows the common Digest::\n" "interface for the RFC 2104 HMAC mechanism." msgstr "" #: gnu/packages/perl.scm:4030 msgid "Interface to the MD4 Algorithm" msgstr "" #: gnu/packages/perl.scm:4031 msgid "" "The @code{Digest::MD4} module allows you to use the\n" "RSA Data Security Inc.@: MD4 Message Digest algorithm from within Perl\n" "programs. The algorithm takes as input a message of arbitrary length\n" "and produces as output a 128-bit \"fingerprint\" or \"message digest\"\n" "of the input. MD4 is described in RFC 1320." msgstr "" #: gnu/packages/perl.scm:4051 msgid "Perl interface to the MD-5 algorithm" msgstr "" #: gnu/packages/perl.scm:4053 msgid "" "The @code{Digest::MD5} module allows you to use the MD5 Message Digest\n" "algorithm from within Perl programs. The algorithm takes as\n" "input a message of arbitrary length and produces as output a\n" "128-bit \"fingerprint\" or \"message digest\" of the input." msgstr "" #: gnu/packages/perl.scm:4077 msgid "Perl extension for SHA-1/224/256/384/512" msgstr "" #: gnu/packages/perl.scm:4079 msgid "" "The @code{Digest::SHA} Perl module implements the hash functions\n" "of the SHA family. It also provides the @code{shasum} binary." msgstr "" #: gnu/packages/perl.scm:4095 msgid "Perl implementation of the SHA-1 message digest algorithm" msgstr "" #: gnu/packages/perl.scm:4097 msgid "" "This package provides @code{Digest::SHA1}, an implementation of the NIST\n" "SHA-1 message digest algorithm for use by Perl programs." msgstr "" #: gnu/packages/perl.scm:4118 msgid "Declare version conflicts for your dist" msgstr "" #: gnu/packages/perl.scm:4119 msgid "" "This module allows you to specify conflicting versions of\n" "modules separately and deal with them after the module is done installing." msgstr "" #: gnu/packages/perl.scm:4140 msgid "Deconstructed dynamic C library loading" msgstr "" #: gnu/packages/perl.scm:4141 msgid "" "This module provides a function-based interface to\n" "dynamic loading as used by Perl. Some details of dynamic loading are\n" "very platform-dependent, so correct use of these functions requires\n" "the programmer to be mindfulof the space of platform variations." msgstr "" #: gnu/packages/perl.scm:4160 msgid "Character encodings in Perl" msgstr "" #: gnu/packages/perl.scm:4161 msgid "" "Encode module provides the interface between Perl strings and\n" "the rest of the system. Perl strings are sequences of characters." msgstr "" #: gnu/packages/perl.scm:4181 msgid "Detect the encoding of data" msgstr "" #: gnu/packages/perl.scm:4182 msgid "" "This package provides a class @code{Encode::Detect} to detect\n" "the encoding of data." msgstr "" #: gnu/packages/perl.scm:4200 msgid "ASCII mapping for eucJP encoding" msgstr "" #: gnu/packages/perl.scm:4201 msgid "" "This package provides an ASCII mapping for the eucJP\n" "encoding." msgstr "" #: gnu/packages/perl.scm:4219 msgid "JIS X 0212 (aka JIS 2000) encodings" msgstr "" #: gnu/packages/perl.scm:4220 msgid "" "This package provides encodings for JIS X 0212, which is\n" "also known as JIS 2000." msgstr "" #: gnu/packages/perl.scm:4243 msgid "Additional Chinese encodings" msgstr "" #: gnu/packages/perl.scm:4244 msgid "" "This Perl module provides Chinese encodings that are not\n" "part of Perl by default, including \"BIG5-1984\", \"BIG5-2003\", \"BIG5PLUS\",\n" "\"BIG5EXT\", \"CCCII\", \"EUC-TW\", \"CNS11643-*\", \"GB18030\", and\n" "\"UNISYS\"." msgstr "" #: gnu/packages/perl.scm:4266 msgid "Advanced operations on path variables" msgstr "" #: gnu/packages/perl.scm:4267 msgid "" "@code{Env::Path} presents an object-oriented interface to\n" "path variables, defined as that subclass of environment variables which name\n" "an ordered list of file system elements separated by a platform-standard\n" "separator." msgstr "" #: gnu/packages/perl.scm:4287 msgid "OO-ish Error/Exception handling for Perl" msgstr "" #: gnu/packages/perl.scm:4288 msgid "" "The Error package provides two interfaces. Firstly Error\n" "provides a procedural interface to exception handling. Secondly Error is a\n" "base class for errors/exceptions that can either be thrown, for subsequent\n" "catch, or can simply be recorded." msgstr "" #: gnu/packages/perl.scm:4312 msgid "Safely and cleanly create closures via string eval" msgstr "" #: gnu/packages/perl.scm:4313 msgid "" "String eval is often used for dynamic code generation. For\n" "instance, Moose uses it heavily, to generate inlined versions of accessors and\n" "constructors, which speeds code up at runtime by a significant amount. String\n" "eval is not without its issues however - it's difficult to control the scope\n" "it's used in (which determines which variables are in scope inside the eval),\n" "and it's easy to miss compilation errors, since eval catches them and sticks\n" "them in $@@ instead. This module attempts to solve these problems. It\n" "provides an eval_closure function, which evals a string in a clean\n" "environment, other than a fixed list of specified variables. Compilation\n" "errors are rethrown automatically." msgstr "" #: gnu/packages/perl.scm:4353 msgid "Lexical scope evaluation library for Perl" msgstr "" #: gnu/packages/perl.scm:4354 msgid "" "The Eval::WithLexicals Perl library provides support for\n" "lexical scope evaluation. This package also includes the @command{tinyrepl}\n" "command, which can be used as a minimal Perl read-eval-print loop (REPL)." msgstr "" #: gnu/packages/perl.scm:4375 msgid "Allows you to declare real exception classes in Perl" msgstr "" #: gnu/packages/perl.scm:4376 msgid "" "Exception::Class allows you to declare exception hierarchies\n" "in your modules in a \"Java-esque\" manner." msgstr "" #: gnu/packages/perl.scm:4397 msgid "Default import method for modules" msgstr "" #: gnu/packages/perl.scm:4398 msgid "" "Exporter implements an import method which allows a module to\n" "export functions and variables to its users' namespaces. Many modules use\n" "Exporter rather than implementing their own import method because Exporter\n" "provides a highly flexible interface, with an implementation optimised for the\n" "common case." msgstr "" #: gnu/packages/perl.scm:4417 msgid "Lightweight exporting of functions and variables" msgstr "" #: gnu/packages/perl.scm:4419 msgid "" "Exporter::Lite is an alternative to Exporter, intended to provide a\n" "lightweight subset of the most commonly-used functionality. It supports\n" "import(), @@EXPORT and @@EXPORT_OK and not a whole lot else." msgstr "" #: gnu/packages/perl.scm:4438 msgid "Exporter with the features of Sub::Exporter but only core dependencies" msgstr "" #: gnu/packages/perl.scm:4439 msgid "" "Exporter::Tiny supports many of Sub::Exporter's\n" "external-facing features including renaming imported functions with the `-as`,\n" "`-prefix` and `-suffix` options; explicit destinations with the `into` option;\n" "and alternative installers with the `installler` option. But it's written in\n" "only about 40% as many lines of code and with zero non-core dependencies." msgstr "" #: gnu/packages/perl.scm:4460 msgid "Utilities to write and check a MANIFEST file" msgstr "" #: gnu/packages/perl.scm:4461 msgid "" "This package contains functions to manipulate a MANIFEST\n" "file. The package exports no functions by default. The following are exported\n" "on request: mkmanifest, manifind, manicheck, filecheck, fullcheck, skipcheck,\n" "maniread, maniskip, manicopy, maniadd." msgstr "" #: gnu/packages/perl.scm:4483 msgid "Build.PL install path logic made easy" msgstr "" #: gnu/packages/perl.scm:4484 msgid "" "This module tries to make install path resolution as easy as\n" "possible." msgstr "" #: gnu/packages/perl.scm:4502 msgid "Wrapper for perl's configuration" msgstr "" #: gnu/packages/perl.scm:4503 msgid "" "ExtUtils::Config is an abstraction around the %Config hash.\n" "By itself it is not a particularly interesting module by any measure, however\n" "it ties together a family of modern toolchain modules." msgstr "" #: gnu/packages/perl.scm:4529 msgid "Tool for guessing C++ compiler and flags" msgstr "" #: gnu/packages/perl.scm:4530 msgid "" "ExtUtils::CppGuess attempts to guess the C++ compiler that\n" "is compatible with the C compiler used to build perl." msgstr "" #: gnu/packages/perl.scm:4549 msgid "Easily build XS extensions that depend on XS extensions" msgstr "" #: gnu/packages/perl.scm:4551 msgid "" "This module tries to make it easy to build Perl extensions that use\n" "functions and typemaps provided by other perl extensions. This means that a\n" "perl extension is treated like a shared library that provides also a C and an\n" "XS interface besides the perl one." msgstr "" #: gnu/packages/perl.scm:4571 msgid "Various portability utilities for module builders" msgstr "" #: gnu/packages/perl.scm:4572 msgid "" "This module provides various portable helper functions for\n" "module building modules." msgstr "" #: gnu/packages/perl.scm:4592 msgid "Tool to build C libraries" msgstr "" #: gnu/packages/perl.scm:4593 msgid "" "Some Perl modules need to ship C libraries together with\n" "their Perl code. Although there are mechanisms to compile and link (or glue)\n" "C code in your Perl programs, there isn't a clear method to compile standard,\n" "self-contained C libraries. This module main goal is to help in that task." msgstr "" #: gnu/packages/perl.scm:4616 msgid "Module to convert Perl XS code into C code" msgstr "" #: gnu/packages/perl.scm:4617 msgid "" "The package contains the ExtUtils::ParseXS module to\n" "convert Perl XS code into C code, the ExtUtils::Typemaps module to\n" "handle Perl/XS typemap files, and their submodules." msgstr "" #: gnu/packages/perl.scm:4664 msgid "Simplistic interface to pkg-config" msgstr "" #: gnu/packages/perl.scm:4666 msgid "" "@code{ExtUtils::PkgConfig} is a very simplistic interface to the\n" "@command{pkg-config} utility, intended for use in the @file{Makefile.PL}\n" "of perl extensions which bind libraries that @command{pkg-config} knows.\n" "It is really just boilerplate code that you would have written yourself." msgstr "" #: gnu/packages/perl.scm:4714 msgid "Set of useful typemaps" msgstr "" #: gnu/packages/perl.scm:4715 msgid "" "The package provides a number of useful typemaps as\n" "submodules of ExtUtils::Typemaps." msgstr "" #: gnu/packages/perl.scm:4738 msgid "XS for C++" msgstr "" #: gnu/packages/perl.scm:4739 msgid "" "This module implements the Perl foreign function\n" "interface XS for C++; it is a thin layer over plain XS." msgstr "" #: gnu/packages/perl.scm:4767 msgid "Watch for changes to files" msgstr "" #: gnu/packages/perl.scm:4768 msgid "" "This module provides a class to monitor a directory for\n" "changes made to any file." msgstr "" #: gnu/packages/perl.scm:4788 msgid "Get directories of configuration files" msgstr "" #: gnu/packages/perl.scm:4789 msgid "" "This module is a helper for installing, reading and finding\n" "configuration file locations. @code{File::ConfigDir} is a module to help out\n" "when Perl modules (especially applications) need to read and store\n" "configuration files from more than one location." msgstr "" #: gnu/packages/perl.scm:4809 msgid "Recursively copy files and directories" msgstr "" #: gnu/packages/perl.scm:4810 msgid "" "This module has 3 functions: one to copy files only, one to\n" "copy directories only, and one to do either depending on the argument's\n" "type." msgstr "" #: gnu/packages/perl.scm:4831 msgid "Alternative interface to File::Find" msgstr "" #: gnu/packages/perl.scm:4832 msgid "" "File::Find::Rule is a friendlier interface to File::Find.\n" "It allows you to build rules which specify the desired files and\n" "directories." msgstr "" #: gnu/packages/perl.scm:4853 msgid "Common rules for searching for Perl things" msgstr "" #: gnu/packages/perl.scm:4854 msgid "" "File::Find::Rule::Perl provides methods for finding various\n" "types Perl-related files, or replicating search queries run on a distribution\n" "in various parts of the CPAN ecosystem." msgstr "" #: gnu/packages/perl.scm:4875 msgid "Matches patterns in a series of files" msgstr "" #: gnu/packages/perl.scm:4876 msgid "" "@code{File::Grep} provides similar functionality as perl's\n" "builtin @code{grep}, @code{map}, and @code{foreach} commands, but iterating\n" "over a passed filelist instead of arrays. While trivial, this module can\n" "provide a quick dropin when such functionality is needed." msgstr "" #: gnu/packages/perl.scm:4899 msgid "Find your home and other directories on any platform" msgstr "" #: gnu/packages/perl.scm:4900 msgid "" "File::HomeDir is a module for locating the directories that\n" "are @code{owned} by a user (typically your user) and to solve the various issues\n" "that arise trying to find them consistently across a wide variety of\n" "platforms." msgstr "" #: gnu/packages/perl.scm:4921 msgid "Create or remove directory trees" msgstr "" #: gnu/packages/perl.scm:4922 msgid "" "This module provide a convenient way to create directories\n" "of arbitrary depth and to delete an entire directory subtree from the\n" "file system." msgstr "" #: gnu/packages/perl.scm:4945 msgid "Change directory temporarily for a limited scope" msgstr "" #: gnu/packages/perl.scm:4946 msgid "" "@code{File::pushd} does a temporary @code{chdir} that is\n" "easily and automatically reverted, similar to @code{pushd} in some Unix\n" "command shells. It works by creating an object that caches the original\n" "working directory. When the object is destroyed, the destructor calls\n" "@code{chdir} to revert to the original working directory. By storing the\n" "object in a lexical variable with a limited scope, this happens automatically\n" "at the end of the scope." msgstr "" #: gnu/packages/perl.scm:4974 msgid "" "Perl extension for crawling directory trees and compiling\n" "lists of files" msgstr "" #: gnu/packages/perl.scm:4977 msgid "" "The File::List module crawls the directory tree starting at the\n" "provided base directory and can return files (and/or directories if desired)\n" "matching a regular expression." msgstr "" #: gnu/packages/perl.scm:4996 msgid "Lightweight, taint-safe file-finding Perl module" msgstr "" #: gnu/packages/perl.scm:4997 msgid "File::Next is a Perl CPAN module for finding files." msgstr "" #: gnu/packages/perl.scm:5016 msgid "Read a file backwards by lines" msgstr "" #: gnu/packages/perl.scm:5017 msgid "" "This module reads a file backwards line by line. It is\n" "simple to use, memory efficient and fast. It supports both an object and a\n" "tied handle interface.\n" "\n" "It is intended for processing log and other similar text files which typically\n" "have their newest entries appended to them. By default files are assumed to\n" "be plain text and have a line ending appropriate to the OS. But you can set\n" "the input record separator string on a per file basis." msgstr "" #: gnu/packages/perl.scm:5043 msgid "Remove files and directories in Perl" msgstr "" #: gnu/packages/perl.scm:5044 msgid "" "@code{File::Remove::remove} removes files and directories.\n" "It acts like @code{/bin/rm}, for the most part. Although @code{unlink} can be\n" "given a list of files, it will not remove directories; this module remedies\n" "that. It also accepts wildcards, * and ?, as arguments for file names." msgstr "" #: gnu/packages/perl.scm:5067 msgid "Locate per-dist and per-module shared files" msgstr "" #: gnu/packages/perl.scm:5068 msgid "" "The intent of File::ShareDir is to provide a companion to\n" "Class::Inspector and File::HomeDir. Quite often you want or need your Perl\n" "module to have access to a large amount of read-only data that is stored on\n" "the file-system at run-time. Once the files have been installed to the\n" "correct directory, you can use File::ShareDir to find your files again after\n" "the installation." msgstr "" #: gnu/packages/perl.scm:5089 msgid "Locate per-dist shared files" msgstr "" #: gnu/packages/perl.scm:5090 msgid "" "File::ShareDir::Dist finds share directories for\n" "distributions. It is a companion module to File::ShareDir." msgstr "" #: gnu/packages/perl.scm:5110 msgid "Install shared files" msgstr "" #: gnu/packages/perl.scm:5111 msgid "" "File::ShareDir::Install allows you to install read-only data\n" "files from a distribution. It is a companion module to File::ShareDir, which\n" "allows you to locate these files after installation." msgstr "" #: gnu/packages/perl.scm:5129 msgid "Reading/Writing/Modifying of complete files" msgstr "" #: gnu/packages/perl.scm:5130 msgid "" "File::Slurp provides subroutines to read or write entire\n" "files with a simple call. It also has a subroutine for reading the list of\n" "file names in a directory." msgstr "" #: gnu/packages/perl.scm:5155 msgid "Simple, sane and efficient module to slurp a file" msgstr "" #: gnu/packages/perl.scm:5156 msgid "" "This module provides functions for fast and correct file\n" "slurping and spewing. All functions are optionally exported." msgstr "" #: gnu/packages/perl.scm:5173 msgid "Simple file reader and writer" msgstr "" #: gnu/packages/perl.scm:5175 msgid "This module provides functions for fast reading and writing of files." msgstr "" #: gnu/packages/perl.scm:5191 msgid "Return name and handle of a temporary file safely" msgstr "" #: gnu/packages/perl.scm:5192 msgid "" "File::Temp can be used to create and open temporary files in\n" "a safe way." msgstr "" #: gnu/packages/perl.scm:5209 msgid "Portable implementation of the `which' utility" msgstr "" #: gnu/packages/perl.scm:5211 msgid "" "File::Which was created to be able to get the paths to executable\n" "programs on systems under which the `which' program wasn't implemented in the\n" "shell." msgstr "" #: gnu/packages/perl.scm:5233 msgid "Extended Unix style glob functionality" msgstr "" #: gnu/packages/perl.scm:5234 msgid "" "@code{File::Zglob} provides a traditional Unix @code{glob}\n" "functionality; it returns a list of file names that match the given pattern.\n" "For instance, it supports the @code{**/*.pm} form." msgstr "" #: gnu/packages/perl.scm:5255 msgid "Simple and dumb file system watcher" msgstr "" #: gnu/packages/perl.scm:5257 msgid "" "@code{Filesys::Notify::Simple} is a simple but unified interface to get\n" "notifications of changes to a given file system path. It uses inotify2 on\n" "Linux, fsevents on OS X, @code{kqueue} on FreeBSD, and\n" "@code{FindFirstChangeNotification} on Windows if they're installed, and falls\n" "back to a full directory scan if none of these are available." msgstr "" #: gnu/packages/perl.scm:5279 msgid "Perl module for reading script options and parameters from files" msgstr "" #: gnu/packages/perl.scm:5280 msgid "" "This module simply interpolates option file hints in @code{@@ARGV}\n" "by the contents of the pointed files. This enables option reading from files instead\n" "of or additional to the usual reading from the command line." msgstr "" #: gnu/packages/perl.scm:5298 msgid "Module to handle parsing command line options" msgstr "" #: gnu/packages/perl.scm:5299 msgid "" "The @code{Getopt::Long} module implements an extended getopt\n" "function called @code{GetOptions()}. It parses the command line from\n" "@code{ARGV}, recognizing and removing specified options and their possible\n" "values.\n" "\n" "This function adheres to the POSIX syntax for command line options, with GNU\n" "extensions. In general, this means that options have long names instead of\n" "single letters, and are introduced with a double dash \"--\". Support for\n" "bundling of command line options, as was the case with the more traditional\n" "single-letter approach, is provided but not enabled by default." msgstr "" #: gnu/packages/perl.scm:5330 msgid "Getopt::Long, but simpler and more powerful" msgstr "" #: gnu/packages/perl.scm:5331 msgid "" "Getopt::Long::Descriptive is yet another Getopt library.\n" "It's built atop Getopt::Long, and gets a lot of its features, but tries to\n" "avoid making you think about its huge array of options. It also provides\n" "usage (help) messages, data validation, and a few other useful features." msgstr "" #: gnu/packages/perl.scm:5349 msgid "Table-driven argument parsing for Perl" msgstr "" #: gnu/packages/perl.scm:5351 msgid "" "Getopt::Tabular is a Perl 5 module for table-driven argument parsing,\n" "vaguely inspired by John Ousterhout's Tk_ParseArgv." msgstr "" #: gnu/packages/perl.scm:5369 msgid "Perl bindings for POSIX i18n gettext functions" msgstr "" #: gnu/packages/perl.scm:5371 msgid "" "Locale::gettext provides an object oriented interface to the\n" "internationalization functions provided by the C library." msgstr "" #: gnu/packages/perl.scm:5391 msgid "Graph data structures and algorithms" msgstr "" #: gnu/packages/perl.scm:5392 msgid "" "This is @code{Graph}, a Perl module for dealing with graphs,\n" "the abstract data structures." msgstr "" #: gnu/packages/perl.scm:5409 msgid "Safe cleanup blocks implemented as guards" msgstr "" #: gnu/packages/perl.scm:5410 msgid "" "@code{Guard} implements so-called @dfn{guards}. A guard is\n" "something (usually an object) that \"guards\" a resource, ensuring that it is\n" "cleaned up when expected.\n" "\n" "Specifically, this module supports two different types of guards: guard\n" "objects, which execute a given code block when destroyed, and scoped guards,\n" "which are tied to the scope exit." msgstr "" #: gnu/packages/perl.scm:5445 msgid "Lightweight field hash for inside-out objects" msgstr "" #: gnu/packages/perl.scm:5446 msgid "" "@code{Hash::FieldHash} provides the field hash mechanism\n" "which supports the inside-out technique. It is an alternative to\n" "@code{Hash::Util::FieldHash} with a simpler interface, higher performance, and\n" "relic support." msgstr "" #: gnu/packages/perl.scm:5470 msgid "Merge arbitrarily deep hashes into a single hash" msgstr "" #: gnu/packages/perl.scm:5471 msgid "" "Hash::Merge merges two arbitrarily deep hashes into a single\n" "hash. That is, at any level, it will add non-conflicting key-value pairs from\n" "one hash to the other, and follows a set of specific rules when there are key\n" "value conflicts. The hash is followed recursively, so that deeply nested\n" "hashes that are at the same level will be merged when the parent hashes are\n" "merged." msgstr "" #: gnu/packages/perl.scm:5493 msgid "Store multiple values per key" msgstr "" #: gnu/packages/perl.scm:5494 msgid "" "Hash::MultiValue is an object (and a plain hash reference)\n" "that may contain multiple values per key, inspired by MultiDict of WebOb." msgstr "" #: gnu/packages/perl.scm:5512 msgid "Lexically scoped subroutine wrappers" msgstr "" #: gnu/packages/perl.scm:5514 msgid "" "Hook::LexWrap allows you to install a pre- or post-wrapper (or\n" "both) around an existing subroutine. Unlike other modules that\n" "provide this capacity (e.g., Hook::PreAndPost and Hook::WrapSub),\n" "Hook::LexWrap implements wrappers in such a way that the standard\n" "caller function works correctly within the wrapped subroutine." msgstr "" #: gnu/packages/perl.scm:5535 msgid "Alternative but compatible interface to modules that export symbols" msgstr "" #: gnu/packages/perl.scm:5536 msgid "" "This module acts as a layer between Exporter and modules which\n" "consume exports. It is feature-compatible with Exporter, plus some much needed\n" "extras. You can use this to import symbols from any exporter that follows\n" "Exporters specification. The exporter modules themselves do not need to use or\n" "inherit from the Exporter module, they just need to set @@EXPORT and/or other\n" "variables." msgstr "" #: gnu/packages/perl.scm:5560 msgid "Import packages into other packages" msgstr "" #: gnu/packages/perl.scm:5561 msgid "" "Writing exporters is a pain. Some use Exporter, some use\n" "Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ... and\n" "some things are pragmas. Exporting on someone else's behalf is harder. The\n" "exporters don't provide a consistent API for this, and pragmas need to have\n" "their import method called directly, since they effect the current unit of\n" "compilation. Import::Into provides global methods to make this painless." msgstr "" #: gnu/packages/perl.scm:5583 msgid "Use modules in inc/ if newer than installed" msgstr "" #: gnu/packages/perl.scm:5584 msgid "" "The inc::latest module helps bootstrap configure-time\n" "dependencies for CPAN distributions. These dependencies get bundled into the\n" "inc directory within a distribution and are used by Makefile.PL or Build.PL." msgstr "" #: gnu/packages/perl.scm:5603 msgid "Lexically warn about using the indirect method call syntax" msgstr "" #: gnu/packages/perl.scm:5605 msgid "Indirect warns about using the indirect method call syntax." msgstr "" #: gnu/packages/perl.scm:5625 msgid "Write Perl subroutines in other programming languages" msgstr "" #: gnu/packages/perl.scm:5626 msgid "" "The @code{Inline} module allows you to put source code\n" "from other programming languages directly (inline) in a Perl script or\n" "module. The code is automatically compiled as needed, and then loaded\n" "for immediate access from Perl." msgstr "" #: gnu/packages/perl.scm:5663 msgid "C Language Support for Inline" msgstr "" #: gnu/packages/perl.scm:5664 msgid "" "The @code{Inline::C} module allows you to write Perl\n" "subroutines in C. Since version 0.30 the @code{Inline} module supports\n" "multiple programming languages and each language has its own support module.\n" "This document describes how to use Inline with the C programming language.\n" "It also goes a bit into Perl C internals." msgstr "" #: gnu/packages/perl.scm:5689 msgid "@code{IO::All} to Larry Wall!" msgstr "" #: gnu/packages/perl.scm:5690 msgid "" "@code{IO::All} combines all of the best Perl IO modules into\n" "a single nifty object oriented interface to greatly simplify your everyday\n" "Perl IO idioms. It exports a single function called io, which returns a new\n" "@code{IO::All} object. And that object can do it all!" msgstr "" #: gnu/packages/perl.scm:5711 msgid "Capture STDOUT and STDERR from Perl code, subprocesses or XS" msgstr "" #: gnu/packages/perl.scm:5712 msgid "" "@code{IO::CaptureOutput} provides routines for capturing\n" "@code{STDOUT} and @code{STDERR} from perl subroutines, forked system\n" "calls (e.g. @code{system()}, @code{fork()}) and from XS or C modules.\n" "\n" "This module is no longer recommended by its maintainer. Users are advised to\n" "try @code{Capture::Tiny} instead." msgstr "" #: gnu/packages/perl.scm:5733 msgid "Utilities for interactive I/O" msgstr "" #: gnu/packages/perl.scm:5734 msgid "" "This module provides three utility subroutines that make it\n" "easier to develop interactive applications: is_interactive(), interactive(),\n" "and busy()." msgstr "" #: gnu/packages/perl.scm:5767 msgid "Select a pager and pipe text to it" msgstr "" #: gnu/packages/perl.scm:5769 msgid "" "@code{IO::Pager} can be used to locate an available pager and use it to\n" "display output if a TTY is in use." msgstr "" #: gnu/packages/perl.scm:5787 msgid "Emulate file interface for in-core strings" msgstr "" #: gnu/packages/perl.scm:5788 msgid "" "IO::String is an IO::File (and IO::Handle) compatible class\n" "that reads or writes data from in-core strings." msgstr "" #: gnu/packages/perl.scm:5806 msgid "IO:: interface for reading/writing an array of lines" msgstr "" #: gnu/packages/perl.scm:5807 msgid "" "This toolkit primarily provides modules for performing both\n" "traditional and object-oriented i/o) on things *other* than normal\n" "filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines." msgstr "" #: gnu/packages/perl.scm:5825 msgid "Perl interface to pseudo ttys" msgstr "" #: gnu/packages/perl.scm:5827 msgid "" "This package provides the @code{IO::Pty} and @code{IO::Tty} Perl\n" "interfaces to pseudo ttys." msgstr "" #: gnu/packages/perl.scm:5844 msgid "Run interactive command-line programs" msgstr "" #: gnu/packages/perl.scm:5845 msgid "" "@code{IPC::Cmd} allows for the searching and execution of\n" "any binary on your system. It adheres to verbosity settings and is able to\n" "run interactively. It also has an option to capture output/error buffers." msgstr "" #: gnu/packages/perl.scm:5874 msgid "Run system() and background procs w/ piping, redirs, ptys" msgstr "" #: gnu/packages/perl.scm:5875 msgid "" "IPC::Run allows you run and interact with child processes\n" "using files, pipes, and pseudo-ttys. Both system()-style and scripted usages\n" "are supported and may be mixed. Likewise, functional and OO API styles are\n" "both supported and may be mixed." msgstr "" #: gnu/packages/perl.scm:5893 msgid "Run a subprocess with input/output redirection" msgstr "" #: gnu/packages/perl.scm:5895 msgid "" "The IPC::Run3 module allows you to run a subprocess and redirect stdin,\n" "stdout, and/or stderr to files and perl data structures. It aims to satisfy\n" "99% of the need for using system, qx, and open3 with a simple, extremely\n" "Perlish API and none of the bloat and rarely used features of IPC::Run." msgstr "" #: gnu/packages/perl.scm:5918 msgid "Lightweight interface to shared memory" msgstr "" #: gnu/packages/perl.scm:5919 msgid "" "IPC::ShareLite provides a simple interface to shared memory,\n" "allowing data to be efficiently communicated between processes." msgstr "" #: gnu/packages/perl.scm:5937 msgid "Run commands simply, with detailed diagnostics" msgstr "" #: gnu/packages/perl.scm:5938 msgid "" "Calling Perl's in-built @code{system} function is easy,\n" "determining if it was successful is hard. Let's face it, @code{$?} isn't the\n" "nicest variable in the world to play with, and even if you do check it,\n" "producing a well-formatted error string takes a lot of work.\n" "\n" "@code{IPC::System::Simple} takes the hard work out of calling external\n" "commands." msgstr "" #: gnu/packages/perl.scm:5963 msgid "JSON encoder/decoder for Perl" msgstr "" #: gnu/packages/perl.scm:5964 msgid "" "This module converts Perl data structures to JSON and vice\n" "versa using either JSON::XS or JSON::PP." msgstr "" #: gnu/packages/perl.scm:5987 msgid "Wrapper for Perl JSON classes" msgstr "" #: gnu/packages/perl.scm:5989 msgid "" "This module tries to provide a coherent API to bring together the\n" "various JSON modules currently on CPAN. This module will allow you to code to\n" "any JSON API and have it work regardless of which JSON module is actually\n" "installed." msgstr "" #: gnu/packages/perl.scm:6013 msgid "Cpanel::JSON::XS with fallback" msgstr "" #: gnu/packages/perl.scm:6014 msgid "" "This module first checks to see if either Cpanel::JSON::XS\n" "or JSON::XS is already loaded, in which case it uses that module. Otherwise\n" "it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and\n" "either uses the first module it finds or throws an error." msgstr "" #: gnu/packages/perl.scm:6038 msgid "JSON serialising/deserialising for Perl" msgstr "" #: gnu/packages/perl.scm:6061 msgid "Prevent leakage of lexical hints" msgstr "" #: gnu/packages/perl.scm:6063 msgid "Lexical::SealRequireHints prevents leakage of lexical hints" msgstr "" #: gnu/packages/perl.scm:6086 msgid "Use other catalog formats in Maketext" msgstr "" #: gnu/packages/perl.scm:6088 msgid "" "This module provides lexicon-handling modules to read from other\n" "localization formats, such as Gettext, Msgcat, and so on." msgstr "" #: gnu/packages/perl.scm:6105 msgid "Bringing loggers and listeners together" msgstr "" #: gnu/packages/perl.scm:6106 msgid "" "@code{Log::Any} provides a standard log production API for\n" "modules. @code{Log::Any::Adapter} allows applications to choose the mechanism\n" "for log consumption, whether screen, file or another logging mechanism like\n" "@code{Log::Dispatch} or @code{Log::Log4perl}.\n" "\n" "A CPAN module uses @code{Log::Any} to get a log producer object. An\n" "application, in turn, may choose one or more logging mechanisms via\n" "@code{Log::Any::Adapter}, or none at all.\n" "\n" "@code{Log::Any} has a very tiny footprint and no dependencies beyond Perl\n" "itself, which makes it appropriate for even small CPAN modules to use. It\n" "defaults to @code{null} logging activity, so a module can safely log without\n" "worrying about whether the application has chosen (or will ever choose) a\n" "logging mechanism." msgstr "" #: gnu/packages/perl.scm:6141 msgid "Log::Any adapter for Log::Log4perl" msgstr "" #: gnu/packages/perl.scm:6142 msgid "" "@code{Log::Any::Adapter::Log4perl} provides a\n" "@code{Log::Any} adapter using @code{Log::Log4perl} for logging." msgstr "" #: gnu/packages/perl.scm:6160 msgid "Powerful and flexible message logging mechanism" msgstr "" #: gnu/packages/perl.scm:6161 msgid "" "This package enables you to do generic message logging\n" "throughout programs and projects. Every message will be logged with\n" "stacktraces, timestamps and so on. You can use built-in handlers\n" "immediately, or after the fact when you inspect the error stack. It\n" "is highly configurable and lets you even provide your own handlers\n" "for dealing with messages." msgstr "" #: gnu/packages/perl.scm:6186 msgid "Simplified interface to @code{Log::Message}" msgstr "" #: gnu/packages/perl.scm:6187 msgid "" "This package provides a simplified frontend to\n" "@code{Log::Message}, offering most common use for logging, and easy access to\n" "the stack (in both raw and pretty-printable form)." msgstr "" #: gnu/packages/perl.scm:6209 msgid "Log4j implementation for Perl" msgstr "" #: gnu/packages/perl.scm:6210 msgid "" "@code{Log::Log4perl} lets you remote-control and fine-tune\n" "the logging behaviour of your system from the outside. It implements the\n" "widely popular (Java-based) Log4j logging package in pure Perl." msgstr "" #: gnu/packages/perl.scm:6230 msgid "Log::Report in the lightest form" msgstr "" #: gnu/packages/perl.scm:6232 msgid "" "This module allows libraries to have a dependency to a small module\n" "instead of the full Log-Report distribution. The full power of\n" "@code{Log::Report} is only released when the main program uses that module.\n" "In that case, the module using the @code{Optional} will also use the full\n" "@code{Log::Report}, otherwise the dressed-down @code{Log::Report::Minimal}\n" "version." msgstr "" #: gnu/packages/perl.scm:6256 msgid "Get messages to users and logs" msgstr "" #: gnu/packages/perl.scm:6258 msgid "" "@code{Log::Report} combines three tasks which are closely related in\n" "one: logging, exceptions, and translations." msgstr "" #: gnu/packages/perl.scm:6286 msgid "High-level interface to Uniforum message translation" msgstr "" #: gnu/packages/perl.scm:6287 msgid "" "This package is an internationalization library for Perl\n" "that aims to be compatible with the Uniforum message translations system as\n" "implemented for example in GNU gettext." msgstr "" #: gnu/packages/perl.scm:6307 msgid "Split text into sentences" msgstr "" #: gnu/packages/perl.scm:6309 msgid "" "The Lingua::EN::Sentence module contains the function get_sentences,\n" "which splits text into its constituent sentences, based on a regular\n" "expression and a list of abbreviations (built in and given)." msgstr "" #: gnu/packages/perl.scm:6340 msgid "Transliterate text between writing systems" msgstr "" #: gnu/packages/perl.scm:6341 msgid "" "@code{Lingua::Translit} can be used to convert text from one\n" "writing system to another, based on national or international transliteration\n" "tables. Where possible a reverse transliteration is supported." msgstr "" #: gnu/packages/perl.scm:6363 msgid "Scalable file change notification" msgstr "" #: gnu/packages/perl.scm:6364 msgid "" "This module implements an interface to the Linux 2.6.13 and\n" "later Inotify file change notification system." msgstr "" #: gnu/packages/perl.scm:6386 msgid "Combination of List::Util and List::MoreUtils" msgstr "" #: gnu/packages/perl.scm:6387 msgid "" "This module exports all of the functions that either\n" "List::Util or List::MoreUtils defines, with preference to List::Util." msgstr "" #: gnu/packages/perl.scm:6409 msgid "Compare elements of two or more lists" msgstr "" #: gnu/packages/perl.scm:6410 msgid "" "@code{List::Compare} provides a module to perform\n" "comparative operations on two or more lists. Provided operations include\n" "intersections, unions, unique elements, complements and many more." msgstr "" #: gnu/packages/perl.scm:6442 gnu/packages/perl.scm:6487 msgid "Provide the stuff missing in List::Util" msgstr "" #: gnu/packages/perl.scm:6443 msgid "" "List::MoreUtils provides some trivial but commonly needed\n" "functionality on lists which is not going to go into List::Util." msgstr "" #: gnu/packages/perl.scm:6462 msgid "Provide the stuff missing in List::Util in XS" msgstr "" #: gnu/packages/perl.scm:6463 msgid "" "@code{List::MoreUtils::XS} provides some trivial but\n" "commonly needed functionality on lists which is not going to go into\n" "@code{List::Util}." msgstr "" #: gnu/packages/perl.scm:6488 msgid "" "@code{List::SomeUtils} provides some trivial but commonly\n" "needed functionality on lists which is not going to go into @code{List::Util}.\n" "\n" "All of the below functions are implementable in only a couple of lines of Perl\n" "code. Using the functions from this module however should give slightly\n" "better performance as everything is implemented in C. The pure-Perl\n" "implementation of these functions only serves as a fallback in case the C\n" "portions of this module couldn't be compiled on this machine." msgstr "" #: gnu/packages/perl.scm:6517 msgid "Bundle of ancient email modules" msgstr "" #: gnu/packages/perl.scm:6518 msgid "" "MailTools contains the following modules:\n" "@table @asis\n" "@item Mail::Address\n" "Parse email address from a header line.\n" "@item Mail::Cap\n" "Interpret mailcap files: mappings of file-types to applications as used by\n" "many command-line email programs.\n" "@item Mail::Field\n" "Simplifies access to (some) email header fields. Used by Mail::Header.\n" "@item Mail::Filter\n" "Process Mail::Internet messages.\n" "@item Mail::Header\n" "Collection of Mail::Field objects, representing the header of a Mail::Internet\n" "object.\n" "@item Mail::Internet\n" "Represents a single email message, with header and body.\n" "@item Mail::Mailer\n" "Send Mail::Internet emails via direct smtp or local MTA's.\n" "@item Mail::Send\n" "Build a Mail::Internet object, and then send it out using Mail::Mailer.\n" "@item Mail::Util\n" "\"Smart functions\" you should not depend on.\n" "@end table" msgstr "" #: gnu/packages/perl.scm:6560 msgid "Simple platform independent mailer" msgstr "" #: gnu/packages/perl.scm:6561 msgid "" "Mail::Sendmail is a pure perl module that provides a\n" "simple means to send email from a perl script. The module only\n" "requires Perl5 and a network connection." msgstr "" #: gnu/packages/perl.scm:6580 msgid "Solution of bezier curves" msgstr "" #: gnu/packages/perl.scm:6581 msgid "" "This module implements the algorithm for the solution of Bezier\n" "curves as presented by Robert D Miller in Graphics Gems V, \"Quick and Simple\n" "Bezier Curve Drawing\"." msgstr "" #: gnu/packages/perl.scm:6600 msgid "Perl extension for rounding numbers" msgstr "" #: gnu/packages/perl.scm:6601 msgid "" "@code{Math::Round} provides functions to round numbers,\n" "both positive and negative, in various ways." msgstr "" #: gnu/packages/perl.scm:6619 msgid "Basic numeric stats on vectors" msgstr "" #: gnu/packages/perl.scm:6620 msgid "" "This package provides some basic statistics on numerical\n" "vectors. All the subroutines can take a reference to the vector to be\n" "operated on." msgstr "" #: gnu/packages/perl.scm:6639 msgid "Make functions faster by trading space for time" msgstr "" #: gnu/packages/perl.scm:6640 msgid "" "This package transparently speeds up functions by caching\n" "return values, trading space for time." msgstr "" #: gnu/packages/perl.scm:6658 msgid "Expiry plug-in for Memoize that adds LRU cache expiration" msgstr "" #: gnu/packages/perl.scm:6659 msgid "" "This module implements an expiry policy for Memoize that\n" "follows LRU semantics, that is, the last n results, where n is specified as\n" "the argument to the CACHESIZE parameter, will be cached." msgstr "" #: gnu/packages/perl.scm:6682 msgid "Tools to determine actual memory usage" msgstr "" #: gnu/packages/perl.scm:6684 msgid "" "This module lets you attempt to measure, from your operating system's\n" "perspective, how much memory a process is using at any given time." msgstr "" #: gnu/packages/perl.scm:6703 msgid "Encoding and decoding of base64 strings" msgstr "" #: gnu/packages/perl.scm:6704 msgid "" "MIME::Base64 module provides functions to encode and decode\n" "strings into and from the base64 encoding specified in RFC 2045 - MIME\n" "(Multipurpose Internet Mail Extensions). The base64 encoding is designed to\n" "represent arbitrary sequences of octets in a form that need not be humanly\n" "readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling\n" "6 bits to be represented per printable character." msgstr "" #: gnu/packages/perl.scm:6725 msgid "Charset information for MIME messages" msgstr "" #: gnu/packages/perl.scm:6727 msgid "" "@code{MIME::Charset} provides information about character sets used for\n" "MIME messages on Internet." msgstr "" #: gnu/packages/perl.scm:6754 msgid "Tools to manipulate MIME messages" msgstr "" #: gnu/packages/perl.scm:6756 msgid "" "MIME-tools is a collection of Perl5 MIME:: modules for parsing,\n" "decoding, and generating single- or multipart (even nested multipart) MIME\n" "messages." msgstr "" #: gnu/packages/perl.scm:6775 msgid "Definition of MIME types" msgstr "Definicja typów MIME" #: gnu/packages/perl.scm:6776 msgid "" "This module provides a list of known mime-types, combined\n" "from various sources. For instance, it contains all IANA types and the\n" "knowledge of Apache." msgstr "" #: gnu/packages/perl.scm:6797 msgid "Write your linewise code for handles; this does the rest" msgstr "" #: gnu/packages/perl.scm:6798 msgid "" "It's boring to deal with opening files for IO, converting\n" "strings to handle-like objects, and all that. With\n" "@code{Mixin::Linewise::Readers} and @code{Mixin::Linewise::Writers}, you can\n" "just write a method to handle handles, and methods for handling strings and\n" "file names are added for you." msgstr "" #: gnu/packages/perl.scm:6823 msgid "Enable all of the features of Modern Perl with one import" msgstr "" #: gnu/packages/perl.scm:6824 msgid "" "@code{Modern::Perl} provides a simple way to enable\n" "multiple, by now, standard libraries in a Perl program." msgstr "" #: gnu/packages/perl.scm:6848 msgid "Tiny replacement for Module::Build" msgstr "" #: gnu/packages/perl.scm:6849 msgid "" "Many Perl distributions use a Build.PL file instead of a\n" "Makefile.PL file to drive distribution configuration, build, test and\n" "installation. Traditionally, Build.PL uses Module::Build as the underlying\n" "build system. This module provides a simple, lightweight, drop-in\n" "replacement. Whereas Module::Build has over 6,700 lines of code; this module\n" "has less than 120, yet supports the features needed by most distributions." msgstr "" #: gnu/packages/perl.scm:6879 msgid "The module provides an XS++ enhanced flavour of Module::Build" msgstr "" #: gnu/packages/perl.scm:6880 msgid "" "This subclass of Module::Build adds some tools and\n" "processes to make it easier to use for wrapping C++ using XS++\n" "(ExtUtils::XSpp)." msgstr "" #: gnu/packages/perl.scm:6903 msgid "Module::Build class for building XS modules" msgstr "" #: gnu/packages/perl.scm:6905 msgid "" "@code{Module::Build::XSUtil} is subclass of @code{Module::Build}\n" "for support building XS modules.\n" "\n" "This is a list of a new parameters in the @code{Module::Build::new} method:\n" "\n" "@enumerate\n" "@item @code{needs_compiler_c99}: This option checks C99 compiler availability.\n" "@item @code{needs_compiler_cpp}: This option checks C++ compiler availability.\n" "Can also pass @code{extra_compiler_flags} and @code{extra_linker_flags} for C++.\n" "@item @code{generate_ppport_h}: Generate @file{ppport.h} by @code{Devel::PPPort}.\n" "@item @code{generate_xshelper_h}: Generate @file{xshelper.h} which is a helper\n" "header file to include @file{EXTERN.h}, @file{perl.h}, @file{XSUB.h} and\n" "@file{ppport.h}, and defines some portability stuff which are not supported by\n" "@file{ppport.h}.\n" "\n" "It is ported from @code{Module::Install::XSUtil}.\n" "@item @code{cc_warnings}: Toggle compiler warnings. Enabled by default.\n" "@item @code{-g options}: Invoke @file{Build.PL} with @code{-g} to enable\n" "debug options.\n" "@end enumerate" msgstr "" #: gnu/packages/perl.scm:6941 msgid "Find and use installed modules in a (sub)category" msgstr "" #: gnu/packages/perl.scm:6942 msgid "" "Module::Find lets you find and use modules in categories.\n" "This can be useful for auto-detecting driver or plugin modules. You can\n" "differentiate between looking in the category itself or in all\n" "subcategories." msgstr "" #: gnu/packages/perl.scm:6966 msgid "Loads alternate underlying implementations for a module" msgstr "" #: gnu/packages/perl.scm:6967 msgid "" "This module abstracts out the process of choosing one of\n" "several underlying implementations for a module. This can be used to provide\n" "XS and pure Perl implementations of a module, or it could be used to load an\n" "implementation for a given OS or any other case of needing to provide multiple\n" "implementations." msgstr "" #: gnu/packages/perl.scm:7005 msgid "Standalone, extensible Perl module installer" msgstr "" #: gnu/packages/perl.scm:7006 msgid "" "Module::Install is a package for writing installers for\n" "CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a\n" "strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl\n" "installation version 5.005 or newer." msgstr "" #: gnu/packages/perl.scm:7031 msgid "Parse and examine a Perl distribution @file{MANIFEST} file" msgstr "" #: gnu/packages/perl.scm:7033 msgid "" "@code{Module::Manifest} is a simple utility module created originally for\n" "use in @code{Module::Inspector}.\n" "\n" "It can load a @file{MANIFEST} file that comes in a Perl distribution tarball,\n" "examine the contents, and perform some simple tasks. It can also load the\n" "@file{MANIFEST.SKIP} file and check that." msgstr "" #: gnu/packages/perl.scm:7056 msgid "Give your Perl module the ability to have plugins" msgstr "" #: gnu/packages/perl.scm:7057 msgid "" "This module provides a simple but extensible way of having\n" "@code{plugins} for your Perl module." msgstr "" #: gnu/packages/perl.scm:7076 msgid "Perl runtime module handling" msgstr "" #: gnu/packages/perl.scm:7077 msgid "" "The functions exported by this module deal with runtime\n" "handling of Perl modules, which are normally handled at compile time." msgstr "" #: gnu/packages/perl.scm:7099 msgid "Provide information on conflicts for Module::Runtime" msgstr "" #: gnu/packages/perl.scm:7100 msgid "" "This module provides conflicts checking for Module::Runtime,\n" "which had a recent release that broke some versions of Moose. It is called\n" "from Moose::Conflicts and moose-outdated." msgstr "" #: gnu/packages/perl.scm:7121 msgid "Recursively scan Perl code for dependencies" msgstr "" #: gnu/packages/perl.scm:7122 msgid "" "Module::ScanDeps is a module to recursively scan Perl\n" "programs for dependencies." msgstr "" #: gnu/packages/perl.scm:7142 msgid "Module name tools and transformations" msgstr "" #: gnu/packages/perl.scm:7143 msgid "" "This module provides a few useful functions for manipulating\n" "module names. Its main aim is to centralise some of the functions commonly\n" "used by modules that manipulate other modules in some way, like converting\n" "module names to relative paths." msgstr "" #: gnu/packages/perl.scm:7173 msgid "Minimalist Object Orientation (with Moose compatibility)" msgstr "" #: gnu/packages/perl.scm:7174 msgid "" "Moo is an extremely light-weight Object Orientation system.\n" "It allows one to concisely define objects and roles with a convenient syntax\n" "that avoids the details of Perl's object system. Moo contains a subset of\n" "Moose and is optimised for rapid startup." msgstr "" #: gnu/packages/perl.scm:7279 msgid "Postmodern object system for Perl 5" msgstr "" #: gnu/packages/perl.scm:7281 msgid "" "Moose is a complete object system for Perl 5. It provides keywords for\n" "attribute declaration, object construction, inheritance, and maybe more. With\n" "Moose, you define your class declaratively, without needing to know about\n" "blessed hashrefs, accessor methods, and so on. You can concentrate on the\n" "logical structure of your classes, focusing on \"what\" rather than \"how\".\n" "A class definition with Moose reads like a list of very concise English\n" "sentences." msgstr "" #: gnu/packages/perl.scm:7308 msgid "Emulate Class::Accessor::Fast behavior using Moose attributes" msgstr "" #: gnu/packages/perl.scm:7309 msgid "" "This module attempts to emulate the behavior of\n" "Class::Accessor::Fast as accurately as possible using the Moose attribute\n" "system. The public API of Class::Accessor::Fast is wholly supported, but the\n" "private methods are not." msgstr "" #: gnu/packages/perl.scm:7341 msgid "Moose role for processing command line options" msgstr "" #: gnu/packages/perl.scm:7342 msgid "" "This is a Moose role which provides an alternate constructor\n" "for creating objects using parameters passed in from the command line." msgstr "" #: gnu/packages/perl.scm:7362 msgid "Mark overload code symbols as methods" msgstr "" #: gnu/packages/perl.scm:7363 msgid "" "MooseX::MarkAsMethods allows one to easily mark certain\n" "functions as Moose methods. This will allow other packages such as\n" "namespace::autoclean to operate without blowing away your overloads. After\n" "using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as\n" "being methods, and class extension as well as composition from roles with\n" "overloads will \"just work\"." msgstr "" #: gnu/packages/perl.scm:7389 msgid "Code attribute introspection" msgstr "" #: gnu/packages/perl.scm:7390 msgid "" "This module allows code attributes of methods to be\n" "introspected using Moose meta method objects." msgstr "" #: gnu/packages/perl.scm:7413 msgid "Subclassing of non-Moose classes" msgstr "" #: gnu/packages/perl.scm:7414 msgid "" "MooseX::NonMoose allows for easily subclassing non-Moose\n" "classes with Moose, taking care of the details connected with doing this, such\n" "as setting up proper inheritance from Moose::Object and installing (and\n" "inlining, at make_immutable time) a constructor that makes sure things like\n" "BUILD methods are called. It tries to be as non-intrusive as possible." msgstr "" #: gnu/packages/perl.scm:7439 msgid "Extension of Params::Validate using Moose's types" msgstr "" #: gnu/packages/perl.scm:7440 msgid "" "This module fills a gap in Moose by adding method parameter\n" "validation to Moose." msgstr "" #: gnu/packages/perl.scm:7460 msgid "Apply roles to a related Perl class" msgstr "" #: gnu/packages/perl.scm:7461 msgid "" "This module applies roles to make a subclass instead of\n" "manually setting up a subclass." msgstr "" #: gnu/packages/perl.scm:7484 msgid "Moose roles with composition parameters" msgstr "" #: gnu/packages/perl.scm:7485 msgid "" "Because Moose roles serve many different masters, they\n" "usually provide only the least common denominator of functionality. To\n" "empower roles further, more configurability than -alias and -excludes is\n" "required. Perhaps your role needs to know which method to call when it is\n" "done processing, or what default value to use for its url attribute.\n" "Parameterized roles offer a solution to these (and other) kinds of problems." msgstr "" #: gnu/packages/perl.scm:7509 msgid "Roles which support overloading" msgstr "" #: gnu/packages/perl.scm:7510 msgid "" "MooseX::Role::WithOverloading allows you to write a\n" "Moose::Role which defines overloaded operators and allows those overload\n" "methods to be composed into the classes/roles/instances it's compiled to,\n" "where plain Moose::Roles would lose the overloading." msgstr "" #: gnu/packages/perl.scm:7532 msgid "Name your accessors foo() and set_foo()" msgstr "" #: gnu/packages/perl.scm:7533 msgid "" "This module does not provide any methods. Simply loading it\n" "changes the default naming policy for the loading class so that accessors are\n" "separated into get and set methods. The get methods have the same name as the\n" "accessor, while set methods are prefixed with \"_set_\"." msgstr "" #: gnu/packages/perl.scm:7557 msgid "Strict object constructors for Moose" msgstr "" #: gnu/packages/perl.scm:7558 msgid "" "Simply loading this module makes your constructors\n" "\"strict\". If your constructor is called with an attribute init argument\n" "that your class does not declare, then it calls Moose->throw_error()." msgstr "" #: gnu/packages/perl.scm:7583 msgid "Trait loading and resolution for Moose" msgstr "" #: gnu/packages/perl.scm:7584 msgid "" "Adds support on top of MooseX::Traits for class precedence\n" "search for traits and some extra attributes." msgstr "" #: gnu/packages/perl.scm:7606 msgid "Organise your Moose types in libraries" msgstr "" #: gnu/packages/perl.scm:7607 msgid "" "This package lets you declare types using short names, but\n" "behind the scenes it namespaces all your type declarations, effectively\n" "prevent name clashes between packages." msgstr "" #: gnu/packages/perl.scm:7636 msgid "DateTime related constraints and coercions for Moose" msgstr "" #: gnu/packages/perl.scm:7637 msgid "" "This module packages several Moose::Util::TypeConstraints\n" "with coercions, designed to work with the DateTime suite of objects." msgstr "" #: gnu/packages/perl.scm:7666 msgid "Extensions to MooseX::Types::DateTime" msgstr "" #: gnu/packages/perl.scm:7667 msgid "" "This module builds on MooseX::Types::DateTime to add\n" "additional custom types and coercions. Since it builds on an existing type,\n" "all coercions and constraints are inherited." msgstr "" #: gnu/packages/perl.scm:7690 msgid "ClassName type constraints for Moose" msgstr "" #: gnu/packages/perl.scm:7691 msgid "" "MooseX::Types::LoadableClass provides a ClassName type\n" "constraint with coercion to load the class." msgstr "" #: gnu/packages/perl.scm:7715 msgid "Using Moo and MooX:: packages the most lazy way" msgstr "" #: gnu/packages/perl.scm:7716 msgid "Contains the MooX and MooX::Role packages." msgstr "" #: gnu/packages/perl.scm:7741 msgid "Giving an easy Moo style way to make command organized CLI apps" msgstr "" #: gnu/packages/perl.scm:7742 msgid "" "This package eases the writing of command line utilities,\n" "accepting commands and subcommands and so on. These commands can form a tree,\n" "which is mirrored in the package structure. On invocation, each command along\n" "the path through the tree (starting from the top-level command through to the\n" "most specific one) is instantiated." msgstr "" #: gnu/packages/perl.scm:7773 msgid "Moo eXtension for initializing objects from config file" msgstr "" #: gnu/packages/perl.scm:7774 msgid "" "This module is intended to easily load initialization values\n" "for attributes on object construction from an appropriate config file. The\n" "building is done in @code{MooX::ConfigFromFile::Role}---using\n" "@code{MooX::ConfigFromFile} ensures that the role is applied." msgstr "" #: gnu/packages/perl.scm:7795 msgid "Moo eXtension for @code{File::ConfigDir}" msgstr "" #: gnu/packages/perl.scm:7796 msgid "" "This module is a helper for easily finding configuration\n" "file locations. This information can be used to find a suitable place for\n" "installing configuration files or for finding any piece of settings." msgstr "" #: gnu/packages/perl.scm:7824 msgid "NativeTrait-like behavior for Moo" msgstr "" #: gnu/packages/perl.scm:7826 msgid "" "@code{MooX::HandlesVia} is an extension of Moo's @code{handles}\n" "attribute functionality. It provides a means of proxying functionality from\n" "an external class to the given attribute." msgstr "" #: gnu/packages/perl.scm:7851 msgid "Easily translate Moose code to Moo" msgstr "" #: gnu/packages/perl.scm:7853 msgid "" "MooX::late does the following:\n" "@enumerate\n" "@item Supports isa => $stringytype\n" "@item Supports does => $rolename\n" "@item Supports lazy_build => 1\n" "@item Exports blessed and confess functions to your namespace.\n" "@item Handles certain attribute traits\n" "Currently Hash, Array and Code are supported. This feature requires\n" "MooX::HandlesVia.\n" "@end enumerate" msgstr "" #: gnu/packages/perl.scm:7908 msgid "Explicit Options eXtension for Object Class" msgstr "" #: gnu/packages/perl.scm:7909 msgid "" "Create a command line tool with your Mo, Moo, Moose objects.\n" "You have an @code{option} keyword to replace the usual @code{has} to\n" "explicitly use your attribute on the command line. The @code{option} keyword\n" "takes additional parameters and uses @code{Getopt::Long::Descriptive} to\n" "generate a command line tool." msgstr "" #: gnu/packages/perl.scm:7936 msgid "Make Moo-based object constructors blow up on unknown attributes" msgstr "" #: gnu/packages/perl.scm:7938 msgid "" "Loading @code{MooX::StrictConstructor} makes your constructors \"strict\".\n" "If your constructor is called with an attribute init argument that your class\n" "does not declare, then it dies." msgstr "" #: gnu/packages/perl.scm:7960 msgid "Moosish types and type builder" msgstr "" #: gnu/packages/perl.scm:7961 msgid "" "MooX::Types::MooseLike provides a possibility to build your\n" "own set of Moose-like types. These custom types can then be used to describe\n" "fields in Moo-based classes." msgstr "" #: gnu/packages/perl.scm:7990 msgid "Fast Moose-compatible object system for perl5" msgstr "" #: gnu/packages/perl.scm:7992 msgid "" "Mouse is a @code{Moose} compatible object system that implements a\n" "subset of the functionality for reduced startup time." msgstr "" #: gnu/packages/perl.scm:8013 msgid "Extend attribute interfaces for Mouse" msgstr "" #: gnu/packages/perl.scm:8015 msgid "" "While @code{Mouse} attributes provide a way to name your accessors,\n" "readers, writers, clearers and predicates, @code{MouseX::NativeTraits}\n" "provides commonly used attribute helper methods for more specific types\n" "of data." msgstr "" #: gnu/packages/perl.scm:8035 msgid "Mozilla's CA cert bundle in PEM format" msgstr "" #: gnu/packages/perl.scm:8036 msgid "" "@code{Mozilla::CA} provides a copy of Mozilla's bundle of\n" "Certificate Authority certificates in a form that can be consumed by modules\n" "and libraries based on OpenSSL." msgstr "" #: gnu/packages/perl.scm:8060 msgid "Disable multidimensional array emulation" msgstr "" #: gnu/packages/perl.scm:8062 msgid "Multidimensional disables multidimensional array emulation." msgstr "" #: gnu/packages/perl.scm:8079 msgid "MRO interface compatibility for Perls < 5.9.5" msgstr "" #: gnu/packages/perl.scm:8080 msgid "" "The \"mro\" namespace provides several utilities for dealing\n" "with method resolution order and method caching in general in Perl 5.9.5 and\n" "higher. This module provides those interfaces for earlier versions of\n" "Perl (back to 5.6.0)." msgstr "" #: gnu/packages/perl.scm:8103 msgid "Keep imports out of your namespace" msgstr "" #: gnu/packages/perl.scm:8104 msgid "" "The namespace::autoclean pragma will remove all imported\n" "symbols at the end of the current package's compile cycle. Functions called\n" "in the package itself will still be bound by their name, but they won't show\n" "up as methods on your class or instances. It is very similar to\n" "namespace::clean, except it will clean all imported functions, no matter if\n" "you imported them before or after you used the pragma. It will also not touch\n" "anything that looks like a method." msgstr "" #: gnu/packages/perl.scm:8129 msgid "Keep imports and functions out of your namespace" msgstr "" #: gnu/packages/perl.scm:8130 msgid "" "The namespace::clean pragma will remove all previously\n" "declared or imported symbols at the end of the current package's compile\n" "cycle. Functions called in the package itself will still be bound by their\n" "name, but they won't show up as methods on your class or instances." msgstr "" #: gnu/packages/perl.scm:8148 msgid "Object-oriented API to the BGP protocol" msgstr "" #: gnu/packages/perl.scm:8150 msgid "" "This module is an implementation of the BGP-4 inter-domain routing protocol.\n" "It encapsulates all of the functionality needed to establish and maintain a\n" "BGP peering session and exchange routing update information with the peer.\n" "It aims to provide a simple API to the BGP protocol for the purposes of\n" "automation, logging, monitoring, testing, and similar tasks using the\n" "power and flexibility of perl. The module does not implement the\n" "functionality of a RIB (Routing Information Base) nor does it modify the\n" "kernel routing table of the host system. However, such operations could be\n" "implemented using the API provided by the module." msgstr "" #: gnu/packages/perl.scm:8175 msgid "Non-blocking system DNS resolver" msgstr "" #: gnu/packages/perl.scm:8177 msgid "" "This class provides several methods for host name resolution. It is\n" "designed to be used with event loops. Names are resolved by your system's\n" "native @code{getaddrinfo(3)} implementation, called in a separate thread to\n" "avoid blocking the entire application. Threading overhead is limited by using\n" "system threads instead of Perl threads." msgstr "" #: gnu/packages/perl.scm:8199 msgid "Internationalizing Domain Names in Applications (IDNA)" msgstr "" #: gnu/packages/perl.scm:8201 msgid "" "Internationalized Domain Names (IDNs) use characters drawn from a large\n" "repertoire (Unicode), but IDNA allows the non-ASCII characters to be\n" "represented using only the ASCII characters already allowed in so-called host\n" "names today (letter-digit-hyphen, /[A-Z0-9-]/i).\n" "\n" "Use this module if you just want to convert domain names (or email addresses),\n" "using whatever IDNA standard is the best choice at the moment." msgstr "" #: gnu/packages/perl.scm:8227 msgid "Perl client for Etsy's statsd daemon" msgstr "" #: gnu/packages/perl.scm:8228 msgid "" "This module implement a UDP client for the statsd statistics\n" "collector daemon in use at Etsy.com." msgstr "" #: gnu/packages/perl.scm:8246 msgid "Numeric comparisons" msgstr "" #: gnu/packages/perl.scm:8247 msgid "" "Number::Compare compiles a simple comparison to an anonymous\n" "subroutine, which you can call with a value to be tested against." msgstr "" #: gnu/packages/perl.scm:8265 msgid "Convert numbers to strings with pretty formatting" msgstr "" #: gnu/packages/perl.scm:8266 msgid "" "@code{Number::Format} is a library for formatting numbers.\n" "Functions are provided for converting numbers to strings in a variety of ways,\n" "and to convert strings that contain numbers back into numeric form. The\n" "output formats may include thousands separators - characters inserted between\n" "each group of three characters counting right to left from the decimal point.\n" "The characters used for the decimal point and the thousands separator come from\n" "the locale information or can be specified by the user." msgstr "" #: gnu/packages/perl.scm:8290 msgid "Perl extension defining ranges of numbers" msgstr "" #: gnu/packages/perl.scm:8291 msgid "" "Number::Range is an object-oriented interface to test if a\n" "number exists in a given range, and to be able to manipulate the range." msgstr "" #: gnu/packages/perl.scm:8310 msgid "Generate cryptographic signatures for objects" msgstr "" #: gnu/packages/perl.scm:8311 msgid "" "Object::Signature is an abstract base class that you can\n" "inherit from in order to allow your objects to generate unique cryptographic\n" "signatures." msgstr "" #: gnu/packages/perl.scm:8332 msgid "Read and write OLE storage files" msgstr "" #: gnu/packages/perl.scm:8333 msgid "" "This module allows you to read and write\n" "an OLE-Structured file. @dfn{OLE} (Object Linking and Embedding) is a\n" "technology to store hierarchical information such as links to other\n" "documents within a single file." msgstr "" #: gnu/packages/perl.scm:8390 msgid "Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT" msgstr "" #: gnu/packages/perl.scm:8391 msgid "" "The package provides Perl bindings to OpenGL, GLU\n" "and FreeGLUT." msgstr "" #: gnu/packages/perl.scm:8411 msgid "Anonymous packages" msgstr "" #: gnu/packages/perl.scm:8412 msgid "" "This module allows for anonymous packages that are\n" "independent of the main namespace and only available through an object\n" "instance, not by name." msgstr "" #: gnu/packages/perl.scm:8436 msgid "Manage deprecation warnings for your distribution" msgstr "" #: gnu/packages/perl.scm:8437 msgid "" "This module allows you to manage a set of deprecations for\n" "one or more modules." msgstr "" #: gnu/packages/perl.scm:8460 msgid "Routines for manipulating stashes" msgstr "" #: gnu/packages/perl.scm:8461 msgid "" "Manipulating stashes (Perl's symbol tables) is occasionally\n" "necessary, but incredibly messy, and easy to get wrong. This module hides all\n" "of that behind a simple API." msgstr "" #: gnu/packages/perl.scm:8481 msgid "Faster implementation of the Package::Stash API" msgstr "" #: gnu/packages/perl.scm:8482 msgid "" "This is a backend for Package::Stash, which provides the\n" "functionality in a way that's less buggy and much faster. It will be used by\n" "default if it's installed, and should be preferred in all environments with a\n" "compiler." msgstr "" #: gnu/packages/perl.scm:8501 msgid "Play with other peoples' lexical variables" msgstr "" #: gnu/packages/perl.scm:8502 msgid "" "PadWalker is a module which allows you to inspect (and even\n" "change) lexical variables in any subroutine which called you. It will only\n" "show those variables which are in scope at the point of the call. PadWalker\n" "is particularly useful for debugging." msgstr "" #: gnu/packages/perl.scm:8526 #, fuzzy #| msgid "Signal processing language" msgid "Simple parallel processing fork manager" msgstr "Język przetwarzania sygnałów" #: gnu/packages/perl.scm:8527 msgid "" "@code{Parallel::ForkManager} is intended for use in\n" "operations that can be done in parallel where the number of\n" "processes to be forked off should be limited." msgstr "" #: gnu/packages/perl.scm:8551 msgid "Argument type classification" msgstr "" #: gnu/packages/perl.scm:8552 msgid "" "This module provides various type-testing functions.\n" "These are intended for functions that care what type of data they are\n" "operating on. There are two flavours of function. Functions of the\n" "first flavour provide type classification only. Functions of the\n" "second flavour also check that an argument is of an expected type.\n" "The type enforcement functions handle only the simplest requirements\n" "for arguments of the types handled by the classification functions.\n" "Enforcement of more complex types may be built using the\n" "classification functions, or it may be more convenient to use a module\n" "designed for the more complex job, such as @code{Params::Validate}" msgstr "" #: gnu/packages/perl.scm:8579 msgid "Simple, compact and correct param-checking functions" msgstr "" #: gnu/packages/perl.scm:8581 msgid "" "Params::Util provides a basic set of importable functions that makes\n" "checking parameters easier." msgstr "" #: gnu/packages/perl.scm:8603 msgid "Validate method/function parameters" msgstr "" #: gnu/packages/perl.scm:8604 msgid "" "The Params::Validate module allows you to validate method or\n" "function call parameters to an arbitrary level of specificity." msgstr "" #: gnu/packages/perl.scm:8627 msgid "Build an optimized subroutine parameter validator" msgstr "" #: gnu/packages/perl.scm:8628 msgid "" "This module creates a customized, highly efficient\n" "parameter checking subroutine. It can handle named or positional\n" "parameters, and can return the parameters as key/value pairs or a list\n" "of values. In addition to type checks, it also supports parameter\n" "defaults, optional parameters, and extra \"slurpy\" parameters." msgstr "" #: gnu/packages/perl.scm:8649 msgid "Create and manipulate PAR distributions" msgstr "" #: gnu/packages/perl.scm:8650 msgid "" "PAR::Dist is a toolkit to create and manipulate PAR\n" "distributions." msgstr "" #: gnu/packages/perl.scm:8672 msgid "Path specification manipulation" msgstr "" #: gnu/packages/perl.scm:8673 msgid "" "Path::Class is a module for manipulation of file and\n" "directory specifications in a cross-platform manner." msgstr "" #: gnu/packages/perl.scm:8703 msgid "Tools for working with directory and file names" msgstr "" #: gnu/packages/perl.scm:8704 msgid "" "This package provides functions to work with directory and\n" "file names." msgstr "" #: gnu/packages/perl.scm:8728 msgid "File path utility" msgstr "" #: gnu/packages/perl.scm:8729 msgid "" "This module provides a small, fast utility for working\n" "with file paths." msgstr "" #: gnu/packages/perl.scm:8751 msgid "Facilitates the creation and modification of PDF files" msgstr "" #: gnu/packages/perl.scm:8752 msgid "" "This Perl module facilitates the creation and modification\n" "of PDF files." msgstr "" #: gnu/packages/perl.scm:8773 msgid "Fast and correct UTF-8 IO" msgstr "" #: gnu/packages/perl.scm:8774 msgid "" "@code{PerlIO::utf8_strict} provides a fast and correct UTF-8\n" "PerlIO layer. Unlike Perl's default @code{:utf8} layer it checks the input\n" "for correctness." msgstr "" #: gnu/packages/perl.scm:8796 msgid "Acmeist PEG Parser Framework" msgstr "" #: gnu/packages/perl.scm:8797 msgid "" "Pegex is an Acmeist parser framework. It allows you to easily\n" "create parsers that will work equivalently in lots of programming languages.\n" "The inspiration for Pegex comes from the parsing engine upon which the\n" "postmodern programming language Perl 6 is based on. Pegex brings this beauty\n" "to the other justmodern languages that have a normal regular expression engine\n" "available." msgstr "" #: gnu/packages/perl.scm:8821 msgid "Check for comprehensive documentation of a module" msgstr "" #: gnu/packages/perl.scm:8822 msgid "" "This module provides a mechanism for determining if the pod\n" "for a given module is comprehensive." msgstr "" #: gnu/packages/perl.scm:8840 msgid "Modules for parsing/translating POD format documents" msgstr "" #: gnu/packages/perl.scm:8842 msgid "" "@code{Pod::Parser} is a base class for creating POD filters and\n" "translators. It handles most of the effort involved with parsing the POD\n" "sections from an input stream, leaving subclasses free to be concerned only\n" "with performing the actual translation of text.\n" "\n" "@emph{NOTE}: This module is considered legacy. New projects should prefer\n" "@code{Pod::Simple} instead." msgstr "" #: gnu/packages/perl.scm:8864 msgid "Parsing library for text in Pod format" msgstr "" #: gnu/packages/perl.scm:8865 msgid "" "@code{Pod::Simple} is a Perl library for parsing text in\n" "the @dfn{Pod} (plain old documentation) markup language that is typically\n" "used for writing documentation for Perl and for Perl modules." msgstr "" #: gnu/packages/perl.scm:8887 msgid "Formatter for spellchecking Pod" msgstr "" #: gnu/packages/perl.scm:8889 msgid "" "@code{Pod::Spell} is a Pod formatter whose output is good\n" "for spellchecking.\n" "\n" "@code{Pod::Spell} is rather like @code{Pod::Text}, except that it doesn't put\n" "much effort into actual formatting, and it suppresses things that look like Perl\n" "symbols or Perl jargon (so that your spellchecking program won't complain about\n" "mystery words like \"@code{$thing}\" or \"@code{Foo::Bar}\" or \"@code{hashref}\")." msgstr "" #: gnu/packages/perl.scm:8914 msgid "GNU C library compatible strftime for loggers and servers" msgstr "" #: gnu/packages/perl.scm:8915 msgid "" "POSIX::strftime::Compiler provides GNU C library compatible\n" "strftime(3). But this module is not affected by the system locale. This\n" "feature is useful when you want to write loggers, servers, and portable\n" "applications." msgstr "" #: gnu/packages/perl.scm:8941 msgid "Parse, analyze and manipulate Perl (without Perl)" msgstr "" #: gnu/packages/perl.scm:8942 msgid "" "The PPI module parses, analyzes and manipulates Perl\n" "code." msgstr "" #: gnu/packages/perl.scm:8962 gnu/packages/perl.scm:8986 msgid "Parse Perl string literals and string-literal-like things" msgstr "" #: gnu/packages/perl.scm:8964 msgid "" "The purpose of the @code{PPIx-Regexp} package is to parse\n" "regular expressions in a manner similar to the way the @code{PPI} package parses\n" "Perl. This class forms the root of the parse tree, playing a role similar to\n" "@code{PPI::Document}." msgstr "" #: gnu/packages/perl.scm:8988 msgid "" "@code{PPIX::QuoteLike} parses Perl string literals and things that\n" "are reasonably like string literals. Its real reason for being is to find\n" "interpolated variables for @code{Perl::Critic} policies and similar code." msgstr "" #: gnu/packages/perl.scm:9010 msgid "Extensions to PPI" msgstr "" #: gnu/packages/perl.scm:9012 msgid "" "@code{PPIx::Utilities} is a collection of functions for dealing\n" "with @code{PPI} objects, many of which originated in @code{Perl::Critic}. They\n" "are organized into modules by the kind of @code{PPI} class they relate to, by\n" "replacing the \"@code{PPI}\" at the front of the module name with\n" "\"@code{PPIx::Utilities}\", e.g. functionality related to @code{PPI::Nodes} is\n" "in @code{PPIx::Utilities::Node}." msgstr "" #: gnu/packages/perl.scm:9032 msgid "Information about the currently running perl" msgstr "" #: gnu/packages/perl.scm:9034 msgid "" "Probe::Perl provides methods for obtaining information about the\n" "currently running perl interpreter. It originally began life as code in the\n" "Module::Build project, but has been externalized here for general use." msgstr "" #: gnu/packages/perl.scm:9061 msgid "Interface to external editor from Perl" msgstr "" #: gnu/packages/perl.scm:9062 msgid "" "This module provides the ability to supply some text to an\n" "external text editor, have it edited by the user, and retrieve the results." msgstr "" #: gnu/packages/perl.scm:9081 msgid "Create read-only scalars, arrays, hashes" msgstr "" #: gnu/packages/perl.scm:9082 msgid "" "This module provides a facility for creating non-modifiable\n" "variables in Perl. This is useful for configuration files, headers, etc. It\n" "can also be useful as a development and debugging tool for catching updates to\n" "variables that should not be changed." msgstr "" #: gnu/packages/perl.scm:9103 msgid "" "Companion module for @code{Readonly.pm}, to speed up read-only\n" "scalar variables" msgstr "" #: gnu/packages/perl.scm:9106 msgid "" "The @code{Readonly} module is an effective way to create non-modifiable\n" "variables. However, it's relatively slow.\n" "\n" "The reason it's slow is that is implements the read-only-ness of variables via\n" "tied objects. This mechanism is inherently slow. Perl simply has to do a lot\n" "of work under the hood to make tied variables work.\n" "\n" "This module corrects the speed problem, at least with respect to scalar\n" "variables. When @code{Readonly::XS} is installed, @code{Readonly} uses it to\n" "access the internals of scalar variables. Instead of creating a scalar variable\n" "object and tying it, @code{Readonly} simply flips the @code{SvREADONLY} bit in\n" "the scalar's @code{FLAGS} structure." msgstr "" #: gnu/packages/perl.scm:9134 msgid "XS implementation for Ref::Util" msgstr "" #: gnu/packages/perl.scm:9135 msgid "" "@code{Ref::Util::XS} is the XS implementation of\n" "@code{Ref::Util}, which provides several functions to help identify references\n" "in a more convenient way than the usual approach of examining the return value\n" "of @code{ref}." msgstr "" #: gnu/packages/perl.scm:9153 msgid "Provide commonly requested regular expressions" msgstr "" #: gnu/packages/perl.scm:9155 msgid "" "This module exports a single hash (@code{%RE}) that stores or generates\n" "commonly needed regular expressions. Patterns currently provided include:\n" "balanced parentheses and brackets, delimited text (with escapes), integers and\n" "floating-point numbers in any base (up to 36), comments in 44 languages,\n" "offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip\n" "codes." msgstr "" #: gnu/packages/perl.scm:9180 msgid "Complete recursive descent parser on Perl's regex engine" msgstr "" #: gnu/packages/perl.scm:9182 msgid "" "The @code{Regexp::Grammars} module adds a small number of new\n" "regex constructs that can be used within Perl 5.10 patterns to implement\n" "complete recursive-descent parsing. It allows you to go beyond matching\n" "complex, nested and recursive structures, and allows you to parse and extract\n" "hierarchical data from it." msgstr "" #: gnu/packages/perl.scm:9203 msgid "Selection of general-utility regexp subroutines" msgstr "" #: gnu/packages/perl.scm:9204 msgid "" "This package provides a selection of regular expression\n" "subroutines including @code{is_regexp}, @code{regexp_seen_evals},\n" "@code{regexp_is_foreign}, @code{regexp_is_anchored}, @code{serialize_regexp},\n" "and @code{deserialize_regexp}." msgstr "" #: gnu/packages/perl.scm:9228 msgid "Roles, as a slice of Moose" msgstr "" #: gnu/packages/perl.scm:9229 msgid "Role::Tiny is a minimalist role composition tool." msgstr "" #: gnu/packages/perl.scm:9259 msgid "Call isa, can, does, and DOES safely" msgstr "" #: gnu/packages/perl.scm:9260 msgid "" "This module allows you to call isa, can, does, and DOES\n" "safely on things that may not be objects." msgstr "" #: gnu/packages/perl.scm:9281 msgid "String aspects of scalars" msgstr "" #: gnu/packages/perl.scm:9282 msgid "" "@code{Scalar::String} is about the string part of\n" "plain Perl scalars. A scalar has a string value, which is notionally\n" "a sequence of Unicode codepoints but may be internally encoded in\n" "either ISO-8859-1 or UTF-8. In places, more so in older versions of\n" "Perl, the internal encoding shows through. To fully understand Perl\n" "strings it is necessary to understand these implementation details.\n" "This module provides functions to classify a string by encoding and to\n" "encode a string in a desired way. The module is implemented in XS,\n" "with a pure Perl backup version for systems that cannot handle XS." msgstr "" #: gnu/packages/perl.scm:9307 msgid "Lexically-scoped resource management" msgstr "" #: gnu/packages/perl.scm:9308 msgid "" "This module provides a convenient way to perform cleanup or\n" "other forms of resource management at the end of a scope. It is particularly\n" "useful when dealing with exceptions: the Scope::Guard constructor takes a\n" "reference to a subroutine that is guaranteed to be called even if the thread\n" "of execution is aborted prematurely. This effectively allows lexically-scoped\n" "\"promises\" to be made that are automatically honoured by perl's garbage\n" "collector." msgstr "" #: gnu/packages/perl.scm:9331 msgid "Infinite sets" msgstr "" #: gnu/packages/perl.scm:9332 msgid "Set::Infinite is a set theory module for infinite sets." msgstr "" #: gnu/packages/perl.scm:9351 msgid "Perform range-based lookups on sets of ranges" msgstr "" #: gnu/packages/perl.scm:9352 msgid "" "This package provides an efficient mechanism to look up\n" "ranges in Interval Trees." msgstr "" #: gnu/packages/perl.scm:9370 msgid "Manage sets of integers" msgstr "" #: gnu/packages/perl.scm:9371 msgid "" "@code{Set::IntSpan} manages sets of integers. It is\n" "optimized for sets that have long runs of consecutive integers." msgstr "" #: gnu/packages/perl.scm:9390 msgid "Unordered collections of Perl Objects" msgstr "" #: gnu/packages/perl.scm:9391 msgid "" "Set::Object provides efficient sets, unordered collections\n" "of Perl objects without duplicates for scalars and references." msgstr "" #: gnu/packages/perl.scm:9409 msgid "Set operations for Perl" msgstr "" #: gnu/packages/perl.scm:9410 msgid "" "The first priority of Set::Scalar is to be a convenient\n" "interface to sets (as in: unordered collections of Perl scalars). While not\n" "designed to be slow or big, neither has it been designed to be fast or\n" "compact." msgstr "" #: gnu/packages/perl.scm:9430 msgid "Sort arrays by one or multiple calculated keys" msgstr "" #: gnu/packages/perl.scm:9431 msgid "" "This Perl module provides various functions to quickly sort\n" "arrays by one or multiple calculated keys." msgstr "" #: gnu/packages/perl.scm:9449 msgid "Sort lexically, but sort numeral parts numerically" msgstr "" #: gnu/packages/perl.scm:9450 msgid "" "This module exports two functions, @code{nsort} and\n" "@code{ncmp}; they are used in implementing a \"natural sorting\" algorithm.\n" "Under natural sorting, numeric substrings are compared numerically, and other\n" "word-characters are compared lexically." msgstr "" #: gnu/packages/perl.scm:9478 msgid "Classes for representing type constraints and coercion" msgstr "" #: gnu/packages/perl.scm:9479 msgid "" "The Specio distribution provides classes for representing type\n" "constraints and coercion, along with syntax sugar for declaring them. Note that\n" "this is not a proper type system for Perl. Nothing in this distribution will\n" "magically make the Perl interpreter start checking a value's type on assignment\n" "to a variable. In fact, there's no built-in way to apply a type to a variable at\n" "all. Instead, you can explicitly check a value against a type, and optionally\n" "coerce values to that type." msgstr "" #: gnu/packages/perl.scm:9502 msgid "Spiffy Perl Interface Framework For You" msgstr "" #: gnu/packages/perl.scm:9503 msgid "" "Spiffy is a framework and methodology for doing object\n" "oriented (OO) programming in Perl. Spiffy combines the best parts of\n" "Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class.\n" "It attempts to fix all the nits and warts of traditional Perl OO, in a clean,\n" "straightforward and (perhaps someday) standard way. Spiffy borrows ideas from\n" "other OO languages like Python, Ruby, Java and Perl 6." msgstr "" #: gnu/packages/perl.scm:9525 msgid "Generalization of wantarray" msgstr "" #: gnu/packages/perl.scm:9526 msgid "" "This module generalises the mechanism of the\n" "@code{wantarray} function, allowing a function to determine in some detail how\n" "its return value is going to be immediately used." msgstr "" #: gnu/packages/perl.scm:9547 msgid "Create context-sensitive return values" msgstr "" #: gnu/packages/perl.scm:9548 msgid "" "This module provides a collection of named blocks that allow\n" "a return statement to return different values depending on the context in\n" "which it is called." msgstr "" #: gnu/packages/perl.scm:9569 msgid "Collection of very basic statistics modules" msgstr "" #: gnu/packages/perl.scm:9570 msgid "" "This package provides basic statistics functions like\n" "@code{median()}, @code{mean()}, @code{variance()} and @code{stddev()}." msgstr "" #: gnu/packages/perl.scm:9593 msgid "Perl implementation of Principal Component Analysis" msgstr "" #: gnu/packages/perl.scm:9594 msgid "" "This package provides the Statistics::PCA module, an\n" "implementation of @dfn{Principal Component Analysis} (PCA)." msgstr "" #: gnu/packages/perl.scm:9613 msgid "Persistence for Perl data structures" msgstr "" #: gnu/packages/perl.scm:9614 msgid "" "Storable brings persistence to your Perl data structures\n" "containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be\n" "conveniently stored to disk and retrieved at a later time." msgstr "" #: gnu/packages/perl.scm:9633 msgid "Temporary buffer to save bytes" msgstr "" #: gnu/packages/perl.scm:9634 msgid "" "Stream::Buffered is a buffer class to store arbitrary length\n" "of byte strings and then get a seekable filehandle once everything is\n" "buffered. It uses PerlIO and/or temporary file to save the buffer depending\n" "on the length of the size." msgstr "" #: gnu/packages/perl.scm:9654 msgid "Turn on strict and make all warnings fatal" msgstr "" #: gnu/packages/perl.scm:9655 msgid "" "Strictures turns on strict and make all warnings fatal when\n" "run from within a source-controlled directory." msgstr "" #: gnu/packages/perl.scm:9695 msgid "Camelcase and de-camelcase" msgstr "" #: gnu/packages/perl.scm:9696 msgid "" "This module may be used to convert from under_score text to\n" "CamelCase and back again." msgstr "" #: gnu/packages/perl.scm:9715 msgid "Backslash escapes, quoted phrase, word elision, etc." msgstr "" #: gnu/packages/perl.scm:9716 msgid "" "This module provides a flexible calling interface to some\n" "frequently-performed string conversion functions, including applying and\n" "expanding standard C/Unix-style backslash escapes like \n" " and \t, wrapping and\n" "removing double-quotes, and truncating to fit within a desired length." msgstr "" #: gnu/packages/perl.scm:9736 msgid "Format sprintf-like strings with arbitrary format definitions" msgstr "" #: gnu/packages/perl.scm:9738 msgid "" "@code{String::Format} lets you define arbitrary printf-like format\n" "sequences to be expanded. This module would be most useful in configuration\n" "files and reporting tools, where the results of a query need to be formatted in\n" "a particular way. It was inspired by\n" "@url{http://www.mutt.org/doc/manual/manual.html#index-format,mutt's\n" "@code{index_format} and related directives}." msgstr "" #: gnu/packages/perl.scm:9764 msgid "Build your own sprintf-like functions" msgstr "" #: gnu/packages/perl.scm:9766 msgid "" "@code{String::Formatter} is a tool for building sprintf-like formatting\n" "routines. It supports named or positional formatting, custom conversions,\n" "fixed string interpolation, and simple width-matching." msgstr "" #: gnu/packages/perl.scm:9787 msgid "Rewrite strings based on a set of known prefixes" msgstr "" #: gnu/packages/perl.scm:9788 msgid "" "This module allows you to rewrite strings based on a set of\n" "known prefixes." msgstr "" #: gnu/packages/perl.scm:9808 msgid "Quote strings for passing through a shell" msgstr "" #: gnu/packages/perl.scm:9810 msgid "" "@code{shell-quote} lets you pass arbitrary strings through the shell so\n" "that they won't be changed." msgstr "" #: gnu/packages/perl.scm:9829 msgid "String printing alternatives to printf" msgstr "" #: gnu/packages/perl.scm:9831 msgid "" "This module inserts values into (translated) strings. It provides\n" "@code{printf} and @code{sprintf} alternatives via both an object-oriented and\n" "a functional interface." msgstr "" #: gnu/packages/perl.scm:9853 msgid "Sophisticated exporter for custom-built routines" msgstr "" #: gnu/packages/perl.scm:9855 msgid "" "Sub::Exporter provides a sophisticated alternative to Exporter.pm for\n" "custom-built routines." msgstr "" #: gnu/packages/perl.scm:9874 msgid "Only use Sub::Exporter if you need it" msgstr "" #: gnu/packages/perl.scm:9875 msgid "" "Sub::Exporter is an incredibly powerful module, but with\n" "that power comes great responsibility, as well as some runtime penalties.\n" "This module is a \"Sub::Exporter\" wrapper that will let your users just use\n" "Exporter if all they are doing is picking exports, but use \"Sub::Exporter\"\n" "if your users try to use \"Sub::Exporter\"'s more advanced features, like\n" "renaming exports, if they try to use them." msgstr "" #: gnu/packages/perl.scm:9897 msgid "Retrieve names of code references" msgstr "" #: gnu/packages/perl.scm:9898 msgid "" "Sub::Identify allows you to retrieve the real name of code\n" "references." msgstr "" #: gnu/packages/perl.scm:9918 msgid "Tool to inspect subroutines" msgstr "" #: gnu/packages/perl.scm:9919 msgid "" "This package provides tools for inspecting subroutines\n" "in Perl." msgstr "" #: gnu/packages/perl.scm:9938 msgid "Install subroutines into packages easily" msgstr "" #: gnu/packages/perl.scm:9940 msgid "" "Sub::Install makes it easy to install subroutines into packages without\n" "the unsightly mess of C<no strict> or typeglobs lying about where just anyone\n" "can see them." msgstr "" #: gnu/packages/perl.scm:9961 msgid "(Re)name a sub" msgstr "" #: gnu/packages/perl.scm:9962 msgid "" "Assigns a new name to referenced sub. If package\n" "specification is omitted in the name, then the current package is used. The\n" "return value is the sub." msgstr "" #: gnu/packages/perl.scm:9985 msgid "Efficient generation of subroutines via string eval" msgstr "" #: gnu/packages/perl.scm:9986 msgid "" "Sub::Quote provides an efficient generation of subroutines\n" "via string eval." msgstr "" #: gnu/packages/perl.scm:10004 msgid "Apparently run a function in a higher stack frame" msgstr "" #: gnu/packages/perl.scm:10005 msgid "" "Like Tcl's uplevel() function, but not quite so dangerous.\n" "The idea is just to fool caller(). All the really naughty bits of Tcl's\n" "uplevel() are avoided." msgstr "" #: gnu/packages/perl.scm:10027 msgid "Control superclass method dispatching" msgstr "" #: gnu/packages/perl.scm:10029 msgid "" "When subclassing a class, you may occasionally want to dispatch control to\n" "the superclass---at least conditionally and temporarily. This module provides\n" "nicer equivalents to the native Perl syntax for calling superclasses, along with\n" "a universal @code{super} method to determine a class' own superclass, and better\n" "support for run-time mix-ins and roles." msgstr "" #: gnu/packages/perl.scm:10049 msgid "Perl extension for generating SVG documents" msgstr "" #: gnu/packages/perl.scm:10050 msgid "" "SVG is a Perl module which generates a nested data structure\n" "containing the DOM representation of an SVG (Scalable Vector Graphics) image.\n" "Using SVG, you can generate SVG objects, embed other SVG instances into it,\n" "access the DOM object, create and access Javascript, and generate SMIL\n" "animation content." msgstr "" #: gnu/packages/perl.scm:10071 msgid "Switch statement for Perl" msgstr "" #: gnu/packages/perl.scm:10072 msgid "" "Switch is a Perl module which implements a generalized case\n" "mechanism. The module augments the standard Perl syntax with two new\n" "statements: @code{switch} and @code{case}." msgstr "" #: gnu/packages/perl.scm:10093 msgid "Try/catch/finally syntax for perl" msgstr "" #: gnu/packages/perl.scm:10095 msgid "" "This module provides a syntax plugin that implements\n" "exception-handling semantics in a form familiar to users of other\n" "languages, being built on a block labeled with the @code{try} keyword,\n" "followed by at least one of a @code{catch} or @code{finally} block." msgstr "" #: gnu/packages/perl.scm:10143 msgid "Perl extension for getting CPU information" msgstr "" #: gnu/packages/perl.scm:10145 msgid "" "Sys::CPU is a module for counting the number of CPUs on a system, and\n" "determining their type and clock speed." msgstr "" #: gnu/packages/perl.scm:10165 msgid "Get full hostname in Perl" msgstr "" #: gnu/packages/perl.scm:10166 msgid "" "Sys::Hostname::Long tries very hard to get the full hostname\n" "of a system." msgstr "" #: gnu/packages/perl.scm:10185 msgid "Access system calls that Perl doesn't normally provide access to" msgstr "" #: gnu/packages/perl.scm:10187 msgid "" "Sys::Syscall allows one to use epoll and sendfile system calls from\n" "Perl. Support is mostly Linux-only for now, but other syscalls/OSes are\n" "planned for the future." msgstr "" #: gnu/packages/perl.scm:10215 msgid "Ensure that a platform has weaken support" msgstr "" #: gnu/packages/perl.scm:10216 msgid "" "One recurring problem in modules that use Scalar::Util's\n" "weaken function is that it is not present in the pure-perl variant. If\n" "Scalar::Util is not available at all, it will issue a normal dependency on the\n" "module. However, if Scalar::Util is relatively new ( it is >= 1.19 ) and the\n" "module does not have weaken, the install will bail out altogether with a long\n" "error encouraging the user to seek support." msgstr "" #: gnu/packages/perl.scm:10240 msgid "Template processing system for Perl" msgstr "" #: gnu/packages/perl.scm:10241 msgid "" "The Template Toolkit is a collection of modules which\n" "implement an extensible template processing system. It was originally\n" "designed and remains primarily useful for generating dynamic web content, but\n" "it can be used equally well for processing any other kind of text based\n" "documents: HTML, XML, POD, PostScript, LaTeX, and so on." msgstr "" #: gnu/packages/perl.scm:10264 msgid "Profiling for Template Toolkit" msgstr "" #: gnu/packages/perl.scm:10265 msgid "" "Template::Timer provides inline profiling of the template\n" "processing in Perl code." msgstr "" #: gnu/packages/perl.scm:10285 msgid "Template Toolkit reimplemented in as little code as possible" msgstr "" #: gnu/packages/perl.scm:10287 msgid "" "@code{Template::Tiny} is a reimplementation of a subset of the\n" "functionality from Template Toolkit in as few lines of code as possible.\n" "\n" "It is intended for use in light-usage, low-memory, or low-cpu templating\n" "situations, where you may need to upgrade to the full feature set in the\n" "future, or if you want the retain the familiarity of TT-style templates." msgstr "" #: gnu/packages/perl.scm:10310 msgid "Interface to the ANSI terminal escape sequences for color" msgstr "" #: gnu/packages/perl.scm:10311 msgid "" "Term::ANSIColor provides constants and simple functions for\n" "setting ANSI text attributes, most notably colors. It can be used to set the\n" "current text attributes or to apply a set of attributes to a string and reset\n" "the current text attributes at the end of that string. Eight-color,\n" "sixteen-color, 256-color, and true color (24-bit color) escape sequences are all\n" "supported." msgstr "" #: gnu/packages/perl.scm:10335 msgid "Detect encoding of the current terminal" msgstr "" #: gnu/packages/perl.scm:10336 msgid "" "Term::Encoding is a simple module to detect the encoding of\n" "the current terminal expects in various ways." msgstr "" #: gnu/packages/perl.scm:10358 msgid "Progress meter on a standard terminal" msgstr "" #: gnu/packages/perl.scm:10359 msgid "" "Term::ProgressBar provides a simple progress bar on the\n" "terminal, to let the user know that something is happening, roughly how much\n" "stuff has been done, and maybe an estimate at how long remains." msgstr "" #: gnu/packages/perl.scm:10380 msgid "Progress meter if run interactively" msgstr "" #: gnu/packages/perl.scm:10381 msgid "" "Term::ProgressBar is a wonderful module for showing progress\n" "bars on the terminal. This module acts very much like that module when it is\n" "run interactively. However, when it is not run interactively (for example, as\n" "a cron job) then it does not show the progress bar." msgstr "" #: gnu/packages/perl.scm:10403 msgid "Simple progress bars" msgstr "" #: gnu/packages/perl.scm:10404 msgid "" "Term::ProgressBar::Simple tells you how much work has been\n" "done, how much is left to do, and estimate how long it will take." msgstr "" #: gnu/packages/perl.scm:10422 msgid "Simple terminal control" msgstr "" #: gnu/packages/perl.scm:10423 msgid "" "This module, ReadKey, provides ioctl control for terminals\n" "so the input modes can be changed (thus allowing reads of a single character\n" "at a time), and also provides non-blocking reads of stdin, as well as several\n" "other terminal related features, including retrieval/modification of the\n" "screen size, and retrieval/modification of the control characters." msgstr "" #: gnu/packages/perl.scm:10460 msgid "GNU Readline/History Library interface for Perl" msgstr "" #: gnu/packages/perl.scm:10461 msgid "" "This module implements an interface to the GNU Readline\n" "library. It gives you input line editing facilities, input history management\n" "facilities, completion facilities, etc. Term::ReadLine::Gnu is upwards\n" "compatible with Term::ReadLine." msgstr "" #: gnu/packages/perl.scm:10485 msgid "Retrieve terminal size" msgstr "" #: gnu/packages/perl.scm:10486 msgid "" "This is a unified interface to retrieve terminal size. It\n" "loads one module of a list of known alternatives, each implementing some way\n" "to get the desired terminal information. This loaded module will actually do\n" "the job on behalf of @code{Term::Size::Any}." msgstr "" #: gnu/packages/perl.scm:10512 msgid "Perl extension for retrieving terminal size (Perl version)" msgstr "" #: gnu/packages/perl.scm:10513 msgid "" "This is yet another implementation of @code{Term::Size}.\n" "Now in pure Perl, with the exception of a C probe run at build time." msgstr "" #: gnu/packages/perl.scm:10533 msgid "Format a header and rows into a table" msgstr "" #: gnu/packages/perl.scm:10534 msgid "" "This module is able to generically format rows of data\n" "into tables." msgstr "" #: gnu/packages/perl.scm:10552 msgid "Align text" msgstr "" #: gnu/packages/perl.scm:10553 msgid "" "Text::Aligner exports a single function, align(), which is\n" "used to justify strings to various alignment styles." msgstr "" #: gnu/packages/perl.scm:10571 msgid "Extract delimited text sequences from strings" msgstr "" #: gnu/packages/perl.scm:10572 msgid "" "The Text::Balanced module can be used to extract delimited\n" "text sequences from strings." msgstr "" #: gnu/packages/perl.scm:10590 msgid "Get number of occupied columns of a string on terminal" msgstr "" #: gnu/packages/perl.scm:10592 msgid "" "With this module, you can calculate terminal character\n" "widths that vary by locale. This module supplies features similar to\n" "wcwidth(3) and wcswidth(3) in C language." msgstr "" #: gnu/packages/perl.scm:10610 msgid "Manipulate comma-separated values" msgstr "" #: gnu/packages/perl.scm:10611 msgid "" "Text::CSV provides facilities for the composition and\n" "decomposition of comma-separated values. An instance of the Text::CSV class\n" "can combine fields into a CSV string and parse a CSV string into fields." msgstr "" #: gnu/packages/perl.scm:10629 msgid "Routines for manipulating CSV files" msgstr "" #: gnu/packages/perl.scm:10630 msgid "" "@code{Text::CSV_XS} provides facilities for the composition\n" "and decomposition of comma-separated values. An instance of the\n" "@code{Text::CSV_XS} class will combine fields into a CSV string and parse a\n" "CSV string into fields. The module accepts either strings or files as input\n" "and support the use of user-specified characters for delimiters, separators,\n" "and escapes." msgstr "" #: gnu/packages/perl.scm:10654 msgid "Perform diffs on files and record sets" msgstr "" #: gnu/packages/perl.scm:10655 msgid "" "Text::Diff provides a basic set of services akin to the GNU\n" "diff utility. It is not anywhere near as feature complete as GNU diff, but it\n" "is better integrated with Perl and available on all platforms. It is often\n" "faster than shelling out to a system's diff executable for small files, and\n" "generally slower on larger files." msgstr "" #: gnu/packages/perl.scm:10678 msgid "Various subroutines to format text" msgstr "" #: gnu/packages/perl.scm:10679 msgid "" "This package provides functions to format text in various\n" "ways like centering, paragraphing, and converting tabs to spaces and spaces\n" "to tabs." msgstr "" #: gnu/packages/perl.scm:10699 msgid "Match globbing patterns against text" msgstr "" #: gnu/packages/perl.scm:10700 msgid "" "Text::Glob implements glob(3) style matching that can be\n" "used to match against text, rather than fetching names from a file system. If\n" "you want to do full file globbing use the File::Glob module instead." msgstr "" #: gnu/packages/perl.scm:10722 #, fuzzy #| msgid "Full chess implementation" msgid "Haml Perl implementation" msgstr "Pełna implementacja programu szachowego" #: gnu/packages/perl.scm:10724 msgid "" "Text::Haml implements Haml\n" "@url{http://haml.info/docs/yardoc/file.REFERENCE.html} specification." msgstr "" #: gnu/packages/perl.scm:10746 msgid "Fast, middleweight template engine" msgstr "" #: gnu/packages/perl.scm:10748 msgid "" "Text::NeatTemplate provides a simple, middleweight but fast\n" "template engine, for when you need speed rather than complex features,\n" "yet need more features than simple variable substitution." msgstr "" #: gnu/packages/perl.scm:10766 msgid "Parse text into an array of tokens or array of arrays" msgstr "" #: gnu/packages/perl.scm:10767 msgid "" "Text::ParseWords module is used to parse text into an array of\n" "tokens or array of arrays." msgstr "" #: gnu/packages/perl.scm:10786 msgid "Patches text with given patch" msgstr "" #: gnu/packages/perl.scm:10787 msgid "" "Text::Patch combines source text with given\n" "diff (difference) data. Diff data is produced by Text::Diff module or\n" "by the standard @code{diff} utility." msgstr "" #: gnu/packages/perl.scm:10806 msgid "Convert between Roman and Arabic algorisms" msgstr "" #: gnu/packages/perl.scm:10807 msgid "" "This package provides functions to convert between Roman and\n" "Arabic algorisms. It supports both conventional Roman algorisms (which range\n" "from 1 to 3999) and Milhar Romans, a variation which uses a bar across the\n" "algorism to indicate multiplication by 1000." msgstr "" #: gnu/packages/perl.scm:10826 msgid "Simple ASCII tables" msgstr "" #: gnu/packages/perl.scm:10827 msgid "Text::SimpleTable draws simple ASCII tables." msgstr "" #: gnu/packages/perl.scm:10848 msgid "Organize Data in Tables" msgstr "" #: gnu/packages/perl.scm:10849 msgid "Text::Table renders plaintext tables." msgstr "" #: gnu/packages/perl.scm:10865 msgid "Text::Tabs and Text::Wrap Modules" msgstr "" #: gnu/packages/perl.scm:10866 msgid "" "Text::Tabs will add or remove tabs from a document.\n" "Text::Wrap will reformat lines into paragraphs." msgstr "" #: gnu/packages/perl.scm:10890 msgid "Expand template text with embedded Perl" msgstr "" #: gnu/packages/perl.scm:10892 msgid "" "This is a library for generating letters, building HTML pages, or\n" "filling in templates generally. A template is a piece of text that has little\n" "Perl programs embedded in it here and there. When you fill in a template, you\n" "evaluate the little programs and replace them with their values." msgstr "" #: gnu/packages/perl.scm:10911 msgid "Provide plain ASCII transliterations of Unicode text" msgstr "" #: gnu/packages/perl.scm:10912 msgid "" "Text::Unidecode provides a function, unidecode(...) that\n" "takes Unicode data and tries to represent it in US-ASCII characters (i.e., the\n" "universally displayable characters between 0x00 and 0x7F). The representation\n" "is almost always an attempt at transliteration-- i.e., conveying, in Roman\n" "letters, the pronunciation expressed by the text in some other writing\n" "system." msgstr "" #: gnu/packages/perl.scm:10933 msgid "Perl interpreter-based threads" msgstr "" #: gnu/packages/perl.scm:10934 msgid "This module exposes interpreter threads to the Perl level." msgstr "" #: gnu/packages/perl.scm:10955 msgid "Role for classes that can be thrown" msgstr "" #: gnu/packages/perl.scm:10956 msgid "" "Throwable is a role for classes that are meant to be thrown\n" "as exceptions to standard program flow." msgstr "" #: gnu/packages/perl.scm:10973 msgid "Perl script tidier" msgstr "" #: gnu/packages/perl.scm:10974 msgid "" "This package contains a Perl script which indents and\n" "reformats Perl scripts to make them easier to read. The formatting can be\n" "controlled with command line parameters. The default parameter settings\n" "approximately follow the suggestions in the Perl Style Guide." msgstr "" #: gnu/packages/perl.scm:10994 msgid "Cycle through a list of values" msgstr "" #: gnu/packages/perl.scm:10995 msgid "" "You use @code{Tie::Cycle} to go through a list over and over\n" "again. Once you get to the end of the list, you go back to the beginning." msgstr "" #: gnu/packages/perl.scm:11014 msgid "Ordered associative arrays for Perl" msgstr "" #: gnu/packages/perl.scm:11015 msgid "" "This Perl module implements Perl hashes that preserve the\n" "order in which the hash elements were added. The order is not affected when\n" "values corresponding to existing keys in the IxHash are changed. The elements\n" "can also be set to any arbitrary supplied order. The familiar perl array\n" "operations can also be performed on the IxHash." msgstr "" #: gnu/packages/perl.scm:11038 msgid "Special file handle that hides the beginning of a file" msgstr "" #: gnu/packages/perl.scm:11040 msgid "" "This module provides a file handle that hides the beginning of a file,\n" "by modifying the @code{seek()} and @code{tell()} calls." msgstr "" #: gnu/packages/perl.scm:11057 msgid "Variable ties made much easier" msgstr "" #: gnu/packages/perl.scm:11059 msgid "" "This module adds the ability to quickly create new types of tie objects\n" "without creating a complete class. It does so in such a way as to try and\n" "make the programmers life easier when it comes to single-use ties that I find\n" "myself wanting to use from time-to-time.\n" "\n" "The Tie::Simple package is actually a front-end to other classes which really\n" "do all the work once tied, but this package does the dwimming to automatically\n" "figure out what you're trying to do." msgstr "" #: gnu/packages/perl.scm:11085 msgid "Tie to an existing Perl object" msgstr "" #: gnu/packages/perl.scm:11086 msgid "" "This class provides a tie constructor that returns the\n" "object it was given as it's first argument. This way side effects of calling\n" "$object->TIEHASH are avoided." msgstr "" #: gnu/packages/perl.scm:11106 msgid "English expression of durations" msgstr "" #: gnu/packages/perl.scm:11107 msgid "" "This module provides functions for expressing durations in\n" "rounded or exact terms." msgstr "" #: gnu/packages/perl.scm:11128 msgid "Parse time duration strings" msgstr "" #: gnu/packages/perl.scm:11129 msgid "" "Time::Duration::Parse is a module to parse human readable\n" "duration strings like \"2 minutes\" and \"3 seconds\" to seconds." msgstr "" #: gnu/packages/perl.scm:11147 msgid "High-resolution alarm, sleep, gettimeofday, and interval timers" msgstr "" #: gnu/packages/perl.scm:11148 msgid "" "This package implements @code{usleep}, @code{ualarm}, and\n" "@code{gettimeofday} for Perl, as well as wrappers to implement @code{time},\n" "@code{sleep}, and @code{alarm} that know about non-integral seconds." msgstr "" #: gnu/packages/perl.scm:11167 msgid "Efficiently compute time from local and GMT time" msgstr "" #: gnu/packages/perl.scm:11168 msgid "" "This module provides functions that are the inverse of\n" "built-in perl functions localtime() and gmtime(). They accept a date as a\n" "six-element array, and return the corresponding time(2) value in seconds since\n" "the system epoch." msgstr "" #: gnu/packages/perl.scm:11188 msgid "Object-Oriented time objects" msgstr "" #: gnu/packages/perl.scm:11190 msgid "" "This module replaces the standard @code{localtime} and @code{gmtime}\n" "functions with implementations that return objects. It does so in a\n" "backwards-compatible manner, so that using these functions as documented will\n" "still work as expected." msgstr "" #: gnu/packages/perl.scm:11209 msgid "Date parsing/formatting subroutines" msgstr "" #: gnu/packages/perl.scm:11210 msgid "" "This module provides routines for parsing date string into\n" "time values and formatting dates into ASCII strings." msgstr "" #: gnu/packages/perl.scm:11232 msgid "Shift and scale time" msgstr "" #: gnu/packages/perl.scm:11233 msgid "" "This module allows you to speed up your sleep(), alarm(),\n" "and time() calls." msgstr "" #: gnu/packages/perl.scm:11254 msgid "Simple tree object" msgstr "" #: gnu/packages/perl.scm:11255 msgid "" "This module in a fully object-oriented implementation of a\n" "simple n-ary tree." msgstr "" #: gnu/packages/perl.scm:11276 msgid "Factory object for dispensing Visitor objects" msgstr "" #: gnu/packages/perl.scm:11277 msgid "" "This module is a factory for dispensing\n" "Tree::Simple::Visitor::* objects." msgstr "" #: gnu/packages/perl.scm:11295 msgid "Minimal try/catch with proper preservation of $@@" msgstr "" #: gnu/packages/perl.scm:11296 msgid "" "This module provides bare bones try/catch/finally statements\n" "that are designed to minimize common mistakes with eval blocks, and nothing\n" "else." msgstr "" #: gnu/packages/perl.scm:11318 msgid "Tie a variable to a type constraint" msgstr "" #: gnu/packages/perl.scm:11319 msgid "" "This module exports a single function: @code{ttie}. It ties\n" "a variable to a type constraint, ensuring that whatever values stored in the\n" "variable will conform to the type constraint. If the type constraint has\n" "coercions, these will be used if necessary to ensure values assigned to the\n" "variable conform." msgstr "" #: gnu/packages/perl.scm:11351 msgid "Tiny, yet Moo(se)-compatible type constraint" msgstr "" #: gnu/packages/perl.scm:11352 msgid "" "@code{Type::Tiny} is a small class for writing type\n" "constraints, inspired by Moose's type constraint API. It has only one\n" "non-core dependency (and even that is simply a module that was previously\n" "distributed as part of @code{Type::Tiny} but has since been spun off), and can\n" "be used with Moose, Mouse and Moo (or none of the above)." msgstr "" #: gnu/packages/perl.scm:11372 msgid "Provides an XS boost for some of Type::Tiny's built-in type constraints" msgstr "" #: gnu/packages/perl.scm:11373 msgid "" "This module is optionally used by @code{Type::Tiny} to\n" "provide faster, C-based implementations of some type constraints. This\n" "package has only core dependencies, and does not depend on @code{Type::Tiny},\n" "so other data validation frameworks might also consider using it." msgstr "" #: gnu/packages/perl.scm:11395 msgid "Types and coercions for Moose and Moo" msgstr "" #: gnu/packages/perl.scm:11396 msgid "" "This module provides @code{Path::Tiny} types for Moose, Moo,\n" "etc. It handles two important types of coercion: coercing objects with\n" "overloaded stringification, and coercing to absolute paths. It also can check\n" "to ensure that files or directories exist." msgstr "" #: gnu/packages/perl.scm:11418 msgid "Data types for common serialisation formats" msgstr "" #: gnu/packages/perl.scm:11419 msgid "" "This module provides some extra datatypes that are used by\n" "common serialisation formats such as JSON or CBOR." msgstr "" #: gnu/packages/perl.scm:11446 msgid "Unicode normalization forms" msgstr "" #: gnu/packages/perl.scm:11447 msgid "This Perl module provides Unicode normalization forms." msgstr "" #: gnu/packages/perl.scm:11475 msgid "Unicode collation algorithm" msgstr "" #: gnu/packages/perl.scm:11476 msgid "" "This package provides tools for sorting and comparing\n" "Unicode data." msgstr "" #: gnu/packages/perl.scm:11497 msgid "Unicode line breaking algorithm" msgstr "" #: gnu/packages/perl.scm:11499 msgid "" "@code{Unicode::LineBreak} implements the line breaking algorithm\n" "described in Unicode Standard Annex #14. The @code{East_Asian_Width} property\n" "defined by Annex #11 is used to determine breaking positions." msgstr "" #: gnu/packages/perl.scm:11524 msgid "Encoding and decoding of UTF-8 encoding form" msgstr "" #: gnu/packages/perl.scm:11526 msgid "" "This module provides functions to encode and decode UTF-8 encoding form\n" "as specified by Unicode and ISO/IEC 10646:2011." msgstr "" #: gnu/packages/perl.scm:11544 msgid "UNIVERSAL::can() reimplementation" msgstr "" #: gnu/packages/perl.scm:11545 msgid "" "This module attempts to work around people calling\n" "UNIVERSAL::can() as a function, which it is not." msgstr "" #: gnu/packages/perl.scm:11565 msgid "UNIVERSAL::isa() reimplementation" msgstr "" #: gnu/packages/perl.scm:11566 msgid "" "This module attempts to recover from people calling\n" "UNIVERSAL::isa as a function." msgstr "" #: gnu/packages/perl.scm:11585 msgid "Require modules from a variable" msgstr "" #: gnu/packages/perl.scm:11586 msgid "" "This module lets you require other modules where the module\n" "name is in a variable, something you can't do with the @code{require}\n" "built-in." msgstr "" #: gnu/packages/perl.scm:11605 msgid "Associate user-defined magic to variables from Perl" msgstr "" #: gnu/packages/perl.scm:11606 msgid "" "Magic is Perl's way of enhancing variables. This mechanism\n" "lets the user add extra data to any variable and hook syntactical\n" "operations (such as access, assignment or destruction) that can be applied to\n" "it. With this module, you can add your own magic to any variable without\n" "having to write a single line of XS." msgstr "" #: gnu/packages/perl.scm:11629 msgid "Easily generate well-formed, namespace-aware XML" msgstr "" #: gnu/packages/perl.scm:11630 msgid "" "@code{XML::Writer} is a simple Perl module for writing XML\n" "documents: it takes care of constructing markup and escaping data correctly.\n" "By default, it also performs a significant amount of well-formedness checking\n" "on the output to make certain (for example) that start and end tags match,\n" "that there is exactly one document element, and that there are not duplicate\n" "attribute names." msgstr "" #: gnu/packages/perl.scm:11656 msgid "Dynamically load C libraries into Perl code" msgstr "" #: gnu/packages/perl.scm:11657 msgid "" "XSLoader module defines a standard simplified interface to the\n" "dynamic linking mechanisms available on many platforms. Its primary purpose is\n" "to implement cheap automatic dynamic loading of Perl modules." msgstr "" #: gnu/packages/perl.scm:11677 msgid "Opaque, extensible XS pointer backed objects using sv_magic" msgstr "" #: gnu/packages/perl.scm:11679 msgid "" "This way of associating structs with Perl space objects is designed to\n" "supersede Perl's builtin @code{T_PTROBJ} with something that is extensible\n" "(structs can be associated with any data type) and opaque (the C pointer is\n" "neither visible nor modifiable from Perl space)." msgstr "" #: gnu/packages/perl.scm:11700 msgid "XS functions to assist in parsing keyword syntax" msgstr "" #: gnu/packages/perl.scm:11702 msgid "" "This module provides some XS functions to assist in writing\n" "syntax modules that provide new perl-visible syntax, primarily for authors of\n" "keyword plugins using the @code{PL_keyword_plugin} hook mechanism." msgstr "" #: gnu/packages/perl.scm:11722 msgid "YAML for Perl" msgstr "" #: gnu/packages/perl.scm:11723 msgid "" "The YAML.pm module implements a YAML Loader and Dumper based\n" "on the YAML 1.0 specification." msgstr "" #: gnu/packages/perl.scm:11741 msgid "Perl YAML Serialization using XS and libyaml" msgstr "" #: gnu/packages/perl.scm:11743 msgid "" "@code{YAML::XS} is a Perl XS binding to libyaml which offers Perl the\n" "best YAML support to date." msgstr "" #: gnu/packages/perl.scm:11765 msgid "Read/Write YAML files" msgstr "" #: gnu/packages/perl.scm:11766 msgid "" "YAML::Tiny is a perl class for reading and writing\n" "YAML-style files, written with as little code as possible, reducing load time\n" "and memory overhead." msgstr "" #: gnu/packages/perl.scm:11790 msgid "Generate recursive-descent parsers" msgstr "" #: gnu/packages/perl.scm:11792 msgid "" "@code{Parse::RecDescent} can incrementally generate top-down\n" "recursive-descent text parsers from simple yacc-like grammar specifications." msgstr "" #: gnu/packages/perl.scm:11812 msgid "Generate and use LALR parsers" msgstr "" #: gnu/packages/perl.scm:11813 msgid "" "This package compiles yacc-like @dfn{Look Ahead LR} (LALR)\n" "grammars to generate Perl object oriented parser modules." msgstr "" #: gnu/packages/perl.scm:11838 msgid "Distribution metadata for a CPAN dist" msgstr "" #: gnu/packages/perl.scm:11839 msgid "" "Software distributions released to the CPAN include a\n" "META.json or, for older distributions, META.yml, which describes the\n" "distribution, its contents, and the requirements for building and installing\n" "the distribution. The data structure stored in the META.json file is\n" "described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to\n" "represent this distribution metadata (or distmeta), along with some helpful\n" "methods for interrogating that data." msgstr "" #: gnu/packages/perl.scm:11862 msgid "Set of version requirements for a CPAN dist" msgstr "" #: gnu/packages/perl.scm:11863 msgid "" "A CPAN::Meta::Requirements object models a set of version\n" "constraints like those specified in the META.yml or META.json files in CPAN\n" "distributions, and as defined by CPAN::Meta::Spec. It can be built up by\n" "adding more and more constraints, and will reduce them to the simplest\n" "representation." msgstr "" #: gnu/packages/perl.scm:11886 msgid "Read and write a subset of YAML for CPAN Meta files" msgstr "" #: gnu/packages/perl.scm:11887 msgid "" "This module implements a subset of the YAML specification\n" "for use in reading and writing CPAN metadata files like META.yml and\n" "MYMETA.yml." msgstr "" #: gnu/packages/perl.scm:11908 msgid "Build and install Perl modules" msgstr "" #: gnu/packages/perl.scm:11909 msgid "" "@code{Module::Build} is a system for building, testing, and\n" "installing Perl modules; it used to be part of Perl itself until version 5.22,\n" "which dropped it. It is meant to be an alternative to\n" "@code{ExtUtils::MakeMaker}. Developers may alter the behavior of the module\n" "through subclassing in a much more straightforward way than with\n" "@code{MakeMaker}. It also does not require a @command{make} on your\n" "system---most of the @code{Module::Build} code is pure-Perl." msgstr "" #: gnu/packages/perl.scm:11935 msgid "Parse META.yml and META.json CPAN metadata files" msgstr "" #: gnu/packages/perl.scm:11936 msgid "" "Parse::CPAN::Meta is a parser for META.json and META.yml\n" "files, using JSON::PP and/or CPAN::Meta::YAML." msgstr "" #: gnu/packages/perl.scm:11953 msgid "Common Scalar and List utility subroutines" msgstr "" #: gnu/packages/perl.scm:11954 msgid "" "This package contains a selection of subroutines that people\n" "have expressed would be nice to have in the perl core, but the usage would not\n" "really be high enough to warrant the use of a keyword, and the size so small\n" "such that being individual extensions would be wasteful." msgstr "" #: gnu/packages/perl.scm:11995 msgid "SDL bindings to Perl" msgstr "" #: gnu/packages/perl.scm:11997 msgid "" "SDL Perl is a package of Perl modules that provide both functional and\n" "object oriented interfaces to the Simple DirectMedia Layer for Perl5. This\n" "package takes some liberties with the SDL API, and attempts to adhere to the\n" "spirit of both the SDL and Perl." msgstr "" #: gnu/packages/perl.scm:12029 msgid "Perl module for processing SGML parser output" msgstr "" #: gnu/packages/perl.scm:12030 msgid "" "This package contains @code{SGMLS.pm}, a perl5 class library\n" "for parsing the output from an SGML parser such as OpenSP. It also includes\n" "the @command{sgmlspl} command, an Perl script showcasing how the library can\n" "be used." msgstr "" #: gnu/packages/perl.scm:12054 msgid "Cross-platform functions emulating common shell commands" msgstr "" #: gnu/packages/perl.scm:12056 msgid "Shell::Command is a thin wrapper around ExtUtils::Command." msgstr "" #: gnu/packages/perl.scm:12082 msgid "Object-oriented File::Find replacement in Perl" msgstr "" #: gnu/packages/perl.scm:12083 msgid "" "File::Find::Object is an object-oriented\n" "File::Find replacement in Perl." msgstr "" #: gnu/packages/perl.scm:12109 msgid "Alternative interface to File::Find::Object" msgstr "" #: gnu/packages/perl.scm:12110 msgid "" "File::Find::Object::Rule is an alternative Perl\n" "interface to File::Find::Object." msgstr "" #: gnu/packages/perl.scm:12131 msgid "Wrapper for @code{File::Find} ala @code{find(1)}" msgstr "" #: gnu/packages/perl.scm:12133 msgid "" "@code{File::Find} is great, but constructing the wanted routine can\n" "sometimes be a pain. @code{File::Finder} provides a wanted-writer, using\n" "syntax that is directly mappable to the @code{find(1)} command's syntax.\n" "\n" "A @code{File::Finder} object contains a hash of @code{File::Find} options, and\n" "a series of steps that mimic find's predicates. Initially, a\n" "@code{File::Finder} object has no steps. Each step method clones the previous\n" "object's options and steps, and then adds the new step, returning the new\n" "object. In this manner, an object can be grown, step by step, by chaining\n" "method calls. Furthermore, a partial sequence can be created and held, and\n" "used as the head of many different sequences." msgstr "" #: gnu/packages/perl.scm:12160 msgid "File locking with fcntl(2)" msgstr "" #: gnu/packages/perl.scm:12161 msgid "" "File locking in Perl is usually done using the @code{flock}\n" "function. Unfortunately, this only allows locks on whole files and is often\n" "implemented in terms of the @code{flock(2)} system function which has some\n" "shortcomings (especially concerning locks on remotely mounted file systems)\n" "and slightly different behaviour than @code{fcntl(2)}." msgstr "" #: gnu/packages/perl.scm:12184 msgid "TTF font support for Perl" msgstr "" #: gnu/packages/perl.scm:12185 msgid "" "This package provides a Perl module for TrueType/OpenType\n" "font hacking. It supports reading, processing and writing of the following\n" "tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt, fdsc, feat,\n" "fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name, post, prep,\n" "prop, vhea, vmtx and the reading and writing of all other table types." msgstr "" #: gnu/packages/perl.scm:12221 msgid "Collection of Perl modules for time/date manipulation" msgstr "" #: gnu/packages/perl.scm:12222 msgid "" "Provides several perl modules for date/time manipulation:\n" "@code{Time::CTime.pm}, @code{Time::JulianDay.pm}, @code{Time::ParseDate.pm},\n" "@code{Time::Timezone.pm}, and @code{Time::DaysInMonth.pm}." msgstr "" #: gnu/packages/perl.scm:12251 msgid "Perl library for testing if a time() is in a specific period" msgstr "" #: gnu/packages/perl.scm:12252 msgid "" "This Perl library provides a function which tells whether a\n" "specific time falls within a specified time period. Its syntax for specifying\n" "time periods allows you to test for conditions like \"Monday to Friday, 9am\n" "till 5pm\" and \"on the second Tuesday of the month\" and \"between 4pm and\n" "4:15pm\" and \"in the first half of each minute\" and \"in January of\n" "1998\"." msgstr "" #: gnu/packages/perl.scm:12279 msgid "Iterative, recursive file finder" msgstr "" #: gnu/packages/perl.scm:12280 msgid "" "Path::Iterator::Rule iterates over files and directories to\n" "identify ones matching a user-defined set of rules. The API is based heavily\n" "on File::Find::Rule, but with more explicit distinction between matching rules\n" "and options that influence how directories are searched. A\n" "Path::Iterator::Rule object is a collection of rules (match criteria) with\n" "methods to add additional criteria. Options that control directory traversal\n" "are given as arguments to the method that generates an iterator.\n" "\n" "A summary of features for comparison to other file finding modules:\n" "\n" "@itemize\n" "@item provides many helper methods for specifying rules\n" "@item offers (lazy) iterator and flattened list interfaces\n" "@item custom rules implemented with callbacks\n" "@item breadth-first (default) or pre- or post-order depth-first searching\n" "@item follows symlinks (by default, but can be disabled)\n" "@item directories visited only once (no infinite loop; can be disabled)\n" "@item doesn't chdir during operation\n" "@item provides an API for extensions\n" "@end itemize\n" "\n" "As a convenience, the PIR module is an empty subclass of this one that is less\n" "arduous to type for one-liners." msgstr "" #: gnu/packages/perl.scm:12322 msgid "Include constants from POD" msgstr "" #: gnu/packages/perl.scm:12323 msgid "" "This module allows you to specify those constants that\n" "should be documented in your POD, and pull them out a run time in a fairly\n" "arbitrary fashion.\n" "\n" "Pod::Constants uses Pod::Parser to do the parsing of the source file. It has\n" "to open the source file it is called from, and does so directly either by\n" "lookup in %INC or by assuming it is $0 if the caller is @code{main}\n" "(or it can't find %INC{caller()})." msgstr "" #: gnu/packages/perl.scm:12348 msgid "Implementation of the soundex algorithm" msgstr "" #: gnu/packages/perl.scm:12349 msgid "" "Soundex is a phonetic algorithm for indexing names by sound,\n" "as pronounced in English. The goal is for names with the same pronunciation to\n" "be encoded to the same representation so that they can be matched despite\n" "minor differences in spelling.\n" "\n" "This module implements the original soundex algorithm developed by Robert\n" "Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation\n" "called \"American Soundex\" used for US census data, and current maintained by\n" "the National Archives and Records Administration (NARA)." msgstr "" #: gnu/packages/perl.scm:12375 msgid "" "Line wrapping for multibyte, fullwidth, combining\n" "characters and so on" msgstr "" #: gnu/packages/perl.scm:12378 msgid "" "This module intends to be a better Text::Wrap module. This\n" "module is needed to support multibyte character encodings such as UTF-8,\n" "EUC-JP, EUC-KR, GB2312, and Big5. This module also supports characters with\n" "irregular widths, such as combining characters (which occupy zero columns on\n" "terminal, like diacritical marks in UTF-8) and fullwidth characters (which\n" "occupy two columns on terminal, like most of east Asian characters). Also,\n" "minimal handling of languages which doesn't use whitespaces between\n" "words (like Chinese and Japanese) is supported." msgstr "" #: gnu/packages/perl.scm:12404 msgid "Collection of regexp patterns" msgstr "" #: gnu/packages/perl.scm:12405 msgid "" "Regexp::Pattern is a convention for organizing reusable\n" "regexp patterns in modules." msgstr "" #: gnu/packages/perl.scm:12428 msgid "Parse Lisp S-Expressions into Perl data structures" msgstr "" #: gnu/packages/perl.scm:12429 msgid "" "Data::SExpression parses Lisp S-Expressions into Perl data\n" "structures." msgstr "" #: gnu/packages/perl.scm:12449 msgid "Perl implementation of the GNTP Protocol (client part)" msgstr "" #: gnu/packages/perl.scm:12450 msgid "" "Growl::GNTP is a Perl implementation of the client part\n" "of the Growl Notification Transport Protocol (GNTP)." msgstr "" #: gnu/packages/perl.scm:12469 msgid "Perform advanced operations via sendmsg and recvmsg" msgstr "" #: gnu/packages/perl.scm:12470 msgid "" "Socket::MsgHdr provides advanced socket messaging operations\n" "via sendmsg and recvmsg.\n" "\n" "It also allows manipulating ancillary data or so-called control\n" "information (cmsghdr). This ancillary data may be used for file descriptor\n" "passing, IPv6 operations, and a host of implemenation-specific extensions." msgstr "" #: gnu/packages/photo.scm:176 msgid "Import photos and videos from cameras, phones and memory cards" msgstr "" #: gnu/packages/photo.scm:177 msgid "" "Import photos and videos from cameras, phones and memory\n" "cards and generate meaningful file and folder names." msgstr "" #: gnu/packages/photo.scm:200 msgid "Raw image decoder" msgstr "" #: gnu/packages/photo.scm:202 msgid "" "LibRaw is a library for reading RAW files obtained from digital photo\n" "cameras (CRW/CR2, NEF, RAF, DNG, and others)." msgstr "" #: gnu/packages/photo.scm:227 msgid "Read and manipulate EXIF data in digital photographs" msgstr "" #: gnu/packages/photo.scm:229 msgid "" "The libexif C library allows applications to read, edit, and save EXIF\n" "data as produced by digital cameras." msgstr "" #: gnu/packages/photo.scm:252 msgid "Accessing digital cameras" msgstr "" #: gnu/packages/photo.scm:254 msgid "" "This is the library backend for gphoto2. It contains the code for PTP,\n" "MTP, and other vendor specific protocols for controlling and transferring data\n" "from digital cameras." msgstr "" #: gnu/packages/photo.scm:289 msgid "Command-line tools to access digital cameras" msgstr "" #: gnu/packages/photo.scm:291 msgid "" "Gphoto2 is a set of command line utilities for manipulating a large\n" "number of different digital cameras. Through libgphoto2, it supports PTP,\n" "MTP, and much more." msgstr "" #: gnu/packages/photo.scm:330 msgid "Program and Perl library to manipulate EXIF and other metadata" msgstr "" #: gnu/packages/photo.scm:331 msgid "" "This package provides the @code{exiftool} command and the\n" "@code{Image::ExifTool} Perl library to manipulate EXIF tags of digital images\n" "and a wide variety of other metadata." msgstr "" #: gnu/packages/photo.scm:355 msgid "Library for panoramic images" msgstr "" #: gnu/packages/photo.scm:357 msgid "" "The libpano13 package contains the backend library written by the\n" "Panorama Tools project for building panoramic images from a set of\n" "overlapping images, as well as some command line tools." msgstr "" #: gnu/packages/photo.scm:410 msgid "Tools for combining and blending images" msgstr "" #: gnu/packages/photo.scm:412 msgid "" "Enblend blends away the seams in a panoramic image mosaic using a\n" "multi-resolution spline. Enfuse merges different exposures of the same\n" "scene to produce an image that looks much like a tone-mapped image." msgstr "" #: gnu/packages/photo.scm:444 msgid "Library to correct optical lens defects with a lens database" msgstr "" #: gnu/packages/photo.scm:445 msgid "" "Digital photographs are not ideal. Of course, the better is\n" "your camera, the better the results will be, but in any case if you look\n" "carefully at shots taken even by the most expensive cameras equipped with the\n" "most expensive lenses you will see various artifacts. It is very hard to make\n" "ideal cameras, because there are a lot of factors that affect the final image\n" "quality, and at some point camera and lens designers have to trade one factor\n" "for another to achieve the optimal image quality, within the given design\n" "restrictions and budget. But we all want ideal shots, don't we? So that's\n" "what's Lensfun is all about: rectifying the defects introduced by your\n" "photographic equipment." msgstr "" #: gnu/packages/photo.scm:571 msgid "Virtual lighttable and darkroom for photographers" msgstr "" #: gnu/packages/photo.scm:572 msgid "" "Darktable is a photography workflow application and RAW\n" "developer. It manages your digital negatives in a database, lets you view\n" "them through a zoomable lighttable and enables you to develop raw images\n" "and enhance them." msgstr "" #: gnu/packages/photo.scm:615 msgid "Quick, simple but powerful image editor" msgstr "" #: gnu/packages/photo.scm:616 msgid "" "Photoflare is a cross-platform image editor with an aim\n" "to balance between powerful features and a very friendly graphical user\n" "interface. It suits a wide variety of different tasks and users who value a\n" "more nimble workflow. Features include basic image editing capabilities,\n" "paint brushes, image filters, colour adjustments and more advanced features\n" "such as Batch image processing." msgstr "" #: gnu/packages/photo.scm:681 msgid "Camera control and capture" msgstr "" #: gnu/packages/photo.scm:683 msgid "" "Entangle is an application which uses GTK and libgphoto2 to provide a\n" "graphical interface for tethered photography with digital cameras. It\n" "includes control over camera shooting and configuration settings and 'hands\n" "off' shooting directly from the controlling computer." msgstr "" #: gnu/packages/photo.scm:750 msgid "Panorama photo stitcher" msgstr "" #: gnu/packages/photo.scm:752 msgid "" "Hugin is an easy to use panoramic imaging toolchain with a graphical\n" "user interface. It can be used to assemble a mosaic of photographs into\n" "a complete panorama and stitch any series of overlapping pictures." msgstr "" #: gnu/packages/photo.scm:806 msgid "Raw image developing and processing" msgstr "" #: gnu/packages/photo.scm:807 msgid "" "RawTherapee is a raw image processing suite. It comprises a\n" "subset of image editing operations specifically aimed at non-destructive raw\n" "photo post-production and is primarily focused on improving a photographer's\n" "workflow by facilitating the handling of large numbers of images. Most raw\n" "formats are supported, including Pentax Pixel Shift, Canon Dual-Pixel, and those\n" "from Foveon and X-Trans sensors." msgstr "" #: gnu/packages/photo.scm:833 msgid "Highly optimized library for processing RAW images" msgstr "" #: gnu/packages/photo.scm:835 msgid "This package provides RawTherapee's highly optimized RAW processing routines." msgstr "" #: gnu/packages/ratpoison.scm:93 msgid "Simple mouse-free tiling window manager" msgstr "" #: gnu/packages/ratpoison.scm:95 msgid "" "Ratpoison is a simple window manager with no fat library\n" "dependencies, no fancy graphics, no window decorations, and no\n" "rodent dependence. It is largely modelled after GNU Screen which\n" "has done wonders in the virtual terminal market.\n" "\n" "The screen can be split into non-overlapping frames. All windows\n" "are kept maximized inside their frames to take full advantage of\n" "your precious screen real estate.\n" "\n" "All interaction with the window manager is done through keystrokes.\n" "Ratpoison has a prefix map to minimize the key clobbering that\n" "cripples Emacs and other quality pieces of software." msgstr "" #: gnu/packages/readline.scm:103 msgid "Edit command lines while typing, with history support" msgstr "" #: gnu/packages/readline.scm:105 msgid "" "The GNU readline library allows users to edit command lines as they\n" "are typed in. It can maintain a searchable history of previo