From 81873eda4de508298031ddc1bd00ebe525651d0a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 10 Aug 2018 21:40:17 +0200 Subject: gnu: libsoup: Update to 2.62.3. * gnu/packages/gnome.scm (libsoup): Update to 2.62.3. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9090d51a82..4ef96ffa50 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2455,7 +2455,7 @@ (define-public rest (define-public libsoup (package (name "libsoup") - (version "2.62.2") + (version "2.62.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2463,7 +2463,7 @@ (define-public libsoup name "-" version ".tar.xz")) (sha256 (base32 - "1dkrz1iwsswscayfmjxqv2q00b87snlq9nxdccn5vck0vbinylwy")))) + "0whi8p03kpbp68kg6fg3vb7rhykjp7wn3nlbzy9j0p298zjss4nk")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments -- cgit v1.2.3 From 67d7c55cffa2cd89989a7eac73ba9f7d987966aa Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 10 Aug 2018 21:44:46 +0200 Subject: gnu: p11-kit: Update to 0.23.13. * gnu/packages/tls.scm (p11-kit): Update to 0.23.13. --- gnu/packages/tls.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index bf464761e1..73d4b02919 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -120,7 +120,7 @@ (define-public asn1c (define-public p11-kit (package (name "p11-kit") - (version "0.23.12") + (version "0.23.13") (source (origin (method url-fetch) @@ -128,7 +128,7 @@ (define-public p11-kit "download/" version "/p11-kit-" version ".tar.gz")) (sha256 (base32 - "00ylbx2gxrm9bv6w4y3qf8z30vpdkqaa8z1y22hy27fv34py5fjq")))) + "1w92k6p4bhg8p24igfb6ifc6vixr2zdjh3x6gjhsphy778z40rda")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From 7598b678fad2112ea87a85acf755908a59dd4676 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 10 Aug 2018 14:51:14 -0400 Subject: gnu: bzip2: Use archived source and home-page URLs. * gnu/packages/compression.scm (bzip2)[source, home-page]: Update URLs. --- gnu/packages/compression.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index c6cd416bdd..582fb00e25 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -237,8 +237,10 @@ (define-public bzip2 (version "1.0.6") (source (origin (method url-fetch) - (uri (string-append "http://www.bzip.org/" version "/bzip2-" - version ".tar.gz")) + ;; XXX The bzip.org domain was allowed to expire. + (uri (string-append "https://web.archive.org/web/20180624184806/" + "http://www.bzip.org/" + version "/bzip2-" version ".tar.gz")) (sha256 (base32 "1kfrc7f0ja9fdn6j1y6yir6li818npy6217hvr3wzmnmzhs8z152")))) @@ -316,7 +318,7 @@ (define-public bzip2 decompression.") (license (license:non-copyleft "file://LICENSE" "See LICENSE in the distribution.")) - (home-page "http://www.bzip.org/"))) + (home-page "https://web.archive.org/web/20180801004107/http://www.bzip.org/"))) (define-public lbzip2 (package -- cgit v1.2.3 From c5ca9b96cb36290cdd6bb96be45edb04fc49ef4b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 11 Aug 2018 00:05:24 +0200 Subject: gnu: mame: Update to 0.200. * gnu/packages/emulators.scm (mame): Update to 0.200. [arguments]: Fix missing includes in source. --- gnu/packages/emulators.scm | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index a59b0f2828..141423d7bf 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1175,7 +1175,7 @@ (define-public scummvm (define-public mame (package (name "mame") - (version "0.199") + (version "0.200") (source (origin (method git-fetch) @@ -1185,7 +1185,7 @@ (define-public mame (file-name (git-file-name name version)) (sha256 (base32 - "0rb2k6dxss36jjalbpvj2xsqdwqyqy89qab7jpv8ig1y08dpg36n")) + "0ddw8635hdm21lgpf13k1vhfywy3460rwciv93vrqmpkq2dvpmib")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. @@ -1211,6 +1211,17 @@ (define-public mame #:tests? #f ;no test in regular release #:phases (modify-phases %standard-phases + ;; Add missing include lines for "fmin" and "ceil" functions. + ;; Reported upstream. Will be fixed in 0.201. + (add-after 'unpack 'add-missing-include + (lambda _ + (substitute* "src/devices/cpu/mips/mips3.cpp" + (("#include \"ps2vu.h\"" all) + (string-append all "\n#include "))) + (substitute* "src/devices/cpu/mips/ps2vif1.cpp" + (("#include \"ps2vif1.h\"" all) + (string-append all "\n#include "))) + #t)) (delete 'configure) (add-after 'build 'build-documentation (lambda _ (invoke "make" "-C" "docs" "man" "info"))) -- cgit v1.2.3 From fc79867da9706fa24b71beb1f06a4dca3e77be49 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 9 Aug 2018 02:37:02 +0200 Subject: gnu: ccrypt: Update to 1.11. * gnu/packages/crypto.scm (ccrypt): Update to 1.11. --- gnu/packages/crypto.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 730895efd9..87cae1e305 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -794,14 +794,14 @@ (define-public botan (define-public ccrypt (package (name "ccrypt") - (version "1.10") + (version "1.11") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/ccrypt/ccrypt/" + (uri (string-append "mirror://sourceforge/ccrypt/" version "/ccrypt-" version ".tar.gz")) (sha256 (base32 - "184v9676hx2w875cz04rd3a20wrcms33a1zwybvapb0g2yi6vml7")))) + "0kx4a5mhmp73ljknl2lcccmw9z3f5y8lqw0ghaymzvln1984g75i")))) (build-system gnu-build-system) (home-page "http://ccrypt.sourceforge.net") (synopsis "Command-line utility for encrypting and decrypting files and streams") -- cgit v1.2.3 From b3543e6c79d547434c231eadc5089c720755ff73 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 4 Jul 2018 01:43:41 +0200 Subject: gnu: Add oath-toolkit. * gnu/packages/authentication.scm: New file. (oath-toolkit): New public variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add the new file. --- gnu/local.mk | 1 + gnu/packages/authentication.scm | 77 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 gnu/packages/authentication.scm (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index 98373aa2fe..dee36f8b44 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -68,6 +68,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/attr.scm \ %D%/packages/audio.scm \ %D%/packages/augeas.scm \ + %D%/packages/authentication.scm \ %D%/packages/autogen.scm \ %D%/packages/autotools.scm \ %D%/packages/avahi.scm \ diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm new file mode 100644 index 0000000000..a58eac9890 --- /dev/null +++ b/gnu/packages/authentication.scm @@ -0,0 +1,77 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2018 Tobias Geerinckx-Rice +;;; +;;; 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 . + +(define-module (gnu packages authentication) + #:use-module (gnu packages linux) + #:use-module (gnu packages pkg-config) + #:use-module (guix build-system gnu) + #:use-module (guix download) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages)) + +(define-public oath-toolkit + ;; If gcc@7 breaks this package before its next release, try patching it: + ;; . + (package + (name "oath-toolkit") + (version "2.6.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://download.savannah.nongnu.org/releases/" + name "/" name "-" version ".tar.gz")) + (sha256 + (base32 "182ah8vfbg0yhv6mh1b6ap944d0na6x7lpfkwkmzb6jl9gx4cd5h")))) + (build-system gnu-build-system) + (arguments + ;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures. + `(#:configure-flags + (list "--enable-pam") + #:phases + (modify-phases %standard-phases + (add-after 'install 'delete-static-libraries + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (lib (string-append out "/lib"))) + (for-each delete-file (find-files lib "\\.a$")) + #t)))))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("linux-pam" ,linux-pam))) ; for --enable-pam + (home-page "https://www.nongnu.org/oath-toolkit/") + (synopsis "One-time password (OTP) components") + ;; TODO Add the following items after they've been enabled. + ;; @item @command{pskctool}, a command-line tool for manipulating secret key + ;; files in the Portable Symmetric Key Container (@dfn{PSKC}) format + ;; described in RFC6030. + ;; @item @code{libpskc}, a shared and static C library for PSKC handling. + (description + "The @dfn{OATH} (Open AuTHentication) Toolkit provides various components +for building one-time password (@dfn{OTP}) authentication systems: + +@itemize +@item @command{oathtool}, a command-line tool for generating & validating OTPs. +@item @code{liboath}, a C library for OATH handling. +@item @code{pam_oath}, a PAM module for pluggable login authentication. +@end itemize + +Supported technologies include the event-based @dfn{HOTP} algorithm (RFC4226) +and the time-based @dfn{TOTP} algorithm (RFC6238).") + (license (list license:lgpl2.1+ ; the libraries (liboath/ & libpskc/) + license:gpl3+)))) ; the tools (everything else) -- cgit v1.2.3 From 9a3c345b3fa1a25a46f71070312db3cb59520587 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 00:45:02 +0200 Subject: gnu: r-cowplot: Update to 0.9.3. * gnu/packages/statistics.scm (r-cowplot): Update to 0.9.3. --- gnu/packages/statistics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d8c1e6df33..7d0f9a07b3 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4466,14 +4466,14 @@ (define-public r-compquadform (define-public r-cowplot (package (name "r-cowplot") - (version "0.9.2") + (version "0.9.3") (source (origin (method url-fetch) (uri (cran-uri "cowplot" version)) (sha256 (base32 - "13yjw7yv7imyqiawqqp304hkp6x36iv6rf6gn03dwzwkj9zwx4lb")))) + "1jrx1h0blkk577y4cvnjk7xccn7qmjiv2bnpgqlsjvjhsxglf41y")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) -- cgit v1.2.3 From 6e542e195d036b14909a1b39e295f2ac4a314b3d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 22:23:50 +0200 Subject: gnu: perl-net-dns: Update to 1.17. * gnu/packages/networking.scm (perl-net-dns): Update to 1.17. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 937d6f75ba..a9696eb3c6 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -818,7 +818,7 @@ (define-public aircrack-ng (define-public perl-net-dns (package (name "perl-net-dns") - (version "1.15") + (version "1.17") (source (origin (method url-fetch) @@ -828,7 +828,7 @@ (define-public perl-net-dns ".tar.gz")) (sha256 (base32 - "1l31kqrgjzq8zgpr86z12x550px5zpn563gmnja6m14b8fk6pm0s")))) + "1q62w9rf2w8kjzqagzr0rdn20ybl8gj3l6cdq4k8fw0sxa7zsycs")))) (build-system perl-build-system) (inputs `(("perl-digest-hmac" ,perl-digest-hmac))) -- cgit v1.2.3 From 8faa9df7f36190fd6281eaea35e875f29ff6dfb1 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 22:57:38 +0200 Subject: gnu: perl-net-dns: Update home page. * gnu/packages/networking.scm (perl-net-dns)[home-page]: Use new (and HTTPS) URI. [source]: Add it to the list of download locations. --- gnu/packages/networking.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a9696eb3c6..aa7059eb50 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -822,17 +822,19 @@ (define-public perl-net-dns (source (origin (method url-fetch) - (uri (string-append - "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-" - version - ".tar.gz")) + (uri + (list + (string-append "https://www.net-dns.org/download/Net-DNS-" + version ".tar.gz") + (string-append "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-" + version ".tar.gz"))) (sha256 (base32 "1q62w9rf2w8kjzqagzr0rdn20ybl8gj3l6cdq4k8fw0sxa7zsycs")))) (build-system perl-build-system) (inputs `(("perl-digest-hmac" ,perl-digest-hmac))) - (home-page "http://search.cpan.org/dist/Net-DNS") + (home-page "https://www.net-dns.org/") (synopsis "Perl Interface to the Domain Name System") (description "Net::DNS is the Perl Interface to the Domain Name System.") -- cgit v1.2.3 From e0d5712f6450135db75deaef234beffbdb53de1a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 20:38:45 +0200 Subject: gnu: xfig: Update to 3.2.7a. * gnu/packages/xfig.scm (xfig): Update to 3.2.7a. --- gnu/packages/xfig.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm index 9c1f28592f..09c7597761 100644 --- a/gnu/packages/xfig.scm +++ b/gnu/packages/xfig.scm @@ -32,7 +32,7 @@ (define-module (gnu packages xfig) (define-public xfig (package (name "xfig") - (version "3.2.7") + (version "3.2.7a") (source (origin (method url-fetch) @@ -40,7 +40,7 @@ (define-public xfig name "-" version ".tar.xz")) (sha256 (base32 - "0anlrr68knr401j7z76k6hx33w16l02dzb7szdkrc4rb2gj1rs2z")))) + "096zgp0bqnxhgxbrv2jjylrjz3pr4da0xxznlk2z7ffxr5pri2fa")))) (build-system gnu-build-system) (native-inputs ;; For tests. -- cgit v1.2.3 From c6cb111b2397ff433317bc338ddf4298a42a1515 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:26:45 +0200 Subject: gnu: opari2: Remove redundant code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/profiling.scm (opari2)[arguments]: Remove ‘licence’ installation phase now handled by the build system. --- gnu/packages/profiling.scm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index 07da23aa15..56e5c48ed7 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -187,15 +187,6 @@ (define-public opari2 (inputs `(("gfortran" ,gfortran))) (native-inputs `(("gawk" ,gawk) ;for tests ("which" ,which))) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'install 'licence - (lambda* (#:key outputs #:allow-other-keys) - (let ((doc (string-append (assoc-ref outputs "out") - "/share/doc/opari2"))) - (install-file "COPYING" doc) - #t)))))) (home-page "http://www.vi-hps.org/projects/score-p") (synopsis "OpenMP runtime performance measurement instrumenter") (description "OPARI2 is a source-to-source instrumentation tool for OpenMP -- cgit v1.2.3 From 82536c48772187840279598c1e0f366aa97c99ce Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:27:16 +0200 Subject: gnu: opari2: Update to 2.0.3. * gnu/packages/profiling.scm (opari2): Update to 2.0.3. --- gnu/packages/profiling.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index 56e5c48ed7..c58881baa2 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -173,7 +173,7 @@ (define-public otf2 (define-public opari2 (package (name "opari2") - (version "2.0.2") + (version "2.0.3") (source (origin (method url-fetch) @@ -182,7 +182,7 @@ (define-public opari2 (minor (cadr parts))) (string-append "http://www.vi-hps.org/upload/packages/opari2/opari2-" version ".tar.gz"))) - (sha256 (base32 "1ph8l5c646bm9l5vcn8rrbjvkyi7y8yvn2ny95r6kmlzs766g3q8")))) + (sha256 (base32 "0v785mhw9azj3ln5v7akj5b1cxvzfkxz8kj565pfwllir7xzqbky")))) (build-system gnu-build-system) (inputs `(("gfortran" ,gfortran))) (native-inputs `(("gawk" ,gawk) ;for tests -- cgit v1.2.3 From c327bb4463d736045885ca9833d8a328e0dc6a16 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:46:02 +0200 Subject: gnu: dialog: Update to 1.3-20180621. * gnu/packages/ncurses.scm (dialog): Update to 1.3-20180621. --- gnu/packages/ncurses.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index 2f628a6fe9..3fd78a40bc 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm @@ -229,7 +229,7 @@ (define-public ncurses/gpm (define-public dialog (package (name "dialog") - (version "1.3-20171209") + (version "1.3-20180621") (source (origin (method url-fetch) (uri (string-append @@ -237,10 +237,10 @@ (define-public dialog version ".tgz")) (sha256 (base32 - "1rk72as52f5br3wcr74d00wib41w65g8wvi36mfgybly251984r0")))) + "0yjqczlf64yppgvk4i6s0jm06mdr0mb5m6sj39nf891dnbi5jj2a")))) (build-system gnu-build-system) (arguments - `(#:tests? #f)) ; no test suite + `(#:tests? #f)) ; no test suite (inputs `(("ncurses" ,ncurses))) (synopsis "Curses widgets") -- cgit v1.2.3 From 895789ea78d4e41d672f72fb519ea32a7a2f408b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 19:31:43 +0200 Subject: gnu: po4a: Update to 0.54. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gettext.scm (po4a): Update to 0.54. [arguments]: Remove ‘set-search-path’ and ‘fix-builder’ phases. Coalesce ‘disable-...-test’ phases into one ‘disable-failing-tests’ phase, update their numbering, and re-enable the ‘yaml’ test. [native-inputs]: Add perl-yaml-tiny test dependency. --- gnu/packages/gettext.scm | 54 +++++++++++++++++++----------------------------- 1 file changed, 21 insertions(+), 33 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index f887f8eb30..a90b217bab 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017 Mathieu Othacehe ;;; Copyright © 2017 Eric Bavier +;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -142,46 +143,18 @@ (define-public gnu-gettext (define-public po4a (package (name "po4a") - (version "0.53") + (version "0.54") (source (origin (method url-fetch) (uri (string-append "https://github.com/mquinson/po4a/releases/download/v" version "/po4a-" version ".tar.gz")) (sha256 (base32 - "033qrd37zjjzvjl6g55fvhlcrm7gynfx6rj76qpr2852dn0mw069")))) + "0l9xc06cr8i5jqycfylr4lynhmkb4ng2534m14kx37bzd4hpcvsr")))) (build-system perl-build-system) (arguments `(#:phases (modify-phases %standard-phases - (add-before 'configure 'set-search-path - (lambda _ - ;; Work around "dotless @INC" build failure. - (setenv "PERL5LIB" - (string-append (getcwd) ":" - (getenv "PERL5LIB"))) - #t)) - ;; FIXME: One test fails as we don't have SGMLS.pm - (add-before 'check 'disable-sgml-test - (lambda _ - (delete-file "t/20-sgml.t") - #t)) - (add-before 'check 'disable-asciidoc-test - (lambda _ - (delete-file "t/30-asciidoc.t") - #t)) - (add-before 'check 'disable-yaml-test - (lambda _ - (delete-file "t/32-yaml.t") - #t)) - (add-after 'unpack 'fix-builder - (lambda* (#:key inputs outputs #:allow-other-keys) - (substitute* "Po4aBuilder.pm" - ;; By default it tries to install into perl's manpath. - (("my \\$mandir = .*$") - (string-append "my $mandir = \"" (assoc-ref outputs "out") - "/share/man\";\n"))) - #t)) (add-after 'install 'wrap-programs (lambda* (#:key outputs #:allow-other-keys) ;; Make sure all executables in "bin" find the Perl modules @@ -200,15 +173,30 @@ (define-public po4a (find-files (string-append (assoc-ref outputs "out") "/share/man") ".*\\.gz$")) + #t)) + (add-before 'check 'disable-failing-tests + (lambda _ + ;; FIXME: ‘Files ../t-03-asciidoc/Titles.po and Titles.po differ’. + (delete-file "t/03-asciidoc.t") + + ;; FIXME: ‘Unknown format type: html’, and it's not listed. + (delete-file "t/09-html.t") + + ;; FIXME: this test requires SGMLS.pm. + (delete-file "t/16-sgml.t") + #t))))) (native-inputs `(("gettext" ,gettext-minimal) ("perl-module-build" ,perl-module-build) ("docbook-xsl" ,docbook-xsl) - ("docbook-xml" ,docbook-xml) ;for tests - ("texlive" ,texlive-tiny) ;for tests ("libxml2" ,libxml2) - ("xsltproc" ,libxslt))) + ("xsltproc" ,libxslt) + + ;; For tests. + ("docbook-xml" ,docbook-xml) + ("perl-yaml-tiny" ,perl-yaml-tiny) + ("texlive" ,texlive-tiny))) (home-page "https://po4a.org/") (synopsis "Scripts to ease maintenance of translations") (description -- cgit v1.2.3 From fb5fedfe7ed18175fd17f4f09c7d26bdd21e31e2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 00:42:44 +0200 Subject: gnu: otf2: Edit description. * gnu/packages/profiling.scm (otf2)[description]: Fix typo and use @dfn. --- gnu/packages/profiling.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index c58881baa2..42d6d6a72a 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -166,8 +166,8 @@ (define-public otf2 #t))))) (home-page "http://www.vi-hps.org/projects/score-p/") (synopsis "Open Trace Format 2 library") - (description "The Open Trace Format 2 (OTF2) is a scalable, memory -efficient event trace data format plus support library.") + (description "The Open Trace Format 2 (@dfn{OTF2}) is a scalable, +memory-efficient event trace data format plus support library.") (license license:bsd-3))) (define-public opari2 -- cgit v1.2.3 From 8502ff7a1afdf55cb148eaa4b6b70d82069a2ab2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 8 Aug 2018 21:23:50 +0200 Subject: gnu: mew: Use HTTPS. * gnu/packages/mail.scm (mew)[source, home-page]: Use HTTPS. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5e5933932b..6ad4d13aad 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -546,7 +546,7 @@ (define-public emacs-mew (version "6.7") (source (origin (method url-fetch) - (uri (string-append "http://mew.org/Release/mew-" + (uri (string-append "https://mew.org/Release/mew-" version ".tar.gz")) (sha256 (base32 @@ -584,7 +584,7 @@ (define-public emacs-mew "mew" (string-append (assoc-ref outputs "out") ,elisp-dir)) #t))) #:tests? #f))) - (home-page "http://www.mew.org") + (home-page "https://mew.org") (synopsis "Emacs e-mail client") (description "Mew (Messaging in the Emacs World) is a user interface for text messages, multimedia messages (MIME), news articles and -- cgit v1.2.3 From 8c6770057e38f0a478c78f9ed2290872b475dd08 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 10 Aug 2018 20:31:14 -0400 Subject: gnu: linux-libre@4.4: Update to 4.4.147. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.147. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1ad86a7895..f9ebdd82ad 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,8 @@ (define-public linux-libre-4.9 #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.146" - "1gpshdkn2rfg8kkf2qb2z30yk1lgzndk0fn1bvnrmfmx7swc45w8" + (make-linux-libre "4.4.147" + "0b9pr7qwa5ksj0bk5yh6hcxrjkv41ji0x29hscravmj4ckkxg0l6" %intel-compatible-systems #:configuration-file kernel-config)) -- cgit v1.2.3 From 85e267fdba3eefe0c44e81d9624f413783b9ae21 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 10 Aug 2018 20:31:56 -0400 Subject: gnu: linux-libre@4.9: Update to 4.9.119. * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.119. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f9ebdd82ad..037f74e91f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,8 @@ (define-public linux-libre-4.14 #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.118" - "0zh9l0r828jjbmmqp0hwkjm34ly8kqhfddlyigmliz0j39dg0137" + (make-linux-libre "4.9.119" + "1wqy9163w9srf614p57c3m7h8a2lbwv7f21m4cym397paqfkh4z4" %intel-compatible-systems #:configuration-file kernel-config)) -- cgit v1.2.3 From 36c41daa3479ce67ad117c00db73b2bc2de15da1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 10 Aug 2018 20:32:43 -0400 Subject: gnu: linux-libre@4.14: Update to 4.14.62. * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.62. (%linux-libre-4.14-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 037f74e91f..575a989824 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,8 @@ (define-public linux-libre %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.61") -(define %linux-libre-4.14-hash "0jr0qi3473fn32cyisp3baf68sfr6vir5ydaphmqmz379ymxxm0z") +(define %linux-libre-4.14-version "4.14.62") +(define %linux-libre-4.14-hash "0gpcdimig6d833dgxmj1i21dg8n12g4q38n0dq5j5x215w6rxy65") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version -- cgit v1.2.3 From 28e14a6726c9c571189381c0c37285e428afb7fc Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 10 Aug 2018 20:33:33 -0400 Subject: gnu: linux-libre: Update to 4.17.14. * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.14. (%linux-libre-hash): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 575a989824..e45feb321c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,8 @@ (define %linux-compatible-systems '("x86_64-linux" "i686-linux" "armhf-linux" "a ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.17.13") -(define %linux-libre-hash "07z4yisl4krz1ja6123xp32g00nx6ajsc9x1lywmmpvvjilsz4ax") +(define %linux-libre-version "4.17.14") +(define %linux-libre-hash "11yf4s3cq6a9z3sl38kr4li75mhqfnmgwayi1mcaac8hr6ylksss") (define-public linux-libre (make-linux-libre %linux-libre-version -- cgit v1.2.3 From cb9da5d171b1a9806aa3cbd28c2d514a0bcda8a2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:47:51 +0200 Subject: gnu: asio: Update to 1.12.1. * gnu/packages/networking.scm (asio): Update to 1.12.1. [source]: Use upstream release tarballs. [native-inputs, arguments]: Remove cruft needed to build from git. --- gnu/packages/networking.scm | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index aa7059eb50..91cc150207 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1897,23 +1897,16 @@ (define-public can-utils (define-public asio (package (name "asio") - (version "1.12.0") + (version "1.12.1") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/chriskohlhoff/asio.git") - (commit (string-join (cons name (string-split version #\.)) - "-")))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (string-append "mirror://sourceforge/asio/asio/" + version " (Stable)/" name "-" version ".tar.bz2")) (sha256 (base32 - "04dg8kpgriay7q62mqcq2gl439k5y4mf761zghsd6wfl0farh3mx")))) + "0nln45662kg799ykvqx5m9z9qcsmadmgg6r5najryls7x16in2d9")))) (build-system gnu-build-system) - (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("libtool" ,libtool))) (inputs `(("boost" ,boost) ("openssl" ,openssl))) @@ -1921,15 +1914,7 @@ (define-public asio `(#:configure-flags (list (string-append "--with-boost=" (assoc-ref %build-inputs "boost")) - (string-append "--with-openssl=" (assoc-ref %build-inputs "openssl"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'chdir-to-asio - (lambda _ - (chdir "asio"))) - (add-before 'configure 'bootstrap - (lambda _ - (invoke "sh" "autogen.sh")))))) + (string-append "--with-openssl=" (assoc-ref %build-inputs "openssl"))))) (home-page "https://think-async.com/Asio") (synopsis "C++ library for ASynchronous network I/O") (description "Asio is a cross-platform C++ library for network and -- cgit v1.2.3 From 3e9aa5cff31eee3b7c8780bfcc4e6070d57beeee Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:37:19 +0200 Subject: gnu: password-store: Update to 1.7.3. * gnu/packages/password-utils.scm (password-store): Update to 1.7.3. --- gnu/packages/password-utils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 9ac30420b7..b9a0a2de2e 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -358,7 +358,7 @@ (define-public assword (define-public password-store (package (name "password-store") - (version "1.7.2") + (version "1.7.3") (source (origin (method url-fetch) (uri @@ -366,7 +366,7 @@ (define-public password-store name "-" version ".tar.xz")) (sha256 (base32 - "1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27")))) + "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 From 1497b95c7b08863355beb43c29ce180dbb756fe0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 8 Aug 2018 21:13:01 +0200 Subject: gnu: mpop: Update home page. * gnu/packages/mail.scm (mpop)[source, home-page]: Update URIs. --- gnu/packages/mail.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6ad4d13aad..c76802e5c1 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1861,8 +1861,8 @@ (define-public mpop (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/mpop/mpop/" version - "/mpop-" version ".tar.xz")) + (uri (string-append "https://marlam.de/mpop/releases/" + name "-" version ".tar.xz")) (sha256 (base32 "0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z")))) @@ -1874,7 +1874,7 @@ (define-public mpop `(("pkg-config" ,pkg-config))) (arguments `(#:configure-flags (list "--with-tls=gnutls"))) - (home-page "http://mpop.sourceforge.net/") + (home-page "https://marlam.de/mpop/") (synopsis "POP3 mail client") (description "mpop is a small and fast POP3 client suitable as a fetchmail replacement. -- cgit v1.2.3 From 64530ad8ae3513e5c17f6a904ace6093e5da538a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 8 Aug 2018 21:15:39 +0200 Subject: gnu: mpop: Update to 1.2.8. * gnu/packages/mail.scm (mpop): Update to 1.2.8. [arguments]: Remove. --- gnu/packages/mail.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c76802e5c1..e60a3561ca 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1857,7 +1857,7 @@ (define-public mb2md (define-public mpop (package (name "mpop") - (version "1.2.6") + (version "1.2.8") (source (origin (method url-fetch) @@ -1865,15 +1865,13 @@ (define-public mpop name "-" version ".tar.xz")) (sha256 (base32 - "0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z")))) + "1skrda7lbks5h0v03ab8bhpg6ma1b63if8x9x3kb2fv70x2pkhqn")))) (build-system gnu-build-system) (inputs `(("gnutls" ,gnutls) ("libidn" ,libidn))) (native-inputs `(("pkg-config" ,pkg-config))) - (arguments - `(#:configure-flags (list "--with-tls=gnutls"))) (home-page "https://marlam.de/mpop/") (synopsis "POP3 mail client") (description "mpop is a small and fast POP3 client suitable as a -- cgit v1.2.3 From 93d5061991b868c1ec85e70dcbbed9eaa4e2579c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 8 Aug 2018 19:34:28 +0200 Subject: gnu: python-gitpython: Update to 2.1.11. * gnu/packages/version-control.scm (python-gitpython): Update to 2.1.11. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 6eaaffba40..203ef4c481 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -754,13 +754,13 @@ (define-public python2-gitdb (define-public python-gitpython (package (name "python-gitpython") - (version "2.1.10") + (version "2.1.11") (source (origin (method url-fetch) (uri (pypi-uri "GitPython" version)) (sha256 (base32 - "00bk48s5szh296r7zyvdpv3sd7q9j2cb9sqdc9diwcjayrf082xn")))) + "1a357c28dnhgvq3saia7v29r71ynp48l2qp5xsmnc4vgzmdxqdw2")))) (build-system python-build-system) (arguments `(#:tests? #f ;XXX: Tests can only be run within the GitPython repository. -- cgit v1.2.3 From a0b5c99861d321e6b30e231d49c0d3718942ebd7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 03:02:20 +0200 Subject: gnu: proxychains-ng: Update to 4.13. * gnu/packages/networking.scm (proxychains-ng): Update to 4.13. [source]: Update download URI. Goodbye, sweet hash. [arguments]: Add CC=gcc to the environment, not only to #:make-flags. --- gnu/packages/networking.scm | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 91cc150207..15e0181d65 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1072,19 +1072,18 @@ (define-public libproxy (define-public proxychains-ng (package (name "proxychains-ng") - (version "4.12") - (source (origin - (method url-fetch) - (uri (string-append "https://github.com/rofl0r/" name "/releases/" - "download/v" version "/" name "-" version - ".tar.xz")) - (sha256 - (base32 - "0kiss3ih6cwayzvqi5cx4kw4vh7r2kfxlbgk56v1f1066ncm8aj8")))) + (version "4.13") + (source + (origin + (method url-fetch) + (uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0418fv8hgf43rzrxxlybg49jz2h6w8inndhb6v1184k4cwzjnl3p")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests - #:make-flags '("CC=gcc") #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-configure-script @@ -1095,6 +1094,10 @@ (define-public proxychains-ng (("\\*\\) break ;;" line) (string-append "[A-Z]*) shift ;;\n" line))) + #t)) + (add-before 'configure 'set-up-environment + (lambda _ + (setenv "CC" "gcc") #t))))) (synopsis "Redirect any TCP connection through a proxy or proxy chain") (description "Proxychains-ng is a preloader which hooks calls to sockets -- cgit v1.2.3 From 206feae7367a31a9cdafce9fbbe08d48502e76f5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 04:48:28 +0200 Subject: gnu: spice-gtk: Update to 0.35. * gnu/packages/spice.scm (spice-gtk): Update to 0.35. --- gnu/packages/spice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index a648634646..ce90a0caeb 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -148,7 +148,7 @@ (define-public spice-protocol (define-public spice-gtk (package (name "spice-gtk") - (version "0.34") + (version "0.35") (source (origin (method url-fetch) (uri (string-append @@ -156,7 +156,7 @@ (define-public spice-gtk "spice-gtk-" version ".tar.bz2")) (sha256 (base32 - "1vknp72pl6v6nf3dphhwp29hk6gv787db2pmyg4m312z2q0hwwp9")))) + "11lymg467gvj5ys8k22ihnfbxjn4x34ygyzirpg2nphjwlyhgrml")))) (build-system gnu-build-system) (propagated-inputs `(("gstreamer" ,gstreamer) -- cgit v1.2.3 From 800248fe59d59af76b6dbcfece7f56a7c3e94804 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 04:50:18 +0200 Subject: gnu: virt-viewer: Update to 7.0. * gnu/packages/spice.scm (virt-viewer): Update to 7.0. --- gnu/packages/spice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index ce90a0caeb..69bc2b82cb 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -302,7 +302,7 @@ (define-public spice-vdagent (define-public virt-viewer (package (name "virt-viewer") - (version "6.0") + (version "7.0") (source (origin (method url-fetch) (uri (string-append @@ -310,7 +310,7 @@ (define-public virt-viewer "virt-viewer-" version ".tar.gz")) (sha256 (base32 - "1chqrf658niivzfh85cbwkbv9vyg8sv1mv3i31vawkfsfdvvsdwh")))) + "00y9vi69sja4pkrfnvrkwsscm41bqrjzvp8aijb20pvg6ymczhj7")))) (build-system gnu-build-system) (inputs `(("gtk+" ,gtk+) -- cgit v1.2.3 From e83745a958a2bedeb8c6fa73970531f4a6b9b301 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 04:56:49 +0200 Subject: gnu: light: Update to 1.1.2. * gnu/packages/linux.scm (light): Update to 1.1.2. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e45feb321c..8048dd61c0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4092,7 +4092,7 @@ (define-public sysstat (define-public light (package (name "light") - (version "1.1") + (version "1.1.2") (source (origin (method git-fetch) (uri (git-reference @@ -4100,7 +4100,7 @@ (define-public light (commit version))) (sha256 (base32 - "1qra8yzsga29bxlvq63v1db071a1xdji7i60p4kzrciidm1206js")))) + "0c934gxav9cgdf94li6dp0rfqmpday9d33vdn9xb2mfp4war9n4w")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no tests -- cgit v1.2.3 From c7727a8bcd18755580e158aabc8f8565e8d05c7c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 05:43:04 +0200 Subject: gnu: Add perl-data-validate-ip. * gnu/packages/networking.scm (perl-data-validate-ip): New public variable. --- gnu/packages/networking.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 15e0181d65..1500c4211a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -815,6 +815,33 @@ (define-public aircrack-ng allows for heavy scripting.") (license (list license:gpl2+ license:bsd-3)))) +(define-public perl-data-validate-ip + (package + (name "perl-data-validate-ip") + (version "0.27") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/D/DR/DROLSKY/Data-Validate-IP-" + version ".tar.gz")) + (sha256 + (base32 "1mmppyzsh1w2z2h86kvzqxy56wxgs62a3kf8nvcnz76bblir5ap1")))) + (build-system perl-build-system) + (native-inputs + `(("perl-test-requires" ,perl-test-requires))) + (propagated-inputs + `(("perl-netaddr-ip" ,perl-netaddr-ip))) + (home-page "https://metacpan.org/release/Data-Validate-IP") + (synopsis "IPv4 and IPv6 validation methods") + (description + "This module provides several IP address validation subroutines that both +validate and untaint their input. This includes both basic validation +(@code{is_ipv4()} and @code{is_ipv6()}) and special cases like checking whether +an address belongs to a specific network or whether an address is public or +private (reserved).") + (license license:perl-license))) + (define-public perl-net-dns (package (name "perl-net-dns") -- cgit v1.2.3 From e12df2c6f5f41b1f3b1ea7f21b009381d66b5975 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 05:48:12 +0200 Subject: gnu: ddclient: Update to 3.9.0. * gnu/packages/dns.scm (ddclient): Update to 3.9.0. [inputs]: Add perl-data-validate-ip. Order alphabetically. --- gnu/packages/dns.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index a8ac3feaa7..6f3c2fec45 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -45,6 +45,7 @@ (define-module (gnu packages dns) #:use-module (gnu packages linux) #:use-module (gnu packages ncurses) #:use-module (gnu packages nettle) + #:use-module (gnu packages networking) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages protobuf) @@ -583,14 +584,14 @@ (define-public knot (define-public ddclient (package (name "ddclient") - (version "3.8.3") + (version "3.9.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/ddclient/ddclient/ddclient-" version "/ddclient-" version ".tar.gz")) (sha256 (base32 - "1j8zdn7fy7i0bjk3jf0hxnbnshc2yf054vxq64imxdpfd7n5zgfy")))) + "0fwyhab8yga2yi1kdfkbqxa83wxhwpagmj1w1mwkg2iffh1fjjlw")))) (build-system trivial-build-system) ; no Makefile.PL (native-inputs `(("bash" ,bash) @@ -598,10 +599,11 @@ (define-public ddclient ("perl" ,perl) ("tar" ,tar))) (inputs - `(("net-tools" ,net-tools) - ("inetutils" ,inetutils) ;logger - ("perl-io-socket-ssl" ,perl-io-socket-ssl) - ("perl-digest-sha1" ,perl-digest-sha1))) + `(("inetutils" ,inetutils) ; logger + ("net-tools" ,net-tools) + ("perl-data-validate-ip" ,perl-data-validate-ip) + ("perl-digest-sha1" ,perl-digest-sha1) + ("perl-io-socket-ssl" ,perl-io-socket-ssl))) (arguments `(#:modules ((guix build utils) (ice-9 match) -- cgit v1.2.3 From da13cc2ebbc127033a68545275a90d27878bc8f7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 05:48:59 +0200 Subject: gnu: gtksourceview: Update to 3.24.8. * gnu/packages/gtk.scm (gtksourceview): Update to 3.24.8. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 3718e939d1..c378a53075 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -394,7 +394,7 @@ (define-public gtksourceview-2 (define-public gtksourceview (package (name "gtksourceview") - (version "3.24.7") + (version "3.24.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -402,7 +402,7 @@ (define-public gtksourceview name "-" version ".tar.xz")) (sha256 (base32 - "1rp8zspwyw3mmdgccsas3pa6v7s0hqjaaglg6n4kcls7ccx0vhm5")))) + "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 From 62ab60aad622610f18f12926ba09cddd30b62b44 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:35:45 +0200 Subject: gnu: password-store: Use HTTPS home page. * gnu/packages/password-utils.scm (password-store)[home-page]: Use HTTPS. --- gnu/packages/password-utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index b9a0a2de2e..a4d7c33aac 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -422,7 +422,7 @@ (define-public password-store ("which" ,which) ("xclip" ,xclip) ("xdotool" ,xdotool))) - (home-page "http://www.passwordstore.org/") + (home-page "https://www.passwordstore.org/") (synopsis "Encrypted password manager") (description "Password-store is a password manager which uses GnuPG to store and retrieve passwords. The tool stores each password in its own -- cgit v1.2.3 From d514f6015ecf556cf8ef1a32c18b7711e8588bae Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 11 Aug 2018 14:40:53 +0530 Subject: gnu: zathura: Update to 0.4.0. * gnu/packages/pdf.scm (zathura): Update to 0.4.0. --- gnu/packages/pdf.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 867333031c..7ae0261b85 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -491,7 +491,7 @@ (define-public zathura-pdf-poppler (define-public zathura (package (name "zathura") - (version "0.3.9") + (version "0.4.0") (source (origin (method url-fetch) (uri @@ -499,7 +499,7 @@ (define-public zathura version ".tar.xz")) (sha256 (base32 - "0z09kz92a2n8qqv3cy8bx5j5k612g2f9mmh4szqlc7yvi39aax1g")) + "1j0yah09adv3bsjhhbqra5lambal32svk8fxmf89wwmcqrcr4qma")) (patches (search-patches "zathura-plugindir-environment-variable.patch")))) (native-inputs `(("pkg-config" ,pkg-config) -- cgit v1.2.3 From 583fa791e9c1f4a11ad98c9d8796d8edc0d667bd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 16:51:05 +0200 Subject: gnu: python-lzo: Update to 1.12. * gnu/packages/compression.scm (python-lzo): Update to 1.12. --- gnu/packages/compression.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 582fb00e25..d5aab77f55 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -430,14 +430,14 @@ (define-public lzo (define-public python-lzo (package (name "python-lzo") - (version "1.11") + (version "1.12") (source (origin (method url-fetch) (uri (pypi-uri "python-lzo" version)) (sha256 (base32 - "11p3ifg14p086byhhin6azx5svlkg8dzw2b5abixik97xd6fm81q")))) + "0iakqgd51n1cd7r3lpdylm2rgbmd16y74cra9kcapwg84mlf9a4p")))) (build-system python-build-system) (arguments `(#:test-target "check" -- cgit v1.2.3 From aadfc7b02b0a3f2e3f70632244f64b9595745dff Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 14:39:29 +0200 Subject: gnu: perl-uri-template: Update to 0.23. * gnu/packages/web.scm (perl-uri-template): Update to 0.23. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b62d8f0a..5cf2ec5dc3 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3633,14 +3633,14 @@ (define-public perl-uri-ws (define-public perl-uri-template (package (name "perl-uri-template") - (version "0.22") + (version "0.23") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/URI-Template-" version ".tar.gz")) (sha256 (base32 - "08kjjb4c0v9gqfrfnj1wkivylxl05finn11ra64dj136fhmnyrbg")))) + "0nnijyv4n5qfg7l94j7fmvqy9cbq3gl9sz9anmgsiprmkmpk419j")))) (build-system perl-build-system) (inputs `(("perl-uri" ,perl-uri))) -- cgit v1.2.3 From f16faf0f4f2768979565d46fb26182e564cc2145 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 14:46:43 +0200 Subject: gnu: perl-ev: Use INVOKE. * gnu/packages/libevent.scm (perl-ev)[arguments]: Substitute INVOKE for SYSTEM*. --- gnu/packages/libevent.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 983c8625e4..629b7540c0 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 David Thompson ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017 Efraim Flashner +;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -218,8 +219,8 @@ (define-public perl-ev ;; to build. Unpack system libev here... (lambda* (#:key inputs #:allow-other-keys) (mkdir "./libev") - (zero? (system* "tar" "-xf" (assoc-ref inputs "libev-source") - "-C" "./libev" "--strip-components=1"))))))) + (invoke "tar" "-xf" (assoc-ref inputs "libev-source") + "-C" "./libev" "--strip-components=1")))))) (native-inputs `(("libev-source" ,(package-source libev)) ("perl-canary-stability" ,perl-canary-stability))) -- cgit v1.2.3 From 2db5f9b68a29d38a4447c2959df694c266647d9b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 16:07:09 +0200 Subject: gnu: perl-libxml: Fix description. Descriptions were of the wrong (sub)package, XML::Parser::PerlSAX. * gnu/packages/xml.scm (perl-libxml)[synopsis, description, home-page]: Replace with the correct (upstream) ones. --- gnu/packages/xml.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 1bf99f2fe5..c75b8b6a86 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -372,11 +372,13 @@ (define-public perl-libxml (propagated-inputs `(("perl-xml-parser" ,perl-xml-parser))) (license license:perl-license) - (synopsis "Perl SAX parser using XML::Parser") + (synopsis "Perl modules for working with XML") (description - "XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser -module.") - (home-page "http://search.cpan.org/~kmacleod/libxml-perl/lib/XML/Parser/PerlSAX.pm"))) + "libxml-perl is a collection of smaller Perl modules, scripts, and +documents for working with XML in Perl. libxml-perl software works in +combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM}, +@code{XML::Grove}, and others.") + (home-page "http://search.cpan.org/dist/libxml-perl"))) (define-public perl-xml-libxml (package -- cgit v1.2.3 From ab45b38feada5bf4721c8f1018b9cc9d7250069e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 15:05:30 +0200 Subject: gnu: Use static & unversioned CPAN home pages. Constructing home pages to be version-specific is not something we really want or do elsewhere, and interferers with mass updates like the one I'm about to make. * gnu/packages/glib.scm (perl-net-dbus-glib)[home-page]: Use canonical home page. * gnu/packages/perl-check.scm (perl-test-nowarnings, perl-test-output) (perl-test-simple, perl-test-tester)[home-page]: Likewise. * gnu/packages/perl.scm (perl-benchmark-timer, perl-clone) (perl-digest-sha1, perl-file-which, perl-getopt-tabular, perl-io-string) (perl-ipc-run3, perl-probe-perl, perl-regexp-common, perl-sys-cpu) [home-page]: Likewise. * gnu/packages/tcl.scm (perl-tk)[home-page]: Likewise. * gnu/packages/tls.scm (perl-net-ssleay)[home-page]: Likewise. * gnu/packages/web.scm (perl-www-curl)[home-page]: Likewise. * gnu/packages/xml.scm (perl-xml-dom)[home-page]: Likewise. * gnu/packages/xorg.scm (perl-x11-protocol-other)[home-page]: Likewise. --- gnu/packages/glib.scm | 2 +- gnu/packages/perl-check.scm | 13 ++++--------- gnu/packages/perl.scm | 29 ++++++++++------------------- gnu/packages/tcl.scm | 2 +- gnu/packages/tls.scm | 2 +- gnu/packages/web.scm | 2 +- gnu/packages/xml.scm | 2 +- gnu/packages/xorg.scm | 3 +-- 8 files changed, 20 insertions(+), 35 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 95d7976bf8..adf85ed66e 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -878,7 +878,7 @@ (define perl-net-dbus-glib `(("pkg-config" ,pkg-config))) (inputs `(("dbus-glib" ,dbus-glib))) - (home-page "http://search.cpan.org/~danberr/Net-DBus-GLib-0.33.0/") + (home-page "http://search.cpan.org/dist/Net-DBus-GLib/") (synopsis "Perl extension for the DBus GLib bindings") (description "This package provides an extension to the @code{Net::DBus} module allowing integration with the GLib mainloop. To integrate with the diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 89a761f0a7..b753cdcf7e 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -864,8 +864,7 @@ (define-public perl-test-nowarnings ends to check that there were no warnings. If there were any warnings, the test will fail and output diagnostics of where, when and what the warning was, including a stack trace of what was going on when it occurred.") - (home-page (string-append "http://search.cpan.org/~adamk//" - "Test-NoWarnings-" version)) + (home-page "http://search.cpan.org/~adamk/Test-NoWarnings") (license lgpl2.1))) (define-public perl-test-number-delta @@ -912,8 +911,7 @@ (define-public perl-test-output "Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester.") - (home-page (string-append "http://search.cpan.org/~bdfoy//" - "Test-Output-" version)) + (home-page "http://search.cpan.org/~bdfoy/Test-Output") (license perl-license))) (define-public perl-test-pod @@ -1114,8 +1112,7 @@ (define-public perl-test-simple (synopsis "Basic utilities for writing tests") (description "Test::Simple contains basic utilities for writing tests.") - (home-page (string-append "http://search.cpan.org/~exodist//" - "Test-Simple-" version)) + (home-page "http://search.cpan.org/~exodist/Test-Simple") (license perl-license))) (define-public perl-test-taint @@ -1160,9 +1157,7 @@ (define-public perl-test-tester (description "Test::Tester allows testing of test modules based on Test::Builder with a minimum of effort.") - (home-page (string-append "http://search.cpan.org/~fdaly//" - "Test-Tester-" version)) - ;; "Under the same license as Perl itself" + (home-page "http://search.cpan.org/~fdaly/Test-Tester") (license perl-license))) (define-public perl-test-perltidy diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 493b7860bd..b96b480045 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -543,8 +543,7 @@ (define-public perl-benchmark-timer trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.") - (home-page (string-append "http://search.cpan.org/~dcoppit/" - "Benchmark-Timer-" version "/")) + (home-page "http://search.cpan.org/~dcoppit/Benchmark-Timer") (license gpl2))) (define-public perl-bit-vector @@ -1340,8 +1339,7 @@ (define-public perl-clone "This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.") - (home-page (string-append "http://search.cpan.org/~garu/" - "Clone-" version "/")) + (home-page "http://search.cpan.org/~garu/Clone") (license (package-license perl)))) (define-public perl-clone-pp @@ -2916,8 +2914,7 @@ (define-public perl-digest-sha1 (description "This package provides 'Digest::SHA1', an implementation of the NIST SHA-1 message digest algorithm for use by Perl programs.") - (home-page (string-append "http://search.cpan.org/~gaas/Digest-SHA1-" - version "/SHA1.pm")) + (home-page "http://search.cpan.org/~gaas/Digest-SHA1") (license (package-license perl)))) (define-public perl-dist-checkconflicts @@ -3757,8 +3754,7 @@ (define-public perl-file-which "File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell.") - (home-page (string-append "http://search.cpan.org/~adamk//" - "File-Which-" version)) + (home-page "http://search.cpan.org/~adamk/File-Which") (license (package-license perl)))) (define-public perl-file-zglob @@ -3855,8 +3851,7 @@ (define-public perl-getopt-tabular (description "Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.") - (home-page (string-append "http://search.cpan.org/~gward//" - "Getopt-Tabular-" version)) + (home-page "http://search.cpan.org/~gward/Getopt-Tabular") (license (package-license perl)))) (define-public perl-graph @@ -4207,7 +4202,7 @@ (define-public perl-io-string (base32 "18755m410yl70s17rgq3m0hyxl8r5mr47vsq1rw7141d8kc4lgra")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/~gaas/IO-String-1.08//") + (home-page "http://search.cpan.org/dist/IO-String") (synopsis "Emulate file interface for in-core strings") (description "IO::String is an IO::File (and IO::Handle) compatible class that reads or writes data from in-core strings.") @@ -4321,8 +4316,7 @@ (define-public perl-ipc-run3 stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run.") - (home-page (string-append "http://search.cpan.org/~rjbs//" - "IPC-Run3-" version)) + (home-page "http://search.cpan.org/~rjbs/IPC-Run3") ;; "You may use this module under the terms of the BSD, Artistic, or GPL ;; licenses, any version." (license (list bsd-3 gpl3+)))) @@ -7045,8 +7039,7 @@ (define-public perl-probe-perl "Probe::Perl provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the Module::Build project, but has been externalized here for general use.") - (home-page (string-append "http://search.cpan.org/~kwilliams//" - "Probe-Perl-" version)) + (home-page "http://search.cpan.org/~kwilliams/Probe-Perl") (license (package-license perl)))) (define-public perl-proc-invokeeditor @@ -7138,8 +7131,7 @@ (define-public perl-regexp-common floating-point numbers in any base (up to 36), comments in 44 languages, offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip codes.") - (home-page (string-append "http://search.cpan.org/~abigail//" - "Regexp-Common-" version)) + (home-page "http://search.cpan.org/~abigail/Regexp-Common") ;; Quad-licensed: Perl Artistic, Perl Artistic 2.0, X11, and BSD. (license (list (package-license perl) x11 bsd-3)))) @@ -7878,8 +7870,7 @@ (define-public perl-sys-cpu (description "Sys::CPU is a module for counting the number of CPUs on a system, and determining their type and clock speed.") - (home-page (string-append "http://search.cpan.org/~mzsanford//" - "Sys-CPU-" version)) + (home-page "http://search.cpan.org/~mzsanford/Sys-CPU") (license (package-license perl)))) (define-public perl-sys-hostname-long diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 97e1427bec..317d10e70b 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm @@ -212,7 +212,7 @@ (define-public perl-tk (synopsis "Graphical user interface toolkit for Perl") (description "Tk is a Graphical User Interface ToolKit.") - (home-page (string-append "http://search.cpan.org/~srezic/Tk-" version)) + (home-page "http://search.cpan.org/~srezic/Tk") ;; From the package README: "... you can redistribute it and/or modify it ;; under the same terms as Perl itself, with the exception of all the ;; files in the pTk sub-directory which have separate terms derived from diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 73d4b02919..614ee299d4 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -658,7 +658,7 @@ (define-public perl-net-ssleay finally access to the SSL api of the SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.") (license license:perl-license) - (home-page "http://search.cpan.org/~mikem/Net-SSLeay-1.66/"))) + (home-page "http://search.cpan.org/dist/Net-SSLeay"))) (define-public perl-crypt-openssl-rsa (package diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 5cf2ec5dc3..3256f2a1e0 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3688,7 +3688,7 @@ (define-public perl-www-curl "This is a Perl extension interface for the libcurl file downloading library.") (license l:perl-license) - (home-page "http://search.cpan.org/~szbalint/WWW-Curl-4.17/lib/WWW/Curl.pm"))) + (home-page "http://search.cpan.org/dist/WWW-Curl"))) (define-public perl-www-mechanize (package diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index c75b8b6a86..b86daa7883 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -637,7 +637,7 @@ (define-public perl-xml-dom level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML strings or files and builds a data structure that conforms to the API of the Document Object Model.") - (home-page "http://search.cpan.org/~tjmather/XML-DOM-1.44/lib/XML/DOM.pm"))) + (home-page "http://search.cpan.org/dist/XML-DOM"))) (define-public perl-xml-compile-tester (package diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 9d9069bab8..6092f34276 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5845,8 +5845,7 @@ (define-public perl-x11-protocol (description "X11::Protocol is a client-side interface to the X11 Protocol, allowing perl programs to display windows and graphics on X11 servers.") - (home-page - (string-append "https://metacpan.org/release/SMCCAM/X11-Protocol-" version)) + (home-page "https://metacpan.org/release/X11-Protocol") ;; From the package README: "you can redistribute and/or modify it under ;; the same terms as Perl itself. (As an exception, the file ;; Keysyms.pm,which is derived from a file in the standard X11 -- cgit v1.2.3 From 9aba9b127840a116c806a2cbac901cf8077abcd0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 15:53:20 +0200 Subject: Migrate search.cpan.org home pages to metacpan.org. The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes. --- gnu/packages/bioinformatics.scm | 2 +- gnu/packages/compression.scm | 10 +- gnu/packages/crypto.scm | 8 +- gnu/packages/databases.scm | 24 +- gnu/packages/freedesktop.scm | 6 +- gnu/packages/gd.scm | 4 +- gnu/packages/glib.scm | 6 +- gnu/packages/gnupg.scm | 2 +- gnu/packages/gtk.scm | 6 +- gnu/packages/imagemagick.scm | 2 +- gnu/packages/language.scm | 36 +- gnu/packages/libevent.scm | 4 +- gnu/packages/license.scm | 8 +- gnu/packages/mail.scm | 20 +- gnu/packages/markup.scm | 2 +- gnu/packages/ncurses.scm | 2 +- gnu/packages/networking.scm | 14 +- gnu/packages/perl-check.scm | 102 +++--- gnu/packages/perl.scm | 766 ++++++++++++++++++++-------------------- gnu/packages/photo.scm | 2 +- gnu/packages/tcl.scm | 2 +- gnu/packages/tex.scm | 4 +- gnu/packages/tls.scm | 10 +- gnu/packages/web.scm | 182 +++++----- gnu/packages/wm.scm | 2 +- gnu/packages/xml.scm | 58 +-- guix/import/cpan.scm | 4 +- 27 files changed, 644 insertions(+), 644 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 13572b0c75..fe75744a28 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -720,7 +720,7 @@ (define-public bioperl-minimal (inputs inputs) (native-inputs `(("perl-test-most" ,perl-test-most))) - (home-page "http://search.cpan.org/dist/BioPerl") + (home-page "https://metacpan.org/release/BioPerl") (synopsis "Bioinformatics toolkit") (description "BioPerl is the product of a community effort to produce Perl code which diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index d5aab77f55..8acdcd97ef 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -675,7 +675,7 @@ (define-public perl-compress-raw-bzip2 "081mpkjy688lg48997fqh3d7ja12vazmz02fw84495civg4vb4l6")))) (build-system perl-build-system) ;; TODO: Use our bzip2 package. - (home-page "http://search.cpan.org/dist/Compress-Raw-Bzip2") + (home-page "https://metacpan.org/release/Compress-Raw-Bzip2") (synopsis "Low-level interface to bzip2 compression library") (description "This module provides a Perl interface to the bzip2 compression library.") @@ -710,7 +710,7 @@ (define-public perl-compress-raw-zlib OLD_ZLIB = False GZIP_OS_CODE = AUTO_DETECT" (assoc-ref inputs "zlib"))))))))) - (home-page "http://search.cpan.org/dist/Compress-Raw-Zlib") + (home-page "https://metacpan.org/release/Compress-Raw-Zlib") (synopsis "Low-level interface to zlib compression library") (description "This module provides a Perl interface to the zlib compression library.") @@ -732,7 +732,7 @@ (define-public perl-io-compress (propagated-inputs `(("perl-compress-raw-zlib" ,perl-compress-raw-zlib) ; >=2.081 ("perl-compress-raw-bzip2" ,perl-compress-raw-bzip2))) ; >=2.081 - (home-page "http://search.cpan.org/dist/IO-Compress") + (home-page "https://metacpan.org/release/IO-Compress") (synopsis "IO Interface to compressed files/buffers") (description "IO-Compress provides a Perl interface to allow reading and writing of compressed data created with the zlib and bzip2 libraries.") @@ -1928,7 +1928,7 @@ (define-public perl-archive-zip (synopsis "Provides an interface to Zip archive files") (description "The @code{Archive::Zip} module allows a Perl program to create, manipulate, read, and write Zip archive files.") - (home-page "http://search.cpan.org/dist/Archive-Zip/") + (home-page "https://metacpan.org/release/Archive-Zip") (license license:perl-license))) (define-public libzip @@ -2004,7 +2004,7 @@ (define-public perl-archive-extract (base32 "1x15j1q6w6z8hqyqgap0lz4qbq2174wfhksy1fdd653ccbaw5jr5")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Archive-Extract/") + (home-page "https://metacpan.org/release/Archive-Extract") (synopsis "Generic archive extracting mechanism") (description "It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 87cae1e305..ae6150b0ab 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -523,7 +523,7 @@ (define-public perl-math-random-isaac-xs (native-inputs `(("perl-module-build" ,perl-module-build) ("perl-test-nowarnings" ,perl-test-nowarnings))) - (home-page "http://search.cpan.org/dist/Math-Random-ISAAC-XS") + (home-page "https://metacpan.org/release/Math-Random-ISAAC-XS") (synopsis "C implementation of the ISAAC PRNG algorithm") (description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a @@ -551,7 +551,7 @@ (define-public perl-math-random-isaac `(("perl-test-nowarnings" ,perl-test-nowarnings))) (propagated-inputs `(("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs))) - (home-page "http://search.cpan.org/dist/Math-Random-ISAAC") + (home-page "https://metacpan.org/release/Math-Random-ISAAC") (synopsis "Perl interface to the ISAAC PRNG algorithm") (description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a @@ -587,7 +587,7 @@ (define-public perl-crypt-random-source ("perl-namespace-clean" ,perl-namespace-clean) ("perl-sub-exporter" ,perl-sub-exporter) ("perl-type-tiny" ,perl-type-tiny))) - (home-page "http://search.cpan.org/dist/Crypt-Random-Source") + (home-page "https://metacpan.org/release/Crypt-Random-Source") (synopsis "Get weak or strong random data from pluggable sources") (description "This module provides implementations for a number of byte-oriented sources of random data.") @@ -616,7 +616,7 @@ (define-public perl-math-random-secure ("perl-math-random-isaac" ,perl-math-random-isaac) ("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs) ("perl-moo" ,perl-moo))) - (home-page "http://search.cpan.org/dist/Math-Random-Secure") + (home-page "https://metacpan.org/release/Math-Random-Secure") (synopsis "Cryptographically secure replacement for rand()") (description "This module is intended to provide a cryptographically-secure replacement for Perl's built-in @code{rand} function. diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 7b056eb13b..4b576e25b7 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1135,7 +1135,7 @@ (define-public perl-dbi (build-system perl-build-system) (synopsis "Database independent interface for Perl") (description "This package provides an database interface for Perl.") - (home-page "http://search.cpan.org/dist/DBI") + (home-page "https://metacpan.org/release/DBI") (license license:perl-license))) (define-public perl-dbix-class @@ -1181,7 +1181,7 @@ (define-public perl-dbix-class ("perl-sub-name" ,perl-sub-name) ("perl-text-balanced" ,perl-text-balanced) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/DBIx-Class") + (home-page "https://metacpan.org/release/DBIx-Class") (synopsis "Extensible and flexible object <-> relational mapper") (description "An SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a @@ -1213,7 +1213,7 @@ (define-public perl-dbix-class-cursor-cached (propagated-inputs `(("perl-carp-clan" ,perl-carp-clan) ("perl-dbix-class" ,perl-dbix-class))) - (home-page "http://search.cpan.org/dist/DBIx-Class-Cursor-Cached") + (home-page "https://metacpan.org/release/DBIx-Class-Cursor-Cached") (synopsis "Cursor with built-in caching support") (description "DBIx::Class::Cursor::Cached provides a cursor class with built-in caching support.") @@ -1236,7 +1236,7 @@ (define-public perl-dbix-class-introspectablem2m `(("perl-module-install" ,perl-module-install))) (propagated-inputs `(("perl-dbix-class" ,perl-dbix-class))) - (home-page "http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M") + (home-page "https://metacpan.org/release/DBIx-Class-IntrospectableM2M") (synopsis "Introspect many-to-many relationships") (description "Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many @@ -1295,7 +1295,7 @@ (define-public perl-dbix-class-schema-loader ("perl-sub-name" ,perl-sub-name) ("perl-try-tiny" ,perl-try-tiny))) (arguments `(#:tests? #f)) ;TODO: t/20invocations.t fails - (home-page "http://search.cpan.org/dist/DBIx-Class-Schema-Loader") + (home-page "https://metacpan.org/release/DBIx-Class-Schema-Loader") (synopsis "Create a DBIx::Class::Schema based on a database") (description "DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the @@ -1320,7 +1320,7 @@ (define-public perl-dbd-pg (propagated-inputs `(("perl-dbi" ,perl-dbi) ("postgresql" ,postgresql))) - (home-page "http://search.cpan.org/dist/DBD-Pg") + (home-page "https://metacpan.org/release/DBD-Pg") (synopsis "DBI PostgreSQL interface") (description "This package provides a PostgreSQL driver for the Perl5 @dfn{Database Interface} (DBI).") @@ -1345,7 +1345,7 @@ (define-public perl-dbd-mysql (propagated-inputs `(("perl-dbi" ,perl-dbi) ("mysql" ,mysql))) - (home-page "http://search.cpan.org/dist/DBD-mysql") + (home-page "https://metacpan.org/release/DBD-mysql") (synopsis "DBI MySQL interface") (description "This package provides a MySQL driver for the Perl5 @dfn{Database Interface} (DBI).") @@ -1372,7 +1372,7 @@ (define-public perl-dbd-sqlite capable RDBMS working for your Perl project you simply have to install this module, and nothing else.") (license license:perl-license) - (home-page "http://search.cpan.org/~ishigaki/DBD-SQLite/lib/DBD/SQLite.pm"))) + (home-page "https://metacpan.org/release/DBD-SQLite"))) (define-public perl-sql-abstract (package @@ -1397,7 +1397,7 @@ (define-public perl-sql-abstract ("perl-moo" ,perl-moo) ("perl-mro-compat" ,perl-mro-compat) ("perl-text-balanced" ,perl-text-balanced))) - (home-page "http://search.cpan.org/dist/SQL-Abstract") + (home-page "https://metacpan.org/release/SQL-Abstract") (synopsis "Generate SQL from Perl data structures") (description "This module was inspired by the excellent DBIx::Abstract. While based on the concepts used by DBIx::Abstract, the concepts used have @@ -1427,7 +1427,7 @@ (define-public perl-sql-splitstatement ("perl-list-moreutils" ,perl-list-moreutils) ("perl-regexp-common" ,perl-regexp-common) ("perl-sql-tokenizer" ,perl-sql-tokenizer))) - (home-page "http://search.cpan.org/dist/SQL-SplitStatement") + (home-page "https://metacpan.org/release/SQL-SplitStatement") (synopsis "Split SQL code into atomic statements") (description "This module tries to split any SQL code, even including non-standard extensions, into the atomic statements it is composed of.") @@ -1446,7 +1446,7 @@ (define-public perl-sql-tokenizer (base32 "1qa2dfbzdlr5qqdam9yn78z5w3al5r8577x06qan8wv58ay6ka7s")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/SQL-Tokenizer") + (home-page "https://metacpan.org/release/SQL-Tokenizer") (synopsis "SQL tokenizer") (description "SQL::Tokenizer is a tokenizer for SQL queries. It does not claim to be a parser or query verifier. It just creates sane tokens from a @@ -1689,7 +1689,7 @@ (define-public perl-db-file (substitute* "config.in" (("/usr/local/BerkeleyDB") (assoc-ref inputs "bdb"))) #t))))) - (home-page "http://search.cpan.org/dist/DB_File") + (home-page "https://metacpan.org/release/DB_File") (synopsis "Perl5 access to Berkeley DB version 1.x") (description diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index a76a36ff58..3ca8aceeb5 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1179,7 +1179,7 @@ (define-public perl-file-basedir ("xdg-user-dirs" ,xdg-user-dirs))) (propagated-inputs `(("perl-ipc-system-simple" ,perl-ipc-system-simple))) - (home-page "http://search.cpan.org/dist/File-BaseDir/") + (home-page "https://metacpan.org/release/File-BaseDir") (synopsis "Use the Freedesktop.org base directory specification") (description "@code{File::Basedir} can be used to find directories and files as @@ -1207,7 +1207,7 @@ (define-public perl-file-desktopentry (propagated-inputs `(("perl-file-basedir" ,perl-file-basedir) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/~michielb/File-DesktopEntry/") + (home-page "https://metacpan.org/release/File-DesktopEntry") (synopsis "Handle @file{.desktop} files") (description "@code{File::DesktopEntry} parses @file{.desktop} files defined by the @@ -1249,7 +1249,7 @@ (define-public perl-file-mimeinfo "/lib/perl5/site_perl"))))) '("mimeopen" "mimetype"))) #t))))) - (home-page "http://search.cpan.org/dist/File-MimeInfo/") + (home-page "https://metacpan.org/release/File-MimeInfo") (synopsis "Determine file type from the file name") (description "@code{File::Mimeinfo} can be used to determine the MIME type of a file. diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index c815cdd7ea..56553a6745 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -115,7 +115,7 @@ (define-public perl-gd `(#:make-maker-flags (list (string-append "--lib_jpeg_path=" (assoc-ref %build-inputs "libjpeg"))))) - (home-page "http://search.cpan.org/dist/GD") + (home-page "https://metacpan.org/release/GD") (synopsis "Perl interface to the GD graphics library") (description "GD.pm is an autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library @@ -145,7 +145,7 @@ (define-public perl-gd-securityimage (propagated-inputs `(("perl-gd" ,perl-gd) ("perl-image-magick" ,perl-image-magick))) - (home-page "http://search.cpan.org/dist/GD-SecurityImage") + (home-page "https://metacpan.org/release/GD-SecurityImage") (synopsis "Security image generator") (description "This module provides a basic interface to create security (captcha) images. The final output is the actual graphic data, the diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index adf85ed66e..b438c61c8d 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -685,7 +685,7 @@ (define-public perl-glib ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig))) (inputs `(("glib" ,glib))) - (home-page "http://search.cpan.org/dist/Glib/") + (home-page "https://metacpan.org/release/Glib") (synopsis "Perl wrappers for the GLib utility and Object libraries") (description "This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a @@ -854,7 +854,7 @@ (define perl-net-dbus `(("dbus" ,dbus))) (propagated-inputs `(("perl-xml-twig" ,perl-xml-twig))) - (home-page "http://search.cpan.org/dist/Net-DBus/") + (home-page "https://metacpan.org/release/Net-DBus") (synopsis "Extension for the DBus bindings") (description "@code{Net::DBus} provides a Perl XS API to the DBus inter-application messaging system. The Perl API covers the core base level @@ -878,7 +878,7 @@ (define perl-net-dbus-glib `(("pkg-config" ,pkg-config))) (inputs `(("dbus-glib" ,dbus-glib))) - (home-page "http://search.cpan.org/dist/Net-DBus-GLib/") + (home-page "https://metacpan.org/release/Net-DBus-GLib") (synopsis "Perl extension for the DBus GLib bindings") (description "This package provides an extension to the @code{Net::DBus} module allowing integration with the GLib mainloop. To integrate with the diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c095a966c2..70e7ddbe58 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -585,7 +585,7 @@ (define-public perl-gnupg-interface (native-inputs `(("which" ,which) ("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/GnuPG-Interface/") + (home-page "https://metacpan.org/release/GnuPG-Interface") (synopsis "Perl interface to GnuPG") (description "@code{GnuPG::Interface} and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index c378a53075..429b0579c8 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1289,7 +1289,7 @@ (define-public perl-cairo ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig))) (inputs `(("cairo" ,cairo))) - (home-page "http://search.cpan.org/dist/Cairo/") + (home-page "https://metacpan.org/release/Cairo") (synopsis "Perl interface to the cairo 2d vector graphics library") (description "Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo @@ -1315,7 +1315,7 @@ (define-public perl-gtk2 `(("gtk+" ,gtk+-2))) (propagated-inputs `(("perl-pango" ,perl-pango))) - (home-page "http://search.cpan.org/dist/Gtk2/") + (home-page "https://metacpan.org/release/Gtk2") (synopsis "Perl interface to the 2.x series of the Gimp Toolkit library") (description "Perl bindings to the 2.x series of the Gtk+ widget set. This module allows you to write graphical user interfaces in a Perlish and @@ -1343,7 +1343,7 @@ (define-public perl-pango (propagated-inputs `(("perl-cairo" ,perl-cairo) ("perl-glib" ,perl-glib))) - (home-page "http://search.cpan.org/dist/Pango/") + (home-page "https://metacpan.org/release/Pango") (synopsis "Layout and render international text") (description "Pango is a library for laying out and rendering text, with an emphasis on internationalization. Pango can be used anywhere that text layout diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index fee335609c..84fe09b767 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -157,7 +157,7 @@ (define-public perl-image-magick ;; so skip for now. (delete-file "t/mpeg/read.t") #t))))) - (home-page "http://search.cpan.org/dist/PerlMagick") + (home-page "https://metacpan.org/release/PerlMagick") (synopsis "Perl interface to ImageMagick") (description "This Perl extension allows the reading, manipulation and writing of a large number of image file formats using the ImageMagick library. diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 519a98ec7f..919c169b6a 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2016 Eric Bavier -;;; Copyright © 2017 Tobias Geerinckx-Rice +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Nils Gillmann ;;; ;;; This file is part of GNU Guix. @@ -43,7 +43,7 @@ (define-public perl-lingua-en-findnumber (build-system perl-build-system) (propagated-inputs `(("perl-lingua-en-words2nums" ,perl-lingua-en-words2nums))) - (home-page "http://search.cpan.org/dist/Lingua-EN-FindNumber") + (home-page "https://metacpan.org/release/Lingua-EN-FindNumber") (synopsis "Locate (written) numbers in English text ") (description "This module provides a regular expression for finding numbers in English text. It also provides functions for extracting and @@ -64,7 +64,7 @@ (define-public perl-lingua-en-inflect "0j8d1f1wvmgc11d71pc8xp8fv5a1nb2yfw1dgd19xhscn1klpvzw")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Lingua-EN-Inflect") + (home-page "https://metacpan.org/release/Lingua-EN-Inflect") (synopsis "Convert singular to plural") (description "Lingua::EN::Inflect provides plural inflections, \"a\"/\"an\" selection for English words, and manipulation of numbers as @@ -88,7 +88,7 @@ (define-public perl-lingua-en-inflect-number (build-system perl-build-system) (propagated-inputs `(("perl-lingua-en-inflect" ,perl-lingua-en-inflect))) - (home-page "http://search.cpan.org/dist/Lingua-EN-Inflect-Number") + (home-page "https://metacpan.org/release/Lingua-EN-Inflect-Number") (synopsis "Force number of words to singular or plural") (description "This module extends the functionality of Lingua::EN::Inflect with three new functions for determining plurality of a word and forcefully @@ -116,7 +116,7 @@ (define-public perl-lingua-en-inflect-phrase ("perl-lingua-en-inflect-number" ,perl-lingua-en-inflect-number) ("perl-lingua-en-number-isordinal" ,perl-lingua-en-number-isordinal) ("perl-lingua-en-tagger" ,perl-lingua-en-tagger))) - (home-page "http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase") + (home-page "https://metacpan.org/release/Lingua-EN-Inflect-Phrase") (synopsis "Inflect short English phrases") (description "This module attempts to pluralize or singularize short English phrases.") @@ -140,7 +140,7 @@ (define-public perl-lingua-en-number-isordinal ("perl-test-fatal" ,perl-test-fatal))) (propagated-inputs `(("perl-lingua-en-findnumber" ,perl-lingua-en-findnumber))) - (home-page "http://search.cpan.org/dist/Lingua-EN-Number-IsOrdinal") + (home-page "https://metacpan.org/release/Lingua-EN-Number-IsOrdinal") (synopsis "Detect if English number is ordinal or cardinal") (description "This module will tell you if a number, either in words or as digits, is a cardinal or ordinal number.") @@ -164,7 +164,7 @@ (define-public perl-lingua-en-tagger ("perl-lingua-stem" ,perl-lingua-stem) ("perl-html-parser" ,perl-html-parser) ("perl-html-tagset" ,perl-html-tagset))) - (home-page "http://search.cpan.org/dist/Lingua-EN-Tagger") + (home-page "https://metacpan.org/release/Lingua-EN-Tagger") (synopsis "Part-of-speech tagger for English natural language processing") (description "This module is a probability based, corpus-trained tagger that assigns part-of-speech tags to English text based on a lookup dictionary @@ -189,7 +189,7 @@ (define-public perl-lingua-en-words2nums (base32 "118xx8qr1zbx30psv7ic55w65h15mc1vz6zicshfm96jgiwmcrb8")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-EN-Words2Nums") + (home-page "https://metacpan.org/release/Lingua-EN-Words2Nums") (synopsis "Convert English text to numbers") (description "This module converts English text into numbers. It supports both ordinal and cardinal numbers, negative numbers, and very large numbers.") @@ -208,7 +208,7 @@ (define-public perl-lingua-pt-stemmer (base32 "17c48sfbgwd2ivlgf59sr6jdhwa3aim8750f8pyzz7xpi8gz0var")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-PT-Stemmer") + (home-page "https://metacpan.org/release/Lingua-PT-Stemmer") (synopsis "Portuguese language stemming") (description "This module implements a Portuguese stemming algorithm proposed in the paper A Stemming Algorithm for the Portuguese Language by @@ -239,7 +239,7 @@ (define-public perl-lingua-stem ("perl-snowball-norwegian" ,perl-snowball-norwegian) ("perl-snowball-swedish" ,perl-snowball-swedish) ("perl-text-german" ,perl-text-german))) - (home-page "http://search.cpan.org/dist/Lingua-Stem") + (home-page "https://metacpan.org/release/Lingua-Stem") (synopsis "Stemming of words in various languages") (description "This routine applies stemming algorithms to its parameters, returning the stemmed words as appropriate to the selected locale.") @@ -258,7 +258,7 @@ (define-public perl-lingua-stem-fr (base32 "0vyrspwzaqjxm5mqshf4wvwa3938mkajd1918d9ii2l9m2rn8kwx")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-Stem-Fr") + (home-page "https://metacpan.org/release/Lingua-Stem-Fr") (synopsis "Porter's stemming algorithm for French") (description "This module uses a modified version of the Porter Stemming Algorithm to return a stemmed French word.") @@ -277,7 +277,7 @@ (define-public perl-lingua-stem-it (base32 "1207r183s5hlh4mfwa6p46vzm0dhvrs2dnss5s41a0gyfkxp7riq")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-Stem-It") + (home-page "https://metacpan.org/release/Lingua-Stem-It") (synopsis "Porter's stemming algorithm for Italian") (description "This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed Italian word.") @@ -296,7 +296,7 @@ (define-public perl-lingua-stem-ru (base32 "0a2jmdz7jn32qj5hyiw5kbv8fvlpmws8i00a6xcbkzb48yvwww0j")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-Stem-Ru") + (home-page "https://metacpan.org/release/Lingua-Stem-Ru") (synopsis "Porter's stemming algorithm for Russian") (description "This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed Russian (KOI8-R only) word.") @@ -315,7 +315,7 @@ (define-public perl-lingua-stem-snowball-da (base32 "0mm0m7glm1s6i9f6a78jslw6wh573208arxhq93yriqmw17bwf9f")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-Stem-Snowball-Da") + (home-page "https://metacpan.org/release/Lingua-Stem-Snowball-Da") (synopsis "Porters stemming algorithm for Danish") (description "Lingua::Stem::Snowball::Da is a perl port of the danish stemmer at http://snowball.sourceforge.net, it was originally altered from the @@ -336,7 +336,7 @@ (define-public perl-snowball-norwegian "0675v45bbsh7vr7kpf36xs2q79g02iq1kmfw22h20xdk4rzqvkqx")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Snowball-Norwegian") + (home-page "https://metacpan.org/release/Snowball-Norwegian") (synopsis "Porters stemming algorithm for Norwegian") (description "Lingua::Stem::Snowball::No is a perl port of the norwegian stemmer at http://snowball.tartarus.org.") @@ -356,7 +356,7 @@ (define-public perl-snowball-swedish "0agwc12jk5kmabnpsplw3wf4ii5w1zb159cpin44x3srb0sr5apg")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Snowball-Swedish") + (home-page "https://metacpan.org/release/Snowball-Swedish") (synopsis "Porters stemming algorithm for Swedish") (description "Lingua::Stem::Snowball::Se is a perl port of the swedish stemmer at http://snowball.sourceforge.net.") @@ -379,7 +379,7 @@ (define-public perl-string-toidentifier-en `(("perl-lingua-en-inflect-phrase" ,perl-lingua-en-inflect-phrase) ("perl-text-unidecode" ,perl-text-unidecode) ("perl-namespace-clean" ,perl-namespace-clean))) - (home-page "http://search.cpan.org/dist/String-ToIdentifier-EN") + (home-page "https://metacpan.org/release/String-ToIdentifier-EN") (synopsis "Convert strings to English program identifiers") (description "This module provides a utility method, \"to_identifier\" for converting an arbitrary string into a readable representation using the ASCII @@ -401,7 +401,7 @@ (define-public perl-text-german (base32 "1p87pgap99lw0nv62i3ghvsi7yg90lhn8vsa3yqp75rd04clybcj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-German") + (home-page "https://metacpan.org/release/Text-German") (synopsis "German grundform reduction") (description "This module is a rather incomplete implementation of work done by Gudrun Putze-Meier.") diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index 629b7540c0..a7752dc5f0 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -181,7 +181,7 @@ (define-public perl-anyevent ("perl-json-xs" ,perl-json-xs) ("perl-net-ssleay" ,perl-net-ssleay) ("perl-task-weaken" ,perl-task-weaken))) - (home-page "http://search.cpan.org/dist/AnyEvent") + (home-page "https://metacpan.org/release/AnyEvent") (synopsis "API for I/O, timer, signal, child process and completion events") (description @@ -226,7 +226,7 @@ (define-public perl-ev ("perl-canary-stability" ,perl-canary-stability))) (propagated-inputs `(("perl-common-sense" ,perl-common-sense))) - (home-page "http://search.cpan.org/dist/EV") + (home-page "https://metacpan.org/release/EV") (synopsis "Perl interface to libev") (description "This module provides an interface to @code{libev}, a high performance diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index 053f79811e..61ab896b95 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -49,7 +49,7 @@ (define-public perl-regexp-pattern-license ("perl-test-exception" ,perl-test-exception))) (propagated-inputs `(("perl-strictures" ,perl-strictures-2))) - (home-page "http://search.cpan.org/dist/Regexp-Pattern-License/") + (home-page "https://metacpan.org/release/Regexp-Pattern-License") (synopsis "Regular expressions for legal licenses") (description "Regexp::Pattern::License provides a hash of regular expression patterns related to legal software licenses. @@ -75,7 +75,7 @@ (define-public perl-string-copyright `(("perl-number-range" ,perl-number-range))) (propagated-inputs `(("perl-exporter-tiny" ,perl-exporter-tiny))) - (home-page "http://search.cpan.org/dist/String-Copyright/") + (home-page "https://metacpan.org/release/String-Copyright") (synopsis "Representation of text-based copyright statements") (description "String::Copyright Parses common styles of copyright statements and serializes in normalized format.") @@ -100,7 +100,7 @@ (define-public perl-software-license (propagated-inputs `(("perl-data-section" ,perl-data-section) ("perl-text-template" ,perl-text-template))) - (home-page "http://search.cpan.org/dist/Software-License/") + (home-page "https://metacpan.org/release/Software-License") (synopsis "Templated software licenses") (description "This package provides templated software licenses.") (license (package-license perl)))) @@ -153,7 +153,7 @@ (define-public licensecheck `("PERL5LIB" ":" prefix (,(string-append perllib ":" (getenv "PERL5LIB"))))) #t)))))) - (home-page "http://search.cpan.org/dist/App-Licensecheck/") + (home-page "https://metacpan.org/release/App-Licensecheck") (synopsis "License checker for source files") (description "Licensecheck attempts to determine the license that applies to each file passed to it, by searching the start of the file for text diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e60a3561ca..486fd165bc 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1399,7 +1399,7 @@ (define-public perl-email-abstract `(("perl-email-simple" ,perl-email-simple) ("perl-module-pluggable" ,perl-module-pluggable) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Email-Abstract") + (home-page "https://metacpan.org/release/Email-Abstract") (synopsis "Interface to mail representations") (description "Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code.") @@ -1418,7 +1418,7 @@ (define-public perl-email-address (base32 "0l7x6sl06j9ffgfz5f9vgms2b5axd4cgp5fj03ivb3kia4km6b3g")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Email-Address") + (home-page "https://metacpan.org/release/Email-Address") (synopsis "Email address parsing and creation") (description "Email::Address implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address @@ -1438,7 +1438,7 @@ (define-public perl-email-date-format (base32 "012ivfwpnbl3wr50f9c6f4azhdlxnm31pdn72528g79v61z6372p")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Email-Date-Format") + (home-page "https://metacpan.org/release/Email-Date-Format") (synopsis "Produce RFC 2822 date strings") (description "Email::Date::Format provides a means for generating an RFC 2822 compliant datetime string.") @@ -1457,7 +1457,7 @@ (define-public perl-email-messageid (base32 "1f22sdnfq169qw1l0lg7y74pmiam7j9v95bggjnf3q4mygdmshpc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Email-MessageID") + (home-page "https://metacpan.org/release/Email-MessageID") (synopsis "Generate world unique message-ids") (description "Email::MessageID generates recommended message-ids to identify a message uniquely.") @@ -1484,7 +1484,7 @@ (define-public perl-email-mime ("perl-email-simple" ,perl-email-simple) ("perl-mime-types" ,perl-mime-types) ("perl-module-runtime" ,perl-module-runtime))) - (home-page "http://search.cpan.org/dist/Email-MIME") + (home-page "https://metacpan.org/release/Email-MIME") (synopsis "MIME message handling") (description "Email::MIME is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up @@ -1507,7 +1507,7 @@ (define-public perl-email-mime-contenttype (build-system perl-build-system) (native-inputs `(("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Email-MIME-ContentType") + (home-page "https://metacpan.org/release/Email-MIME-ContentType") (synopsis "Parse MIME Content-Type headers") (description "Email::MIME::ContentType parses a MIME Content-Type header.") @@ -1528,7 +1528,7 @@ (define-public perl-email-mime-encodings (build-system perl-build-system) (native-inputs `(("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Email-MIME-Encodings") + (home-page "https://metacpan.org/release/Email-MIME-Encodings") (synopsis "Unified interface to MIME encoding and decoding") (description "This module wraps MIME::Base64 and MIME::QuotedPrint.") (license perl-license))) @@ -1559,7 +1559,7 @@ (define-public perl-email-sender ("perl-sub-exporter" ,perl-sub-exporter) ("perl-throwable" ,perl-throwable) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Email-Sender") + (home-page "https://metacpan.org/release/Email-Sender") (synopsis "Perl library for sending email") (description "Email::Sender replaces the old and sometimes problematic Email::Send library.") @@ -1580,7 +1580,7 @@ (define-public perl-email-simple (build-system perl-build-system) (propagated-inputs `(("perl-email-date-format" ,perl-email-date-format))) - (home-page "http://search.cpan.org/dist/Email-Simple") + (home-page "https://metacpan.org/release/Email-Simple") (synopsis "Parsing of RFC 2822 messages") (description "Email::Simple provides simple parsing of RFC 2822 message format and headers.") @@ -1802,7 +1802,7 @@ (define-public perl-mail-spf ("perl-netaddr-ip" ,perl-netaddr-ip) ("perl-uri" ,perl-uri))) (home-page - "http://search.cpan.org/dist/Mail-SPF") + "https://metacpan.org/release/Mail-SPF") (synopsis "Perl implementation of Sender Policy Framework") (description "Mail::SPF is the Sender Policy Framework implemented diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index e15e8497b7..5633eb8a77 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -178,7 +178,7 @@ (define-public perl-text-markdown-discount (inputs `(("discount" ,discount))) (home-page - "http://search.cpan.org/dist/Text-Markdown-Discount") + "https://metacpan.org/release/Text-Markdown-Discount") (synopsis "Fast function for converting Markdown to HTML using Discount") (description diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index 3fd78a40bc..2051f1dd9d 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm @@ -285,7 +285,7 @@ (define-public perl-curses (setenv "CURSES_MENU_LDFLAGS" (string-append "-L" lib " -lmenu")) (setenv "CURSES_FORM_LDFLAGS" (string-append "-L" lib " -lform")) #t)))))) - (home-page "http://search.cpan.org/dist/Curses") + (home-page "https://metacpan.org/release/Curses") (synopsis "Terminal screen handling and optimization") (description "@code{Curses} is the interface between Perl and the curses library diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1500c4211a..1ca590423b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -893,7 +893,7 @@ (define-public perl-socket6 "INSTALLDIRS=site"))) (setenv "CONFIG_SHELL" (which "sh")) (zero? (apply system* "perl" args)))))))) - (home-page "http://search.cpan.org/dist/Socket6") + (home-page "https://metacpan.org/release/Socket6") (synopsis "IPv6 related part of the C socket.h defines and structure manipulators for Perl") (description "Socket6 binds the IPv6 related part of the C socket header @@ -920,7 +920,7 @@ (define-public perl-net-dns-resolver-programmable `(("perl-module-build" ,perl-module-build))) (inputs `(("perl-net-dns" ,perl-net-dns))) (home-page - "http://search.cpan.org/dist/Net-DNS-Resolver-Programmable") + "https://metacpan.org/release/Net-DNS-Resolver-Programmable") (synopsis "Programmable DNS resolver class for offline emulation of DNS") (description "Net::DNS::Resolver::Programmable is a programmable DNS resolver for @@ -954,7 +954,7 @@ (define-public perl-netaddr-ip (setenv "CONFIG_SHELL" (which "sh")) (zero? (apply system* "perl" args)))))))) (home-page - "http://search.cpan.org/dist/NetAddr-IP") + "https://metacpan.org/release/NetAddr-IP") (synopsis "Manages IPv4 and IPv6 addresses and subnets") (description "NetAddr::IP manages IPv4 and IPv6 addresses and subsets.") @@ -979,7 +979,7 @@ (define-public perl-net-patricia `(("perl-net-cidr-lite" ,perl-net-cidr-lite) ("perl-socket6" ,perl-socket6))) (home-page - "http://search.cpan.org/dist/Net-Patricia") + "https://metacpan.org/release/Net-Patricia") (synopsis "Patricia Trie Perl module for fast IP address lookups") (description @@ -1004,7 +1004,7 @@ (define-public perl-net-cidr-lite "14shj73zbqmfjbp0qz1fs9j4p2dpvz5hfkm4qfdjbydflbl2b8fg")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Net-CIDR-Lite") + "https://metacpan.org/release/Net-CIDR-Lite") (synopsis "Perl extension for merging IPv4 or IPv6 CIDR addresses") (description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.") @@ -1027,7 +1027,7 @@ (define-public perl-geo-ip (base32 "1fka8fr7fw6sh3xa9glhs1zjg3s2gfkhi7n7da1l2m2wblqj0c0n")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Geo-IP") + (home-page "https://metacpan.org/release/Geo-IP") (synopsis "Look up location and network information by IP Address in Perl") (description "The Perl module 'Geo::IP'. It looks up location and network @@ -1057,7 +1057,7 @@ (define-public perl-io-socket-inet6 (arguments `(;; Need network socket API #:tests? #f)) (home-page - "http://search.cpan.org/dist/IO-Socket-INET6") + "https://metacpan.org/release/IO-Socket-INET6") (synopsis "Perl object interface for AF_INET/AF_INET6 domain sockets") (description "IO::Socket::INET6 is an interface for AF_INET/AF_INET6 domain diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index b753cdcf7e..a2900c34c0 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -66,7 +66,7 @@ (define-public perl-test2-bundle-extended `(("perl-importer" ,perl-importer) ("perl-term-table" ,perl-term-table) ("perl-sub-info" ,perl-sub-info))) - (home-page "http://search.cpan.org/~exodist/Test2-Suite/lib/Test2/Bundle/Extended.pm") + (home-page "https://metacpan.org/pod/Test2::Bundle::Extended") (synopsis "Full set of tools for Test2::Suite") (description "This package provides a rich set of tools, plugins, bundles, etc built upon the Test2 testing library.") @@ -87,7 +87,7 @@ (define-public perl-test2-plugin-nowarnings (build-system perl-build-system) (propagated-inputs `(("perl-test2-bundle-extended" ,perl-test2-bundle-extended))) - (home-page "http://search.cpan.org/dist/Test2-Plugin-NoWarnings//") + (home-page "https://metacpan.org/release/Test2-Plugin-NoWarnings") (synopsis "Fail if tests warn") (description "Loading this plugin causes your tests to fail if there any warnings while they run. Each warning generates a new failing test and the @@ -113,7 +113,7 @@ (define-public perl-test-base (propagated-inputs `(("perl-spiffy" ,perl-spiffy) ("perl-test-deep" ,perl-test-deep))) - (home-page "http://search.cpan.org/dist/Test-Base/") + (home-page "https://metacpan.org/release/Test-Base") (synopsis "Data-driven testing framework for Perl") (description "Test::Base gives a way to trivially write your own test framework base class. It concentrates on offering reusable data driven @@ -141,7 +141,7 @@ (define-public perl-test-class `(("perl-module-runtime" ,perl-module-runtime) ("perl-mro-compat" ,perl-mro-compat) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Test-Class/") + (home-page "https://metacpan.org/release/Test-Class") (synopsis "Easily create test classes in an xUnit/JUnit style") (description "@code{Test::Class} provides a simple way of creating classes and objects to test your code in an xUnit style. @@ -174,7 +174,7 @@ (define-public perl-test-class-most ("perl-module-runtime" ,perl-module-runtime) ("perl-try-tiny" ,perl-try-tiny) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Test-Class-Most/") + (home-page "https://metacpan.org/release/Test-Class-Most") (synopsis "Test classes the easy way") (description "@code{Test::Class::Most} provides some more convenience when using @code{Test::Class}.") @@ -207,7 +207,7 @@ (define-public perl-test-cleannamespaces ("perl-sub-exporter" ,perl-sub-exporter) ("perl-file-find-rule" ,perl-file-find-rule) ("perl-file-find-rule-perl" ,perl-file-find-rule-perl))) - (home-page "http://search.cpan.org/dist/Test-CleanNamespaces/") + (home-page "https://metacpan.org/release/Test-CleanNamespaces") (synopsis "Check for uncleaned imports") (description "This module lets you check your module's namespaces for imported functions you might have forgotten to remove with @@ -257,7 +257,7 @@ (define-public perl-test-cpan-meta ("perl-test-pod" ,perl-test-pod) ("perl-test-pod-coverage" ,perl-test-pod-coverage))) (home-page - "http://search.cpan.org/dist/Test-CPAN-Meta/") + "https://metacpan.org/release/Test-CPAN-Meta") (synopsis "Validate your CPAN META.yml files") (description "This module was written to ensure that a META.yml file meets the @@ -285,7 +285,7 @@ (define-public perl-test-cpan-meta-json (inputs `(("perl-json" ,perl-json))) (home-page - "http://search.cpan.org/dist/Test-CPAN-Meta-JSON/") + "https://metacpan.org/release/Test-CPAN-Meta-JSON") (synopsis "Validate your CPAN META.json files") (description "This module was written to ensure that a META.json file meets the @@ -312,7 +312,7 @@ (define-public perl-test-deep that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop.") - (home-page "http://search.cpan.org/dist/Test-Deep/") + (home-page "https://metacpan.org/release/Test-Deep") (license gpl1+))) ; or "Artistic License" (define-public perl-test-differences @@ -333,7 +333,7 @@ (define-public perl-test-differences (propagated-inputs `(("perl-text-diff" ,perl-text-diff) ("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Test-Differences/") + (home-page "https://metacpan.org/release/Test-Differences") (synopsis "Test strings and data structures and show differences") (description "This module exports three test functions and four diff-style functions.") @@ -355,7 +355,7 @@ (define-public perl-test-directory "1ncql08cizhicbxwd753b4czns8nlcnlw0zfjcfrbdd41x4j6hqr")))) (build-system perl-build-system) (native-inputs `(("perl-test-exception" ,perl-test-exception))) - (home-page "http://search.cpan.org/dist/Test-Directory/") + (home-page "https://metacpan.org/release/Test-Directory") (synopsis "Perl extension for maintaining test directories") (description "Testing code can involve making sure that files are created and deleted as expected. Doing this manually can be error prone, as it's easy @@ -405,7 +405,7 @@ (define-public perl-test-eol "0l3bxpsw0x7j9nclizcp53mnf9wny25dmg2iglfhzgnk0xfpwzwf")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Test-EOL/") + "https://metacpan.org/release/Test-EOL") (synopsis "Check the correct line endings in your project") (description @@ -430,7 +430,7 @@ (define-public perl-test-exception `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-sub-uplevel" ,perl-sub-uplevel))) - (home-page "http://search.cpan.org/dist/Test-Exception/") + (home-page "https://metacpan.org/release/Test-Exception") (synopsis "Test exception based code") (description "This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with @@ -453,7 +453,7 @@ (define-public perl-test-failwarnings (build-system perl-build-system) (native-inputs `(("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Test-FailWarnings/") + (home-page "https://metacpan.org/release/Test-FailWarnings") (synopsis "Add test failures if warnings are caught") (description "Test::FailWarnings adds test failures if warnings are caught.") @@ -473,7 +473,7 @@ (define-public perl-test-fatal "1c6bs68mss4q7cyapkv2c0jn66i21050p0faxf3s3417gdffzp5w")))) (build-system perl-build-system) (propagated-inputs `(("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Test-Fatal/") + (home-page "https://metacpan.org/release/Test-Fatal") (synopsis "Simple helpers for testing code with exceptions") (description "Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in @@ -522,7 +522,7 @@ (define-public perl-test-filename (build-system perl-build-system) (propagated-inputs `(("perl-path-tiny" ,perl-path-tiny))) - (home-page "http://search.cpan.org/dist/Test-Filename/") + (home-page "https://metacpan.org/release/Test-Filename") (synopsis "Portable filename comparison") (description "Test::Filename provides functions to convert all path separators automatically.") @@ -546,7 +546,7 @@ (define-public perl-test-files (propagated-inputs `(("perl-algorithm-diff" ,perl-algorithm-diff) ("perl-text-diff" ,perl-text-diff))) - (home-page "http://search.cpan.org/dist/Test-Files/") + (home-page "https://metacpan.org/release/Test-Files") (synopsis "Ease software testing with files and directories") (description "This library provides functions to enable testing of files and directories. For instance, the @code{file_ok} helper can test whether the @@ -578,7 +578,7 @@ (define-public perl-test-harness (string-append "#!" (assoc-ref inputs "perl") "/bin/perl"))) #t))))) - (home-page "http://search.cpan.org/dist/Test-Harness/") + (home-page "https://metacpan.org/release/Test-Harness") (synopsis "Run Perl standard test scripts with statistics") (description "Simple test harness which allows tests to be run and results automatically aggregated and output to STDOUT.") @@ -597,7 +597,7 @@ (define-public perl-test-leaktrace (base32 "00z4hcjra5nk700f3fgpy8fs036d7ry7glpn8g3wh7jzj7nrw22z")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-LeakTrace/") + (home-page "https://metacpan.org/release/Test-LeakTrace") (synopsis "Traces memory leaks in Perl") (description "Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can @@ -617,7 +617,7 @@ (define-public perl-test-longstring (base32 "0kwp7rfr1i2amz4ckigkv13ah7jr30q6l5k4wk0vxl84myg39i5b")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-LongString/") + (home-page "https://metacpan.org/release/Test-LongString") (synopsis "Tests strings for equality, with more helpful failures") (description "This module provides some drop-in replacements for the string comparison functions of Test::More, but which are more suitable when @@ -639,7 +639,7 @@ (define-public perl-test-manifest (native-inputs `(("perl-test-pod" ,perl-test-pod) ("perl-test-pod-coverage" ,perl-test-pod-coverage))) - (home-page "http://search.cpan.org/dist/Test-Manifest/") + (home-page "https://metacpan.org/release/Test-Manifest") (synopsis "Interact with a t/test_manifest file") (description "@code{Test::Manifest} overrides the default test file order. Instead of running all of the t/*.t files in ASCII-betical order, it looks in the t/test_manifest @@ -667,7 +667,7 @@ (define-public perl-test-memory-cycle (propagated-inputs `(("perl-devel-cycle" ,perl-devel-cycle))) (home-page - "http://search.cpan.org/dist/Test-Memory-Cycle/") + "https://metacpan.org/release/Test-Memory-Cycle") (synopsis "Verifies code hasn't left circular references") (description @@ -702,7 +702,7 @@ (define-public perl-test-mockmodule ("perl-test-pod-coverage" ,perl-test-pod-coverage))) (propagated-inputs `(("perl-super" ,perl-super))) - (home-page "http://search.cpan.org/dist/Test-MockModule/") + (home-page "https://metacpan.org/release/Test-MockModule") (synopsis "Override subroutines in a module for unit testing") (description "@code{Test::MockModule} lets you temporarily redefine subroutines in other @@ -735,7 +735,7 @@ (define-public perl-test-mockobject ("perl-universal-can" ,perl-universal-can) ("perl-universal-isa" ,perl-universal-isa))) (arguments `(#:tests? #f)) ;TODO: tests require perl-cgi - (home-page "http://search.cpan.org/dist/Test-MockObject/") + (home-page "https://metacpan.org/release/Test-MockObject") (synopsis "Emulate troublesome interfaces in Perl") (description "Test::MockObject allows you to create objects that conform to particular interfaces with very little code. You don't have to reimplement @@ -757,7 +757,7 @@ (define-public perl-test-mocktime (propagated-inputs `(("perl-time-piece" ,perl-time-piece))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-MockTime/") + (home-page "https://metacpan.org/release/Test-MockTime") (synopsis "Replaces actual time with simulated time") (description "This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and @@ -785,7 +785,7 @@ (define-public perl-test-most ("perl-exception-class" ,perl-exception-class) ("perl-test-deep" ,perl-test-deep) ("perl-test-exception" ,perl-test-exception))) - (home-page "http://search.cpan.org/dist/Test-Most/") + (home-page "https://metacpan.org/release/Test-Most") (synopsis "Most commonly needed test functions and features") (description "This module provides the most commonly used testing functions, along with automatically turning on strict and warning and gives a @@ -808,7 +808,7 @@ (define-public perl-test-needs "16gkgpmr9hvkz382iaqd3500269lk2d44fqaw3dsrvc66nc36kss")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Test-Needs/") + "https://metacpan.org/release/Test-Needs") (synopsis "Skip tests when modules not available") (description "@code{Test::Needs} allows you to skip test scripts if @@ -836,7 +836,7 @@ (define-public perl-test-notabs "0c306p9qdpa2ycii3c50hml23mwy6bjxpry126g1dw11hyiwcxgv")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Test-NoTabs/") + "https://metacpan.org/release/Test-NoTabs") (synopsis "Check the presence of tabs in your project") (description @@ -864,7 +864,7 @@ (define-public perl-test-nowarnings ends to check that there were no warnings. If there were any warnings, the test will fail and output diagnostics of where, when and what the warning was, including a stack trace of what was going on when it occurred.") - (home-page "http://search.cpan.org/~adamk/Test-NoWarnings") + (home-page "https://metacpan.org/release/Test-NoWarnings") (license lgpl2.1))) (define-public perl-test-number-delta @@ -879,7 +879,7 @@ (define-public perl-test-number-delta (base32 "0jfhzhpzkc23mkrlbnv085ykpfncmy99hvppbzjnrpvgks8k0m2k")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-Number-Delta/") + (home-page "https://metacpan.org/release/Test-Number-Delta") (synopsis "Compare the difference between numbers against a given tolerance") (description @@ -911,7 +911,7 @@ (define-public perl-test-output "Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester.") - (home-page "http://search.cpan.org/~bdfoy/Test-Output") + (home-page "https://metacpan.org/release/Test-Output") (license perl-license))) (define-public perl-test-pod @@ -928,7 +928,7 @@ (define-public perl-test-pod "1z75x1pxwp8ajwq9iazlg2c3wd7rdlim08yclpdg32qnc36dpa30")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Test-Pod/") + (home-page "https://metacpan.org/release/Test-Pod") (synopsis "Check for POD errors in files") (description "Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.") @@ -949,7 +949,7 @@ (define-public perl-test-pod-coverage (build-system perl-build-system) (propagated-inputs `(("perl-pod-coverage" ,perl-pod-coverage))) - (home-page "http://search.cpan.org/dist/Test-Pod-Coverage/") + (home-page "https://metacpan.org/release/Test-Pod-Coverage") (synopsis "Check for pod coverage") (description "This module adds a test to your Perl distribution which checks for pod coverage of all appropriate files.") @@ -968,7 +968,7 @@ (define-public perl-test-requires (base32 "1d9f481lj12cw1ciil46xq9nq16p6a90nm7yrsalpf8asn8s6s17")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-Requires/") + (home-page "https://metacpan.org/release/Test-Requires") (synopsis "Checks to see if the module can be loaded") (description "Test::Requires checks to see if the module can be loaded. If this fails, then rather than failing tests this skips all tests.") @@ -989,7 +989,7 @@ (define-public perl-test-requiresinternet (base32 "0gl33vpj9bb78pzyijp884b66sbw6jkh1ci0xki8rmf03hmb79xv")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-RequiresInternet/") + (home-page "https://metacpan.org/release/Test-RequiresInternet") (synopsis "Easily test network connectivity when running tests") (description "This Perl module is intended to easily test network connectivity to @@ -1021,7 +1021,7 @@ (define-public perl-test-roo ("perl-multidimensional" ,perl-multidimensional) ("perl-strictures" ,perl-strictures) ("perl-sub-install" ,perl-sub-install))) - (home-page "http://search.cpan.org/dist/Test-Roo/") + (home-page "https://metacpan.org/release/Test-Roo") (synopsis "Composable, reusable tests with roles and Moo") (description "Test::Roo provides composable, reusable tests with roles.") (license asl2.0))) @@ -1047,7 +1047,7 @@ (define-public perl-test-runvalgrind `(("perl-path-tiny" ,perl-path-tiny) ("perl-test-trap" ,perl-test-trap) ("valgrind" ,valgrind))) - (home-page "http://search.cpan.org/dist/Test-RunValgrind/") + (home-page "https://metacpan.org/release/Test-RunValgrind") (synopsis "Tests that an external program is valgrind-clean") (description "Test::RunValgind checks weather Valgrind does not detect errors (such as memory leaks) in an arbitrary binary executable.") @@ -1073,7 +1073,7 @@ (define-public perl-test-script "The intent of the Test::Script module is to provide a series of basic tests for 80% of the testing you will need to do for scripts in the script (or bin as is also commonly used) paths of your Perl distribution.") - (home-page "http://search.cpan.org/dist/Test-Script/") + (home-page "https://metacpan.org/release/Test-Script") (license perl-license))) (define-public perl-test-sharedfork @@ -1091,7 +1091,7 @@ (define-public perl-test-sharedfork (build-system perl-build-system) (native-inputs `(("perl-test-requires" ,perl-test-requires))) - (home-page "http://search.cpan.org/dist/Test-SharedFork/") + (home-page "https://metacpan.org/release/Test-SharedFork") (synopsis "Fork test in Perl") (description "Test::SharedFork is a utility module for Test::Builder. It makes fork(2) safe to use in test cases.") @@ -1112,7 +1112,7 @@ (define-public perl-test-simple (synopsis "Basic utilities for writing tests") (description "Test::Simple contains basic utilities for writing tests.") - (home-page "http://search.cpan.org/~exodist/Test-Simple") + (home-page "https://metacpan.org/release/Test-Simple") (license perl-license))) (define-public perl-test-taint @@ -1128,7 +1128,7 @@ (define-public perl-test-taint (base32 "01rip5d7gdr1c7lq6yczzkqfd0500nfa977ryigylj6jj75526vj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-Taint/") + (home-page "https://metacpan.org/release/Test-Taint") (synopsis "Checks for taintedness of variables") (description "Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any @code{GET} or @@ -1157,7 +1157,7 @@ (define-public perl-test-tester (description "Test::Tester allows testing of test modules based on Test::Builder with a minimum of effort.") - (home-page "http://search.cpan.org/~fdaly/Test-Tester") + (home-page "https://metacpan.org/release/FDALY/Test-Tester-0.109") (license perl-license))) (define-public perl-test-perltidy @@ -1179,7 +1179,7 @@ (define-public perl-test-perltidy ("perl-file-slurp" ,perl-file-slurp) ("perltidy" ,perltidy) ("perl-text-diff" ,perl-text-diff))) - (home-page "http://search.cpan.org/dist/Test-PerlTidy/") + (home-page "https://metacpan.org/release/Test-PerlTidy") (synopsis "Check that all your Perl files are tidy") (description "Using @code{Test::PerlTidy}, any file ending in .pl, .pm, .t or .PL will @@ -1205,7 +1205,7 @@ (define-public perl-test-trap (propagated-inputs `(("perl-test-tester" ,perl-test-tester) ("perl-data-dump" ,perl-data-dump))) - (home-page "http://search.cpan.org/dist/Test-Trap/") + (home-page "https://metacpan.org/release/Test-Trap") (synopsis "Trap exit codes, exceptions, output, and so on") (description "This module is primarily (but not exclusively) for use in test scripts: A block eval configurable and extensible but by default trapping @@ -1228,7 +1228,7 @@ (define-public perl-test-utf8 (build-system perl-build-system) (native-inputs `(("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/Test-utf8/") + (home-page "https://metacpan.org/release/Test-utf8") (synopsis "UTF-8 testing in Perl") (description "This module is a collection of tests useful for dealing with UTF-8 strings in Perl. This module has two types of tests: The validity tests @@ -1251,7 +1251,7 @@ (define-public perl-test-warn (build-system perl-build-system) (propagated-inputs `(("perl-sub-uplevel" ,perl-sub-uplevel))) - (home-page "http://search.cpan.org/dist/Test-Warn/") + (home-page "https://metacpan.org/release/Test-Warn") (synopsis "Perl extension to test methods for warnings") (description "This module provides a few convenience methods for testing warning based code.") @@ -1270,7 +1270,7 @@ (define-public perl-test-warnings (base32 "024srkwjckp15dxkni9lb1hc8bg4xwc52zz0iich8rv1nnqnhaxf")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-Warnings/") + (home-page "https://metacpan.org/release/Test-Warnings") (synopsis "Test for warnings and the lack of them") (description "This module is intended to be used as a drop-in replacement for Test::NoWarnings. It also adds an extra test, but runs this test before @@ -1292,7 +1292,7 @@ (define-public perl-test-without-module (base32 "0955ib9cz1naz7a2v6lx78kj29q7ihmdn51im6wd1im669yfp6lf")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Test-Without-Module/") + (home-page "https://metacpan.org/release/Test-Without-Module") (synopsis "Test fallback behaviour in absence of modules") (description "This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing @@ -1320,7 +1320,7 @@ (define-public perl-test-writevariants `(("perl-data-tumbler" ,perl-data-tumbler) ("perl-file-homedir" ,perl-file-homedir) ("perl-module-pluggable" ,perl-module-pluggable))) - (home-page "http://search.cpan.org/dist/Test-WriteVariants/") + (home-page "https://metacpan.org/release/Test-WriteVariants") (synopsis "Dynamic generation of tests") (description "The Test::WriteVariants module provides for the dynamic generation of tests in nested combinations of contexts.") @@ -1341,7 +1341,7 @@ (define-public perl-test-yaml (build-system perl-build-system) (propagated-inputs `(("perl-test-base" ,perl-test-base))) - (home-page "http://search.cpan.org/dist/Test-YAML/") + (home-page "https://metacpan.org/release/Test-YAML") (synopsis "Testing module for YAML implementations") (description "Test::YAML is a subclass of Test::Base with YAML specific support.") @@ -1371,7 +1371,7 @@ (define-public perl-test-trailingspace ("perl-text-glob" ,perl-text-glob) ("perl-number-compare" ,perl-number-compare))) (home-page - "http://search.cpan.org/dist/Test-TrailingSpace/") + "https://metacpan.org/release/Test-TrailingSpace") (synopsis "Test for trailing space in Perl source files") (description "Test::TrailingSpace tests for trailing spaces diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index b96b480045..965a0603f8 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -209,7 +209,7 @@ (define-public perl-algorithm-c3 (base32 "01hlcaxndls86bl92rkd3fvf9pfa3inxqaimv88bxs95803kmkss")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Algorithm-C3/") + (home-page "https://metacpan.org/release/Algorithm-C3") (synopsis "Module for merging hierarchies using the C3 algorithm") (description "This module implements the C3 algorithm, which aims to provide a sane method resolution order under multiple inheritance.") @@ -228,7 +228,7 @@ (define-public perl-algorithm-diff (base32 "0l8pk7ziz72d022hsn4xldhhb9f5649j5cgpjdibch0xng24ms1h")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Algorithm-Diff/") + (home-page "https://metacpan.org/release/Algorithm-Diff") (synopsis "Compute differences between two files or lists") (description "This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent @@ -251,7 +251,7 @@ (define-public perl-aliased "1syyqzy462501kn5ma9gl6xbmcahqcn4qpafhsmpz0nd0x2m4l63")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/aliased/") + (home-page "https://metacpan.org/release/aliased") (synopsis "Use shorter versions of class names") (description "The alias module loads the class you specify and exports into your namespace a subroutine that returns the class name. You can @@ -274,7 +274,7 @@ (define-public perl-any-moose (native-inputs `(("perl-mouse" ,perl-mouse) ("perl-moose" ,perl-moose))) - (home-page "http://search.cpan.org/dist/Any-Moose/") + (home-page "https://metacpan.org/release/Any-Moose") (synopsis "Transparently use Moose or Mouse modules") (description "This module facilitates using @code{Moose} or @code{Mouse} modules @@ -299,7 +299,7 @@ (define-public perl-appconfig (build-system perl-build-system) (native-inputs `(("perl-test-pod" ,perl-test-pod))) - (home-page "http://search.cpan.org/dist/AppConfig/") + (home-page "https://metacpan.org/release/AppConfig") (synopsis "Configuration files and command line parsing") (description "AppConfig is a bundle of Perl5 modules for reading configuration files and parsing command line arguments.") @@ -320,7 +320,7 @@ (define-public perl-array-utils (base32 "0w1pwvnjdpb0n6k07zbknxwx6v7y75p4jxrs594pjhwvrmzippc9")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Array-Utils/") + (home-page "https://metacpan.org/release/Array-Utils") (synopsis "Small utils for array manipulation") (description "@code{Array::Utils} is a small pure-perl module containing list manipulation routines.") @@ -340,7 +340,7 @@ (define-public perl-async-interrupt (build-system perl-build-system) (propagated-inputs `(("perl-common-sense" ,perl-common-sense))) - (home-page "http://search.cpan.org/dist/Async-Interrupt/") + (home-page "https://metacpan.org/release/Async-Interrupt") (synopsis "Allow C/XS libraries to interrupt perl asynchronously") (description "@code{Async::Interrupt} implements a single feature only of interest @@ -372,7 +372,7 @@ (define-public perl-autovivification (base32 "1422kw9fknv7rbjkgdfflg1q3mb69d3yryszp38dn0bgzkqhwkc1")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/autovivification/") + (home-page "https://metacpan.org/release/autovivification") (synopsis "Lexically disable autovivification") (description "When an undefined variable is dereferenced, it gets silently upgraded to an array or hash reference (depending of the type of the @@ -406,7 +406,7 @@ (define-public perl-bareword-filehandles (propagated-inputs `(("perl-b-hooks-op-check" ,perl-b-hooks-op-check) ("perl-lexical-sealrequirehints" ,perl-lexical-sealrequirehints))) - (home-page "http://search.cpan.org/dist/bareword-filehandles/") + (home-page "https://metacpan.org/release/bareword-filehandles") (synopsis "Disables bareword filehandles") (description "This module disables bareword filehandles.") (license (package-license perl)))) @@ -424,7 +424,7 @@ (define-public perl-base (base32 "01n3l5ifmn2wd0aadpnzya27b75imibj9zdivkfzcpnviqgx5c2m")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/base/") + (home-page "https://metacpan.org/release/base") (synopsis "Establish an ISA relationship with base classes at compile time") (description "Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Unless you are using the @@ -445,7 +445,7 @@ (define-public perl-browser-open (base32 "0rv80n5ihy9vnrzsc3l7wlk8880cwabiljrydrdnxq1gg0lk3sxc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Browser-Open/") + (home-page "https://metacpan.org/release/Browser-Open") (synopsis "Open a browser in a given URL") (description "The functions exported by this module allow you to open URLs in the user's browser. A set of known commands per OS-name is tested for @@ -471,7 +471,7 @@ (define-public perl-b-hooks-endofscope ("perl-module-implementation" ,perl-module-implementation) ("perl-sub-exporter-progressive" ,perl-sub-exporter-progressive) ("perl-variable-magic" ,perl-variable-magic))) - (home-page "http://search.cpan.org/dist/B-Hooks-EndOfScope/") + (home-page "https://metacpan.org/release/B-Hooks-EndOfScope") (synopsis "Execute code after a scope finished compilation") (description "This module allows you to execute code when perl finished compiling the surrounding scope.") @@ -493,7 +493,7 @@ (define-public perl-b-hooks-op-check (build-system perl-build-system) (native-inputs `(("perl-extutils-depends" ,perl-extutils-depends))) - (home-page "http://search.cpan.org/dist/B-Hooks-OP-Check/") + (home-page "https://metacpan.org/release/B-Hooks-OP-Check") (synopsis "Wrap OP check callbacks") (description "This module allows you to wrap OP check callbacks.") (license (package-license perl)))) @@ -511,7 +511,7 @@ (define-public perl-b-keywords (base32 "1nhdplmd0y69lnwyajg3anhk6pm13nm6qzm05nzpz8zl7j7fzlk5")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/B-Keywords/") + (home-page "https://metacpan.org/release/B-Keywords") (synopsis "Lists of reserved barewords and symbol names") (description "@code{B::Keywords} supplies several arrays of exportable keywords: @code{@@Scalars, @@Arrays, @@Hashes, @@Filehandles, @@Symbols, @@ -543,7 +543,7 @@ (define-public perl-benchmark-timer trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.") - (home-page "http://search.cpan.org/~dcoppit/Benchmark-Timer") + (home-page "https://metacpan.org/release/Benchmark-Timer") (license gpl2))) (define-public perl-bit-vector @@ -561,7 +561,7 @@ (define-public perl-bit-vector (build-system perl-build-system) (propagated-inputs `(("perl-carp-clan" ,perl-carp-clan))) - (home-page "http://search.cpan.org/dist/Bit-Vector/") + (home-page "https://metacpan.org/release/Bit-Vector") (synopsis "Bit vector library") (description "Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), \"big integer arithmetic\" and boolean @@ -584,7 +584,7 @@ (define-public perl-boolean (base32 "18hrgldzwnhs0c0r8hxx6r05qvk9p7gwinjwcybixfs2h0n43ypj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/boolean/") + (home-page "https://metacpan.org/release/boolean") (synopsis "Boolean support for Perl") (description "This module provides basic Boolean support, by defining two special objects: true and false.") @@ -603,7 +603,7 @@ (define-public perl-business-isbn-data (base32 "1jc5jrjwkr6pqga7998zkgw0yrxgb5n1y7lzgddawxibkf608mn7")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Business-ISBN-Data/") + (home-page "https://metacpan.org/release/Business-ISBN-Data") (synopsis "Data files for Business::ISBN") (description "This package provides a data pack for @code{Business::ISBN}. These data are generated from the RangeMessage.xml file provided by the ISBN @@ -626,7 +626,7 @@ (define-public perl-business-isbn (propagated-inputs `(("perl-business-isbn-data" ,perl-business-isbn-data) ("perl-mojolicious" ,perl-mojolicious))) - (home-page "http://search.cpan.org/dist/Business-ISBN/") + (home-page "https://metacpan.org/release/Business-ISBN") (synopsis "Work with International Standard Book Numbers") (description "This modules provides tools to deal with International Standard Book Numbers, including ISBN-10 and ISBN-13.") @@ -645,7 +645,7 @@ (define-public perl-business-issn (base32 "1dfnm7h7lbqj356700ldlmgbr51v6hyjn1qig2bb4ysl1wn1jnzi")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Business-ISSN/") + (home-page "https://metacpan.org/release/Business-ISSN") (synopsis "Work with International Standard Serial Numbers") (description "This modules provides tools to deal with International Standard Serial Numbers.") @@ -666,7 +666,7 @@ (define-public perl-business-ismn (build-system perl-build-system) (native-inputs `(("perl-tie-cycle" ,perl-tie-cycle))) - (home-page "http://search.cpan.org/dist/Business-ISMN/") + (home-page "https://metacpan.org/release/Business-ISMN") (synopsis "Work with International Standard Music Numbers") (description "This modules provides tools to deal with International Standard Music Numbers.") @@ -688,7 +688,7 @@ (define-public perl-cache-cache `(("perl-digest-sha1" ,perl-digest-sha1) ("perl-error" ,perl-error) ("perl-ipc-sharelite" ,perl-ipc-sharelite))) - (home-page "http://search.cpan.org/dist/Cache-Cache/") + (home-page "https://metacpan.org/release/Cache-Cache") (synopsis "Cache interface for Perl") (description "The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used @@ -712,7 +712,7 @@ (define-public perl-cache-fastmmap (base32 "0h3ckr04cdn6dvl40m4m97vl5ybf30v1lwhw3jvkr92kpksvq4hd")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Cache-FastMmap/") + (home-page "https://metacpan.org/release/Cache-FastMmap") (synopsis "Shared memory interprocess cache via mmap") (description "A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple @@ -734,7 +734,7 @@ (define-public perl-capture-tiny (base32 "069yrikrrb4vqzc3hrkkfj96apsh7q0hg8lhihq97lxshwz128vc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Capture-Tiny/") + (home-page "https://metacpan.org/release/Capture-Tiny") (synopsis "Capture STDOUT and STDERR from Perl, XS or external programs") (description "Capture::Tiny provides a simple, portable way to capture almost anything @@ -755,7 +755,7 @@ (define-public perl-canary-stability (base32 "01vih43hvpqy67m6a6fwmlswli91mqpv8n8ccglvlkc33l8hn97x")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Canary-Stability/") + (home-page "https://metacpan.org/release/Canary-Stability") (synopsis "Check compatibility with the installed perl version") (description "This module is used by Schmorp's modules during configuration stage @@ -775,7 +775,7 @@ (define-public perl-carp (base32 "00bijwwc0ix27h2ma3lvsf3b56biar96bl9dikxgx7cmpcycxad5")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Carp/") + (home-page "https://metacpan.org/release/Carp") (synopsis "Alternative warn and die for modules") (description "The @code{Carp} routines are useful in your own modules because they act like @code{die()} or @code{warn()}, but with a message @@ -802,7 +802,7 @@ (define-public perl-carp-always (build-system perl-build-system) (native-inputs `(("perl-test-base" ,perl-test-base))) - (home-page "http://search.cpan.org/dist/Carp-Always") + (home-page "https://metacpan.org/release/Carp-Always") (synopsis "Warns and dies noisily with stack backtraces/") (description "This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when @code{warn()}-ing or @@ -822,7 +822,7 @@ (define-public perl-carp-assert (base32 "0km5fc6r6whxh6h5yd7g1j0bi96sgk0gkda6cardicrw9qmqwkwj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Carp-Assert/") + (home-page "https://metacpan.org/release/Carp-Assert") (synopsis "Executable comments for Perl") (description "Carp::Assert is intended for a purpose like the ANSI C library assert.h.") @@ -845,7 +845,7 @@ (define-public perl-carp-assert-more `(("perl-test-exception" ,perl-test-exception))) (propagated-inputs `(("perl-carp-assert" ,perl-carp-assert))) - (home-page "http://search.cpan.org/dist/Carp-Assert-More/") + (home-page "https://metacpan.org/release/Carp-Assert-More") (synopsis "Convenience wrappers around Carp::Assert") (description "Carp::Assert::More is a set of handy assertion functions for Perl.") @@ -866,7 +866,7 @@ (define-public perl-carp-clan (build-system perl-build-system) (native-inputs `(("perl-test-exception" ,perl-test-exception))) - (home-page "http://search.cpan.org/dist/Carp-Clan/") + (home-page "https://metacpan.org/release/Carp-Clan") (synopsis "Report errors from a \"clan\" of modules") (description "This module allows errors from a clan (or family) of modules to appear to originate from the caller of the clan. This is necessary in @@ -887,7 +887,7 @@ (define-public perl-cddb-get (base32 "1jfrwvfasylcafbvb0jjm94ad4v6k99a7rf5i4qwzhg4m0gvmk5x")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/CDDB_get/") + (home-page "https://metacpan.org/release/CDDB_get") (synopsis "Read the CDDB entry for an audio CD in your drive") (description "This module can retrieve information from the CDDB.") ;; Either GPLv2 or the "Artistic" license. @@ -910,7 +910,7 @@ (define-public perl-class-accessor `(("perl-sub-name" ,perl-sub-name))) (propagated-inputs `(("perl-base" ,perl-base))) - (home-page "http://search.cpan.org/dist/Class-Accessor/") + (home-page "https://metacpan.org/release/Class-Accessor") (synopsis "Automated accessor generation") (description "This module automagically generates accessors/mutators for your class.") @@ -933,7 +933,7 @@ (define-public perl-class-accessor-chained `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-class-accessor" ,perl-class-accessor))) - (home-page "http://search.cpan.org/dist/Class-Accessor-Chained/") + (home-page "https://metacpan.org/release/Class-Accessor-Chained") (synopsis "Faster, but less expandable, chained accessors") (description "A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called @@ -961,7 +961,7 @@ (define-public perl-class-accessor-grouped `(("perl-class-xsaccessor" ,perl-class-xsaccessor) ("perl-module-runtime" ,perl-module-runtime) ("perl-sub-name" ,perl-sub-name))) - (home-page "http://search.cpan.org/dist/Class-Accessor-Grouped/") + (home-page "https://metacpan.org/release/Class-Accessor-Grouped") (synopsis "Build groups of accessors") (description "This class lets you build groups of accessors that will call different getters and setters.") @@ -982,7 +982,7 @@ (define-public perl-class-c3 (build-system perl-build-system) (propagated-inputs `(("perl-algorithm-c3" ,perl-algorithm-c3))) - (home-page "http://search.cpan.org/dist/Class-C3/") + (home-page "https://metacpan.org/release//Class-C3") (synopsis "Pragma to use the C3 method resolution order algorithm") (description "This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more @@ -1007,7 +1007,7 @@ (define-public perl-class-c3-adopt-next (propagated-inputs `(("perl-list-moreutils" ,perl-list-moreutils) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Class-C3-Adopt-NEXT/") + (home-page "https://metacpan.org/release/Class-C3-Adopt-NEXT") (synopsis "Drop-in replacement for NEXT") (description "This module is intended as a drop-in replacement for NEXT, supporting the same interface, but using Class::C3 to do the hard work.") @@ -1033,7 +1033,7 @@ (define-public perl-class-c3-componentised `(("perl-class-c3" ,perl-class-c3) ("perl-class-inspector" ,perl-class-inspector) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Class-C3-Componentised/") + (home-page "https://metacpan.org/release/Class-C3-Componentised") (synopsis "Load mix-ins or components to your C3-based class") (description "This module will inject base classes to your module using the Class::C3 method resolution order.") @@ -1052,7 +1052,7 @@ (define-public perl-class-data-inheritable (base32 "0jpi38wy5xh6p1mg2cbyjjw76vgbccqp46685r27w8hmxb7gwrwr")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-Data-Inheritable/") + (home-page "https://metacpan.org/release/Class-Data-Inheritable") (synopsis "Inheritable, overridable class data") (description "Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a @@ -1074,7 +1074,7 @@ (define-public perl-class-date "0dd707sq8ix2dqbnp7ga77ba69r3vsn0cd6scnkn13s0gm2g4b00")))) (build-system perl-build-system) (arguments `(#:tests? #f)) ;timezone tests in chroot - (home-page "http://search.cpan.org/dist/Class-Date/") + (home-page "https://metacpan.org/release/Class-Date") (synopsis "Class for easy date and time manipulation") (description "This module provides a general-purpose date and datetime type for perl.") @@ -1092,7 +1092,7 @@ (define-public perl-class-errorhandler (base32 "00j5f0z4riyq7i95jww291dpmbn0hmmvkcbrh7p0p8lpqz7jsb9l")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-ErrorHandler/") + (home-page "https://metacpan.org/release/Class-ErrorHandler") (synopsis "Base class for error handling") (description "@code{Class::ErrorHandler} provides an error-handling mechanism that is generic @@ -1115,7 +1115,7 @@ (define-public perl-class-factory-util "09ifd6v0c94vr20n9yr1dxgcp7hyscqq851szdip7y24bd26nlbc")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Class-Factory-Util/") + (home-page "https://metacpan.org/release/Class-Factory-Util") (synopsis "Utility methods for factory classes") (description "This module exports methods useful for factory classes.") (license (package-license perl)))) @@ -1133,7 +1133,7 @@ (define-public perl-class-inspector (base32 "0d85rihxahdvhj8cysqrgg0kbmcqghz5hgy41dbkxr1qaf5xrynf")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-Inspector/") + (home-page "https://metacpan.org/release/Class-Inspector") (synopsis "Get information about a class and its structure") (description "Class::Inspector allows you to get information about a loaded class.") @@ -1163,7 +1163,7 @@ (define-public perl-class-load ("perl-namespace-clean" ,perl-namespace-clean) ("perl-module-runtime" ,perl-module-runtime) ("perl-module-implementation" ,perl-module-implementation))) - (home-page "http://search.cpan.org/dist/Class-Load/") + (home-page "https://metacpan.org/release/Class-Load") (synopsis "Working (require \"Class::Name\") and more") (description "\"require EXPR\" only accepts Class/Name.pm style module names, not Class::Name. For that, this module provides \"load_class @@ -1188,7 +1188,7 @@ (define-public perl-class-load-xs ("perl-test-needs" ,perl-test-needs) ("perl-test-without-module" ,perl-test-without-module))) (inputs `(("perl-class-load" ,perl-class-load))) - (home-page "http://search.cpan.org/dist/Class-Load-XS/") + (home-page "https://metacpan.org/release/Class-Load-XS") (synopsis "XS implementation of parts of Class::Load") (description "This module provides an XS implementation for portions of Class::Load.") @@ -1208,7 +1208,7 @@ (define-public perl-class-methodmaker (base32 "0a03i4k3a33qqwhykhz5k437ld5mag2vq52vvsy03gbynb65ivsy")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-MethodMaker/") + (home-page "https://metacpan.org/release/Class-MethodMaker") (synopsis "Create generic methods for OO Perl") (description "This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks.") @@ -1230,7 +1230,7 @@ (define-public perl-class-method-modifiers (native-inputs `(("perl-test-fatal" ,perl-test-fatal) ("perl-test-requires" ,perl-test-requires))) - (home-page "http://search.cpan.org/dist/Class-Method-Modifiers/") + (home-page "https://metacpan.org/release/Class-Method-Modifiers") (synopsis "Moose-like method modifiers") (description "Class::Method::Modifiers provides three modifiers: 'before', 'around', and 'after'. 'before' and 'after' are run just before and after the @@ -1252,7 +1252,7 @@ (define-public perl-class-singleton (base32 "0y7ngrjf551bjgmijp5rsidbkq6c8hb5lmy2jcqq0fify020s8iq")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-Singleton/") + (home-page "https://metacpan.org/release/Class-Singleton") (synopsis "Implementation of a singleton class for Perl") (description "This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very @@ -1272,7 +1272,7 @@ (define-public perl-class-tiny (base32 "0knbi1agcfc9d7fca0szvxr6335pb22pc5n648q1vrcba8qvvz1f")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-Tiny/") + (home-page "https://metacpan.org/release/Class-Tiny") (synopsis "Minimalist class construction") (description "This module offers a minimalist class construction kit. It uses no non-core modules for any recent Perl.") @@ -1293,7 +1293,7 @@ (define-public perl-class-unload (build-system perl-build-system) (propagated-inputs `(("perl-class-inspector" ,perl-class-inspector))) - (home-page "http://search.cpan.org/dist/Class-Unload/") + (home-page "https://metacpan.org/release/Class-Unload") (synopsis "Unload a class") (description "Class:Unload unloads a given class by clearing out its symbol table and removing it from %INC.") @@ -1312,7 +1312,7 @@ (define-public perl-class-xsaccessor (base32 "1wm6013il899jnm0vn50a7iv9v6r4nqywbqzj0csyf8jbwwnpicr")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Class-XSAccessor/") + (home-page "https://metacpan.org/release/Class-XSAccessor") (synopsis "Generate fast XS accessors without runtime compilation") (description "Class::XSAccessor implements fast read, write, and read/write accessors in XS. Additionally, it can provide predicates such as @@ -1339,7 +1339,7 @@ (define-public perl-clone "This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.") - (home-page "http://search.cpan.org/~garu/Clone") + (home-page "https://metacpan.org/release/Clone") (license (package-license perl)))) (define-public perl-clone-pp @@ -1355,7 +1355,7 @@ (define-public perl-clone-pp (base32 "15dkhqvih6rx9dnngfwwljcm9s8afb0nbyl2vdvhd8frnw4y31dz")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Clone-PP/") + (home-page "https://metacpan.org/release/Clone-PP") (synopsis "Recursively copy Perl datatypes") (description "This module provides a general-purpose @code{clone} function to make deep copies of Perl data structures. It calls itself recursively to @@ -1376,7 +1376,7 @@ (define-public perl-common-sense (base32 "1wxv2s0hbjkrnssvxvsds0k213awg5pgdlrpkr6xkpnimc17s7vp")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/common-sense/") + (home-page "https://metacpan.org/release/common-sense") (synopsis "Sane defaults for Perl programs") (description "This module implements some sane defaults for Perl programs, as defined by two typical specimens of Perl coders.") @@ -1397,7 +1397,7 @@ (define-public perl-config-any (build-system perl-build-system) (propagated-inputs `(("perl-module-pluggable" ,perl-module-pluggable))) - (home-page "http://search.cpan.org/dist/Config-Any/") + (home-page "https://metacpan.org/release/Config-Any") (synopsis "Load configuration from different file formats") (description "Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It @@ -1419,7 +1419,7 @@ (define-public perl-config-autoconf (build-system perl-build-system) (propagated-inputs `(("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Config-AutoConf/") + (home-page "https://metacpan.org/release/Config-AutoConf") (synopsis "Module to implement some AutoConf macros in Perl") (description "Config::AutoConf is intended to provide the same opportunities to Perl developers as GNU Autoconf does for Shell developers.") @@ -1438,7 +1438,7 @@ (define-public perl-config-general (base32 "0szxxaihz71pr0r2jp9wvbrfc3hrsxi9xrd9vnyrxlrax8sci5h9")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Config-General/") + (home-page "https://metacpan.org/release/Config-General") (synopsis "Generic Config Module") (description "This module opens a config file and parses its contents for you. The format of config files supported by Config::General is inspired by @@ -1466,7 +1466,7 @@ (define-public perl-config-ini `(("perl-mixin-linewise" ,perl-mixin-linewise) ("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict) ("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/Config-INI/") + (home-page "https://metacpan.org/release/Config-INI") (synopsis "Simple .ini-file format reader and writer") (description "@code{Config::INI} is a module that facilates the reading and writing of @code{.ini}-style configuration files.") @@ -1488,7 +1488,7 @@ (define-public perl-context-preserve (native-inputs `(("perl-test-exception" ,perl-test-exception) ("perl-test-simple" ,perl-test-simple))) - (home-page "http://search.cpan.org/dist/Context-Preserve/") + (home-page "https://metacpan.org/release/Context-Preserve") (synopsis "Preserve context during subroutine call") (description "This module runs code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in @@ -1514,7 +1514,7 @@ (define-public perl-convert-binhex `(("perl-file-slurp" ,perl-file-slurp) ("perl-test-most" ,perl-test-most))) (home-page - "http://search.cpan.org/dist/Convert-BinHex/") + "https://metacpan.org/release/Convert-BinHex") (synopsis "Extract data from Macintosh BinHex files") (description "BinHex is a format for transporting files safely through electronic @@ -1537,7 +1537,7 @@ (define-public perl-cpan-changes (base32 "13dy78amkhwg278sv5im0ylyskhxpfivyl2aissqqih71nlxxvh1")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/CPAN-Changes/") + (home-page "https://metacpan.org/release/CPAN-Changes") (synopsis "Read and write @file{Changes} files") (description "@code{CPAN::Changes} helps users programmatically read and write @@ -1559,7 +1559,7 @@ (define-public perl-cpan-meta-check (build-system perl-build-system) (native-inputs `(("perl-test-deep" ,perl-test-deep))) (propagated-inputs `(("perl-cpan-meta" ,perl-cpan-meta))) - (home-page "http://search.cpan.org/dist/CPAN-Meta-Check/") + (home-page "https://metacpan.org/release/CPAN-Meta-Check") (synopsis "Verify requirements in a CPAN::Meta object") (description "This module verifies if requirements described in a CPAN::Meta object are present.") @@ -1580,7 +1580,7 @@ (define-public perl-cpanel-json-xs (build-system perl-build-system) (propagated-inputs `(("perl-common-sense" ,perl-common-sense))) - (home-page "http://search.cpan.org/dist/Cpanel-JSON-XS/") + (home-page "https://metacpan.org/release/Cpanel-JSON-XS") (synopsis "JSON::XS for Cpanel") (description "This module converts Perl data structures to JSON and vice versa.") @@ -1599,7 +1599,7 @@ (define-public perl-crypt-randpasswd (base32 "0ca8544371wp4vvqsa19lnhl02hczpkbwkgsgm65ziwwim3r1gdi")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Crypt-RandPasswd/") + (home-page "https://metacpan.org/release/Crypt-RandPasswd") (synopsis "Random password generator") (description "Crypt::RandPasswd provides three functions that can be used to generate random passwords, constructed from words, letters, or characters. @@ -1625,7 +1625,7 @@ (define-public perl-crypt-rc4 (base32 "1sp099cws0q225h6j4y68hmfd1lnv5877gihjs40f8n2ddf45i2y")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Crypt-RC4/") + (home-page "https://metacpan.org/release//Crypt-RC4") (synopsis "Perl implementation of the RC4 encryption algorithm") (description "A pure Perl implementation of the RC4 algorithm.") (license (package-license perl)))) @@ -1645,7 +1645,7 @@ (define-public perl-cwd-guard (native-inputs `(("perl-module-build" ,perl-module-build) ("perl-test-requires" ,perl-test-requires))) - (home-page "http://search.cpan.org/dist/Cwd-Guard/") + (home-page "https://metacpan.org/release/Cwd-Guard") (synopsis "Temporarily change working directory") (description "@code{Cwd::Guard} changes the current directory using a limited scope. @@ -1715,7 +1715,7 @@ (define-public perl-data ("perl-module-runtime" ,perl-module-runtime) ("perl-role-tiny" ,perl-role-tiny) ("perl-strictures" ,perl-strictures))) - (home-page "http://search.cpan.org/dist/Data-Perl/") + (home-page "https://metacpan.org/release/Data-Perl") (synopsis "Base classes wrapping fundamental Perl data types") (description "Collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt @@ -1739,7 +1739,7 @@ (define-public perl-data-compare (build-system perl-build-system) (propagated-inputs `(("perl-file-find-rule" ,perl-file-find-rule))) - (home-page "http://search.cpan.org/dist/Data-Compare/") + (home-page "https://metacpan.org/release/Data-Compare") (synopsis "Compare Perl data structures") (description "This module compares arbitrary data structures to see if they are copies of each other.") @@ -1758,7 +1758,7 @@ (define-public perl-data-uniqid (base32 "1jsc6acmv97pzsvx1fqywz4qvxxpp7kwmb78ygyqpsczkfj9p4dn")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Data-Uniqid/") + (home-page "https://metacpan.org/release/Data-Uniqid") (synopsis "Perl extension for generating unique identifiers") (description "@code{Data::Uniqid} provides three simple routines for generating unique ids. These ids are coded with a Base62 systen to make them @@ -1778,7 +1778,7 @@ (define-public perl-data-dump (base32 "0r9ba52b7p8nnn6nw0ygm06lygi8g68piri78jmlqyrqy5gb0lxg")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Data-Dump/") + (home-page "https://metacpan.org/release/Data-Dump") (synopsis "Pretty printing of data structures") (description "This module provide functions that takes a list of values as their argument and produces a string as its result. The string contains Perl @@ -1798,7 +1798,7 @@ (define-public perl-data-dumper-concise (base32 "0lsqbl1mxhkj0qnjfa1jrvx8wwbyi81bgwfyj1si6cdg7h8jzhm6")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Data-Dumper-Concise/") + (home-page "https://metacpan.org/release/Data-Dumper-Concise") (synopsis "Concise data dumper") (description "Data::Dumper::Concise provides a dumper with Less indentation and newlines plus sub deparsing.") @@ -1821,7 +1821,7 @@ (define-public perl-data-optlist (propagated-inputs `(("perl-sub-install" ,perl-sub-install) ("perl-params-util" ,perl-params-util))) - (home-page "http://search.cpan.org/dist/Data-OptList/") + (home-page "https://metacpan.org/release/Data-OptList") (synopsis "Parse and validate simple name/value option pairs") (description "Data::OptList provides a simple syntax for name/value option pairs.") @@ -1845,7 +1845,7 @@ (define-public perl-data-page ("perl-test-exception" ,perl-test-exception))) (propagated-inputs `(("perl-class-accessor-chained" ,perl-class-accessor-chained))) - (home-page "http://search.cpan.org/dist/Data-Page/") + (home-page "https://metacpan.org/release/Data-Page") (synopsis "Help when paging through sets of results") (description "When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display @@ -1881,7 +1881,7 @@ (define-public perl-data-perl (propagated-inputs `(("perl-list-moreutils" ,perl-list-moreutils))) (home-page - "http://search.cpan.org/dist/Data-Perl/") + "https://metacpan.org/release/Data-Perl") (synopsis "Base classes wrapping fundamental Perl data types") (description "@code{Data::Perl} is a container class for the following classes: @@ -1914,7 +1914,7 @@ (define-public perl-data-printer ("perl-file-homedir" ,perl-file-homedir) ("perl-package-stash" ,perl-package-stash) ("perl-sort-naturally" ,perl-sort-naturally))) - (home-page "http://search.cpan.org/dist/Data-Printer/") + (home-page "https://metacpan.org/release/Data-Printer") (synopsis "Colored pretty-print of Perl data structures and objects") (description "Display Perl variables and objects on screen, properly formatted (to be inspected by a human).") @@ -1938,7 +1938,7 @@ (define-public perl-data-record ("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-sub-uplevel" ,perl-sub-uplevel))) - (home-page "http://search.cpan.org/dist/Data-Record/") + (home-page "https://metacpan.org/release/Data-Record") (synopsis "Conditionally split data into records") (description "This Perl module allows you to split data into records by not only specifying what you wish to split the data on, but also by specifying @@ -1967,7 +1967,7 @@ (define-public perl-data-section (propagated-inputs `(("perl-mro-compat" ,perl-mro-compat) ("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/Data-Section/") + (home-page "https://metacpan.org/release/Data-Section") (synopsis "Read multiple hunks of data out of your DATA section") (description "This package provides a Perl library to read multiple hunks of data out of your DATA section.") @@ -1988,7 +1988,7 @@ (define-public perl-data-stag (build-system perl-build-system) (propagated-inputs `(("perl-io-string" ,perl-io-string))) - (home-page "http://search.cpan.org/dist/Data-Stag/") + (home-page "https://metacpan.org/release/Data-Stag") (synopsis "Structured tags datastructures") (description "This module is for manipulating data as hierarchical tag/value @@ -2017,7 +2017,7 @@ (define-public perl-data-stream-bulk ("perl-namespace-clean" ,perl-namespace-clean) ("perl-path-class" ,perl-path-class) ("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/Data-Stream-Bulk/") + (home-page "https://metacpan.org/release/Data-Stream-Bulk") (synopsis "N at a time iteration API") (description "This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is @@ -2043,7 +2043,7 @@ (define-public perl-data-tumbler `(("perl-test-most" ,perl-test-most))) (propagated-inputs `(("perl-file-homedir" ,perl-file-homedir))) - (home-page "http://search.cpan.org/dist/Data-Tumbler/") + (home-page "https://metacpan.org/release/Data-Tumbler") (synopsis "Dynamic generation of nested combinations of variants") (description "Data::Tumbler - Dynamic generation of nested combinations of variants.") @@ -2070,7 +2070,7 @@ (define-public perl-data-visitor ("perl-namespace-clean" ,perl-namespace-clean) ("perl-task-weaken" ,perl-task-weaken) ("perl-tie-toobject" ,perl-tie-toobject))) - (home-page "http://search.cpan.org/dist/Data-Visitor/") + (home-page "https://metacpan.org/release/Data-Visitor") (synopsis "Visitor style traversal of Perl data structures") (description "This module is a simple visitor implementation for Perl values. It has a main dispatcher method, visit, which takes a single perl @@ -2096,7 +2096,7 @@ (define-public perl-date-calc (propagated-inputs `(("perl-bit-vector" ,perl-bit-vector) ("perl-carp-clan" ,perl-carp-clan))) - (home-page "http://search.cpan.org/dist/Date-Calc/") + (home-page "https://metacpan.org/release/Date-Calc") (synopsis "Gregorian calendar date calculations") (description "This package consists of a Perl module for date calculations based on the Gregorian calendar, thereby complying with all relevant norms and @@ -2121,7 +2121,7 @@ (define-public perl-date-calc-xs `(("perl-bit-vector" ,perl-bit-vector) ("perl-carp-clan" ,perl-carp-clan) ("perl-date-calc" ,perl-date-calc))) - (home-page "http://search.cpan.org/dist/Date-Calc-XS/") + (home-page "https://metacpan.org/release/Date-Calc-XS") (synopsis "XS wrapper for Date::Calc") (description "Date::Calc::XS is an XS wrapper and C library plug-in for Date::Calc.") @@ -2146,7 +2146,7 @@ (define-public perl-date-manip ;; (gnu packages base) which would create a circular dependency. TODO: ;; Maybe put this package elsewhere so we can turn on tests. '(#:tests? #f)) - (home-page "http://search.cpan.org/dist/Date-Manip/") + (home-page "https://metacpan.org/release/Date-Manip") (synopsis "Date manipulation routines") (description "Date::Manip is a series of modules for common date/time operations, such as comparing two times, determining a date a given amount of @@ -2166,7 +2166,7 @@ (define-public perl-date-simple (base32 "016x17r9wi6ffdc4idwirzd1sxqcb4lmq5fn2aiq25nf2iir5899")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Date-Simple/") + (home-page "https://metacpan.org/release/Date-Simple") (synopsis "Simple date handling") (description "Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles validation, @@ -2199,7 +2199,7 @@ (define-public perl-datetime ("perl-file-sharedir" ,perl-file-sharedir) ("perl-params-validate" ,perl-params-validate) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/DateTime/") + (home-page "https://metacpan.org/release/DateTime") (synopsis "Date and time object for Perl") (description "DateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in @@ -2222,7 +2222,7 @@ (define-public perl-datetime-calendar-julian ;; Only needed for tests (native-inputs `(("perl-datetime" ,perl-datetime))) - (home-page "http://search.cpan.org/dist/DateTime-Calendar-Julian/") + (home-page "https://metacpan.org/release/DateTime-Calendar-Julian") (synopsis "Dates in the Julian calendar") (description "This package is a companion module to @code{DateTime.pm}. It implements the Julian calendar. It supports everything that @@ -2249,7 +2249,7 @@ (define-public perl-datetime-set `(("perl-datetime" ,perl-datetime) ("perl-params-validate" ,perl-params-validate) ("perl-set-infinite" ,perl-set-infinite))) - (home-page "http://search.cpan.org/dist/DateTime-Set/") + (home-page "https://metacpan.org/release/DateTime-Set") (synopsis "DateTime set objects") (description "The DateTime::Set module provides a date/time sets implementation. It allows, for example, the generation of groups of dates, @@ -2273,7 +2273,7 @@ (define-public perl-datetime-event-ical (propagated-inputs `(("perl-datetime" ,perl-datetime) ("perl-datetime-event-recurrence" ,perl-datetime-event-recurrence))) - (home-page "http://search.cpan.org/dist/DateTime-Event-ICal/") + (home-page "https://metacpan.org/release/DateTime-Event-ICal") (synopsis "DateTime rfc2445 recurrences") (description "This module provides convenience methods that let you easily create DateTime::Set objects for RFC 2445 style recurrences.") @@ -2295,7 +2295,7 @@ (define-public perl-datetime-event-recurrence (propagated-inputs `(("perl-datetime" ,perl-datetime) ("perl-datetime-set" ,perl-datetime-set))) - (home-page "http://search.cpan.org/dist/DateTime-Event-Recurrence/") + (home-page "https://metacpan.org/release/DateTime-Event-Recurrence") (synopsis "DateTime::Set extension for basic recurrences") (description "This module provides convenience methods that let you easily create DateTime::Set objects for various recurrences, such as \"once a month\" @@ -2321,7 +2321,7 @@ (define-public perl-datetime-format-builder ("perl-datetime" ,perl-datetime) ("perl-datetime-format-strptime" ,perl-datetime-format-strptime) ("perl-params-validate" ,perl-params-validate))) - (home-page "http://search.cpan.org/dist/DateTime-Format-Builder/") + (home-page "https://metacpan.org/release/DateTime-Format-Builder") (synopsis "Create DateTime parser classes and objects") (description "DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular @@ -2349,7 +2349,7 @@ (define-public perl-datetime-format-flexible ("perl-list-moreutils" ,perl-list-moreutils) ("perl-module-pluggable" ,perl-module-pluggable) ("perl-test-mocktime" ,perl-test-mocktime))) - (home-page "http://search.cpan.org/dist/DateTime-Format-Flexible/") + (home-page "https://metacpan.org/release/DateTime-Format-Flexible") (synopsis "Parse data/time strings") (description "DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object.") @@ -2376,7 +2376,7 @@ (define-public perl-datetime-format-ical ("perl-datetime-set" ,perl-datetime-set) ("perl-datetime-timezone" ,perl-datetime-timezone) ("perl-params-validate" ,perl-params-validate))) - (home-page "http://search.cpan.org/dist/DateTime-Format-ICal/") + (home-page "https://metacpan.org/release/DateTime-Format-ICal") (synopsis "Parse and format iCal datetime and duration strings") (description "This module understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in @@ -2409,7 +2409,7 @@ (define-public perl-datetime-format-natural ("perl-datetime-timezone" ,perl-datetime-timezone) ("perl-list-moreutils" ,perl-list-moreutils) ("perl-params-validate" ,perl-params-validate))) - (home-page "http://search.cpan.org/dist/DateTime-Format-Natural/") + (home-page "https://metacpan.org/release/DateTime-Format-Natural") (synopsis "Machine-readable date/time with natural parsing") (description "DateTime::Format::Natural takes a string with a human readable date/time and creates a machine readable one by applying natural @@ -2437,7 +2437,7 @@ (define-public perl-datetime-format-strptime ("perl-params-validate" ,perl-params-validate) ("perl-sub-name" ,perl-sub-name) ("perl-test-warnings" ,perl-test-warnings))) - (home-page "http://search.cpan.org/dist/DateTime-Format-Strptime/") + (home-page "https://metacpan.org/release/DateTime-Format-Strptime") (synopsis "Parse and format strp and strf time patterns") (description "This module implements most of `strptime(3)`, the POSIX function that is the reverse of `strftime(3)`, for `DateTime`. While @@ -2470,7 +2470,7 @@ (define-public perl-datetime-locale (propagated-inputs `(("perl-list-moreutils" ,perl-list-moreutils) ("perl-params-validationcompiler" ,perl-params-validationcompiler))) - (home-page "http://search.cpan.org/dist/DateTime-Locale/") + (home-page "https://metacpan.org/release/DateTime-Locale") (synopsis "Localization support for DateTime.pm") (description "The DateTime::Locale modules provide localization data for the DateTime.pm class.") @@ -2499,7 +2499,7 @@ (define-public perl-datetime-timezone ("perl-namespace-autoclean" ,perl-namespace-autoclean) ("perl-params-validationcompiler" ,perl-params-validationcompiler) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/DateTime-TimeZone/") + (home-page "https://metacpan.org/release/DateTime-TimeZone") (synopsis "Time zone object for Perl") (description "This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which @@ -2530,7 +2530,7 @@ (define-public perl-datetimex-easy ("perl-datetime-format-ical" ,perl-datetime-format-ical) ("perl-datetime-format-natural" ,perl-datetime-format-natural) ("perl-timedate" ,perl-timedate))) - (home-page "http://search.cpan.org/dist/DateTimeX-Easy/") + (home-page "https://metacpan.org/release/DateTimeX-Easy") (synopsis "Parse date/time strings") (description "DateTimeX::Easy uses a variety of DateTime::Format packages to create DateTime objects, with some custom tweaks to smooth out the rough @@ -2552,7 +2552,7 @@ (define-public perl-datetime-format-mail (inputs `(("perl-datetime" ,perl-datetime) ("perl-params-validate" ,perl-params-validate))) - (home-page "http://search.cpan.org/dist/DateTime-Format-Mail/") + (home-page "https://metacpan.org/release/DateTime-Format-Mail") (synopsis "Convert between DateTime and RFC2822/822 formats") (description "RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates.") @@ -2575,7 +2575,7 @@ (define-public perl-datetime-format-w3cdtf (native-inputs `(("perl-test-pod" ,perl-test-pod) ("perl-test-pod-coverage" ,perl-test-pod-coverage))) - (home-page "http://search.cpan.org/dist/DateTime-Format-W3CDTF/") + (home-page "https://metacpan.org/release/DateTime-Format-W3CDTF") (synopsis "Parse and format W3CDTF datetime strings") (description "This module understands the W3CDTF date/time format, an ISO 8601 profile, @@ -2599,7 +2599,7 @@ (define-public perl-devel-caller (build-system perl-build-system) (propagated-inputs `(("perl-padwalker" ,perl-padwalker))) - (home-page "http://search.cpan.org/dist/Devel-Caller/") + (home-page "https://metacpan.org/release/Devel-Caller") (synopsis "Meatier version of caller") (description "Devel::Caller provides meatier version of caller.") (license (package-license perl)))) @@ -2618,7 +2618,7 @@ (define-public perl-devel-checkbin "0g71sma9jy0fjm619hcrcsb9spg2y03vjxx36y8k1xpa2553sr7m")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Devel-CheckBin/") + (home-page "https://metacpan.org/release/Devel-CheckBin") (synopsis "Check that a command is available") (description "Devel::CheckBin is a perl module that checks whether a particular command is available.") @@ -2638,7 +2638,7 @@ (define-public perl-devel-checkcompiler (build-system perl-build-system) (native-inputs `(("perl-module-build-tiny" ,perl-module-build-tiny))) - (home-page "http://search.cpan.org/dist/Devel-CheckCompiler/") + (home-page "https://metacpan.org/release/Devel-CheckCompiler") (synopsis "Check compiler availability") (description "@code{Devel::CheckCompiler} is a tiny module to check whether a compiler is available. It can test for a C99 compiler, or @@ -2661,7 +2661,7 @@ (define-public perl-devel-cycle "1hhb77kz3dys8yaik452j22cm3510zald2mpvfyv5clqv326aczx")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Devel-Cycle/") + "https://metacpan.org/release/Devel-Cycle") (synopsis "Find memory cycles in objects") (description "@code{Devel::Cycle} This is a tool for finding circular references in @@ -2684,7 +2684,7 @@ (define-public perl-devel-globaldestruction (build-system perl-build-system) (propagated-inputs `(("perl-sub-exporter-progressive" ,perl-sub-exporter-progressive))) - (home-page "http://search.cpan.org/dist/Devel-GlobalDestruction/") + (home-page "https://metacpan.org/release/Devel-GlobalDestruction") (synopsis "Provides equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls") (description "Devel::GlobalDestruction provides a function returning the equivalent of \"$@{^GLOBAL_PHASE@} eq 'DESTRUCT'\" for older perls.") @@ -2706,7 +2706,7 @@ (define-public perl-devel-hide (propagated-inputs `(("perl-test-pod" ,perl-test-pod) ("perl-test-pod-coverage" ,perl-test-pod-coverage))) - (home-page "http://search.cpan.org/dist/Devel-Hide/") + (home-page "https://metacpan.org/release/Devel-Hide") (synopsis "Forces the unavailability of specified Perl modules (for testing)") (description "Given a list of Perl modules/filenames, this module makes @code{require} and @code{use} statements fail (no matter whether the specified @@ -2728,7 +2728,7 @@ (define-public perl-devel-lexalias (build-system perl-build-system) (propagated-inputs `(("perl-devel-caller" ,perl-devel-caller))) - (home-page "http://search.cpan.org/dist/Devel-LexAlias/") + (home-page "https://metacpan.org/release/Devel-LexAlias") (synopsis "Alias lexical variables") (description "Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.") @@ -2753,7 +2753,7 @@ (define-public perl-devel-overloadinfo `(("perl-package-stash" ,perl-package-stash) ("perl-sub-identify" ,perl-sub-identify) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Devel-OverloadInfo/") + (home-page "https://metacpan.org/release/Devel-OverloadInfo") (synopsis "Introspect overloaded operators") (description "Devel::OverloadInfo returns information about overloaded operators for a given class (or object), including where in the inheritance @@ -2781,7 +2781,7 @@ (define-public perl-devel-partialdump `(("perl-class-tiny" ,perl-class-tiny) ("perl-sub-exporter" ,perl-sub-exporter) ("perl-namespace-clean" ,perl-namespace-clean))) - (home-page "http://search.cpan.org/dist/Devel-PartialDump/") + (home-page "https://metacpan.org/release/Devel-PartialDump") (synopsis "Partial dumping of data structures") (description "This module is a data dumper optimized for logging of arbitrary parameters.") @@ -2800,7 +2800,7 @@ (define-public perl-devel-stacktrace (base32 "0j58kgjr9s3vibsgifmk9k5h7daag0cb9x45f30m9qi4pr7cs63n")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Devel-StackTrace/") + (home-page "https://metacpan.org/release/Devel-StackTrace") (synopsis "Object representing a stack trace") (description "The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the @@ -2823,7 +2823,7 @@ (define-public perl-devel-stacktrace-ashtml (build-system perl-build-system) (propagated-inputs `(("perl-devel-stacktrace" ,perl-devel-stacktrace))) - (home-page "http://search.cpan.org/dist/Devel-StackTrace-AsHTML/") + (home-page "https://metacpan.org/release/Devel-StackTrace-AsHTML") (synopsis "Displays stack trace in HTML") (description "Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which displays the stack trace in beautiful HTML, with code @@ -2845,7 +2845,7 @@ (define-public perl-devel-symdump (base32 "1h3n0w23camhj20a97nw7v40rqa7xcxx8vkn2qjjlngm0yhq2vw2")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Devel-Symdump/") + (home-page "https://metacpan.org/release/Devel-Symdump") (synopsis "Dump symbol names or the symbol table") (description "Devel::Symdump provides access to the perl symbol table.") (license (package-license perl)))) @@ -2863,7 +2863,7 @@ (define-public perl-digest-hmac (base32 "0naavabbm1c9zgn325ndy66da4insdw9l3mrxwxdfi7i7xnjrirv")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Digest-HMAC/") + (home-page "https://metacpan.org/release/Digest-HMAC") (synopsis "Keyed-Hashing for Message Authentication") (description "The Digest::HMAC module follows the common Digest:: interface for the RFC 2104 HMAC mechanism.") @@ -2889,7 +2889,7 @@ (define-public perl-digest-md5 (lambda _ ;; Make MD5.so read-write so it can be stripped. (chmod "blib/arch/auto/Digest/MD5/MD5.so" #o755)))))) - (home-page "http://search.cpan.org/dist/Digest-MD5/") + (home-page "https://metacpan.org/release/Digest-MD5") (synopsis "Perl interface to the MD-5 algorithm") (description "The @code{Digest::MD5} module allows you to use the MD5 Message Digest @@ -2914,7 +2914,7 @@ (define-public perl-digest-sha1 (description "This package provides 'Digest::SHA1', an implementation of the NIST SHA-1 message digest algorithm for use by Perl programs.") - (home-page "http://search.cpan.org/~gaas/Digest-SHA1") + (home-page "https://metacpan.org/release/Digest-SHA1") (license (package-license perl)))) (define-public perl-dist-checkconflicts @@ -2932,7 +2932,7 @@ (define-public perl-dist-checkconflicts (native-inputs `(("perl-test-fatal" ,perl-test-fatal))) (propagated-inputs `(("perl-module-runtime" ,perl-module-runtime))) - (home-page "http://search.cpan.org/dist/Dist-CheckConflicts/") + (home-page "https://metacpan.org/release/Dist-CheckConflicts") (synopsis "Declare version conflicts for your dist") (description "This module allows you to specify conflicting versions of modules separately and deal with them after the module is done installing.") @@ -2953,7 +2953,7 @@ (define-public perl-encode-detect (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Encode-Detect/") + (home-page "https://metacpan.org/release/Encode-Detect") (synopsis "Detect the encoding of data") (description "This package provides a class @code{Encode::Detect} to detect the encoding of data.") @@ -2972,7 +2972,7 @@ (define-public perl-encode-eucjpascii (base32 "0qg8kmi7r9jcf8326b4fyq5sdpqyim2a11h7j77q577xam6x767r")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Encode-EUCJPASCII/") + (home-page "https://metacpan.org/release/Encode-EUCJPASCII") (synopsis "ASCII mapping for eucJP encoding") (description "This package provides an ASCII mapping for the eucJP encoding.") @@ -2991,7 +2991,7 @@ (define-public perl-encode-jis2k (base32 "1k1mdj4rd9m1z4h7qd2dl92ky0r1rk7mmagwsvdb9pirvdr4vj0y")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Encode-JIS2K/") + (home-page "https://metacpan.org/release/Encode-JIS2K") (synopsis "JIS X 0212 (aka JIS 2000) encodings") (description "This package provides encodings for JIS X 0212, which is also known as JIS 2000.") @@ -3015,7 +3015,7 @@ (define-public perl-encode-hanextra (modify-phases %standard-phases (add-after 'unpack 'set-env (lambda _ (setenv "PERL_USE_UNSAFE_INC" "1")))))) - (home-page "http://search.cpan.org/dist/Encode-HanExtra/") + (home-page "https://metacpan.org/release/Encode-HanExtra") (synopsis "Additional Chinese encodings") (description "This Perl module provides Chinese encodings that are not part of Perl by default, including \"BIG5-1984\", \"BIG5-2003\", \"BIG5PLUS\", @@ -3038,7 +3038,7 @@ (define-public perl-env-path (base32 "1qhmj15a66h90pjl2dgnxsb9jj3b1r5mpvnr87cafcl8g69z0jr4")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Env-Path/") + (home-page "https://metacpan.org/release/Env-Path") (synopsis "Advanced operations on path variables") (description "@code{Env::Path} presents an object-oriented interface to path variables, defined as that subclass of environment variables which name @@ -3059,7 +3059,7 @@ (define-public perl-error "1bzgzmf1v4md02vadm46b4j4ilqxrcrfasvbzymhrznlsd54g7vc")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Error/") + (home-page "https://metacpan.org/release/Error") (synopsis "OO-ish Error/Exception handling for Perl") (description "The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a @@ -3085,7 +3085,7 @@ (define-public perl-eval-closure ("perl-test-requires" ,perl-test-requires))) (propagated-inputs `(("perl-devel-lexalias" ,perl-devel-lexalias))) - (home-page "http://search.cpan.org/dist/Eval-Closure/") + (home-page "https://metacpan.org/release/Eval-Closure") (synopsis "Safely and cleanly create closures via string eval") (description "String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and @@ -3115,7 +3115,7 @@ (define-public perl-exception-class (propagated-inputs `(("perl-devel-stacktrace" ,perl-devel-stacktrace) ("perl-class-data-inheritable" ,perl-class-data-inheritable))) - (home-page "http://search.cpan.org/dist/Exception-Class/") + (home-page "https://metacpan.org/release/Exception-Class") (synopsis "Allows you to declare real exception classes in Perl") (description "Exception::Class allows you to declare exception hierarchies in your modules in a \"Java-esque\" manner.") @@ -3138,7 +3138,7 @@ (define-public perl-exporter-lite "Exporter::Lite is an alternative to Exporter, intended to provide a lightweight subset of the most commonly-used functionality. It supports import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.") - (home-page "http://search.cpan.org/dist/Exporter-Lite/") + (home-page "https://metacpan.org/release/Exporter-Lite") (license (package-license perl)))) (define-public perl-exporter-tiny @@ -3154,7 +3154,7 @@ (define-public perl-exporter-tiny (base32 "0gq2ia8c6n84gdrlc73vab61djs8gs8zf7fqx8cxbg5zxg2j45lg")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Exporter-Tiny/") + (home-page "https://metacpan.org/release/Exporter-Tiny") (synopsis "Exporter with the features of Sub::Exporter but only core dependencies") (description "Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, @@ -3178,7 +3178,7 @@ (define-public perl-extutils-installpaths (build-system perl-build-system) (propagated-inputs `(("perl-extutils-config" ,perl-extutils-config))) - (home-page "http://search.cpan.org/dist/ExtUtils-InstallPaths/") + (home-page "https://metacpan.org/release/ExtUtils-InstallPaths") (synopsis "Build.PL install path logic made easy") (description "This module tries to make install path resolution as easy as possible.") @@ -3197,7 +3197,7 @@ (define-public perl-extutils-config (base32 "130s5zk4krrymbynqxx62g13jynnb7xi7vdpg65cw3b56kv08ldf")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/ExtUtils-Config/") + (home-page "https://metacpan.org/release/ExtUtils-Config") (synopsis "Wrapper for perl's configuration") (description "ExtUtils::Config is an abstraction around the %Config hash. By itself it is not a particularly interesting module by any measure, however @@ -3218,7 +3218,7 @@ (define-public perl-extutils-depends (build-system perl-build-system) (native-inputs `(("perl-test-number-delta" ,perl-test-number-delta))) - (home-page "http://search.cpan.org/dist/ExtUtils-Depends/") + (home-page "https://metacpan.org/release/ExtUtils-Depends") (synopsis "Easily build XS extensions that depend on XS extensions") (description "This module tries to make it easy to build Perl extensions that use @@ -3240,7 +3240,7 @@ (define-public perl-extutils-helpers (base32 "15dalfwmpfmifw312i5pwiai8134pxf7b2804shlqhdk1xqczy6k")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/ExtUtils-Helpers/") + (home-page "https://metacpan.org/release/ExtUtils-Helpers") (synopsis "Various portability utilities for module builders") (description "This module provides various portable helper functions for module building modules.") @@ -3261,7 +3261,7 @@ (define-public perl-extutils-libbuilder (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/ExtUtils-LibBuilder/") + (home-page "https://metacpan.org/release/ExtUtils-LibBuilder") (synopsis "Tool to build C libraries") (description "Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) @@ -3283,7 +3283,7 @@ (define-public perl-extutils-pkgconfig (build-system perl-build-system) (propagated-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://search.cpan.org/dist/ExtUtils-PkgConfig/") + (home-page "https://metacpan.org/release/ExtUtils-PkgConfig") (synopsis "Simplistic interface to pkg-config") (description "@code{ExtUtils::PkgConfig} is a very simplistic interface to the @@ -3317,7 +3317,7 @@ (define-public perl-file-changenotify ("perl-moosex-semiaffordanceaccessor" ,perl-moosex-semiaffordanceaccessor) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/File-ChangeNotify/") + (home-page "https://metacpan.org/release/File-ChangeNotify") (synopsis "Watch for changes to files") (description "This module provides a class to monitor a directory for changes made to any file.") @@ -3339,7 +3339,7 @@ (define-public perl-file-configdir (propagated-inputs `(("perl-file-homedir" ,perl-file-homedir) ("perl-list-moreutils" ,perl-list-moreutils))) - (home-page "http://search.cpan.org/dist/File-ConfigDir/") + (home-page "https://metacpan.org/release/File-ConfigDir") (synopsis "Get directories of configuration files") (description "This module is a helper for installing, reading and finding configuration file locations. @code{File::ConfigDir} is a module to help out @@ -3360,7 +3360,7 @@ (define-public perl-file-copy-recursive (base32 "1syyyvylr51iicialdmv0dw06q49xzv8zrkb5cn8ma4l73gvvk44")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-Copy-Recursive/") + (home-page "https://metacpan.org/release/File-Copy-Recursive") (synopsis "Recursively copy files and directories") (description "This module has 3 functions: one to copy files only, one to copy directories only, and one to do either depending on the argument's @@ -3383,7 +3383,7 @@ (define-public perl-file-find-rule (propagated-inputs `(("perl-text-glob" ,perl-text-glob) ("perl-number-compare" ,perl-number-compare))) - (home-page "http://search.cpan.org/dist/File-Find-Rule/") + (home-page "https://metacpan.org/release/File-Find-Rule") (synopsis "Alternative interface to File::Find") (description "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and @@ -3407,7 +3407,7 @@ (define-public perl-file-find-rule-perl `(("perl-file-find-rule" ,perl-file-find-rule) ("perl-params-util" ,perl-params-util) ("perl-parse-cpan-meta" ,perl-parse-cpan-meta))) - (home-page "http://search.cpan.org/dist/File-Find-Rule-Perl/") + (home-page "https://metacpan.org/release/File-Find-Rule-Perl") (synopsis "Common rules for searching for Perl things") (description "File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution @@ -3429,7 +3429,7 @@ (define-public perl-file-grep (base32 "0cjnz3ak7s3x3y3q48xb9ka2q9d7xvch58vy80hqa9xn9qkiabj6")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-Grep/") + (home-page "https://metacpan.org/release/File-Grep") (synopsis "Matches patterns in a series of files") (description "@code{File::Grep} provides similar functionality as perl's builtin @code{grep}, @code{map}, and @code{foreach} commands, but iterating @@ -3453,7 +3453,7 @@ (define-public perl-file-homedir (propagated-inputs `(("perl-file-which" ,perl-file-which))) (arguments `(#:tests? #f)) ;Not appropriate for chroot - (home-page "http://search.cpan.org/dist/File-HomeDir/") + (home-page "https://metacpan.org/release/File-HomeDir") (synopsis "Find your home and other directories on any platform") (description "File::HomeDir is a module for locating the directories that are \"owned\" by a user (typically your user) and to solve the various issues @@ -3476,7 +3476,7 @@ (define-public perl-file-path (base32 "039gc0i5cbdmidl8j8x195yykwcdmzwawmpapnysvljl8l33jqwj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-Path/") + (home-page "https://metacpan.org/release/File-Path") (synopsis "Create or remove directory trees") (description "This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the @@ -3499,7 +3499,7 @@ (define-public perl-file-pushd "1p3wz5jnddd87wkwl4x3fc3ncprahdxdzwqd4scb10r98h4pyfnp")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/File-pushd/") + "https://metacpan.org/release/File-pushd") (synopsis "Change directory temporarily for a limited scope") (description "@code{File::pushd} does a temporary @code{chdir} that is @@ -3536,7 +3536,7 @@ (define-public perl-file-list "The File::List module crawls the directory tree starting at the provided base directory and can return files (and/or directories if desired) matching a regular expression.") - (home-page "http://search.cpan.org/~dopacki/File-List//"))) + (home-page "https://metacpan.org/release/File-List"))) (define-public perl-file-readbackwards (package @@ -3553,7 +3553,7 @@ (define-public perl-file-readbackwards (base32 "0vldy5q0zyf1cwzwb1gv14f8vg2f21bw96b8wvkw6z2hhypn3cl2")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-ReadBackwards/") + (home-page "https://metacpan.org/release/File-ReadBackwards") (synopsis "Read a file backwards by lines") (description "This module reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a @@ -3578,7 +3578,7 @@ (define-public perl-file-remove (base32 "1b814lw181kkqh6c1n4p2zlzzsq6ic5pfpr831nphf2w2rhcvgmk")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-Remove/") + (home-page "https://metacpan.org/release/File-Remove") (synopsis "Remove files and directories in Perl") (description "File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although \"unlink\" can be given a list of @@ -3603,7 +3603,7 @@ (define-public perl-file-sharedir `(("perl-file-sharedir-install" ,perl-file-sharedir-install))) (propagated-inputs `(("perl-class-inspector" ,perl-class-inspector))) - (home-page "http://search.cpan.org/dist/File-ShareDir/") + (home-page "https://metacpan.org/release/File-ShareDir") (synopsis "Locate per-dist and per-module shared files") (description "The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir. Quite often you want or need your Perl @@ -3626,7 +3626,7 @@ (define-public perl-file-sharedir-dist (base32 "1xkmrckp1qfi9ik098n2vz0r8g7wfwp2y05zjd100w6wcqwfzcpn")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-ShareDir-Dist/") + (home-page "https://metacpan.org/release/File-ShareDir-Dist") (synopsis "Locate per-dist shared files") (description "File::ShareDir::Dist finds share directories for distributions. It is a companion module to File::ShareDir.") @@ -3647,7 +3647,7 @@ (define-public perl-file-sharedir-install (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/File-ShareDir-Install/") + (home-page "https://metacpan.org/release/File-ShareDir-Install") (synopsis "Install shared files") (description "File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which @@ -3667,7 +3667,7 @@ (define-public perl-file-slurp (base32 "0hrn4nipwx40d6ji8ssgr5nw986z9iqq8cn0kdpbszh9jplynaff")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-Slurp/") + (home-page "https://metacpan.org/release/File-Slurp") (synopsis "Reading/Writing/Modifying of complete files") (description "File::Slurp provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of @@ -3691,7 +3691,7 @@ (define-public perl-file-slurper (build-system perl-build-system) (propagated-inputs `(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict))) - (home-page "http://search.cpan.org/dist/File-Slurper/") + (home-page "https://metacpan.org/release/File-Slurper") (synopsis "Simple, sane and efficient module to slurp a file") (description "This module provides functions for fast and correct file slurping and spewing. All functions are optionally exported.") @@ -3709,7 +3709,7 @@ (define-public perl-file-slurp-tiny (base32 "07kzfmibl43dq4c803f022g2rcfv4nkjgipxclz943mzxaz9aaa5")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/File-Slurp-Tiny/") + (home-page "https://metacpan.org/release/File-Slurp-Tiny") (synopsis "Simple file reader and writer") (description "This module provides functions for fast reading and writing of files.") @@ -3730,7 +3730,7 @@ (define-public perl-file-temp (build-system perl-build-system) (propagated-inputs `(("perl-parent" ,perl-parent))) - (home-page "http://search.cpan.org/dist/File-Temp/") + (home-page "https://metacpan.org/release/File-Temp") (synopsis "Return name and handle of a temporary file safely") (description "File::Temp can be used to create and open temporary files in a safe way.") @@ -3754,7 +3754,7 @@ (define-public perl-file-which "File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell.") - (home-page "http://search.cpan.org/~adamk/File-Which") + (home-page "https://metacpan.org/release/ADAMK/File-Which-1.09") (license (package-license perl)))) (define-public perl-file-zglob @@ -3772,7 +3772,7 @@ (define-public perl-file-zglob (build-system perl-build-system) (native-inputs `(("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/File-Zglob/") + (home-page "https://metacpan.org/release/File-Zglob") (synopsis "Extended Unix style glob functionality") (description "@code{File::Zglob} provides a traditional Unix @code{glob} functionality; it returns a list of file names that match the given pattern. @@ -3792,7 +3792,7 @@ (define-public perl-getopt-long (base32 "0bw8gbhj8s5gmkqvs3m7pk9arqhgqssrby4yimh29ah9alix9ylq")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Getopt-Long/") + (home-page "https://metacpan.org/release/Getopt-Long") (synopsis "Module to handle parsing command line options") (description "The @code{Getopt::Long} module implements an extended getopt function called @code{GetOptions()}. It parses the command line from @@ -3827,7 +3827,7 @@ (define-public perl-getopt-long-descriptive (propagated-inputs `(("perl-params-validate" ,perl-params-validate) ("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/Getopt-Long-Descriptive/") + (home-page "https://metacpan.org/release/Getopt-Long-Descriptive") (synopsis "Getopt::Long, but simpler and more powerful") (description "Getopt::Long::Descriptive is yet another Getopt library. It's built atop Getopt::Long, and gets a lot of its features, but tries to @@ -3851,7 +3851,7 @@ (define-public perl-getopt-tabular (description "Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.") - (home-page "http://search.cpan.org/~gward/Getopt-Tabular") + (home-page "https://metacpan.org/release/Getopt-Tabular") (license (package-license perl)))) (define-public perl-graph @@ -3869,7 +3869,7 @@ (define-public perl-graph (base32 "099a1gca0wj5zs0cffncjqp2mjrdlk9i6325ks89ml72gfq8wpij")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Graph/") + (home-page "https://metacpan.org/release/Graph") (synopsis "Graph data structures and algorithms") (description "This is @code{Graph}, a Perl module for dealing with graphs, the abstract data structures.") @@ -3887,7 +3887,7 @@ (define-public perl-guard (base32 "1p6i9mfmbs9cw40jqdv71ihv2xfi0vvlv8bdv2810gf93zwxvi1l")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Guard/") + (home-page "https://metacpan.org/release/Guard") (synopsis "Safe cleanup blocks implemented as guards") (description "@code{Guard} implements so-called @dfn{guards}. A guard is something (usually an object) that \"guards\" a resource, ensuring that it is @@ -3924,7 +3924,7 @@ (define-public perl-hash-fieldhash (native-inputs `(("perl-module-build" ,perl-module-build) ("perl-test-leaktrace" ,perl-test-leaktrace))) - (home-page "http://search.cpan.org/dist/Hash-FieldHash/") + (home-page "https://metacpan.org/release/Hash-FieldHash") (synopsis "Lightweight field hash for inside-out objects") (description "@code{Hash::FieldHash} provides the field hash mechanism which supports the inside-out technique. It is an alternative to @@ -3945,7 +3945,7 @@ (define-public perl-hash-merge (base32 "0r1a2axz85wn6573zrl9rk8mkfl2cvf1gp9vwya5qndp60rz1ya7")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Hash-Merge/") + (home-page "https://metacpan.org/release/Hash-Merge") (synopsis "Merge arbitrarily deep hashes into a single hash") (description "Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from @@ -3968,7 +3968,7 @@ (define-public perl-hash-multivalue (base32 "1x3k7h542xnigz0b8vsfiq580p5r325wi5b8mxppiqk8mbvis636")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Hash-MultiValue/") + (home-page "https://metacpan.org/release/Hash-MultiValue") (synopsis "Store multiple values per key") (description "Hash::MultiValue is an object (and a plain hash reference) that may contain multiple values per key, inspired by MultiDict of WebOb.") @@ -3987,7 +3987,7 @@ (define-public perl-importer (base32 "0iirw6csfbycr6z5s6lgd1zdqdjhb436zcxy1hyh6x3x92616i87")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Importer//") + (home-page "https://metacpan.org/release/Importer") (synopsis "Alternative but compatible interface to modules that export symbols") (description "This module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed @@ -4012,7 +4012,7 @@ (define-public perl-import-into (build-system perl-build-system) (propagated-inputs `(("perl-module-runtime" ,perl-module-runtime))) - (home-page "http://search.cpan.org/dist/Import-Into/") + (home-page "https://metacpan.org/release/Import-Into") (synopsis "Import packages into other packages") (description "Writing exporters is a pain. Some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare ... and @@ -4035,7 +4035,7 @@ (define-public perl-inc-latest (base32 "04f6qf6ll2hkdsr9aglykg3wlgsnf0w4f264nzg4i9y6cgrhbafs")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/inc-latest/") + (home-page "https://metacpan.org/release/inc-latest") (synopsis "Use modules in inc/ if newer than installed") (description "The inc::latest module helps bootstrap configure-time dependencies for CPAN distributions. These dependencies get bundled into the @@ -4056,7 +4056,7 @@ (define-public perl-indirect (base32 "13k5a8p903m8x3pcv9qqkzvnb8gpgq36cr3dvn3lk1ngsi9w5ydy")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/indirect/") + (home-page "https://metacpan.org/release/indirect") (synopsis "Lexically warn about using the indirect method call syntax") (description "Indirect warns about using the indirect method call syntax.") @@ -4078,7 +4078,7 @@ (define-public perl-inline (build-system perl-build-system) (native-inputs `(("perl-test-warn" ,perl-test-warn))) - (home-page "http://search.cpan.org/dist/Inline/") + (home-page "https://metacpan.org/release/Inline") (synopsis "Write Perl subroutines in other programming languages") (description "The @code{Inline} module allows you to put source code from other programming languages directly (inline) in a Perl script or @@ -4109,7 +4109,7 @@ (define-public perl-inline-c `(("perl-inline" ,perl-inline) ("perl-parse-recdescent" ,perl-parse-recdescent) ("perl-pegex" ,perl-pegex))) - (home-page "http://search.cpan.org/dist/Inline-C/") + (home-page "https://metacpan.org/release/Inline-C") (synopsis "C Language Support for Inline") (description "The @code{Inline::C} module allows you to write Perl subroutines in C. Since version 0.30 the @code{Inline} module supports @@ -4136,7 +4136,7 @@ (define-public perl-io-all (propagated-inputs `(("perl-file-mimeinfo" ,perl-file-mimeinfo) ("perl-file-readbackwards" ,perl-file-readbackwards))) - (home-page "http://search.cpan.org/dist/IO-All/") + (home-page "https://metacpan.org/release/IO-All") (synopsis "@code{IO::All} to Larry Wall!") (description "@code{IO::All} combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday @@ -4159,7 +4159,7 @@ (define-public perl-io-captureoutput (base32 "0c437zvzpqi8f0h3nmblwdi2bvsb92b7g30fndr7my9qnky35izw")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IO-CaptureOutput/") + (home-page "https://metacpan.org/release/IO-CaptureOutput") (synopsis "Capture STDOUT and STDERR from Perl code, subprocesses or XS") (description "@code{IO::CaptureOutput} provides routines for capturing @code{STDOUT} and @code{STDERR} from perl subroutines, forked system @@ -4182,7 +4182,7 @@ (define-public perl-io-interactive (base32 "1303q6rbcf2cag5z08pq3d1y91wls5q51jrpw4kh0l2bv75idh4w")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IO-Interactive/") + (home-page "https://metacpan.org/release/IO-Interactive") (synopsis "Utilities for interactive I/O") (description "This module provides three utility subroutines that make it easier to develop interactive applications: is_interactive(), interactive(), @@ -4202,7 +4202,7 @@ (define-public perl-io-string (base32 "18755m410yl70s17rgq3m0hyxl8r5mr47vsq1rw7141d8kc4lgra")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IO-String") + (home-page "https://metacpan.org/release/IO-String") (synopsis "Emulate file interface for in-core strings") (description "IO::String is an IO::File (and IO::Handle) compatible class that reads or writes data from in-core strings.") @@ -4221,7 +4221,7 @@ (define-public perl-io-stringy (base32 "178rpx0ym5l2m9mdmpnr92ziscvchm541w94fd7ygi6311kgsrwc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IO-stringy/") + (home-page "https://metacpan.org/release/IO-stringy") (synopsis "IO:: interface for reading/writing an array of lines") (description "This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal @@ -4240,7 +4240,7 @@ (define-public perl-io-tty (base32 "0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/~toddr/IO-Tty//") + (home-page "https://metacpan.org/release/IO-Tty") (synopsis "Perl interface to pseudo ttys") (description "This package provides the 'IO::Pty' and 'IO::Tty' Perl interfaces to @@ -4260,7 +4260,7 @@ (define-public perl-ipc-cmd (base32 "0a2v44x70gj9fd5wa8i08f9z6n14qppj1j49m1hc333wh72mzk6i")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IPC-Cmd/") + (home-page "https://metacpan.org/release/IPC-Cmd") (synopsis "Run interactive command-line programs") (description "@code{IPC::Cmd} allows for the searching and execution of any binary on your system. It adheres to verbosity settings and is able to @@ -4290,7 +4290,7 @@ (define-public perl-ipc-run ;; This test fails, and we're not really interested in ;; it, so disable it. (delete-file "t/win32_compile.t")))))) - (home-page "http://search.cpan.org/dist/IPC-Run/") + (home-page "https://metacpan.org/release/IPC-Run") (synopsis "Run system() and background procs w/ piping, redirs, ptys") (description "IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages @@ -4316,7 +4316,7 @@ (define-public perl-ipc-run3 stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run.") - (home-page "http://search.cpan.org/~rjbs/IPC-Run3") + (home-page "https://metacpan.org/release/IPC-Run3") ;; "You may use this module under the terms of the BSD, Artistic, or GPL ;; licenses, any version." (license (list bsd-3 gpl3+)))) @@ -4334,7 +4334,7 @@ (define-public perl-ipc-sharelite (base32 "1gz7dbwxrzbzdsjv11kb49jlf9q6lci2va6is0hnavd93nwhdm0l")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IPC-ShareLite/") + (home-page "https://metacpan.org/release/IPC-ShareLite") (synopsis "Lightweight interface to shared memory") (description "IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes.") @@ -4353,7 +4353,7 @@ (define-public perl-ipc-system-simple (base32 "0fsdb81shjj4hifyyzvj7vpkhq5jrfhlcpw2xbjfi1mqz8fsmdpi")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/IPC-System-Simple/") + (home-page "https://metacpan.org/release/IPC-System-Simple") (synopsis "Run commands simply, with detailed diagnostics") (description "Calling Perl's in-built @code{system} function is easy, determining if it was successful is hard. Let's face it, @code{$?} isn't the @@ -4379,7 +4379,7 @@ (define-public perl-json (build-system perl-build-system) (propagated-inputs `(("perl-json-xs" ,perl-json-xs))) ;recommended - (home-page "http://search.cpan.org/dist/JSON/") + (home-page "https://metacpan.org/release/JSON") (synopsis "JSON encoder/decoder for Perl") (description "This module converts Perl data structures to JSON and vice versa using either JSON::XS or JSON::PP.") @@ -4405,7 +4405,7 @@ (define-public perl-json-any ("perl-test-without-module" ,perl-test-without-module))) (propagated-inputs `(("perl-namespace-clean" ,perl-namespace-clean))) - (home-page "http://search.cpan.org/dist/JSON-Any/") + (home-page "https://metacpan.org/release/JSON-Any") (synopsis "Wrapper for Perl JSON classes") (description "This module tries to provide a coherent API to bring together the @@ -4431,7 +4431,7 @@ (define-public perl-json-maybexs `(("perl-test-without-module" ,perl-test-without-module))) (inputs `(("perl-cpanel-json-xs" ,perl-cpanel-json-xs))) - (home-page "http://search.cpan.org/dist/JSON-MaybeXS/") + (home-page "https://metacpan.org/release/JSON-MaybeXS") (synopsis "Cpanel::JSON::XS with fallback") (description "This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise @@ -4455,7 +4455,7 @@ (define-public perl-json-xs (propagated-inputs `(("perl-common-sense" ,perl-common-sense) ("perl-types-serialiser" ,perl-types-serialiser))) - (home-page "http://search.cpan.org/dist/JSON-XS/") + (home-page "https://metacpan.org/release/JSON-XS") (synopsis "JSON serialising/deserialising for Perl") (description "This module converts Perl data structures to JSON and vice versa.") @@ -4478,7 +4478,7 @@ (define-public perl-lexical-sealrequirehints (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Lexical-SealRequireHints/") + (home-page "https://metacpan.org/release/Lexical-SealRequireHints") (synopsis "Prevent leakage of lexical hints") (description "Lexical::SealRequireHints prevents leakage of lexical hints") @@ -4497,7 +4497,7 @@ (define-public perl-log-any (base32 "0r1q7cclgwl24gzdnjzvd8y0r7j17dngjk492x35w198zhdj2ncp")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Log-Any/") + (home-page "https://metacpan.org/release/Log-Any") (synopsis "Bringing loggers and listeners together") (description "@code{Log::Any} provides a standard log production API for modules. @code{Log::Any::Adapter} allows applications to choose the mechanism @@ -4534,7 +4534,7 @@ (define-public perl-log-any-adapter-log4perl `(("perl-log-any" ,perl-log-any) ("perl-log-log4perl" ,perl-log-log4perl))) (home-page - "http://search.cpan.org/dist/Log-Any-Adapter-Log4perl/") + "https://metacpan.org/release/Log-Any-Adapter-Log4perl") (synopsis "Log::Any adapter for Log::Log4perl") (description "@code{Log::Any::Adapter::Log4perl} provides a @code{Log::Any} adapter using @code{Log::Log4perl} for logging.") @@ -4556,7 +4556,7 @@ (define-public perl-log-log4perl "05ifhx1lmv91dbs9ck2zbjrkhh8z9g32gi6gxdmwnilia5zihfdp")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Log-Log4perl/") + "https://metacpan.org/release/Log-Log4perl") (synopsis "Log4j implementation for Perl") (description "@code{Log::Log4perl} lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the @@ -4577,7 +4577,7 @@ (define-public perl-log-report-optional (build-system perl-build-system) (propagated-inputs `(("perl-string-print" ,perl-string-print))) - (home-page "http://search.cpan.org/dist/Log-Report-Optional/") + (home-page "https://metacpan.org/release/Log-Report-Optional") (synopsis "Log::Report in the lightest form") (description "This module allows libraries to have a dependency to a small module @@ -4604,7 +4604,7 @@ (define-public perl-log-report `(("perl-devel-globaldestruction" ,perl-devel-globaldestruction) ("perl-log-report-optional" ,perl-log-report-optional) ("perl-string-print" ,perl-string-print))) - (home-page "http://search.cpan.org/dist/Log-Report/") + (home-page "https://metacpan.org/release/Log-Report") (synopsis "Get messages to users and logs") (description "@code{Log::Report} combines three tasks which are closely related in @@ -4635,7 +4635,7 @@ (define-public perl-libintl-perl #t))))) (propagated-inputs `(("perl-file-sharedir" ,perl-file-sharedir))) - (home-page "http://search.cpan.org/dist/libintl-perl/") + (home-page "https://metacpan.org/release/libintl-perl") (synopsis "High-level interface to Uniforum message translation") (description "This package is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as @@ -4655,7 +4655,7 @@ (define-public perl-lingua-translit (base32 "161589h08kzliga17i2g0hb0yn4cjmb8rdiyadq5bw97974bac14")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Lingua-Translit/") + (home-page "https://metacpan.org/release/Lingua-Translit") (synopsis "Transliterate text between writing systems") (description "@code{Lingua::Translit} can be used to convert text from one writing system to another, based on national or international transliteration @@ -4680,7 +4680,7 @@ (define-public perl-list-allutils (propagated-inputs `(("perl-list-moreutils" ,perl-list-moreutils) ("perl-scalar-list-utils" ,perl-scalar-list-utils))) - (home-page "http://search.cpan.org/dist/List-AllUtils/") + (home-page "https://metacpan.org/release/List-AllUtils") (synopsis "Combination of List::Util and List::MoreUtils") (description "This module exports all of the functions that either List::Util or List::MoreUtils defines, with preference to List::Util.") @@ -4703,7 +4703,7 @@ (define-public perl-list-compare (build-system perl-build-system) (native-inputs `(("perl-io-captureoutput" ,perl-io-captureoutput))) - (home-page "http://search.cpan.org/dist/List-Compare/") + (home-page "https://metacpan.org/release/List-Compare") (synopsis "Compare elements of two or more lists") (description "@code{List::Compare} provides a module to perform comparative operations on two or more lists. Provided operations include @@ -4739,7 +4739,7 @@ (define-public perl-list-moreutils (propagated-inputs `(("perl-exporter-tiny" ,perl-exporter-tiny) ("perl-list-moreutils-xs" ,perl-list-moreutils-xs))) - (home-page "http://search.cpan.org/dist/List-MoreUtils/") + (home-page "https://metacpan.org/release/List-MoreUtils") (synopsis "Provide the stuff missing in List::Util") (description "List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.") @@ -4762,7 +4762,7 @@ (define-public perl-list-moreutils-xs `(("perl-config-autoconf" ,perl-config-autoconf) ("perl-inc-latest" ,perl-inc-latest) ("perl-test-leaktrace" ,perl-test-leaktrace))) - (home-page "http://search.cpan.org/dist/List-MoreUtils-XS") + (home-page "https://metacpan.org/release/List-MoreUtils-XS") (synopsis "Provide the stuff missing in List::Util in XS") (description "@code{List::MoreUtils::XS} provides some trivial but commonly needed functionality on lists which is not going to go into @@ -4790,7 +4790,7 @@ (define-public perl-list-someutils `(("perl-exporter-tiny" ,perl-exporter-tiny) ("perl-module-implementation" ,perl-module-implementation))) - (home-page "http://search.cpan.org/dist/List-SomeUtils/") + (home-page "https://metacpan.org/release/List-SomeUtils") (synopsis "Provide the stuff missing in List::Util") (description "@code{List::SomeUtils} provides some trivial but commonly needed functionality on lists which is not going to go into @code{List::Util}. @@ -4820,7 +4820,7 @@ (define-public perl-mailtools (propagated-inputs `(("perl-timedate" ,perl-timedate))) (home-page - "http://search.cpan.org/dist/MailTools/") + "https://metacpan.org/release/MailTools") (synopsis "Bundle of ancient email modules") (description "MailTools contains the following modules: @table @asis @@ -4860,7 +4860,7 @@ (define-public perl-math-bezier (base32 "1f5qwrb7vvf8804myb2pcahyxffqm9zvfal2n6myzw7x8py1ba0i")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Math-Bezier/") + (home-page "https://metacpan.org/release/Math-Bezier") (synopsis "Solution of bezier curves") (description "This module implements the algorithm for the solution of Bezier curves as presented by Robert D Miller in Graphics Gems V, \"Quick and Simple @@ -4880,7 +4880,7 @@ (define-public perl-math-round (base32 "09wkvqj4hfq9y0fimri967rmhnq90dc2wf20lhlmqjp5hsd359vk")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Math-Round/") + (home-page "https://metacpan.org/release/Math-Round") (synopsis "Perl extension for rounding numbers") (description "@code{Math::Round} provides functions to round numbers, both positive and negative, in various ways.") @@ -4899,7 +4899,7 @@ (define-public perl-memoize (base32 "1wysq3wrmf1s7s3phimzn7n0dswik7x53apykzgb0l2acigwqfaj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Memoize/") + (home-page "https://metacpan.org/release/Memoize") (synopsis "Make functions faster by trading space for time") (description "This package transparently speeds up functions by caching return values, trading space for time.") @@ -4918,7 +4918,7 @@ (define-public perl-memoize-expirelru (base32 "1xnp3jqabl4il5kfadlqimbxhzsbm7gpwrgw0m5s5fdsrc0n70zf")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Memoize-ExpireLRU/") + (home-page "https://metacpan.org/release/Memoize-ExpireLRU") (synopsis "Expiry plug-in for Memoize that adds LRU cache expiration") (description "This module implements an expiry policy for Memoize that follows LRU semantics, that is, the last n results, where n is specified as @@ -4937,7 +4937,7 @@ (define-public perl-mime-charset (base32 "04qxgcg9mvia121i3zcqxgp20y0d9kg0qv6hddk93ian0af7g347")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/MIME-Charset/") + (home-page "https://metacpan.org/release/MIME-Charset") (synopsis "Charset information for MIME messages") (description "@code{MIME::Charset} provides information about character sets used for @@ -4966,7 +4966,7 @@ (define-public perl-mime-tools (propagated-inputs `(("perl-mailtools" ,perl-mailtools))) (home-page - "http://search.cpan.org/dist/MIME-tools/") + "https://metacpan.org/release/MIME-tools") (synopsis "Tools to manipulate MIME messages") (description "MIME-tools is a collection of Perl5 MIME:: modules for parsing, @@ -4987,7 +4987,7 @@ (define-public perl-mime-types (base32 "1xlg7q6h8zyb8534sy0iqn90py18kilg419q6051bwqz5zadfkp0")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/MIME-Types/") + (home-page "https://metacpan.org/release/MIME-Types") (synopsis "Definition of MIME types") (description "This module provides a list of known mime-types, combined from various sources. For instance, it contains all IANA types and the @@ -5010,7 +5010,7 @@ (define-public perl-mixin-linewise (inputs `(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict) ("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/Mixin-Linewise/") + (home-page "https://metacpan.org/release/Mixin-Linewise") (synopsis "Write your linewise code for handles; this does the rest") (description "It's boring to deal with opening files for IO, converting strings to handle-like objects, and all that. With @@ -5036,7 +5036,7 @@ (define-public perl-modern-perl (native-inputs `(("perl-module-build" ,perl-module-build))) (home-page - "http://search.cpan.org/dist/Modern-Perl/") + "https://metacpan.org/release/Modern-Perl") (synopsis "Enable all of the features of Modern Perl with one import") (description "@code{Modern::Perl} provides a simple way to enable @@ -5066,7 +5066,7 @@ (define-public perl-module-build-tiny ("perl-extutils-config" ,perl-extutils-config) ("perl-extutils-helpers" ,perl-extutils-helpers) ("perl-test-harness" ,perl-test-harness))) - (home-page "http://search.cpan.org/dist/Module-Build-Tiny/") + (home-page "https://metacpan.org/release/Module-Build-Tiny") (synopsis "Tiny replacement for Module::Build") (description "Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and @@ -5095,7 +5095,7 @@ (define-public perl-module-build-xsutil ("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-devel-checkcompiler" ,perl-devel-checkcompiler))) - (home-page "http://search.cpan.org/dist/Module-Build-XSUtil/") + (home-page "https://metacpan.org/release/Module-Build-XSUtil") (synopsis "Module::Build class for building XS modules") (description "@code{Module::Build::XSUtil} is subclass of @code{Module::Build} @@ -5133,7 +5133,7 @@ (define-public perl-module-find (base32 "0s45y5lvd9k89g7lds83c0bn1p29c13hfsbrd7x64jfaf8h8cisa")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Module-Find/") + (home-page "https://metacpan.org/release/Module-Find") (synopsis "Find and use installed modules in a (sub)category") (description "Module::Find lets you find and use modules in categories. This can be useful for auto-detecting driver or plugin modules. You can @@ -5160,7 +5160,7 @@ (define-public perl-module-implementation (propagated-inputs `(("perl-module-runtime" ,perl-module-runtime) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Module-Implementation/") + (home-page "https://metacpan.org/release/Module-Implementation") (synopsis "Loads alternate underlying implementations for a module") (description "This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide @@ -5199,7 +5199,7 @@ (define-public perl-module-install ;; TODO: One test requires Test::More >= 0.99, another fails with unicode ;; character handling. (arguments `(#:tests? #f)) - (home-page "http://search.cpan.org/dist/Module-Install/") + (home-page "https://metacpan.org/release/Module-Install") (synopsis "Standalone, extensible Perl module installer") (description "Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a @@ -5226,7 +5226,7 @@ (define-public perl-module-manifest ("perl-test-warn" ,perl-test-warn))) (propagated-inputs `(("perl-params-util" ,perl-params-util))) - (home-page "http://search.cpan.org/dist/Module-Manifest/") + (home-page "https://metacpan.org/release/Module-Manifest") (synopsis "Parse and examine a Perl distribution @file{MANIFEST} file") (description "@code{Module::Manifest} is a simple utility module created originally for @@ -5251,7 +5251,7 @@ (define-public perl-module-pluggable "1px6qmszmfc69v36vd8d92av4nkrif6xf4nrj3xv647xwi2svwmk")) (patches (search-patches "perl-module-pluggable-search.patch")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Module-Pluggable/") + (home-page "https://metacpan.org/release/Module-Pluggable") (synopsis "Give your Perl module the ability to have plugins") (description "This module provides a simple but extensible way of having 'plugins' for your Perl module.") @@ -5271,7 +5271,7 @@ (define-public perl-module-runtime "19326f094jmjs6mgpwkyisid54k67w34br8yfh0gvaaml87gwi2c")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Module-Runtime/") + (home-page "https://metacpan.org/release/Module-Runtime") (synopsis "Perl runtime module handling") (description "The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.") @@ -5295,7 +5295,7 @@ (define-public perl-module-runtime-conflicts (propagated-inputs `(("perl-module-runtime" ,perl-module-runtime) ("perl-dist-checkconflicts" ,perl-dist-checkconflicts))) - (home-page "http://search.cpan.org/dist/Module-Runtime-Conflicts/") + (home-page "https://metacpan.org/release/Module-Runtime-Conflicts") (synopsis "Provide information on conflicts for Module::Runtime") (description "This module provides conflicts checking for Module::Runtime, which had a recent release that broke some versions of Moose. It is called @@ -5317,7 +5317,7 @@ (define-public perl-module-scandeps (build-system perl-build-system) (native-inputs `(("perl-test-requires" ,perl-test-requires))) - (home-page "http://search.cpan.org/dist/Module-ScanDeps/") + (home-page "https://metacpan.org/release/Module-ScanDeps") (synopsis "Recursively scan Perl code for dependencies") (description "Module::ScanDeps is a module to recursively scan Perl programs for dependencies.") @@ -5338,7 +5338,7 @@ (define-public perl-module-util (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) ; >= 0.40 - (home-page "http://search.cpan.org/dist/Module-Util/") + (home-page "https://metacpan.org/release/Module-Util") (synopsis "Module name tools and transformations") (description "This module provides a few useful functions for manipulating module names. Its main aim is to centralise some of the functions commonly @@ -5369,7 +5369,7 @@ (define-public perl-moo ("perl-module-runtime" ,perl-module-runtime) ("perl-role-tiny" ,perl-role-tiny) ("perl-strictures" ,perl-strictures))) - (home-page "http://search.cpan.org/dist/Moo/") + (home-page "https://metacpan.org/release/Moo") (synopsis "Minimalist Object Orientation (with Moose compatibility)") (description "Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax @@ -5477,7 +5477,7 @@ (define-public perl-moose ("perl-sub-name" ,perl-sub-name) ("perl-task-weaken" ,perl-task-weaken) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Moose/") + (home-page "https://metacpan.org/release/Moose") (synopsis "Postmodern object system for Perl 5") (description "Moose is a complete object system for Perl 5. It provides keywords for @@ -5508,7 +5508,7 @@ (define-public perl-moosex-emulate-class-accessor-fast ("perl-test-exception" ,perl-test-exception))) (propagated-inputs `(("perl-moose" ,perl-moose))) - (home-page "http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast/") + (home-page "https://metacpan.org/release/MooseX-Emulate-Class-Accessor-Fast") (synopsis "Emulate Class::Accessor::Fast behavior using Moose attributes") (description "This module attempts to emulate the behavior of Class::Accessor::Fast as accurately as possible using the Moose attribute @@ -5541,7 +5541,7 @@ (define-public perl-moosex-getopt ("perl-moose" ,perl-moose) ("perl-moosex-role-parameterized" ,perl-moosex-role-parameterized) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-Getopt/") + (home-page "https://metacpan.org/release/MooseX-Getopt") (synopsis "Moose role for processing command line options") (description "This is a Moose role which provides an alternate constructor for creating objects using parameters passed in from the command line.") @@ -5563,7 +5563,7 @@ (define-public perl-moosex-markasmethods (inputs `(("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-MarkAsMethods/") + (home-page "https://metacpan.org/release/MooseX-MarkAsMethods") (synopsis "Mark overload code symbols as methods") (description "MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as @@ -5594,7 +5594,7 @@ (define-public perl-moosex-methodattributes `(("perl-moose" ,perl-moose) ("perl-moosex-types" ,perl-moosex-types) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-MethodAttributes/") + (home-page "https://metacpan.org/release/MooseX-MethodAttributes") (synopsis "Code attribute introspection") (description "This module allows code attributes of methods to be introspected using Moose meta method objects.") @@ -5621,7 +5621,7 @@ (define-public perl-moosex-nonmoose ("perl-module-runtime" ,perl-module-runtime) ("perl-moose" ,perl-moose) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/MooseX-NonMoose/") + (home-page "https://metacpan.org/release/MooseX-NonMoose") (synopsis "Subclassing of non-Moose classes") (description "MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the details connected with doing this, such @@ -5651,7 +5651,7 @@ (define-public perl-moosex-params-validate ("perl-moose" ,perl-moose) ("perl-params-validate" ,perl-params-validate) ("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/MooseX-Params-Validate/") + (home-page "https://metacpan.org/release/MooseX-Params-Validate") (synopsis "Extension of Params::Validate using Moose's types") (description "This module fills a gap in Moose by adding method parameter validation to Moose.") @@ -5673,7 +5673,7 @@ (define-public perl-moosex-relatedclassroles (propagated-inputs `(("perl-moose" ,perl-moose) ("perl-moosex-role-parameterized" ,perl-moosex-role-parameterized))) - (home-page "http://search.cpan.org/dist/MooseX-RelatedClassRoles/") + (home-page "https://metacpan.org/release/MooseX-RelatedClassRoles") (synopsis "Apply roles to a related Perl class") (description "This module applies roles to make a subclass instead of manually setting up a subclass.") @@ -5701,7 +5701,7 @@ (define-public perl-moosex-role-parameterized (propagated-inputs `(("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-Role-Parameterized/") + (home-page "https://metacpan.org/release/MooseX-Role-Parameterized") (synopsis "Moose roles with composition parameters") (description "Because Moose roles serve many different masters, they usually provide only the least common denominator of functionality. To @@ -5728,7 +5728,7 @@ (define-public perl-moosex-role-withoverloading `(("perl-aliased" ,perl-aliased) ("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-Role-WithOverloading/") + (home-page "https://metacpan.org/release/MooseX-Role-WithOverloading") (synopsis "Roles which support overloading") (description "MooseX::Role::WithOverloading allows you to write a Moose::Role which defines overloaded operators and allows those overload @@ -5751,7 +5751,7 @@ (define-public perl-moosex-semiaffordanceaccessor (build-system perl-build-system) (propagated-inputs `(("perl-moose" ,perl-moose))) - (home-page "http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor/") + (home-page "https://metacpan.org/release/MooseX-SemiAffordanceAccessor") (synopsis "Name your accessors foo() and set_foo()") (description "This module does not provide any methods. Simply loading it changes the default naming policy for the loading class so that accessors are @@ -5778,7 +5778,7 @@ (define-public perl-moosex-strictconstructor (propagated-inputs `(("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-StrictConstructor/") + (home-page "https://metacpan.org/release/MooseX-StrictConstructor") (synopsis "Strict object constructors for Moose") (description "Simply loading this module makes your constructors \"strict\". If your constructor is called with an attribute init argument @@ -5807,7 +5807,7 @@ (define-public perl-moosex-traits-pluggable ("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) (home-page - "http://search.cpan.org/dist/MooseX-Traits-Pluggable/") + "https://metacpan.org/release/MooseX-Traits-Pluggable") (synopsis "Trait loading and resolution for Moose") (description "Adds support on top of MooseX::Traits for class precedence search for traits and some extra attributes.") @@ -5834,7 +5834,7 @@ (define-public perl-moosex-types `(("perl-carp-clan" ,perl-carp-clan) ("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-Types/") + (home-page "https://metacpan.org/release/MooseX-Types") (synopsis "Organise your Moose types in libraries") (description "This package lets you declare types using short names, but behind the scenes it namespaces all your type declarations, effectively @@ -5866,7 +5866,7 @@ (define-public perl-moosex-types-datetime ("perl-moose" ,perl-moose) ("perl-moosex-types" ,perl-moosex-types) ("perl-namespace-clean" ,perl-namespace-clean))) - (home-page "http://search.cpan.org/dist/MooseX-Types-DateTime/") + (home-page "https://metacpan.org/release/MooseX-Types-DateTime") (synopsis "DateTime related constraints and coercions for Moose") (description "This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.") @@ -5899,7 +5899,7 @@ (define-public perl-moosex-types-datetime-morecoercions ("perl-namespace-clean" ,perl-namespace-clean) ("perl-time-duration-parse" ,perl-time-duration-parse))) (home-page - "http://search.cpan.org/dist/MooseX-Types-DateTime-MoreCoercions/") + "https://metacpan.org/release/MooseX-Types-DateTime-MoreCoercions") (synopsis "Extensions to MooseX::Types::DateTime") (description "This module builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, @@ -5929,7 +5929,7 @@ (define-public perl-moosex-types-loadableclass `(("perl-module-runtime" ,perl-module-runtime) ("perl-moosex-types" ,perl-moosex-types) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/MooseX-Types-LoadableClass/") + (home-page "https://metacpan.org/release/MooseX-Types-LoadableClass") (synopsis "ClassName type constraints for Moose") (description "MooseX::Types::LoadableClass provides a ClassName type constraint with coercion to load the class.") @@ -5955,7 +5955,7 @@ (define-public perl-moox ("perl-import-into" ,perl-import-into) ("perl-module-runtime" ,perl-module-runtime) ("perl-moo" ,perl-moo))) - (home-page "http://search.cpan.org/dist/MooX/") + (home-page "https://metacpan.org/release/MooX") (synopsis "Using Moo and MooX:: packages the most lazy way") (description "Contains the MooX and MooX::Role packages.") @@ -5984,7 +5984,7 @@ (define-public perl-moox-cmd ("perl-package-stash" ,perl-package-stash) ("perl-params-util" ,perl-params-util) ("perl-regexp-common" ,perl-regexp-common))) - (home-page "http://search.cpan.org/dist/MooX-Cmd") + (home-page "https://metacpan.org/release/MooX-Cmd") (synopsis "Giving an easy Moo style way to make command organized CLI apps") (description "This package eases the writing of command line utilities, accepting commands and subcommands and so on. These commands can form a tree, @@ -6018,7 +6018,7 @@ (define-public perl-moox-configfromfile ("perl-moo" ,perl-moo) ("perl-moox-file-configdir" ,perl-moox-file-configdir) ("perl-namespace-clean" ,perl-namespace-clean))) - (home-page "http://search.cpan.org/dist/MooX-ConfigFromFile/") + (home-page "https://metacpan.org/release/MooX-ConfigFromFile") (synopsis "Moo eXtension for initializing objects from config file") (description "This module is intended to easily load initialization values for attributes on object construction from an appropriate config file. The @@ -6043,7 +6043,7 @@ (define-public perl-moox-file-configdir `(("perl-file-configdir" ,perl-file-configdir) ("perl-moo" ,perl-moo) ("perl-namespace-clean" ,perl-namespace-clean))) - (home-page "http://search.cpan.org/dist/MooX-File-ConfigDir/") + (home-page "https://metacpan.org/release/MooX-File-ConfigDir") (synopsis "Moo eXtension for @code{File::ConfigDir}") (description "This module is a helper for easily finding configuration file locations. This information can be used to find a suitable place for @@ -6079,7 +6079,7 @@ (define-public perl-moox-handlesvia (propagated-inputs `(("perl-data-perl" ,perl-data-perl))) (home-page - "http://search.cpan.org/dist/MooX-HandlesVia/") + "https://metacpan.org/release/MooX-HandlesVia") (synopsis "NativeTrait-like behavior for Moo") (description "@code{MooX::HandlesVia} is an extension of Moo's @code{handles} @@ -6112,7 +6112,7 @@ (define-public perl-moox-late (propagated-inputs `(("perl-type-tiny" ,perl-type-tiny))) (home-page - "http://search.cpan.org/dist/MooX-late/") + "https://metacpan.org/release/MooX-late") (synopsis "Easily translate Moose code to Moo") (description "MooX::late does the following: @@ -6169,7 +6169,7 @@ (define-public perl-moox-options ("perl-regexp-common" ,perl-regexp-common) ("perl-term-size-any" ,perl-term-size-any) ("perl-unicode-linebreak" ,perl-unicode-linebreak))) - (home-page "http://search.cpan.org/dist/MooX-Options/") + (home-page "https://metacpan.org/release/MooX-Options") (synopsis "Explicit Options eXtension for Object Class") (description "Create a command line tool with your Mo, Moo, Moose objects. You have an @code{option} keyword to replace the usual @code{has} to @@ -6197,7 +6197,7 @@ (define-public perl-moox-types-mooselike (propagated-inputs `(("perl-module-runtime" ,perl-module-runtime) ("perl-strictures" ,perl-strictures))) - (home-page "http://search.cpan.org/dist/MooX-Types-MooseLike/") + (home-page "https://metacpan.org/release/MooX-Types-MooseLike") (synopsis "Moosish types and type builder") (description "MooX::Types::MooseLike provides a possibility to build your own set of Moose-like types. These custom types can then be used to describe @@ -6252,7 +6252,7 @@ (define-public perl-mousex-nativetraits ("perl-test-fatal" ,perl-test-fatal))) (propagated-inputs `(("perl-mouse" ,perl-mouse))) - (home-page "http://search.cpan.org/dist/MouseX-NativeTraits/") + (home-page "https://metacpan.org/release/MouseX-NativeTraits") (synopsis "Extend attribute interfaces for Mouse") (description "While @code{Mouse} attributes provide a way to name your accessors, @@ -6274,7 +6274,7 @@ (define-public perl-mozilla-ca (base32 "01p4ykyilk1639dxgjaa2n7rz1f0zbqxkq11yc9n6xcz26z9zk7j")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Mozilla-CA/") + (home-page "https://metacpan.org/release/Mozilla-CA") (synopsis "Mozilla's CA cert bundle in PEM format") (description "@code{Mozilla::CA} provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules @@ -6301,7 +6301,7 @@ (define-public perl-multidimensional (propagated-inputs `(("perl-b-hooks-op-check" ,perl-b-hooks-op-check) ("perl-lexical-sealrequirehints" ,perl-lexical-sealrequirehints))) - (home-page "http://search.cpan.org/dist/multidimensional/") + (home-page "https://metacpan.org/release/multidimensional") (synopsis "Disable multidimensional array emulation") (description "Multidimensional disables multidimensional array emulation.") @@ -6320,7 +6320,7 @@ (define-public perl-mro-compat (base32 "1y547lr6zccf7919vx01v22zsajy528psanhg5aqschrrin3nb4a")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/MRO-Compat/") + (home-page "https://metacpan.org/release/MRO-Compat") (synopsis "MRO interface compatibility for Perls < 5.9.5") (description "The \"mro\" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and @@ -6348,7 +6348,7 @@ (define-public perl-namespace-autoclean `(("perl-b-hooks-endofscope" ,perl-b-hooks-endofscope) ("perl-namespace-clean" ,perl-namespace-clean) ("perl-sub-identify" ,perl-sub-identify))) - (home-page "http://search.cpan.org/dist/namespace-autoclean/") + (home-page "https://metacpan.org/release/namespace-autoclean") (synopsis "Keep imports out of your namespace") (description "The namespace::autoclean pragma will remove all imported symbols at the end of the current package's compile cycle. Functions called @@ -6375,7 +6375,7 @@ (define-public perl-namespace-clean (propagated-inputs `(("perl-package-stash" ,perl-package-stash) ("perl-b-hooks-endofscope" ,perl-b-hooks-endofscope))) - (home-page "http://search.cpan.org/dist/namespace-clean/") + (home-page "https://metacpan.org/release/namespace-clean") (synopsis "Keep imports and functions out of your namespace") (description "The namespace::clean pragma will remove all previously declared or imported symbols at the end of the current package's compile @@ -6396,7 +6396,7 @@ (define-public perl-net-dns-native (sha256 (base32 "12bsv5jkic3q4arpzk6dda35didkn445v658j87rmi540dpnac85")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Net-DNS-Native/") + (home-page "https://metacpan.org/release/Net-DNS-Native") (synopsis "Non-blocking system DNS resolver") (description "This class provides several methods for host name resolution. It is @@ -6425,7 +6425,7 @@ (define-public perl-net-idn-encode `(("perl-module-build" ,perl-module-build) ("perl-test-nowarnings" ,perl-test-nowarnings))) (home-page - "http://search.cpan.org/dist/Net-IDN-Encode/") + "https://metacpan.org/release/Net-IDN-Encode") (synopsis "Internationalizing Domain Names in Applications (IDNA)") (description @@ -6454,7 +6454,7 @@ (define-public perl-net-statsd "0p2nhrwamic2fyj094y583q088ixv9gbb82c3invqrd17mh57r33")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Net-Statsd/") + "https://metacpan.org/release/Net-Statsd") (synopsis "Perl client for Etsy's statsd daemon") (description "This module implement a UDP client for the statsd statistics collector daemon in use at Etsy.com.") @@ -6473,7 +6473,7 @@ (define-public perl-number-compare (base32 "09q8i0mxvr7q9vajwlgawsi0hlpc119gnhq4hc933d03x0vkfac3")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Number-Compare/") + (home-page "https://metacpan.org/release/Number-Compare") (synopsis "Numeric comparisons") (description "Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested against.") @@ -6492,7 +6492,7 @@ (define-public perl-number-format (base32 "1wspw9fybik76jq9w1n1gmvfixd4wvlrq6ni8kyn85s62v5mkml2")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Number-Format/") + (home-page "https://metacpan.org/release/Number-Format") (synopsis "Convert numbers to strings with pretty formatting") (description "@code{Number::Format} is a library for formatting numbers. Functions are provided for converting numbers to strings in a variety of ways, @@ -6517,7 +6517,7 @@ (define-public perl-number-range (base32 "0999xvs3w2xprs14q4shqndjf2m6mzvhzdljgr61ddjaqhd84gj3")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Number-Range/") + (home-page "https://metacpan.org/release/Number-Range") (synopsis "Perl extension defining ranges of numbers") (description "Number::Range is an object-oriented interface to test if a number exists in a given range, and to be able to manipulate the range.") @@ -6538,7 +6538,7 @@ (define-public perl-object-signature (build-system perl-build-system) (native-inputs `(("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/Object-Signature/") + (home-page "https://metacpan.org/release/Object-Signature") (synopsis "Generate cryptographic signatures for objects") (description "Object::Signature is an abstract base class that you can inherit from in order to allow your objects to generate unique cryptographic @@ -6560,7 +6560,7 @@ (define-public perl-ole-storage-lite (base32 "179cxwqxb0f9dpx8954nvwjmggxxi5ndnang41yav1dx6mf0abp7")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/OLE-Storage_Lite/") + (home-page "https://metacpan.org/release/OLE-Storage_Lite") (synopsis "Read and write OLE storage files") (description "This module allows you to read and write an OLE-Structured file. @dfn{OLE} (Object Linking and Embedding) is a @@ -6584,7 +6584,7 @@ (define-public perl-package-anon (propagated-inputs `(("perl-sub-exporter" ,perl-sub-exporter) ("perl-params-util" ,perl-params-util))) - (home-page "http://search.cpan.org/dist/Package-Anon/") + (home-page "https://metacpan.org/release/Package-Anon") (synopsis "Anonymous packages") (description "This module allows for anonymous packages that are independent of the main namespace and only available through an object @@ -6613,7 +6613,7 @@ (define-public perl-package-deprecationmanager ("perl-params-util" ,perl-params-util) ("perl-sub-install" ,perl-sub-install))) (arguments `(#:tests? #f)) ;XXX: Failing for some reason... - (home-page "http://search.cpan.org/dist/Package-DeprecationManager/") + (home-page "https://metacpan.org/release/Package-DeprecationManager") (synopsis "Manage deprecation warnings for your distribution") (description "This module allows you to manage a set of deprecations for one or more modules.") @@ -6641,7 +6641,7 @@ (define-public perl-package-stash `(("perl-module-implementation" ,perl-module-implementation) ("perl-dist-checkconflicts" ,perl-dist-checkconflicts) ("perl-package-stash-xs" ,perl-package-stash-xs))) - (home-page "http://search.cpan.org/dist/Package-Stash/") + (home-page "https://metacpan.org/release/Package-Stash") (synopsis "Routines for manipulating stashes") (description "Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all @@ -6665,7 +6665,7 @@ (define-public perl-package-stash-xs `(("perl-test-fatal" ,perl-test-fatal) ("perl-test-requires" ,perl-test-requires) ("perl-package-anon" ,perl-package-anon))) - (home-page "http://search.cpan.org/dist/Package-Stash-XS/") + (home-page "https://metacpan.org/release/Package-Stash-XS") (synopsis "Faster implementation of the Package::Stash API") (description "This is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by @@ -6686,7 +6686,7 @@ (define-public perl-padwalker (base32 "058l78rkr6px3rqcv2sdf9sqimdq1nc6py5yb9rrg3wmva7crw84")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/PadWalker/") + (home-page "https://metacpan.org/release/PadWalker") (synopsis "Play with other peoples' lexical variables") (description "PadWalker is a module which allows you to inspect (and even change) lexical variables in any subroutine which called you. It will only @@ -6711,7 +6711,7 @@ (define-public perl-parallel-forkmanager (build-system perl-build-system) (native-inputs `(("perl-test-warn" ,perl-test-warn))) - (home-page "http://search.cpan.org/dist/Parallel-ForkManager/") + (home-page "https://metacpan.org/release/Parallel-ForkManager") (synopsis "Simple parallel processing fork manager") (description "@code{Parallel::ForkManager} is intended for use in operations that can be done in parallel where the number of @@ -6732,7 +6732,7 @@ (define-public perl-params-util (base32 "0v67sx93yhn7xa0nh9mnbf8mixf54czk6wzrjsp6dzzr5hzyrw9h")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Params-Util/") + (home-page "https://metacpan.org/release/Params-Util") (synopsis "Simple, compact and correct param-checking functions") (description "Params::Util provides a basic set of importable functions that makes @@ -6758,7 +6758,7 @@ (define-public perl-params-validate ("perl-test-requires" ,perl-test-requires))) (propagated-inputs `(("perl-module-implementation" ,perl-module-implementation))) - (home-page "http://search.cpan.org/dist/Params-Validate/") + (home-page "https://metacpan.org/release/Params-Validate") (synopsis "Validate method/function parameters") (description "The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity.") @@ -6809,7 +6809,7 @@ (define-public perl-par-dist (base32 "078ycyn8pw3rba4k3qwcqrqfcym5c1pivymwa0bvs9sab45j4iwy")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/PAR-Dist/") + (home-page "https://metacpan.org/release/PAR-Dist") (synopsis "Create and manipulate PAR distributions") (description "PAR::Dist is a toolkit to create and manipulate PAR distributions.") @@ -6828,7 +6828,7 @@ (define-public perl-parent (base32 "0w0i02y4z8465z050kml57mvhv7c5gl8w8ivplhr3cms0zbaq87b")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/parent/") + (home-page "https://metacpan.org/release/parent") (synopsis "Establish an ISA relationship with base classes at compile time") (description "Allows you to both load one or more modules, while setting up inheritance from those modules at the same time.") @@ -6848,7 +6848,7 @@ (define-public perl-path-class "1kj8q8dmd8jci94w5arav59nkp0pkxrkliz4n8n6yf02hsa82iv5")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Path-Class/") + (home-page "https://metacpan.org/release/Path-Class") (synopsis "Path specification manipulation") (description "Path::Class is a module for manipulation of file and directory specifications in a cross-platform manner.") @@ -6878,7 +6878,7 @@ (define-public perl-pathtools "/bin/pwd'")))))))) (inputs `(("coreutils" ,coreutils))) - (home-page "http://search.cpan.org/dist/PathTools/") + (home-page "https://metacpan.org/release/PathTools") (synopsis "Tools for working with directory and file names") (description "This package provides functions to work with directory and file names.") @@ -6903,7 +6903,7 @@ (define-public perl-path-tiny ;; ("perl-test-mockrandom" ,perl-test-mockrandom))) (inputs `(("perl-unicode-utf8" ,perl-unicode-utf8))) - (home-page "http://search.cpan.org/dist/Path-Tiny/") + (home-page "https://metacpan.org/release/Path-Tiny") (synopsis "File path utility") (description "This module provides a small, fast utility for working with file paths.") @@ -6925,7 +6925,7 @@ (define-public perl-perlio-utf8_strict (native-inputs `(("perl-test-exception" ,perl-test-exception))) (home-page - "http://search.cpan.org/dist/PerlIO-utf8_strict/") + "https://metacpan.org/release/PerlIO-utf8_strict") (synopsis "Fast and correct UTF-8 IO") (description "@code{PerlIO::utf8_strict} provides a fast and correct UTF-8 PerlIO layer. Unlike Perl's default @code{:utf8} layer it checks the input @@ -6949,7 +6949,7 @@ (define-public perl-pegex (native-inputs `(("perl-file-sharedir-install" ,perl-file-sharedir-install) ("perl-yaml-libyaml" ,perl-yaml-libyaml))) - (home-page "http://search.cpan.org/dist/Pegex/") + (home-page "https://metacpan.org/release/Pegex") (synopsis "Acmeist PEG Parser Framework") (description "Pegex is an Acmeist parser framework. It allows you to easily create parsers that will work equivalently in lots of programming languages. @@ -6974,7 +6974,7 @@ (define-public perl-pod-coverage (build-system perl-build-system) (propagated-inputs `(("perl-devel-symdump" ,perl-devel-symdump))) - (home-page "http://search.cpan.org/dist/Pod-Coverage/") + (home-page "https://metacpan.org/release/Pod-Coverage") (synopsis "Check for comprehensive documentation of a module") (description "This module provides a mechanism for determining if the pod for a given module is comprehensive.") @@ -6992,7 +6992,7 @@ (define-public perl-pod-simple (base32 "0gg11ibbc02l2aw0bsv4jx0jax8z0apgfy3p5csqnvhlsb6218cr")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Pod-Simple/") + (home-page "https://metacpan.org/release/Pod-Simple") (synopsis "Parsing library for text in Pod format") (description "@code{Pod::Simple} is a Perl library for parsing text in the @dfn{Pod} (plain old documentation) markup language that is typically @@ -7014,7 +7014,7 @@ (define-public perl-posix-strftime-compiler (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) (arguments `(#:tests? #f)) ; TODO: Timezone test failures - (home-page "http://search.cpan.org/dist/POSIX-strftime-Compiler/") + (home-page "https://metacpan.org/release/POSIX-strftime-Compiler") (synopsis "GNU C library compatible strftime for loggers and servers") (description "POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module is not affected by the system locale. This @@ -7039,7 +7039,7 @@ (define-public perl-probe-perl "Probe::Perl provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the Module::Build project, but has been externalized here for general use.") - (home-page "http://search.cpan.org/~kwilliams/Probe-Perl") + (home-page "https://metacpan.org/release/Probe-Perl") (license (package-license perl)))) (define-public perl-proc-invokeeditor @@ -7062,7 +7062,7 @@ (define-public perl-proc-invokeeditor (lambda _ (setenv "EDITOR" "echo") #t))))) (propagated-inputs `(("perl-carp-assert" ,perl-carp-assert))) - (home-page "http://search.cpan.org/dist/Proc-InvokeEditor/") + (home-page "https://metacpan.org/release/Proc-InvokeEditor") (synopsis "Interface to external editor from Perl") (description "This module provides the ability to supply some text to an external text editor, have it edited by the user, and retrieve the results.") @@ -7082,7 +7082,7 @@ (define-public perl-readonly "165zcf9lpijdpkx82za0g9rx8ckjnhipmcivdkyzshl8jmp1bl4v")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Readonly/") + (home-page "https://metacpan.org/release/Readonly") (synopsis "Create read-only scalars, arrays, hashes") (description "This module provides a facility for creating non-modifiable variables in Perl. This is useful for configuration files, headers, etc. It @@ -7103,7 +7103,7 @@ (define-public perl-ref-util-xs (base32 "0g33cndhj353h5xjihvgjc2h6vxwkyyzw63r4l06czvq4flcar7v")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Ref-Util-XS/") + (home-page "https://metacpan.org/release/Ref-Util-XS") (synopsis "XS implementation for Ref::Util") (description "@code{Ref::Util::XS} is the XS implementation of @code{Ref::Util}, which provides several functions to help identify references @@ -7131,7 +7131,7 @@ (define-public perl-regexp-common floating-point numbers in any base (up to 36), comments in 44 languages, offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip codes.") - (home-page "http://search.cpan.org/~abigail/Regexp-Common") + (home-page "https://metacpan.org/release/Regexp-Common") ;; Quad-licensed: Perl Artistic, Perl Artistic 2.0, X11, and BSD. (license (list (package-license perl) x11 bsd-3)))) @@ -7148,7 +7148,7 @@ (define-public perl-regexp-util (base32 "01n1cggiflsnp9f6adkcxzkc0qpgssz60cwnyyd8mzavh2ximr5a")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Regexp-Util/") + (home-page "https://metacpan.org/release/Regexp-Util") (synopsis "Selection of general-utility regexp subroutines") (description "This package provides a selection of regular expression subroutines including @code{is_regexp}, @code{regexp_seen_evals}, @@ -7174,7 +7174,7 @@ (define-public perl-role-tiny ("perl-test-fatal" ,perl-test-fatal))) (propagated-inputs `(("perl-class-method-modifiers" ,perl-class-method-modifiers))) - (home-page "http://search.cpan.org/dist/Role-Tiny/") + (home-page "https://metacpan.org/release/Role-Tiny") (synopsis "Roles, as a slice of Moose") (description "Role::Tiny is a minimalist role composition tool.") (license (package-license perl)))) @@ -7206,7 +7206,7 @@ (define-public perl-safe-isa (base32 "0sm6p1kw98s7j6n92vvxjqf818xggnmjwci34xjmw7gzl2519x47")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Safe-Isa/") + (home-page "https://metacpan.org/release/Safe-Isa") (synopsis "Call isa, can, does, and DOES safely") (description "This module allows you to call isa, can, does, and DOES safely on things that may not be objects.") @@ -7225,7 +7225,7 @@ (define-public perl-scope-guard (base32 "0y6jfzvxiz8h5yfz701shair0ilypq2mvimd7wn8wi2nbkm1p6wc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Scope-Guard/") + (home-page "https://metacpan.org/release/Scope-Guard") (synopsis "Lexically-scoped resource management") (description "This module provides a convenient way to perform cleanup or other forms of resource management at the end of a scope. It is particularly @@ -7249,7 +7249,7 @@ (define-public perl-set-infinite (base32 "07vyp0jpndcxkbyjk432nillxxk22wrmm2rs985y8ba96h3qig07")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Set-Infinite/") + (home-page "https://metacpan.org/release/Set-Infinite") (synopsis "Infinite sets") (description "Set::Infinite is a set theory module for infinite sets.") (license (package-license perl)))) @@ -7267,7 +7267,7 @@ (define-public perl-set-intspan (base32 "1l6znd40ylzvfwl02rlqzvakv602rmvwgm2xd768fpgc2fdm9dqi")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Set-IntSpan/") + (home-page "https://metacpan.org/release/Set-IntSpan") (synopsis "Manage sets of integers") (description "@code{Set::IntSpan} manages sets of integers. It is optimized for sets that have long runs of consecutive integers.") @@ -7289,7 +7289,7 @@ (define-public perl-set-object (propagated-inputs `(("perl-moose" ,perl-moose) ("perl-test-leaktrace" ,perl-test-leaktrace))) - (home-page "http://search.cpan.org/dist/Set-Object/") + (home-page "https://metacpan.org/release/Set-Object") (synopsis "Unordered collections of Perl Objects") (description "Set::Object provides efficient sets, unordered collections of Perl objects without duplicates for scalars and references.") @@ -7308,7 +7308,7 @@ (define-public perl-set-scalar (base32 "07aiqkyi1p22drpcyrrmv7f8qq6fhrxh007achy2vryxyck1bp53")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Set-Scalar/") + (home-page "https://metacpan.org/release/Set-Scalar") (synopsis "Set operations for Perl") (description "The first priority of Set::Scalar is to be a convenient interface to sets (as in: unordered collections of Perl scalars). While not @@ -7329,7 +7329,7 @@ (define-public perl-sort-key (base32 "1kqs10s2plj6c96srk0j8d7xj8dxk1704r7mck8rqk09mg7lqspd")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Sort-Key/") + (home-page "https://metacpan.org/release/Sort-Key") (synopsis "Sort arrays by one or multiple calculated keys") (description "This Perl module provides various functions to quickly sort arrays by one or multiple calculated keys.") @@ -7348,7 +7348,7 @@ (define-public perl-sort-naturally (base32 "0ip7q5g8d3lr7ri3ffcbrpk1hzzsiwgsn14k10k7hnjphxf1raza")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Sort-Naturally/") + (home-page "https://metacpan.org/release/Sort-Naturally") (synopsis "Sort lexically, but sort numeral parts numerically") (description "This module exports two functions, @code{nsort} and @code{ncmp}; they are used in implementing a \"natural sorting\" algorithm. @@ -7377,7 +7377,7 @@ (define-public perl-specio ("perl-role-tiny" ,perl-role-tiny) ("perl-test-fatal" ,perl-test-fatal) ("perl-test-needs" ,perl-test-needs))) - (home-page "http://search.cpan.org/dist/Specio//") + (home-page "https://metacpan.org/release/Specio") (synopsis "Classes for representing type constraints and coercion") (description "The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that @@ -7401,7 +7401,7 @@ (define-public perl-spiffy (base32 "18qxshrjh0ibpzjm2314157mxlibh3smyg64nr4mq990hh564n4g")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Spiffy/") + (home-page "https://metacpan.org/release/Spiffy") (synopsis "Spiffy Perl Interface Framework For You") (description "Spiffy is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of @@ -7426,7 +7426,7 @@ (define-public perl-statistics-basic (build-system perl-build-system) (inputs `(("perl-number-format" ,perl-number-format))) - (home-page "http://search.cpan.org/dist/Statistics-Basic/") + (home-page "https://metacpan.org/release/Statistics-Basic") (synopsis "Collection of very basic statistics modules") (description "This package provides basic statistics functions like @code{median()}, @code{mean()}, @code{variance()} and @code{stddev()}.") @@ -7445,7 +7445,7 @@ (define-public perl-stream-buffered (base32 "0fs2n9zw6isfkha2kbqrvl9mwg572x1x0jlfaps0qsyynn846bcv")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Stream-Buffered/") + (home-page "https://metacpan.org/release/Stream-Buffered") (synopsis "Temporary buffer to save bytes") (description "Stream::Buffered is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is @@ -7466,7 +7466,7 @@ (define-public perl-strictures (base32 "1bmpv8wr9jbc1lfj634xhq3y42nm28hh01jfsyzxhqhqf6dkdz59")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/strictures/") + (home-page "https://metacpan.org/release/strictures") (synopsis "Turn on strict and make all warnings fatal") (description "Strictures turns on strict and make all warnings fatal when run from within a source-controlled directory.") @@ -7509,7 +7509,7 @@ (define-public perl-string-camelcase (string-append (getcwd) ":" (getenv "PERL5LIB"))) #t))))) - (home-page "http://search.cpan.org/dist/String-CamelCase/") + (home-page "https://metacpan.org/release/String-CamelCase") (synopsis "Camelcase and de-camelcase") (description "This module may be used to convert from under_score text to CamelCase and back again.") @@ -7529,7 +7529,7 @@ (define-public perl-string-escape (base32 "12ls7f7847i4qcikkp3skwraqvjphjiv2zxfhl5d49326f5myr7x")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/String-Escape/") + (home-page "https://metacpan.org/release/String-Escape") (synopsis "Backslash escapes, quoted phrase, word elision, etc.") (description "This module provides a flexible calling interface to some frequently-performed string conversion functions, including applying and @@ -7552,7 +7552,7 @@ (define-public perl-string-rewriteprefix (build-system perl-build-system) (propagated-inputs `(("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/String-RewritePrefix/") + (home-page "https://metacpan.org/release/String-RewritePrefix") (synopsis "Rewrite strings based on a set of known prefixes") (description "This module allows you to rewrite strings based on a set of known prefixes.") @@ -7572,7 +7572,7 @@ (define-public perl-string-print (build-system perl-build-system) (propagated-inputs `(("perl-unicode-linebreak" ,perl-unicode-linebreak))) - (home-page "http://search.cpan.org/dist/String-Print/") + (home-page "https://metacpan.org/release/String-Print") (synopsis "String printing alternatives to printf") (description "This module inserts values into (translated) strings. It provides @@ -7597,7 +7597,7 @@ (define-public perl-sub-exporter (propagated-inputs `(("perl-data-optlist" ,perl-data-optlist) ("perl-params-util" ,perl-params-util))) - (home-page "http://search.cpan.org/dist/Sub-Exporter/") + (home-page "https://metacpan.org/release/Sub-Exporter") (synopsis "Sophisticated exporter for custom-built routines") (description "Sub::Exporter provides a sophisticated alternative to Exporter.pm for @@ -7618,7 +7618,7 @@ (define-public perl-sub-exporter-progressive "0mn0x8mkh36rrsr58s1pk4srwxh2hbwss7sv630imnk49navfdfm")))) (build-system perl-build-system) (native-inputs `(("perl-sub-exporter" ,perl-sub-exporter))) - (home-page "http://search.cpan.org/dist/Sub-Exporter-Progressive/") + (home-page "https://metacpan.org/release/Sub-Exporter-Progressive") (synopsis "Only use Sub::Exporter if you need it") (description "Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, as well as some runtime penalties. @@ -7641,7 +7641,7 @@ (define-public perl-sub-identify (base32 "087fjcg6w576w47i1slj6mjfd3gl1b0airgddmn3prn0nff6nn2m")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Sub-Identify/") + (home-page "https://metacpan.org/release/Sub-Identify") (synopsis "Retrieve names of code references") (description "Sub::Identify allows you to retrieve the real name of code references.") @@ -7662,7 +7662,7 @@ (define-public perl-sub-info (build-system perl-build-system) (propagated-inputs `(("perl-importer" ,perl-importer))) - (home-page "http://search.cpan.org/dist/Sub-Info//") + (home-page "https://metacpan.org/release/Sub-Info") (synopsis "Tool to inspect subroutines") (description "This package provides tools for inspecting subroutines in Perl.") @@ -7682,7 +7682,7 @@ (define-public perl-sub-install (base32 "03zgk1yh128gciyx3q77zxzxg9kf8yy2gm46gdxqi24mcykngrb1")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Sub-Install/") + (home-page "https://metacpan.org/release/Sub-Install") (synopsis "Install subroutines into packages easily") (description "Sub::Install makes it easy to install subroutines into packages without @@ -7705,7 +7705,7 @@ (define-public perl-sub-name (build-system perl-build-system) (native-inputs `(("perl-devel-checkbin" ,perl-devel-checkbin))) - (home-page "http://search.cpan.org/dist/Sub-Name/") + (home-page "https://metacpan.org/release/Sub-Name") (synopsis "(Re)name a sub") (description "Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The @@ -7730,7 +7730,7 @@ (define-public perl-sub-quote `(("perl-test-fatal" ,perl-test-fatal))) (propagated-inputs `(("perl-sub-name" ,perl-sub-name))) - (home-page "http://search.cpan.org/dist/Sub-Quote/") + (home-page "https://metacpan.org/release/Sub-Quote") (synopsis "Efficient generation of subroutines via string eval") (description "Sub::Quote provides an efficient generation of subroutines via string eval.") @@ -7749,7 +7749,7 @@ (define-public perl-sub-uplevel (base32 "1yzxqsim8vpavzqm2wfksh8dpmy6qbr9s3hdqqicp38br3lzd4qg")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Sub-Uplevel/") + (home-page "https://metacpan.org/release/Sub-Uplevel") (synopsis "Apparently run a function in a higher stack frame") (description "Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's @@ -7772,7 +7772,7 @@ (define-public perl-super `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-sub-identify" ,perl-sub-identify))) - (home-page "http://search.cpan.org/dist/SUPER/") + (home-page "https://metacpan.org/release/SUPER") (synopsis "Control superclass method dispatching") (description "When subclassing a class, you may occasionally want to dispatch control to @@ -7795,7 +7795,7 @@ (define-public perl-svg (base32 "12cbncsfxbwg1w3p1qmymfbqdb22kmyajxzdnxnxbq5xjl6yncha")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/SVG/") + (home-page "https://metacpan.org/release/SVG") (synopsis "Perl extension for generating SVG documents") (description "SVG is a Perl module which generates a nested data structure containing the DOM representation of an SVG (Scalable Vector Graphics) image. @@ -7817,7 +7817,7 @@ (define-public perl-switch (base32 "0xbdjdgzfj9zwa4j3ipr8bfk7bcici4hk89hq5d27rhg2isljd9i")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Switch/") + (home-page "https://metacpan.org/release/Switch") (synopsis "Switch statement for Perl") (description "Switch is a Perl module which implements a generalized case mechanism. The module augments the standard Perl syntax with two new @@ -7870,7 +7870,7 @@ (define-public perl-sys-cpu (description "Sys::CPU is a module for counting the number of CPUs on a system, and determining their type and clock speed.") - (home-page "http://search.cpan.org/~mzsanford/Sys-CPU") + (home-page "https://metacpan.org/release/MZSANFORD/Sys-CPU-0.61") (license (package-license perl)))) (define-public perl-sys-hostname-long @@ -7887,7 +7887,7 @@ (define-public perl-sys-hostname-long "1jv5n8jv48c1p8svjsigyxndv1ygsq8wgwj9c7ypx1vaf3rns679")))) (build-system perl-build-system) (arguments `(#:tests? #f)) ;no `hostname' during build - (home-page "http://search.cpan.org/dist/Sys-Hostname-Long/") + (home-page "https://metacpan.org/release/Sys-Hostname-Long") (synopsis "Get full hostname in Perl") (description "Sys::Hostname::Long tries very hard to get the full hostname of a system.") @@ -7915,7 +7915,7 @@ (define-public perl-task-weaken (string-append (getcwd) ":" (getenv "PERL5LIB"))) #t))))) - (home-page "http://search.cpan.org/dist/Task-Weaken/") + (home-page "https://metacpan.org/release/Task-Weaken") (synopsis "Ensure that a platform has weaken support") (description "One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. If @@ -7941,7 +7941,7 @@ (define-public perl-template-toolkit (propagated-inputs `(("perl-appconfig" ,perl-appconfig) ("perl-test-leaktrace" ,perl-test-leaktrace))) - (home-page "http://search.cpan.org/dist/Template-Toolkit/") + (home-page "https://metacpan.org/release/Template-Toolkit") (synopsis "Template processing system for Perl") (description "The Template Toolkit is a collection of modules which implement an extensible template processing system. It was originally @@ -7965,7 +7965,7 @@ (define-public perl-template-timer (build-system perl-build-system) (propagated-inputs `(("perl-template-toolkit" ,perl-template-toolkit))) - (home-page "http://search.cpan.org/dist/Template-Timer/") + (home-page "https://metacpan.org/release/Template-Timer") (synopsis "Profiling for Template Toolkit") (description "Template::Timer provides inline profiling of the template processing in Perl code.") @@ -7986,7 +7986,7 @@ (define-public perl-term-encoding (build-system perl-build-system) (native-inputs `(("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/Term-Encoding/") + (home-page "https://metacpan.org/release/Term-Encoding") (synopsis "Detect encoding of the current terminal") (description "Term::Encoding is a simple module to detect the encoding of the current terminal expects in various ways.") @@ -8011,7 +8011,7 @@ (define-public perl-term-progressbar (propagated-inputs `(("perl-class-methodmaker" ,perl-class-methodmaker) ("perl-term-readkey" ,perl-term-readkey))) - (home-page "http://search.cpan.org/dist/Term-ProgressBar/") + (home-page "https://metacpan.org/release/Term-ProgressBar") (synopsis "Progress meter on a standard terminal") (description "Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much @@ -8035,7 +8035,7 @@ (define-public perl-term-progressbar-quiet `(("perl-io-interactive" ,perl-io-interactive) ("perl-term-progressbar" ,perl-term-progressbar) ("perl-test-mockobject" ,perl-test-mockobject))) - (home-page "http://search.cpan.org/dist/Term-ProgressBar-Quiet/") + (home-page "https://metacpan.org/release/Term-ProgressBar-Quiet") (synopsis "Progress meter if run interactively") (description "Term::ProgressBar is a wonderful module for showing progress bars on the terminal. This module acts very much like that module when it is @@ -8058,7 +8058,7 @@ (define-public perl-term-progressbar-simple (build-system perl-build-system) (propagated-inputs `(("perl-term-progressbar-quiet" ,perl-term-progressbar-quiet))) - (home-page "http://search.cpan.org/dist/Term-ProgressBar-Simple/") + (home-page "https://metacpan.org/release/Term-ProgressBar-Simple") (synopsis "Simple progress bars") (description "Term::ProgressBar::Simple tells you how much work has been done, how much is left to do, and estimate how long it will take.") @@ -8077,7 +8077,7 @@ (define-public perl-term-readkey (base32 "0hdj5mldpj3pyprd4hbbalfx9yjgi5p59gg2ixk9808f5v7q74sa")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/TermReadKey/") + (home-page "https://metacpan.org/release/TermReadKey") (synopsis "Simple terminal control") (description "This module, ReadKey, provides ioctl control for terminals so the input modes can be changed (thus allowing reads of a single character @@ -8103,7 +8103,7 @@ (define-public perl-term-size-any `(("perl-devel-hide" ,perl-devel-hide))) (propagated-inputs `(("perl-term-size-perl" ,perl-term-size-perl))) - (home-page "http://search.cpan.org/dist/Term-Size-Any/") + (home-page "https://metacpan.org/release/Term-Size-Any") (synopsis "Retrieve terminal size") (description "This is a unified interface to retrieve terminal size. It loads one module of a list of known alternatives, each implementing some way @@ -8124,7 +8124,7 @@ (define-public perl-term-size-perl (base32 "1rvm91bhdlxfwx5zka023p7szf2s7gm16wl27qiivvj66svsl6lc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Term-Size-Perl/") + (home-page "https://metacpan.org/release/Term-Size-Perl") (synopsis "Perl extension for retrieving terminal size (Perl version)") (description "This is yet another implementation of @code{Term::Size}. Now in pure Perl, with the exception of a C probe run at build time.") @@ -8145,7 +8145,7 @@ (define-public perl-term-table (build-system perl-build-system) (propagated-inputs `(("perl-importer" ,perl-importer))) - (home-page "http://search.cpan.org/dist/Term-Table//") + (home-page "https://metacpan.org/release/Term-Table") (synopsis "Format a header and rows into a table") (description "This module is able to generically format rows of data into tables.") @@ -8165,7 +8165,7 @@ (define-public perl-text-aligner "0a6zkchc0apvzkch6z18cx6h97xfiv50r7n4xhg90x8dvk75qzcs")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Text-Aligner/") + (home-page "https://metacpan.org/release/Text-Aligner") (synopsis "Align text") (description "Text::Aligner exports a single function, align(), which is used to justify strings to various alignment styles.") @@ -8184,7 +8184,7 @@ (define-public perl-text-balanced (base32 "1j4jjw6bg6ik8cn1mimw54rvg4h0qf4hm9k63y9572sny3w56xq5")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-Balanced/") + (home-page "https://metacpan.org/release/Text-Balanced") (synopsis "Extract delimited text sequences from strings") (description "The Text::Balanced module can be used to extract delimited text sequences from strings.") @@ -8203,7 +8203,7 @@ (define-public perl-text-csv (base32 "05a1nayxv04n0hx7y3m8327ijm34k9nhngrbxl18zmgzpawqynww")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-CSV/") + (home-page "https://metacpan.org/release/Text-CSV") (synopsis "Manipulate comma-separated values") (description "Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class @@ -8223,7 +8223,7 @@ (define-public perl-text-csv-xs (base32 "06zlfbqrwbl0g2g3bhk6046yy5pf2rz80fzcp8aj47rnswz2yx5k")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-CSV_XS/") + (home-page "https://metacpan.org/release/Text-CSV_XS") (synopsis "Rountines for manipulating CSV files") (description "@code{Text::CSV_XS} provides facilities for the composition and decomposition of comma-separated values. An instance of the @@ -8248,7 +8248,7 @@ (define-public perl-text-diff (build-system perl-build-system) (propagated-inputs `(("perl-algorithm-diff" ,perl-algorithm-diff))) - (home-page "http://search.cpan.org/dist/Text-Diff/") + (home-page "https://metacpan.org/release/Text-Diff") (synopsis "Perform diffs on files and record sets") (description "Text::Diff provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it @@ -8274,7 +8274,7 @@ (define-public perl-text-format `(("perl-module-build" ,perl-module-build) ("perl-test-pod" ,perl-test-pod) ("perl-test-pod-coverage" ,perl-test-pod-coverage))) - (home-page "http://search.cpan.org/dist/Text-Format/") + (home-page "https://metacpan.org/release/Text-Format") (synopsis "Various subroutines to format text") (description "This package provides functions to format text in various ways like centering, paragraphing, and converting tabs to spaces and spaces @@ -8295,7 +8295,7 @@ (define-public perl-text-glob "11sj62fynfgwrlgkv5a051cq6yn0pagxqjsz27dxx8phsd4wv706")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Text-Glob/") + (home-page "https://metacpan.org/release/Text-Glob") (synopsis "Match globbing patterns against text") (description "Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a file system. If @@ -8319,7 +8319,7 @@ (define-public perl-text-neattemplate (native-inputs `(("perl-module-build" ,perl-module-build))) (home-page - "http://search.cpan.org/dist/Text-NeatTemplate/") + "https://metacpan.org/release/Text-NeatTemplate") (synopsis "Fast, middleweight template engine") (description "Text::NeatTemplate provides a simple, middleweight but fast @@ -8340,7 +8340,7 @@ (define-public perl-text-roman (base32 "0sh47svzz0wm993ywfgpn0fvhajl2sj5hcnf5zxjz02in6ihhjnb")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-Roman/") + (home-page "https://metacpan.org/release/Text-Roman") (synopsis "Convert between Roman and Arabic algorisms") (description "This package provides functions to convert between Roman and Arabic algorisms. It supports both conventional Roman algorisms (which range @@ -8361,7 +8361,7 @@ (define-public perl-text-simpletable (base32 "14sjmdcy7s73sk740g3ccmzmwhwd52x5ay3bjmibjlql1cag70ld")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-SimpleTable/") + (home-page "https://metacpan.org/release/Text-SimpleTable") (synopsis "Simple ASCII tables") (description "Text::SimpleTable draws simple ASCII tables.") (license artistic2.0))) @@ -8383,7 +8383,7 @@ (define-public perl-text-table `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-text-aligner" ,perl-text-aligner))) - (home-page "http://search.cpan.org/dist/Text-Table/") + (home-page "https://metacpan.org/release/Text-Table") (synopsis "Organize Data in Tables") (description "Text::Table renders plaintext tables.") (license x11))) @@ -8404,7 +8404,7 @@ (define-public perl-text-template "1z781cgz7wbn80lf3kqr2ad0pg6g1wlnim0822h8liw28k3l5msh")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Text-Template/") + "https://metacpan.org/release/Text-Template") (synopsis "Expand template text with embedded Perl") (description @@ -8427,7 +8427,7 @@ (define-public perl-text-unidecode (base32 "1mnnq57amh0bs6z2ggkmgnn4hz8mqc9lfhr66xv2bsnlvhg7c7fb")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Text-Unidecode/") + (home-page "https://metacpan.org/release/Text-Unidecode") (synopsis "Provide plain ASCII transliterations of Unicode text") (description "Text::Unidecode provides a function, unidecode(...) that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the @@ -8449,7 +8449,7 @@ (define-public perl-threads (sha256 (base32 "047i22mdnf7fa0h9w5jhqrjbg561l5jxk8xqzwh6zbmwlac4qf98")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/threads/") + (home-page "https://metacpan.org/release/threads") (synopsis "Perl interpreter-based threads") (description "This module exposes interpreter threads to the Perl level.") (license perl-license))) @@ -8473,7 +8473,7 @@ (define-public perl-throwable `(("perl-devel-stacktrace" ,perl-devel-stacktrace) ("perl-module-runtime" ,perl-module-runtime) ("perl-moo" ,perl-moo))) - (home-page "http://search.cpan.org/dist/Throwable/") + (home-page "https://metacpan.org/release/Throwable") (synopsis "Role for classes that can be thrown") (description "Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow.") @@ -8512,7 +8512,7 @@ (define-public perl-tie-cycle (base32 "0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Tie-Cycle/") + (home-page "https://metacpan.org/release/Tie-Cycle") (synopsis "Cycle through a list of values") (description "You use @code{Tie::Cycle} to go through a list over and over again. Once you get to the end of the list, you go back to the beginning.") @@ -8532,7 +8532,7 @@ (define-public perl-tie-ixhash "0mmg9iyh42syal3z1p2pn9airq65yrkfs66cnqs9nz76jy60pfzs")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Tie-IxHash/") + (home-page "https://metacpan.org/release/Tie-IxHash") (synopsis "Ordered associative arrays for Perl") (description "This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when @@ -8556,7 +8556,7 @@ (define-public perl-tie-toobject (build-system perl-build-system) (propagated-inputs `(("perl-test-simple" ,perl-test-simple))) - (home-page "http://search.cpan.org/dist/Tie-ToObject/") + (home-page "https://metacpan.org/release/Tie-ToObject") (synopsis "Tie to an existing Perl object") (description "This class provides a tie constructor that returns the object it was given as it's first argument. This way side effects of calling @@ -8580,7 +8580,7 @@ (define-public perl-time-duration `(("perl-module-install" ,perl-module-install) ("perl-test-pod" ,perl-test-pod) ("perl-test-pod-coverage" ,perl-test-pod-coverage))) - (home-page "http://search.cpan.org/dist/Time-Duration/") + (home-page "https://metacpan.org/release/Time-Duration") (synopsis "English expression of durations") (description "This module provides functions for expressing durations in rounded or exact terms.") @@ -8603,7 +8603,7 @@ (define-public perl-time-duration-parse `(("perl-time-duration" ,perl-time-duration))) (propagated-inputs `(("perl-exporter-lite" ,perl-exporter-lite))) - (home-page "http://search.cpan.org/dist/Time-Duration-Parse/") + (home-page "https://metacpan.org/release/Time-Duration-Parse") (synopsis "Parse time duration strings") (description "Time::Duration::Parse is a module to parse human readable duration strings like \"2 minutes\" and \"3 seconds\" to seconds.") @@ -8622,7 +8622,7 @@ (define-public perl-time-hires (base32 "07jbydcdzpjm6i4nidci0rlklx4kla210fsl6zishw0yq5di9yjv")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Time-HiRes/") + (home-page "https://metacpan.org/release/Time-HiRes") (synopsis "High resolution alarm, sleep, gettimeofday, interval timers") (description "This package implements @code{usleep}, @code{ualarm}, and @code{gettimeofday} for Perl, as well as wrappers to implement @code{time}, @@ -8642,7 +8642,7 @@ (define-public perl-time-local (base32 "0jgvd6v93hlrcmy56yxbm4yrhzi8yvrq8c3xffpgh28af01wmb5j")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Time-Local/") + (home-page "https://metacpan.org/release/Time-Local") (synopsis "Efficiently compute time from local and GMT time") (description "This module provides functions that are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a @@ -8663,7 +8663,7 @@ (define-public perl-time-piece (sha256 (base32 "0hbg99v8xqy3nx6nrjpwh1w6xwqpfflz0djkbdd72kvf8zvglwb9")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Time-Piece/") + (home-page "https://metacpan.org/release/Time-Piece") (synopsis "Object-Oriented time objects") (description "This module replaces the standard @code{localtime} and @code{gmtime} @@ -8685,7 +8685,7 @@ (define-public perl-timedate (base32 "11lf54akr9nbivqkjrhvkmfdgkbhw85sq0q4mak56n6bf542bgbm")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/TimeDate/") + (home-page "https://metacpan.org/release/TimeDate") (synopsis "Date parsing/formatting subroutines") (description "This module provides routines for parsing date string into time values and formatting dates into ASCII strings.") @@ -8708,7 +8708,7 @@ (define-public perl-time-mock `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-timedate" ,perl-timedate))) ;For Date::Parse - (home-page "http://search.cpan.org/dist/Time-Mock/") + (home-page "https://metacpan.org/release/Time-Mock") (synopsis "Shift and scale time") (description "This module allows you to speed up your sleep(), alarm(), and time() calls.") @@ -8732,7 +8732,7 @@ (define-public perl-tree-simple ("perl-test-exception" ,perl-test-exception))) (propagated-inputs `(("perl-scalar-list-utils" ,perl-scalar-list-utils))) - (home-page "http://search.cpan.org/dist/Tree-Simple/") + (home-page "https://metacpan.org/release/Tree-Simple") (synopsis "Simple tree object") (description "This module in a fully object-oriented implementation of a simple n-ary tree.") @@ -8757,7 +8757,7 @@ (define-public perl-tree-simple-visitorfactory (propagated-inputs `(("perl-tree-simple" ,perl-tree-simple) ("perl-base" ,perl-base))) - (home-page "http://search.cpan.org/dist/Tree-Simple-VisitorFactory/") + (home-page "https://metacpan.org/release/Tree-Simple-VisitorFactory") (synopsis "Factory object for dispensing Visitor objects") (description "This module is a factory for dispensing Tree::Simple::Visitor::* objects.") @@ -8776,7 +8776,7 @@ (define-public perl-try-tiny (base32 "068vdbpacfawc3lkfs0b82xxl27h3l0gj14iada3vlwk8rps9yv0")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Try-Tiny/") + (home-page "https://metacpan.org/release/Try-Tiny") (synopsis "Minimal try/catch with proper preservation of $@@") (description "This module provides bare bones try/catch/finally statements that are designed to minimize common mistakes with eval blocks, and nothing @@ -8802,7 +8802,7 @@ (define-public perl-type-tie (propagated-inputs `(("perl-exporter-tiny" ,perl-exporter-tiny) ("perl-hash-fieldhash" ,perl-hash-fieldhash))) - (home-page "http://search.cpan.org/dist/Type-Tie/") + (home-page "https://metacpan.org/release/Type-Tie") (synopsis "Tie a variable to a type constraint") (description "This module exports a single function: @code{ttie}. It ties a variable to a type constraint, ensuring that whatever values stored in the @@ -8836,7 +8836,7 @@ (define-public perl-type-tiny ("perl-ref-util-xs" ,perl-ref-util-xs) ("perl-regexp-util" ,perl-regexp-util) ("perl-type-tie" ,perl-type-tie))) - (home-page "http://search.cpan.org/dist/Type-Tiny/") + (home-page "https://metacpan.org/release/Type-Tiny") (synopsis "Tiny, yet Moo(se)-compatible type constraint") (description "@code{Type::Tiny} is a small class for writing type constraints, inspired by Moose's type constraint API. It has only one @@ -8858,7 +8858,7 @@ (define-public perl-type-tiny-xs (base32 "05nbr898cvjjh1wsy55l84zasx65gijdxc6dnn558ihns8zx6gm9")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Type-Tiny-XS/") + (home-page "https://metacpan.org/release/Type-Tiny-XS") (synopsis "Provides an XS boost for some of Type::Tiny's built-in type constraints") (description "This module is optionally used by @code{Type::Tiny} to provide faster, C-based implementations of some type constraints. This @@ -8884,7 +8884,7 @@ (define-public perl-types-path-tiny ("perl-path-tiny" ,perl-path-tiny) ("perl-type-tiny" ,perl-type-tiny) ("perl-exporter-tiny" ,perl-exporter-tiny))) - (home-page "http://search.cpan.org/dist/Types-Path-Tiny/") + (home-page "https://metacpan.org/release/Types-Path-Tiny") (synopsis "Types and coercions for Moose and Moo") (description "This module provides @code{Path::Tiny} types for Moose, Moo, etc. It handles two important types of coercion: coercing objects with @@ -8907,7 +8907,7 @@ (define-public perl-types-serialiser (build-system perl-build-system) (propagated-inputs `(("perl-common-sense" ,perl-common-sense))) - (home-page "http://search.cpan.org/dist/Types-Serialiser/") + (home-page "https://metacpan.org/release/Types-Serialiser") (synopsis "Data types for common serialisation formats") (description "This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.") @@ -8935,7 +8935,7 @@ (define-public perl-unicode-normalize (string-append (getcwd) ":" (getenv "PERL5LIB"))) #t))))) - (home-page "http://search.cpan.org/dist/Unicode-Normalize/") + (home-page "https://metacpan.org/release/Unicode-Normalize") (synopsis "Unicode normalization forms") (description "This Perl module provides Unicode normalization forms.") (license (package-license perl)))) @@ -8965,7 +8965,7 @@ (define-public perl-unicode-collate #t))))) (propagated-inputs `(("perl-unicode-normalize" ,perl-unicode-normalize))) - (home-page "http://search.cpan.org/dist/Unicode-Collate/") + (home-page "https://metacpan.org/release/Unicode-Collate") (synopsis "Unicode collation algorithm") (description "This package provides tools for sorting and comparing Unicode data.") @@ -8987,7 +8987,7 @@ (define-public perl-unicode-linebreak (build-system perl-build-system) (propagated-inputs `(("perl-mime-charset" ,perl-mime-charset))) - (home-page "http://search.cpan.org/dist/Unicode-LineBreak/") + (home-page "https://metacpan.org/release/Unicode-LineBreak") (synopsis "Unicode line breaking algorithm") (description "@code{Unicode::LineBreak} implements the line breaking algorithm @@ -9012,7 +9012,7 @@ (define-public perl-unicode-utf8 ("perl-test-leaktrace" ,perl-test-leaktrace) ("perl-variable-magic" ,perl-variable-magic) ("perl-test-pod" ,perl-test-pod))) - (home-page "http://search.cpan.org/dist/Unicode-UTF8/") + (home-page "https://metacpan.org/release/Unicode-UTF8") (synopsis "Encoding and decoding of UTF-8 encoding form") (description "This module provides functions to encode and decode UTF-8 encoding form @@ -9032,7 +9032,7 @@ (define-public perl-universal-can (base32 "03wr25zznbfn1g8zmmq3g6a6288xr30priwvm75y4vvqfkrajbaj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/UNIVERSAL-can/") + (home-page "https://metacpan.org/release/UNIVERSAL-can") (synopsis "UNIVERSAL::can() reimplementation") (description "This module attempts to work around people calling UNIVERSAL::can() as a function, which it is not.") @@ -9053,7 +9053,7 @@ (define-public perl-universal-isa (build-system perl-build-system) (native-inputs `(("perl-module-build-tiny" ,perl-module-build-tiny))) - (home-page "http://search.cpan.org/dist/UNIVERSAL-isa/") + (home-page "https://metacpan.org/release/UNIVERSAL-isa") (synopsis "UNIVERSAL::isa() reimplementation") (description "This module attempts to recover from people calling UNIVERSAL::isa as a function.") @@ -9073,7 +9073,7 @@ (define-public perl-universal-require (base32 "1v9qdg80ng6dzyzs7cn8sb6mn8ym042i32lcnpd478b7g6l3d9xj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/UNIVERSAL-require/") + (home-page "https://metacpan.org/release/UNIVERSAL-require") (synopsis "Require modules from a variable") (description "This module lets you require other modules where the module name is in a variable, something you can't do with the @code{require} @@ -9093,7 +9093,7 @@ (define-public perl-variable-magic (base32 "0p31dclnj47k4hj35rzay9pzxasl3gq46kzwqalhdw1kgr8ii6iz")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Variable-Magic/") + (home-page "https://metacpan.org/release/Variable-Magic") (synopsis "Associate user-defined magic to variables from Perl") (description "Magic is Perl's way of enhancing variables. This mechanism lets the user add extra data to any variable and hook syntactical @@ -9117,7 +9117,7 @@ (define-public perl-xml-writer (base32 "1gjzs570i67ywbv967g8ylb5sg59clwmyrl2yix3jl70dhn55070")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/XML-Writer/") + (home-page "https://metacpan.org/release/XML-Writer") (synopsis "Easily generate well-formed, namespace-aware XML") (description "@code{XML::Writer} is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly. @@ -9145,7 +9145,7 @@ (define-public perl-xs-object-magic `(("perl-extutils-depends" ,perl-extutils-depends) ("perl-module-install" ,perl-module-install) ("perl-test-fatal" ,perl-test-fatal))) - (home-page "http://search.cpan.org/dist/XS-Object-Magic/") + (home-page "https://metacpan.org/release/XS-Object-Magic") (synopsis "Opaque, extensible XS pointer backed objects using sv_magic") (description "This way of associating structs with Perl space objects is designed to @@ -9169,7 +9169,7 @@ (define-public perl-yaml (build-system perl-build-system) (native-inputs `(("perl-test-yaml" ,perl-test-yaml))) - (home-page "http://search.cpan.org/dist/YAML/") + (home-page "https://metacpan.org/release/YAML") (synopsis "YAML for Perl") (description "The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification.") @@ -9191,7 +9191,7 @@ (define-public perl-yaml-libyaml "06msvj3vmjszl5zj1k7g47ll0kkds9gdb5sky0q27lh4zw1vlj33")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/YAML-LibYAML/") + "https://metacpan.org/release/YAML-LibYAML") (synopsis "Perl YAML Serialization using XS and libyaml") (description @@ -9217,7 +9217,7 @@ (define-public perl-yaml-tiny ("perl-module-build-tiny" ,perl-module-build-tiny))) (arguments `(#:tests? #f)) ;requires Test::More >= 0.99 - (home-page "http://search.cpan.org/dist/YAML-Tiny/") + (home-page "https://metacpan.org/release/YAML-Tiny") (synopsis "Read/Write YAML files") (description "YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time @@ -9242,7 +9242,7 @@ (define-public perl-parse-recdescent (native-inputs `(("perl-module-build" ,perl-module-build))) (home-page - "http://search.cpan.org/dist/Parse-RecDescent/") + "https://metacpan.org/release/Parse-RecDescent") (synopsis "Generate recursive-descent parsers") (description "@code{Parse::RecDescent} can incrementally generate top-down @@ -9264,7 +9264,7 @@ (define-public perl-parse-yapp (base32 "1r8kbyk0qd4ficmabj753kjpq0ib0csk01169w7jxflg62cfj41q")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Parse-Yapp/") + (home-page "https://metacpan.org/release/Parse-Yapp") (synopsis "Generate and use LALR parsers") (description "This package compiles yacc-like @dfn{Look Ahead LR} (LALR) grammars to generate Perl object oriented parser modules.") @@ -9291,7 +9291,7 @@ (define-public perl-cpan-meta `(("perl-cpan-meta-requirements" ,perl-cpan-meta-requirements) ("perl-cpan-meta-yaml" ,perl-cpan-meta-yaml) ("perl-parse-cpan-meta" ,perl-parse-cpan-meta))) - (home-page "http://search.cpan.org/dist/CPAN-Meta/") + (home-page "https://metacpan.org/release/CPAN-Meta") (synopsis "Distribution metadata for a CPAN dist") (description "Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the @@ -9315,7 +9315,7 @@ (define-public perl-cpan-meta-requirements (base32 "1a8zflgaayycmn3zvd3n64yypa4jyl1va0h51wpr5w46irg69608")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/CPAN-Meta-Requirements/") + (home-page "https://metacpan.org/release/CPAN-Meta-Requirements") (synopsis "Set of version requirements for a CPAN dist") (description "A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN @@ -9339,7 +9339,7 @@ (define-public perl-cpan-meta-yaml (build-system perl-build-system) (arguments `(#:tests? #f)) ;Tests require Test::More >= 0.99 - (home-page "http://search.cpan.org/dist/CPAN-Meta-YAML/") + (home-page "https://metacpan.org/release/CPAN-Meta-YAML") (synopsis "Read and write a subset of YAML for CPAN Meta files") (description "This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and @@ -9361,7 +9361,7 @@ (define-public perl-module-build (build-system perl-build-system) (propagated-inputs `(("perl-cpan-meta" ,perl-cpan-meta))) - (home-page "http://search.cpan.org/dist/Module-Build/") + (home-page "https://metacpan.org/release/Module-Build") (synopsis "Build and install Perl modules") (description "@code{Module::Build} is a system for building, testing, and installing Perl modules; it used to be part of Perl itself until version 5.22, @@ -9388,7 +9388,7 @@ (define-public perl-parse-cpan-meta (build-system perl-build-system) (propagated-inputs `(("perl-cpan-meta-yaml" ,perl-cpan-meta-yaml))) - (home-page "http://search.cpan.org/dist/Parse-CPAN-Meta/") + (home-page "https://metacpan.org/release/DAGOLDEN/Parse-CPAN-Meta-1.4422") (synopsis "Parse META.yml and META.json CPAN metadata files") (description "Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP and/or CPAN::Meta::YAML.") @@ -9407,7 +9407,7 @@ (define-public perl-scalar-list-utils (base32 "0x9n0617gjjcqa4nk5biiwkxdi90xpdfg6z07gjr009qjg3bkah6")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Scalar-List-Utils/") + (home-page "https://metacpan.org/release/Scalar-List-Utils") (synopsis "Common Scalar and List utility subroutines") (description "This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not @@ -9431,7 +9431,7 @@ (define-public perl-shell-command "1lgc2rb3b5a4lxvbq0cbg08qk0n2i88srxbsz93bwi3razpxxr7k")))) (build-system perl-build-system) (home-page - "http://search.cpan.org/dist/Shell-Command/") + "https://metacpan.org/release/Shell-Command") (synopsis "Cross-platform functions emulating common shell commands") (description @@ -9460,7 +9460,7 @@ (define-public perl-file-find-object (inputs `(("perl-class-xsaccessor" ,perl-class-xsaccessor))) (home-page - "http://search.cpan.org/dist/File-Find-Object/") + "https://metacpan.org/release/File-Find-Object") (synopsis "Object-oriented File::Find replacement in Perl") (description "File::Find::Object is an object-oriented @@ -9490,7 +9490,7 @@ (define-public perl-file-find-object-rule ("perl-number-compare" ,perl-number-compare) ("perl-text-glob" ,perl-text-glob))) (home-page - "http://search.cpan.org/dist/File-Find-Object-Rule/") + "https://metacpan.org/release/File-Find-Object-Rule") (synopsis "Alternative interface to File::Find::Object") (description "File::Find::Object::Rule is an alternative Perl @@ -9513,7 +9513,7 @@ (define-public perl-file-finder (build-system perl-build-system) (propagated-inputs `(("perl-text-glob" ,perl-text-glob))) - (home-page "http://search.cpan.org/dist/File-Finder/") + (home-page "https://metacpan.org/release/File-Finder") (synopsis "Wrapper for @code{File::Find} ala @code{find(1)}") (description "@code{File::Find} is great, but constructing the wanted routine can @@ -9544,7 +9544,7 @@ (define-public perl-font-ttf (build-system perl-build-system) (propagated-inputs `(("perl-io-string" ,perl-io-string))) - (home-page "http://search.cpan.org/dist/Font-TTF/") + (home-page "https://metacpan.org/release/Font-TTF") (synopsis "TTF font support for Perl") (description "This package provides a Perl module for TrueType/OpenType font hacking. It supports reading, processing and writing of the following @@ -9646,7 +9646,7 @@ (define-public perl-path-iterator-rule `(("perl-number-compare" ,perl-number-compare) ("perl-text-glob" ,perl-text-glob) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Path-Iterator-Rule/") + (home-page "https://metacpan.org/release/Path-Iterator-Rule") (synopsis "Iterative, recursive file finder") (description "Path::Iterator::Rule iterates over files and directories to identify ones matching a user-defined set of rules. The API is based heavily @@ -9687,7 +9687,7 @@ (define-public perl-pod-constants (base32 "1njgr2zly9nrwvfrjhgk9dqq48as1pmbb2rs4bh3irvla75v7azg")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Pod-Constants/") + (home-page "https://metacpan.org/release/Pod-Constants") (synopsis "Include constants from POD") (description "This module allows you to specify those constants that should be documented in your POD, and pull them out a run time in a fairly @@ -9715,7 +9715,7 @@ (define-public perl-regexp-pattern (build-system perl-build-system) (native-inputs `(("perl-test-exception" ,perl-test-exception))) - (home-page "http://search.cpan.org/dist/Regexp-Pattern/") + (home-page "https://metacpan.org/release/Regexp-Pattern") (synopsis "Collection of regexp patterns") (description "Regexp::Pattern is a convention for organizing reusable regexp patterns in modules.") diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 88fa1aba68..5b5ec89fc2 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -216,7 +216,7 @@ (define-public perl-image-exiftool (lib (dirname (dirname (car pm))))) (wrap-program (string-append out "/bin/exiftool") `("PERL5LIB" prefix (,lib))))))))) - (home-page "http://search.cpan.org/dist/Image-ExifTool") + (home-page "https://metacpan.org/release/Image-ExifTool") (synopsis "Program and Perl library to manipulate EXIF and other metadata") (description "This package provides the @code{exiftool} command and the @code{Image::ExifTool} Perl library to manipulate EXIF tags of digital images diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 317d10e70b..f7d3e0ec7d 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm @@ -212,7 +212,7 @@ (define-public perl-tk (synopsis "Graphical user interface toolkit for Perl") (description "Tk is a Graphical User Interface ToolKit.") - (home-page "http://search.cpan.org/~srezic/Tk") + (home-page "https://metacpan.org/release/Tk") ;; From the package README: "... you can redistribute it and/or modify it ;; under the same terms as Perl itself, with the exception of all the ;; files in the pTk sub-directory which have separate terms derived from diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b290644aac..e33a98a9fd 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016, 2017 Ricardo Wurmus ;;; Copyright © 2017 Leo Famulari ;;; Copyright © 2017 Marius Bakke -;;; Copyright © 2017 Tobias Geerinckx-Rice +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Danny Milosavljevic ;;; Copyright © 2018 Arun Isaac ;;; @@ -4094,7 +4094,7 @@ (define-public perl-text-bibtex ("perl-config-autoconf" ,perl-config-autoconf) ("perl-extutils-libbuilder" ,perl-extutils-libbuilder) ("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/Text-BibTeX") + (home-page "https://metacpan.org/release/Text-BibTeX") (synopsis "Interface to read and parse BibTeX files") (description "@code{Text::BibTeX} is a Perl library for reading, parsing, and processing BibTeX files. @code{Text::BibTeX} gives you access to the data diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 614ee299d4..cafe71bd41 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -658,7 +658,7 @@ (define-public perl-net-ssleay finally access to the SSL api of the SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.") (license license:perl-license) - (home-page "http://search.cpan.org/dist/Net-SSLeay"))) + (home-page "https://metacpan.org/release/Net-SSLeay"))) (define-public perl-crypt-openssl-rsa (package @@ -683,7 +683,7 @@ (define-public perl-crypt-openssl-rsa ("openssl" ,openssl))) (arguments perl-crypt-arguments) (home-page - "http://search.cpan.org/dist/Crypt-OpenSSL-RSA") + "https://metacpan.org/release/Crypt-OpenSSL-RSA") (synopsis "RSA encoding and decoding, using the openSSL libraries") (description "Crypt::OpenSSL::RSA does RSA encoding and decoding (using the @@ -718,7 +718,7 @@ (define-public perl-crypt-openssl-bignum (inputs `(("openssl" ,openssl))) (arguments perl-crypt-arguments) (home-page - "http://search.cpan.org/dist/Crypt-OpenSSL-Bignum") + "https://metacpan.org/release/Crypt-OpenSSL-Bignum") (synopsis "OpenSSL's multiprecision integer arithmetic in Perl") (description "Crypt::OpenSSL::Bignum provides multiprecision integer @@ -740,7 +740,7 @@ (define-public perl-crypt-openssl-guess (base32 "0rvi9l4ljcbhwwvspq019nfq2h2v746dk355h2nwnlmqikiihsxa")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Crypt-OpenSSL-Guess/") + (home-page "https://metacpan.org/release/Crypt-OpenSSL-Guess") (synopsis "Guess the OpenSSL include path") (description "The Crypt::OpenSSL::Guess Perl module provides helpers to guess the @@ -769,7 +769,7 @@ (define-public perl-crypt-openssl-random `(("openssl" ,openssl))) (arguments perl-crypt-arguments) (home-page - "http://search.cpan.org/dist/Crypt-OpenSSL-Random") + "https://metacpan.org/release/Crypt-OpenSSL-Random") (synopsis "OpenSSL/LibreSSL pseudo-random number generator access") (description "Crypt::OpenSSL::Random is a OpenSSL/LibreSSL pseudo-random diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3256f2a1e0..054e9cf9f5 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -460,7 +460,7 @@ (define-public starman ("perl-net-server" ,perl-net-server) ("perl-plack" ,perl-plack) ("perl-test-tcp" ,perl-test-tcp))) - (home-page "http://search.cpan.org/dist/Starman") + (home-page "https://metacpan.org/release/Starman") (synopsis "PSGI/Plack web server") (description "Starman is a PSGI perl web server that has unique features such as high performance, preforking, signal support, superdaemon awareness, @@ -1287,7 +1287,7 @@ (define-public perl-apache-logformat-compiler (propagated-inputs `(("perl-posix-strftime-compiler" ,perl-posix-strftime-compiler))) (arguments `(#:tests? #f)) ;TODO: Timezone test failures - (home-page "http://search.cpan.org/dist/Apache-LogFormat-Compiler") + (home-page "https://metacpan.org/release/Apache-LogFormat-Compiler") (synopsis "Compile a log format string to perl-code") (description "This module provides methods to compile a log format string to perl-code, for faster generation of access_log lines.") @@ -1316,7 +1316,7 @@ (define-public perl-authen-sasl (propagated-inputs `(("perl-digest-hmac" ,perl-digest-hmac) ("perl-gssapi" ,perl-gssapi))) - (home-page "http://search.cpan.org/dist/Authen-SASL") + (home-page "https://metacpan.org/release/Authen-SASL") (synopsis "SASL authentication framework") (description "Authen::SASL provides an SASL authentication framework.") (license l:perl-license))) @@ -1342,7 +1342,7 @@ (define-public perl-catalyst-action-renderview `(("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-data-visitor" ,perl-data-visitor) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Catalyst-Action-RenderView") + (home-page "https://metacpan.org/release/Catalyst-Action-RenderView") (synopsis "Sensible default Catalyst action") (description "This Catalyst action implements a sensible default end action, which will forward to the first available view.") @@ -1375,7 +1375,7 @@ (define-public perl-catalyst-action-rest ("perl-params-validate" ,perl-params-validate) ("perl-uri-find" ,perl-uri-find) ("perl-xml-simple" ,perl-xml-simple))) - (home-page "http://search.cpan.org/dist/Catalyst-Action-REST") + (home-page "https://metacpan.org/release/Catalyst-Action-REST") (synopsis "Automated REST Method Dispatching") (description "This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to @@ -1413,7 +1413,7 @@ (define-public perl-catalyst-authentication-store-dbix-class ("perl-dbix-class" ,perl-dbix-class) ("perl-catalyst-model-dbic-schema" ,perl-catalyst-model-dbic-schema))) (home-page - "http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class") + "https://metacpan.org/release/Catalyst-Authentication-Store-DBIx-Class") (synopsis "Storage class for Catalyst authentication using DBIx::Class") (description "The Catalyst::Authentication::Store::DBIx::Class class provides access to authentication information stored in a database via @@ -1440,7 +1440,7 @@ (define-public perl-catalyst-component-instancepercontext `(("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-moose" ,perl-moose))) (home-page - "http://search.cpan.org/dist/Catalyst-Component-InstancePerContext") + "https://metacpan.org/release/Catalyst-Component-InstancePerContext") (synopsis "Create only one instance of Moose component per context") (description "Catalyst::Component::InstancePerContext returns a new instance of a component on each request.") @@ -1478,7 +1478,7 @@ (define-public perl-catalyst-devel ("perl-namespace-clean" ,perl-namespace-clean) ("perl-path-class" ,perl-path-class) ("perl-template-toolkit" ,perl-template-toolkit))) - (home-page "http://search.cpan.org/dist/Catalyst-Devel") + (home-page "https://metacpan.org/release/Catalyst-Devel") (synopsis "Catalyst Development Tools") (description "The Catalyst-Devel distribution includes a variety of modules useful for the development of Catalyst applications, but not required @@ -1508,7 +1508,7 @@ (define-public perl-catalyst-dispatchtype-regex (propagated-inputs `(("perl-moose" ,perl-moose) ("perl-text-simpletable" ,perl-text-simpletable))) - (home-page "http://search.cpan.org/dist/Catalyst-DispatchType-Regex") + (home-page "https://metacpan.org/release/Catalyst-DispatchType-Regex") (synopsis "Regex DispatchType for Catalyst") (description "Dispatch type managing path-matching behaviour using regexes. Regex dispatch types have been deprecated and removed from Catalyst @@ -1558,7 +1558,7 @@ (define-public perl-catalyst-model-dbic-schema ("perl-namespace-clean" ,perl-namespace-clean) ("perl-tie-ixhash" ,perl-tie-ixhash) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema") + (home-page "https://metacpan.org/release/Catalyst-Model-DBIC-Schema") (synopsis "DBIx::Class::Schema Model Class") (description "This is a Catalyst Model for DBIx::Class::Schema-based Models.") @@ -1582,7 +1582,7 @@ (define-public perl-catalyst-plugin-accesslog ("perl-datetime" ,perl-datetime) ("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-AccessLog") + (home-page "https://metacpan.org/release/Catalyst-Plugin-AccessLog") (synopsis "Request logging from within Catalyst") (description "This Catalyst plugin enables you to create \"access logs\" from within a Catalyst application instead of requiring a webserver to do it @@ -1617,7 +1617,7 @@ (define-public perl-catalyst-plugin-authentication ("perl-string-rewriteprefix" ,perl-string-rewriteprefix) ("perl-test-exception" ,perl-test-exception) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Authentication") + (home-page "https://metacpan.org/release/Catalyst-Plugin-Authentication") (synopsis "Infrastructure plugin for the Catalyst authentication framework") (description "The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is @@ -1649,7 +1649,7 @@ (define-public perl-catalyst-plugin-authorization-roles ("perl-set-object" ,perl-set-object) ("perl-universal-isa" ,perl-universal-isa))) (home-page - "http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles") + "https://metacpan.org/release/Catalyst-Plugin-Authorization-Roles") (synopsis "Role-based authorization for Catalyst") (description "Catalyst::Plugin::Authorization::Roles provides role-based authorization for Catalyst based on Catalyst::Plugin::Authentication.") @@ -1673,7 +1673,7 @@ (define-public perl-catalyst-plugin-captcha ("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-gd-securityimage" ,perl-gd-securityimage) ("perl-http-date" ,perl-http-date))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Captcha") + (home-page "https://metacpan.org/release/Catalyst-Plugin-Captcha") (synopsis "Captchas for Catalyst") (description "This plugin creates and validates Captcha images for Catalyst.") @@ -1701,7 +1701,7 @@ (define-public perl-catalyst-plugin-configloader ("perl-config-any" ,perl-config-any) ("perl-data-visitor" ,perl-data-visitor) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader") + (home-page "https://metacpan.org/release/Catalyst-Plugin-ConfigLoader") (synopsis "Load config files of various types") (description "This module will attempt to load find and load configuration files of various types. Currently it supports YAML, JSON, XML, INI and Perl @@ -1734,7 +1734,7 @@ (define-public perl-catalyst-plugin-session ("perl-namespace-clean" ,perl-namespace-clean) ("perl-object-signature" ,perl-object-signature) ("perl-test-www-mechanize-psgi" ,perl-test-www-mechanize-psgi))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Session") + (home-page "https://metacpan.org/release/Catalyst-Plugin-Session") (synopsis "Catalyst generic session plugin") (description "This plugin links the two pieces required for session management in web applications together: the state, and the store.") @@ -1763,7 +1763,7 @@ (define-public perl-catalyst-plugin-session-state-cookie ("perl-mro-compat" ,perl-mro-compat) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) (home-page - "http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie") + "https://metacpan.org/release/Catalyst-Plugin-Session-State-Cookie") (synopsis "Maintain session IDs using cookies") (description "In order for Catalyst::Plugin::Session to work, the session ID needs to be stored on the client, and the session data needs to be stored @@ -1794,7 +1794,7 @@ (define-public perl-catalyst-plugin-session-store-fastmmap ("perl-mro-compat" ,perl-mro-compat) ("perl-path-class" ,perl-path-class))) (home-page - "http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap") + "https://metacpan.org/release/Catalyst-Plugin-Session-Store-FastMmap") (synopsis "FastMmap session storage backend") (description "Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared @@ -1820,7 +1820,7 @@ (define-public perl-catalyst-plugin-stacktrace `(("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-devel-stacktrace" ,perl-devel-stacktrace) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-StackTrace") + (home-page "https://metacpan.org/release/Catalyst-Plugin-StackTrace") (synopsis "Stack trace on the Catalyst debug screen") (description "This plugin enhances the standard Catalyst debug screen by including a stack trace of your application up to the point where the error @@ -1849,7 +1849,7 @@ (define-public perl-catalyst-plugin-static-simple ("perl-moose" ,perl-moose) ("perl-moosex-types" ,perl-moosex-types) ("perl-namespace-autoclean" ,perl-namespace-autoclean))) - (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple") + (home-page "https://metacpan.org/release/Catalyst-Plugin-Static-Simple") (synopsis "Simple serving of static pages") (description "The Static::Simple plugin is designed to make serving static content in your application during development quick and easy, without @@ -1912,7 +1912,7 @@ (define-public perl-catalyst-runtime ("perl-try-tiny" ,perl-try-tiny) ("perl-uri" ,perl-uri) ("perl-uri-ws" ,perl-uri-ws))) - (home-page "http://search.cpan.org/dist/Catalyst-Runtime") + (home-page "https://metacpan.org/release/Catalyst-Runtime") (synopsis "The Catalyst Framework Runtime") (description "Catalyst is a modern framework for making web applications. It is designed to make it easy to manage the various tasks you need to do to @@ -1944,7 +1944,7 @@ (define-public perl-catalyst-traitfor-request-proxybase ("perl-namespace-autoclean" ,perl-namespace-autoclean) ("perl-uri" ,perl-uri))) (home-page - "http://search.cpan.org/dist/Catalyst-TraitFor-Request-ProxyBase") + "https://metacpan.org/release/Catalyst-TraitFor-Request-ProxyBase") (synopsis "Replace request base with value passed by HTTP proxy") (description "This module is a Moose::Role which allows you more flexibility in your application's deployment configurations when deployed @@ -1972,7 +1972,7 @@ (define-public perl-catalyst-view-download ("perl-test-www-mechanize-catalyst" ,perl-test-www-mechanize-catalyst) ("perl-text-csv" ,perl-text-csv) ("perl-xml-simple" ,perl-xml-simple))) - (home-page "http://search.cpan.org/dist/Catalyst-View-Download") + (home-page "https://metacpan.org/release/Catalyst-View-Download") (synopsis "Download data in many formats") (description "The purpose of this module is to provide a method for downloading data into many supportable formats. For example, downloading a @@ -1999,7 +1999,7 @@ (define-public perl-catalyst-view-json `(("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-json-maybexs" ,perl-json-maybexs) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Catalyst-View-JSON") + (home-page "https://metacpan.org/release/Catalyst-View-JSON") (synopsis "Catalyst JSON view") (description "Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format.") @@ -2026,7 +2026,7 @@ (define-public perl-catalyst-view-tt ("perl-path-class" ,perl-path-class) ("perl-template-timer" ,perl-template-timer) ("perl-template-toolkit" ,perl-template-toolkit))) - (home-page "http://search.cpan.org/dist/Catalyst-View-TT") + (home-page "https://metacpan.org/release/Catalyst-View-TT") (synopsis "Template View Class") (description "This module is a Catalyst view class for the Template Toolkit.") @@ -2056,7 +2056,7 @@ (define-public perl-catalystx-component-traits ("perl-moosex-traits-pluggable" ,perl-moosex-traits-pluggable) ("perl-namespace-autoclean" ,perl-namespace-autoclean) ("perl-list-moreutils" ,perl-list-moreutils))) - (home-page "http://search.cpan.org/dist/CatalystX-Component-Traits") + (home-page "https://metacpan.org/release/CatalystX-Component-Traits") (synopsis "Trait Loading and Resolution for Catalyst Components") (description "Adds a \"COMPONENT\" in Catalyst::Component method to your Catalyst component base class that reads the optional \"traits\" parameter @@ -2082,7 +2082,7 @@ (define-public perl-catalystx-roleapplicator `(("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-moose" ,perl-moose) ("perl-moosex-relatedclassroles" ,perl-moosex-relatedclassroles))) - (home-page "http://search.cpan.org/dist/CatalystX-RoleApplicator") + (home-page "https://metacpan.org/release/CatalystX-RoleApplicator") (synopsis "Apply roles to Catalyst classes") (description "CatalystX::RoleApplicator applies roles to Catalyst application classes.") @@ -2110,7 +2110,7 @@ (define-public perl-catalystx-script-server-starman ("perl-moose" ,perl-moose) ("perl-namespace-autoclean" ,perl-namespace-autoclean) ("starman" ,starman))) - (home-page "http://search.cpan.org/dist/CatalystX-Script-Server-Starman") + (home-page "https://metacpan.org/release/CatalystX-Script-Server-Starman") (synopsis "Catalyst development server with Starman") (description "This module provides a Catalyst extension to replace the development server with Starman.") @@ -2135,7 +2135,7 @@ (define-public perl-cgi ("perl-test-warn" ,perl-test-warn))) (propagated-inputs `(("perl-html-parser" ,perl-html-parser))) - (home-page "http://search.cpan.org/dist/CGI") + (home-page "https://metacpan.org/release/CGI") (synopsis "Handle Common Gateway Interface requests and responses") (description "CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features include @@ -2187,7 +2187,7 @@ (define-public perl-cgi-session `(("perl-module-build" ,perl-module-build))) (inputs `(("perl-cgi" ,perl-cgi))) (home-page - "http://search.cpan.org/dist/CGI-Session") + "https://metacpan.org/release/CGI-Session") (synopsis "Persistent session data in CGI applications") (description @@ -2213,7 +2213,7 @@ (define-public perl-cgi-simple ("perl-module-build" ,perl-module-build) ("perl-test-exception" ,perl-test-exception) ("perl-test-nowarnings" ,perl-test-nowarnings))) - (home-page "http://search.cpan.org/dist/CGI-Simple") + (home-page "https://metacpan.org/release/CGI-Simple") (synopsis "CGI interface that is CGI.pm compliant") (description "CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for @@ -2235,7 +2235,7 @@ (define-public perl-cgi-struct (build-system perl-build-system) (native-inputs `(("perl-test-deep" ,perl-test-deep))) - (home-page "http://search.cpan.org/dist/CGI-Struct") + (home-page "https://metacpan.org/release/CGI-Struct") (synopsis "Build structures from CGI data") (description "This is a module for building structured data from CGI inputs, in a manner reminiscent of how PHP does.") @@ -2259,7 +2259,7 @@ (define-public perl-datetime-format-http (propagated-inputs `(("perl-datetime" ,perl-datetime) ("perl-http-date" ,perl-http-date))) - (home-page "http://search.cpan.org/dist/DateTime-Format-HTTP") + (home-page "https://metacpan.org/release/DateTime-Format-HTTP") (synopsis "Date conversion routines") (description "This module provides functions that deal with the date formats used by the HTTP protocol.") @@ -2280,7 +2280,7 @@ (define-public perl-digest-md5-file (build-system perl-build-system) (propagated-inputs `(("perl-libwww" ,perl-libwww))) - (home-page "http://search.cpan.org/dist/Digest-MD5-File") + (home-page "https://metacpan.org/release/Digest-MD5-File") (synopsis "MD5 sums for files and urls") (description "Digest::MD5::File is a Perl extension for getting MD5 sums for files and urls.") @@ -2310,7 +2310,7 @@ (define-public perl-encode-locale bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string).") - (home-page "http://search.cpan.org/~gaas/Encode-Locale/"))) + (home-page "https://metacpan.org/release/Encode-Locale"))) (define-public perl-feed-find (package @@ -2336,7 +2336,7 @@ (define-public perl-feed-find ("perl-html-parser" ,perl-html-parser) ("perl-libwww" ,perl-libwww) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/Feed-Find") + (home-page "https://metacpan.org/release/Feed-Find") (synopsis "Syndication feed auto-discovery") (description "@code{Feed::Find} implements feed auto-discovery for finding syndication feeds, given a URI. It will discover the following feed formats: @@ -2363,7 +2363,7 @@ (define-public perl-file-listing (description "The File::Listing module exports a single function called parse_dir(), which can be used to parse directory listings.") - (home-page "http://search.cpan.org/~gaas/File-Listing/"))) + (home-page "https://metacpan.org/release/File-Listing"))) (define-public perl-finance-quote (package @@ -2392,7 +2392,7 @@ (define-public perl-finance-quote ("perl-libwww" ,perl-libwww) ("perl-lwp-protocol-https" ,perl-lwp-protocol-https) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/Finance-Quote") + (home-page "https://metacpan.org/release/Finance-Quote") (synopsis "Stock and mutual fund quotes") (description "Finance::Quote gets stock quotes from various internet sources, including @@ -2416,7 +2416,7 @@ (define-public perl-gssapi (arguments `(#:make-maker-flags `(,(string-append "--gssapiimpl=" (assoc-ref %build-inputs "gssapi"))))) - (home-page "http://search.cpan.org/dist/GSSAPI") + (home-page "https://metacpan.org/release/GSSAPI") (synopsis "Perl extension providing access to the GSSAPIv2 library") (description "This is a Perl extension for using GSSAPI C bindings as described in RFC 2744.") @@ -2437,7 +2437,7 @@ (define-public perl-html-element-extended (build-system perl-build-system) (propagated-inputs `(("perl-html-tree" ,perl-html-tree))) - (home-page "http://search.cpan.org/dist/HTML-Element-Extended") + (home-page "https://metacpan.org/release/HTML-Element-Extended") (synopsis "Manipulate tables of HTML::Element") (description "HTML::Element::Extended is a Perl extension for manipulating a table @@ -2463,7 +2463,7 @@ (define-public perl-html-form ("perl-http-message" ,perl-http-message) ("perl-lwp-mediatypes" ,perl-lwp-mediatypes) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/HTML-Form") + (home-page "https://metacpan.org/release/HTML-Form") (synopsis "Perl class representing an HTML form element") (description "Objects of the HTML::Form class represents a single HTML
...
instance.") @@ -2494,7 +2494,7 @@ (define-public perl-html-scrubber (inputs `(("perl-html-parser" ,perl-html-parser))) (home-page - "http://search.cpan.org/dist/HTML-Scrubber") + "https://metacpan.org/release/HTML-Scrubber") (synopsis "Perl extension for scrubbing/sanitizing html") (description @@ -2518,7 +2518,7 @@ (define-public perl-html-lint `(("perl-html-parser" ,perl-html-parser) ("perl-html-tagset" ,perl-html-tagset) ("perl-libwww" ,perl-libwww))) - (home-page "http://search.cpan.org/dist/HTML-Lint") + (home-page "https://metacpan.org/release/HTML-Lint") (synopsis "Check for HTML errors in a string or file") (description "HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy.") @@ -2540,7 +2540,7 @@ (define-public perl-html-tableextract (propagated-inputs `(("perl-html-element-extended" ,perl-html-element-extended) ("perl-html-parser" ,perl-html-parser))) - (home-page "http://search.cpan.org/dist/HTML-TableExtract") + (home-page "https://metacpan.org/release/HTML-TableExtract") (synopsis "Extract contents from HTML tables") (description "HTML::TableExtract is a Perl module for extracting the content contained @@ -2567,7 +2567,7 @@ (define-public perl-html-tree `(("perl-html-parser" ,perl-html-parser) ("perl-html-tagset" ,perl-html-tagset) ("perl-libwww" ,perl-libwww))) - (home-page "http://search.cpan.org/dist/HTML-Tree") + (home-page "https://metacpan.org/release/HTML-Tree") (synopsis "Work with HTML in a DOM-like tree structure") (description "This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees.") @@ -2596,7 +2596,7 @@ (define-public perl-html-parser it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked.") - (home-page "http://search.cpan.org/~gaas/HTML-Parser/"))) + (home-page "https://metacpan.org/release/HTML-Parser"))) (define-public perl-html-tagset (package @@ -2616,7 +2616,7 @@ (define-public perl-html-tagset (description "The HTML::Tagset module contains several data tables useful in various kinds of HTML parsing operations.") - (home-page "http://search.cpan.org/dist/HTML-Tagset/"))) + (home-page "https://metacpan.org/release/HTML-Tagset"))) (define-public perl-html-template (package @@ -2632,7 +2632,7 @@ (define-public perl-html-template (build-system perl-build-system) (propagated-inputs `(("perl-cgi" ,perl-cgi))) - (home-page "http://search.cpan.org/dist/HTML-Template") + (home-page "https://metacpan.org/release/HTML-Template") (synopsis "HTML-like templates") (description "This module attempts to make using HTML templates simple and natural. @@ -2662,7 +2662,7 @@ (define-public perl-http-body (propagated-inputs `(("perl-file-temp" ,perl-file-temp) ("perl-http-message" ,perl-http-message))) ;For HTTP::Headers - (home-page "http://search.cpan.org/dist/HTTP-Body") + (home-page "https://metacpan.org/release/HTTP-Body") (synopsis "HTTP Body Parser") (description "HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/json, application/x-www-form-urlencoded, @@ -2690,7 +2690,7 @@ (define-public perl-http-cookiejar (inputs `(("perl-time-local" ,perl-time-local) ("perl-http-date" ,perl-http-date))) - (home-page "http://search.cpan.org/dist/HTTP-CookieJar") + (home-page "https://metacpan.org/release/HTTP-CookieJar") (synopsis "Minimalist HTTP user agent cookie jar") (description "This module implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265 .") @@ -2717,7 +2717,7 @@ (define-public perl-http-cookies "The HTTP::Cookies class is for objects that represent a cookie jar, that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.") - (home-page "http://search.cpan.org/~gaas/HTTP-Cookies/"))) + (home-page "https://metacpan.org/release/GAAS/HTTP-Cookies-6.01"))) (define-public perl-http-daemon (package @@ -2741,7 +2741,7 @@ (define-public perl-http-daemon "Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too.") - (home-page "http://search.cpan.org/~gaas/HTTP-Daemon/"))) + (home-page "https://metacpan.org/release/HTTP-Daemon"))) (define-public perl-http-date (package @@ -2761,7 +2761,7 @@ (define-public perl-http-date (description "The HTTP::Date module provides functions that deal with date formats used by the HTTP protocol (and then some more).") - (home-page "http://search.cpan.org/~gaas/HTTP-Date/"))) + (home-page "https://metacpan.org/release/HTTP-Date"))) (define-public perl-http-message (package @@ -2788,7 +2788,7 @@ (define-public perl-http-message (synopsis "Perl HTTP style message") (description "An HTTP::Message object contains some headers and a content body.") - (home-page "http://search.cpan.org/~ether/HTTP-Message/"))) + (home-page "https://metacpan.org/release/ETHER/HTTP-Message-6.11"))) (define-public perl-http-negotiate (package @@ -2814,7 +2814,7 @@ (define-public perl-http-negotiate the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.") - (home-page "http://search.cpan.org/~gaas/HTTP-Negotiate/"))) + (home-page "https://metacpan.org/release/HTTP-Negotiate"))) (define-public perl-http-parser (package @@ -2832,7 +2832,7 @@ (define-public perl-http-parser (propagated-inputs `(("perl-http-message" ,perl-http-message) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/HTTP-Parser") + (home-page "https://metacpan.org/release/HTTP-Parser") (synopsis "Parse HTTP/1.1 requests") (description "This is an HTTP request parser. It takes chunks of text as received and returns a 'hint' as to what is required, or returns the @@ -2855,7 +2855,7 @@ (define-public perl-http-parser-xs (build-system perl-build-system) (native-inputs `(("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/HTTP-Parser-XS") + (home-page "https://metacpan.org/release/HTTP-Parser-XS") (synopsis "Fast HTTP request parser") (description "HTTP::Parser::XS is a fast, primitive HTTP request/response parser.") @@ -2877,7 +2877,7 @@ (define-public perl-http-request-ascgi (propagated-inputs `(("perl-class-accessor" ,perl-class-accessor) ("perl-http-message" ,perl-http-message))) - (home-page "http://search.cpan.org/dist/HTTP-Request-AsCGI") + (home-page "https://metacpan.org/release/HTTP-Request-AsCGI") (synopsis "Set up a CGI environment from an HTTP::Request") (description "This module provides a convenient way to set up a CGI environment from an HTTP::Request.") @@ -2911,7 +2911,7 @@ (define-public perl-http-server-simple (string-append (getcwd) ":" (getenv "PERL5LIB"))) #t))))) - (home-page "http://search.cpan.org/dist/HTTP-Server-Simple") + (home-page "https://metacpan.org/release/HTTP-Server-Simple") (synopsis "Lightweight HTTP server") (description "HTTP::Server::Simple is a simple standalone HTTP daemon with no non-core module dependencies. It can be used for building a standalone @@ -2937,7 +2937,7 @@ (define-public perl-http-tiny ("perl-io-socket-ssl" ,perl-io-socket-ssl) ("perl-mozilla-ca" ,perl-mozilla-ca) ("perl-net-ssleay" ,perl-net-ssleay))) - (home-page "http://search.cpan.org/dist/HTTP-Tiny") + (home-page "https://metacpan.org/release/HTTP-Tiny") (synopsis "HTTP/1.1 client") (description "This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. @@ -2963,7 +2963,7 @@ (define-public perl-io-html "IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.") - (home-page "http://search.cpan.org/~cjm/IO-HTML/"))) + (home-page "https://metacpan.org/release/IO-HTML"))) (define-public perl-io-socket-ip (package @@ -2979,7 +2979,7 @@ (define-public perl-io-socket-ip "15kv5g1yb4a345sk3r5wfr99f868lhfqkddzsgpqddvccfkhv58i")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) - (home-page "http://search.cpan.org/dist/IO-Socket-IP") + (home-page "https://metacpan.org/release/IO-Socket-IP") (synopsis "Family-neutral IP socket supporting both IPv4 and IPv6") (description "This module provides a protocol-independent way to use IPv4 and IPv6 sockets, intended as a replacement for IO::Socket::INET.") @@ -3047,7 +3047,7 @@ (define-public perl-libwww and functions that allow you to write WWW clients. The library also contains modules that are of more general use and even classes that help you implement simple HTTP servers.") - (home-page "http://search.cpan.org/dist/libwww-perl/"))) + (home-page "https://metacpan.org/release/libwww-perl"))) (define-public perl-lwp-online (package @@ -3068,7 +3068,7 @@ (define-public perl-lwp-online ("perl-uri" ,perl-uri))) (native-inputs `(("perl-module-install" ,perl-module-install))) - (home-page "http://search.cpan.org/dist/LWP-Online/") + (home-page "https://metacpan.org/release/LWP-Online") (synopsis "Checks whether your process has access to the web") (description "This module attempts to answer, as accurately as it can, one of the nastiest technical questions there is: am I on the internet? @@ -3098,7 +3098,7 @@ (define-public perl-lwp-mediatypes known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead.") - (home-page "http://search.cpan.org/~gaas/LWP-MediaTypes/"))) + (home-page "https://metacpan.org/release/LWP-MediaTypes"))) (define-public perl-lwp-protocol-https (package @@ -3122,7 +3122,7 @@ (define-public perl-lwp-protocol-https ;; Users should instead make sure SSL_ca_path is set properly. ;; ("perl-mozilla-ca" ,perl-mozilla-ca) ("perl-net-http" ,perl-net-http))) - (home-page "http://search.cpan.org/dist/LWP-Protocol-https") + (home-page "https://metacpan.org/release/LWP-Protocol-https") (synopsis "HTTPS support for LWP::UserAgent") (description "The LWP::Protocol::https module provides support for using https schemed URLs with LWP.") @@ -3143,7 +3143,7 @@ (define-public perl-lwp-useragent-determined (build-system perl-build-system) (propagated-inputs `(("perl-libwww" ,perl-libwww))) - (home-page "http://search.cpan.org/dist/LWP-UserAgent-Determined") + (home-page "https://metacpan.org/release/LWP-UserAgent-Determined") (synopsis "Virtual browser that retries errors") (description "LWP::UserAgent::Determined works just like LWP::UserAgent, except that when you use it to get a web page but run into a @@ -3189,7 +3189,7 @@ (define-public perl-net-amazon-s3 ("perl-term-progressbar-simple" ,perl-term-progressbar-simple) ("perl-uri" ,perl-uri) ("perl-xml-libxml" ,perl-xml-libxml))) - (home-page "http://search.cpan.org/dist/Net-Amazon-S3") + (home-page "https://metacpan.org/release/Net-Amazon-S3") (synopsis "Perl interface to Amazon S3") (description "This module provides a Perlish interface to Amazon S3.") (license l:perl-license))) @@ -3217,7 +3217,7 @@ (define-public perl-net-http Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.") - (home-page "http://search.cpan.org/dist/Net-HTTP"))) + (home-page "https://metacpan.org/release/Net-HTTP"))) (define-public perl-net-server (package @@ -3232,7 +3232,7 @@ (define-public perl-net-server (base32 "0gw1k9gcw7habbkxvsfa2gz34brlbwcidk6khgsf1qjm0dbccrw2")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Net-Server") + (home-page "https://metacpan.org/release/Net-Server") (synopsis "Extensible Perl server engine") (description "Net::Server is an extensible, generic Perl server engine. It attempts to be a generic server as in Net::Daemon and NetServer::Generic. @@ -3261,7 +3261,7 @@ (define-public perl-net-smtp-ssl (build-system perl-build-system) (propagated-inputs `(("perl-io-socket-ssl" ,perl-io-socket-ssl))) - (home-page "http://search.cpan.org/dist/Net-SMTP-SSL") + (home-page "https://metacpan.org/release/Net-SMTP-SSL") (synopsis "SSL support for Net::SMTP") (description "SSL support for Net::SMTP.") (license l:perl-license))) @@ -3296,7 +3296,7 @@ (define-public perl-plack ("perl-test-tcp" ,perl-test-tcp) ("perl-try-tiny" ,perl-try-tiny) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/Plack") + (home-page "https://metacpan.org/release/Plack") (synopsis "Perl Superglue for Web frameworks and servers (PSGI toolkit)") (description "Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server, and utilities for Web @@ -3323,7 +3323,7 @@ (define-public perl-plack-middleware-fixmissingbodyinredirect ("perl-http-message" ,perl-http-message) ("perl-plack" ,perl-plack))) ;for Plack::Test (home-page - "http://search.cpan.org/dist/Plack-Middleware-FixMissingBodyInRedirect") + "https://metacpan.org/release/Plack-Middleware-FixMissingBodyInRedirect") (synopsis "Plack::Middleware which sets body for redirect response") (description "This module sets the body in redirect response, if it's not already set.") @@ -3347,7 +3347,7 @@ (define-public perl-plack-middleware-methodoverride `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-plack" ,perl-plack))) - (home-page "http://search.cpan.org/dist/Plack-Middleware-MethodOverride") + (home-page "https://metacpan.org/release/Plack-Middleware-MethodOverride") (synopsis "Override REST methods to Plack apps via POST") (description "This middleware allows for POST requests that pretend to be something else: by adding either a header named X-HTTP-Method-Override to the @@ -3372,7 +3372,7 @@ (define-public perl-plack-middleware-removeredundantbody (propagated-inputs `(("perl-plack" ,perl-plack))) (home-page - "http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody") + "https://metacpan.org/release/Plack-Middleware-RemoveRedundantBody") (synopsis "Plack::Middleware which removes body for HTTP response") (description "This module removes the body in an HTTP response if it's not required.") @@ -3396,7 +3396,7 @@ (define-public perl-plack-middleware-reverseproxy `(("perl-module-install" ,perl-module-install))) (propagated-inputs `(("perl-plack" ,perl-plack))) - (home-page "http://search.cpan.org/dist/Plack-Middleware-ReverseProxy") + (home-page "https://metacpan.org/release/Plack-Middleware-ReverseProxy") (synopsis "Supports app to run as a reverse proxy backend") (description "Plack::Middleware::ReverseProxy resets some HTTP headers, which are changed by reverse-proxy. You can specify the reverse proxy address @@ -3418,7 +3418,7 @@ (define-public perl-plack-test-externalserver (build-system perl-build-system) (propagated-inputs `(("perl-plack" ,perl-plack))) - (home-page "http://search.cpan.org/dist/Plack-Test-ExternalServer") + (home-page "https://metacpan.org/release/Plack-Test-ExternalServer") (synopsis "Run HTTP tests on external live servers") (description "This module allows your to run your Plack::Test tests against an external server instead of just against a local application through @@ -3441,7 +3441,7 @@ (define-public perl-test-tcp (propagated-inputs `(("perl-test-sharedfork" ,perl-test-sharedfork))) (arguments `(#:tests? #f)) ;related to signaling in t/05_sigint.t - (home-page "http://search.cpan.org/dist/Test-TCP") + (home-page "https://metacpan.org/release/Test-TCP") (synopsis "Testing TCP programs") (description "Test::TCP is test utilities for TCP/IP programs.") (license l:perl-license))) @@ -3467,7 +3467,7 @@ (define-public perl-test-www-mechanize ("perl-libwww" ,perl-libwww) ("perl-test-longstring" ,perl-test-longstring) ("perl-www-mechanize" ,perl-www-mechanize))) - (home-page "http://search.cpan.org/dist/Test-WWW-Mechanize") + (home-page "https://metacpan.org/release/Test-WWW-Mechanize") (synopsis "Testing-specific WWW::Mechanize subclass") (description "Test::WWW::Mechanize is a subclass of the Perl module WWW::Mechanize that incorporates features for web application testing.") @@ -3502,7 +3502,7 @@ (define-public perl-test-www-mechanize-catalyst ("perl-namespace-clean" ,perl-namespace-clean) ("perl-test-www-mechanize" ,perl-test-www-mechanize) ("perl-www-mechanize" ,perl-www-mechanize))) - (home-page "http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst") + (home-page "https://metacpan.org/release/Test-WWW-Mechanize-Catalyst") (synopsis "Test::WWW::Mechanize for Catalyst") (description "The Test::WWW::Mechanize::Catalyst module meshes the Test::WWW:Mechanize module and the Catalyst web application framework to allow @@ -3527,7 +3527,7 @@ (define-public perl-test-www-mechanize-psgi (propagated-inputs `(("perl-plack" ,perl-plack) ("perl-test-www-mechanize" ,perl-test-www-mechanize))) - (home-page "http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI") + (home-page "https://metacpan.org/release/Test-WWW-Mechanize-PSGI") (synopsis "Test PSGI programs using WWW::Mechanize") (description "PSGI is a specification to decouple web server environments from web application framework code. Test::WWW::Mechanize is a subclass of @@ -3557,7 +3557,7 @@ (define-public perl-uri "The URI module implements the URI class. Objects of this class represent \"Uniform Resource Identifier references\" as specified in RFC 2396 and updated by RFC 2732.") - (home-page "http://search.cpan.org/dist/URI/"))) + (home-page "https://metacpan.org/release/URI"))) (define-public perl-uri-fetch (package @@ -3577,7 +3577,7 @@ (define-public perl-uri-fetch `(("perl-class-errorhandler" ,perl-class-errorhandler) ("perl-libwww" ,perl-libwww) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/URI-Fetch") + (home-page "https://metacpan.org/release/URI-Fetch") (synopsis "Smart URI fetching/caching") (description "@code{URI::Fetch} is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- @@ -3601,7 +3601,7 @@ (define-public perl-uri-find `(("perl-module-build" ,perl-module-build))) (propagated-inputs `(("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/URI-Find") + (home-page "https://metacpan.org/release/URI-Find") (synopsis "Find URIs in arbitrary text") (description "This module finds URIs and URLs (according to what URI.pm considers a URI) in plain text. It only finds URIs which include a @@ -3624,7 +3624,7 @@ (define-public perl-uri-ws (build-system perl-build-system) (propagated-inputs `(("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/URI-ws") + (home-page "https://metacpan.org/release/URI-ws") (synopsis "WebSocket support for URI package") (description "With this module, the URI package provides the same set of methods for WebSocket URIs as it does for HTTP URIs.") @@ -3649,7 +3649,7 @@ (define-public perl-uri-template ("perl-test-pod" ,perl-test-pod) ("perl-module-install" ,perl-module-install) ("perl-json" ,perl-json))) - (home-page "http://search.cpan.org/dist/URI-Template") + (home-page "https://metacpan.org/release/URI-Template") (synopsis "Object for handling URI templates") (description "This perl module provides a wrapper around URI templates as described in RFC 6570.") @@ -3688,7 +3688,7 @@ (define-public perl-www-curl "This is a Perl extension interface for the libcurl file downloading library.") (license l:perl-license) - (home-page "http://search.cpan.org/dist/WWW-Curl"))) + (home-page "https://metacpan.org/release/WWW-Curl"))) (define-public perl-www-mechanize (package @@ -3718,7 +3718,7 @@ (define-public perl-www-mechanize ("perl-libwww" ,perl-libwww) ("perl-test-warn" ,perl-test-warn) ("perl-uri" ,perl-uri))) - (home-page "http://search.cpan.org/dist/WWW-Mechanize") + (home-page "https://metacpan.org/release/WWW-Mechanize") (synopsis "Web browsing in a Perl object") (description "WWW::Mechanize is a Perl module for stateful programmatic web browsing, used for automating interaction with websites.") @@ -3755,7 +3755,7 @@ (define-public perl-www-opensearch ("perl-uri-template" ,perl-uri-template) ("perl-xml-feed" ,perl-xml-feed) ("perl-xml-libxml" ,perl-xml-libxml))) - (home-page "http://search.cpan.org/dist/WWW-OpenSearch") + (home-page "https://metacpan.org/release/WWW-OpenSearch") (synopsis "Search A9 OpenSearch compatible engines") (description "@code{WWW::OpenSearch} is a module to search @url{A9's OpenSearch, @@ -3785,7 +3785,7 @@ (define-public perl-www-robotrules . Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.") - (home-page "http://search.cpan.org/~gaas/WWW-RobotRules/"))) + (home-page "https://metacpan.org/release/WWW-RobotRules"))) (define-public python-feedparser (package @@ -6436,7 +6436,7 @@ (define-public perl-html-tidy ("tidyp" ,tidyp))) (native-inputs `(("perl-test-exception" ,perl-test-exception))) - (home-page "http://search.cpan.org/dist/HTML-Tidy/") + (home-page "https://metacpan.org/release/HTML-Tidy") (synopsis "(X)HTML validation in a Perl object") (description "@code{HTML::Tidy} is an HTML checker in a handy dandy object. It's meant as a replacement for @code{HTML::Lint}, which is written diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index e83f07bc54..071fea16da 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -248,7 +248,7 @@ (define-public perl-anyevent-i3 (propagated-inputs `(("perl-anyevent" ,perl-anyevent) ("perl-json-xs" ,perl-json-xs))) - (home-page "http://search.cpan.org/dist/AnyEvent-I3") + (home-page "https://metacpan.org/release/AnyEvent-I3") (synopsis "Communicate with the i3 window manager through perl") (description diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b86daa7883..9c8e3cef08 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -220,7 +220,7 @@ (define-public perl-graph-readwrite ("perl-parse-yapp" ,perl-parse-yapp) ("perl-xml-parser" ,perl-xml-parser) ("perl-xml-writer" ,perl-xml-writer))) - (home-page "http://search.cpan.org/dist/Graph-ReadWrite") + (home-page "https://metacpan.org/release/Graph-ReadWrite") (synopsis "Modules for reading and writing directed graphs") (description "This is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in @@ -267,7 +267,7 @@ (define-public perl-xml-atom ("perl-uri" ,perl-uri) ("perl-xml-libxml" ,perl-xml-libxml) ("perl-xml-xpath" ,perl-xml-xpath))) - (home-page "http://search.cpan.org/dist/XML-Atom") + (home-page "https://metacpan.org/release/XML-Atom") (synopsis "Atom feed and API implementation") (description "Atom is a syndication, API, and archiving format for weblogs and other data. @@ -291,7 +291,7 @@ (define-public perl-xml-descent (propagated-inputs `(("perl-test-differences" ,perl-test-differences) ("perl-xml-tokeparser" ,perl-xml-tokeparser))) - (home-page "http://search.cpan.org/dist/XML-Descent") + (home-page "https://metacpan.org/release/XML-Descent") (synopsis "Recursive descent XML parsing") (description "The conventional models for parsing XML are either @dfn{DOM} @@ -331,7 +331,7 @@ (define-public perl-xml-parser then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.") - (home-page "http://search.cpan.org/dist/XML-Parser"))) + (home-page "https://metacpan.org/release/XML-Parser"))) (define-public perl-xml-tokeparser (package @@ -346,7 +346,7 @@ (define-public perl-xml-tokeparser "1hnpwb3lh6cbgwvjjgqzcp6jm4mp612qn6ili38adc9nhkwv8fc5")))) (build-system perl-build-system) (propagated-inputs `(("perl-xml-parser" ,perl-xml-parser))) - (home-page "http://search.cpan.org/dist/XML-TokeParser") + (home-page "https://metacpan.org/release/XML-TokeParser") (synopsis "Simplified interface to XML::Parser") (description "@code{XML::TokeParser} provides a procedural (\"pull mode\") interface @@ -378,7 +378,7 @@ (define-public perl-libxml documents for working with XML in Perl. libxml-perl software works in combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM}, @code{XML::Grove}, and others.") - (home-page "http://search.cpan.org/dist/libxml-perl"))) + (home-page "https://metacpan.org/release/libxml-perl"))) (define-public perl-xml-libxml (package @@ -398,7 +398,7 @@ (define-public perl-xml-libxml ("perl-xml-sax" ,perl-xml-sax))) (inputs `(("libxml2" ,libxml2))) - (home-page "http://search.cpan.org/dist/XML-LibXML") + (home-page "https://metacpan.org/release/XML-LibXML") (synopsis "Perl interface to libxml2") (description "This module implements a Perl interface to the libxml2 library which provides interfaces for parsing and manipulating XML files. This @@ -421,7 +421,7 @@ (define-public perl-xml-libxml-simple (propagated-inputs `(("perl-file-slurp-tiny" ,perl-file-slurp-tiny) ("perl-xml-libxml" ,perl-xml-libxml))) - (home-page "http://search.cpan.org/dist/XML-LibXML-Simple") + (home-page "https://metacpan.org/release/XML-LibXML-Simple") (synopsis "XML::LibXML based XML::Simple clone") (description "This package provides the same API as @code{XML::Simple} but is based on @@ -445,7 +445,7 @@ (define-public perl-xml-libxslt `(("libxslt" ,libxslt))) (propagated-inputs `(("perl-xml-libxml" ,perl-xml-libxml))) - (home-page "http://search.cpan.org/dist/XML-LibXSLT") + (home-page "https://metacpan.org/release/XML-LibXSLT") (synopsis "Perl bindings to GNOME libxslt library") (description "This Perl module is an interface to the GNOME project's libxslt library.") @@ -464,7 +464,7 @@ (define-public perl-xml-namespacesupport (base32 "1vz5pbi4lm5fhq2slrs2hlp6bnk29863abgjlcx43l4dky2rbsa7")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/XML-NamespaceSupport") + (home-page "https://metacpan.org/release/XML-NamespaceSupport") (synopsis "XML namespace support class") (description "This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps @@ -498,7 +498,7 @@ (define-public perl-xml-rss ("perl-datetime-format-w3cdtf" ,perl-datetime-format-w3cdtf) ("perl-html-parser" ,perl-html-parser) ("perl-xml-parser" ,perl-xml-parser))) - (home-page "http://search.cpan.org/dist/XML-RSS") + (home-page "https://metacpan.org/release/XML-RSS") (synopsis "Creates and updates RSS files") (description "This module provides a basic framework for creating and maintaining @@ -535,7 +535,7 @@ (define-public perl-xml-sax (string-append (getenv "PERL5LIB") ":" (assoc-ref outputs "out") "/lib/perl5/site_perl"))))))) - (home-page "http://search.cpan.org/dist/XML-SAX") + (home-page "https://metacpan.org/release/XML-SAX") (synopsis "Perl API for XML") (description "XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers.") @@ -554,7 +554,7 @@ (define-public perl-xml-sax-base (base32 "1l1ai9g1z11ja7mvnfl5mj346r13jyckbg9qlw6c2izglidkbjv6")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/XML-SAX-Base") + (home-page "https://metacpan.org/release/XML-SAX-Base") (synopsis "Base class for SAX Drivers and Filters") (description "This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input @@ -585,7 +585,7 @@ (define-public perl-xml-simple "The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules).") - (home-page "http://search.cpan.org/dist/XML-Simple"))) + (home-page "https://metacpan.org/release/XML-Simple"))) (define-public perl-xml-regexp (package @@ -608,7 +608,7 @@ (define-public perl-xml-regexp "XML::RegExp contains regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue.") - (home-page "http://search.cpan.org/~tjmather/XML-RegExp/lib/XML/RegExp.pm"))) + (home-page "https://metacpan.org/release/XML-RegExp"))) (define-public perl-xml-dom (package @@ -637,7 +637,7 @@ (define-public perl-xml-dom level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML strings or files and builds a data structure that conforms to the API of the Document Object Model.") - (home-page "http://search.cpan.org/dist/XML-DOM"))) + (home-page "https://metacpan.org/release/XML-DOM"))) (define-public perl-xml-compile-tester (package @@ -654,7 +654,7 @@ (define-public perl-xml-compile-tester (propagated-inputs `(("perl-log-report" ,perl-log-report) ("perl-test-deep" ,perl-test-deep))) - (home-page "http://search.cpan.org/dist/XML-Compile-Tester") + (home-page "https://metacpan.org/release/XML-Compile-Tester") (synopsis "XML::Compile related regression testing") (description "The @code{XML::Compile} module suite has extensive regression testing. @@ -679,7 +679,7 @@ (define-public perl-xml-compile ("perl-xml-compile-tester" ,perl-xml-compile-tester) ("perl-xml-libxml" ,perl-xml-libxml) ("perl-test-deep" ,perl-test-deep))) - (home-page "http://search.cpan.org/dist/XML-Compile") + (home-page "https://metacpan.org/release/XML-Compile") (synopsis "Compilation-based XML processing") (description "@code{XML::Compile} can be used to translate a Perl data-structure into @@ -704,7 +704,7 @@ (define-public perl-xml-compile-cache ("perl-xml-compile" ,perl-xml-compile) ("perl-xml-compile-tester" ,perl-xml-compile-tester) ("perl-xml-libxml-simple" ,perl-xml-libxml-simple))) - (home-page "http://search.cpan.org/dist/XML-Compile-Cache") + (home-page "https://metacpan.org/release/XML-Compile-Cache") (synopsis "Cache compiled XML translators") (description "This package provides methods to cache compiled XML translators.") @@ -729,7 +729,7 @@ (define-public perl-xml-compile-soap ("perl-xml-compile" ,perl-xml-compile) ("perl-xml-compile-cache" ,perl-xml-compile-cache) ("perl-xml-compile-tester" ,perl-xml-compile-tester))) - (home-page "http://search.cpan.org/dist/XML-Compile-SOAP") + (home-page "https://metacpan.org/release/XML-Compile-SOAP") (synopsis "Base-class for SOAP implementations") (description "This module provides a class to handle the SOAP protocol. The first @@ -755,7 +755,7 @@ (define-public perl-xml-compile-wsdl11 ("perl-xml-compile" ,perl-xml-compile) ("perl-xml-compile-cache" ,perl-xml-compile-cache) ("perl-xml-compile-soap" ,perl-xml-compile-soap))) - (home-page "http://search.cpan.org/dist/XML-Compile-WSDL11") + (home-page "https://metacpan.org/release/XML-Compile-WSDL11") (synopsis "Create SOAP messages defined by WSDL 1.1") (description "This module understands WSDL version 1.1. A WSDL file defines a set of @@ -795,7 +795,7 @@ (define-public perl-xml-feed ("perl-xml-atom" ,perl-xml-atom) ("perl-xml-libxml" ,perl-xml-libxml) ("perl-xml-rss" ,perl-xml-rss))) - (home-page "http://search.cpan.org/dist/XML-Feed") + (home-page "https://metacpan.org/release/XML-Feed") (synopsis "XML Syndication Feed Support") (description "@code{XML::Feed} is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. @@ -819,7 +819,7 @@ (define-public perl-xml-xpath `(("perl-path-tiny" ,perl-path-tiny))) (propagated-inputs `(("perl-xml-parser" ,perl-xml-parser))) - (home-page "http://search.cpan.org/dist/XML-XPath") + (home-page "https://metacpan.org/release/XML-XPath") (synopsis "Parse and evaluate XPath statements") (description "This module aims to comply exactly to the @url{XPath specification, @@ -1348,7 +1348,7 @@ (define-public perl-xml-xpathengine (base32 "0r72na14bmsxfd16s9nlza155amqww0k8wsa9x2a3sqbpp5ppznj")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/XML-XPathEngine/") + (home-page "https://metacpan.org/release/XML-XPathEngine") (synopsis "Re-usable XPath engine for DOM-like trees") (description "This module provides an XPath engine, that can be re-used by other @@ -1373,7 +1373,7 @@ (define-public perl-tree-xpathengine (base32 "1vbbw8wxm79r3xbra8narw1dqvm34510q67wbmg2zmj6zd1k06r9")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Tree-XPathEngine/") + (home-page "https://metacpan.org/release/Tree-XPathEngine") (synopsis "Re-usable XPath engine") (description "This module provides an XPath engine, that can be re-used by other @@ -1397,7 +1397,7 @@ (define-public perl-xml-filter-buffertext (build-system perl-build-system) (propagated-inputs `(("perl-xml-sax-base" ,perl-xml-sax-base))) - (home-page "http://search.cpan.org/dist/XML-Filter-BufferText/") + (home-page "https://metacpan.org/release/XML-Filter-BufferText") (synopsis "Filter to put all characters() in one event") (description "This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide @@ -1424,7 +1424,7 @@ (define-public perl-xml-sax-writer ("perl-xml-filter-buffertext" ,perl-xml-filter-buffertext) ("perl-xml-namespacesupport" ,perl-xml-namespacesupport) ("perl-xml-sax-base" ,perl-xml-sax-base))) - (home-page "http://search.cpan.org/dist/XML-SAX-Writer/") + (home-page "https://metacpan.org/release/XML-SAX-Writer") (synopsis "SAX2 XML Writer") (description "This is an XML writer that understands SAX2. It is based on @@ -1446,7 +1446,7 @@ (define-public perl-xml-handler-yawriter (build-system perl-build-system) (propagated-inputs `(("perl-libxml" ,perl-libxml))) - (home-page "http://search.cpan.org/dist/XML-Handler-YAWriter/") + (home-page "https://metacpan.org/release/XML-Handler-YAWriter") (synopsis "Yet another Perl SAX XML Writer") (description "YAWriter implements Yet Another @code{XML::Handler::Writer}. It provides a flexible escaping technique and pretty printing.") @@ -1481,7 +1481,7 @@ (define-public perl-xml-twig ("perl-xml-xpathengine" ,perl-xml-xpathengine) ("perl-test-pod" ,perl-test-pod) ("perl-tree-xpathengine" ,perl-tree-xpathengine))) - (home-page "http://search.cpan.org/dist/XML-Twig/") + (home-page "https://metacpan.org/release/XML-Twig") (synopsis "Perl module for processing huge XML documents in tree mode") (description "@code{XML::Twig} is an XML transformation module. Its strong points: can be used to process huge documents while still being in tree diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm index 08bed8767c..d0ff64ed05 100644 --- a/guix/import/cpan.scm +++ b/guix/import/cpan.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2016 Alex Sassmannshausen -;;; Copyright © 2017 Tobias Geerinckx-Rice +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -117,7 +117,7 @@ (define (cpan-fetch name) (json-fetch-alist (string-append "https://fastapi.metacpan.org/v1/release/" name))) (define (cpan-home name) - (string-append "http://search.cpan.org/dist/" name "/")) + (string-append "https://metacpan.org/release/" name)) (define (cpan-source-url meta) "Return the download URL for a module's source tarball." -- cgit v1.2.3 From 2f9891725d3c375134b0d8e97e0033df1fe516da Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:33:21 +0200 Subject: gnu: perl-file-mimeinfo: Update to 0.29. * gnu/packages/freedesktop.scm (perl-file-mimeinfo): Update to 0.29. --- gnu/packages/freedesktop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 3ca8aceeb5..6f8aa6d0e0 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1218,7 +1218,7 @@ (define-public perl-file-desktopentry (define-public perl-file-mimeinfo (package (name "perl-file-mimeinfo") - (version "0.28") + (version "0.29") (source (origin (method url-fetch) @@ -1226,7 +1226,7 @@ (define-public perl-file-mimeinfo "File-MimeInfo-" version ".tar.gz")) (sha256 (base32 - "1ipbh63bkh1r2gy5g7q4bzhki8j29mm1jkhbv60p9vwsdys5s91a")))) + "1sh8r6vczyz08zm8vfsjmkg6a165wch54akjdrd1vbifcmwjg5pi")))) (build-system perl-build-system) ;; If the tests are fixed, add perl-test-pod, perl-test-pod-coverage, and ;; perl-test-tiny as native-inputs. -- cgit v1.2.3 From 7e1d376d304ad1c60007cfd06aae0fae0cd76642 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:42:53 +0200 Subject: gnu: fortune-mod: Don't use unstable tarball. * gnu/packages/games.scm (fortune-mod)[source]: Use GIT-FETCH and GIT-FILE-NAME. --- gnu/packages/games.scm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 453f732a5d..2744d46a9c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5193,13 +5193,16 @@ (define-public fortune-mod (package (name "fortune-mod") (version "2.4.1") - (source (origin - (method url-fetch) - (uri (string-append "https://github.com/shlomif/fortune-mod/" - "archive/" name "-" version ".tar.gz")) - (sha256 - (base32 - "1hnqpkassh7fwg2jgvybr8mw7vzfikbrhb5r22367ilfwxnl9yd2")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/shlomif/fortune-mod") + (commit (string-append name "-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ayicdqjm9vfngp89kjw778q6lnawgc08zgn5l8ld4zd7ip11s8c")))) (build-system cmake-build-system) (arguments `(#:test-target "check" -- cgit v1.2.3 From 424fd768288b8629fff5ff3b56a8f4870eafc5dd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:43:54 +0200 Subject: gnu: fortune-mod: Update to 2.6.1. * gnu/packages/games.scm (fortune-mod): Update to 2.6.1. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2744d46a9c..8d5ffc3436 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5192,7 +5192,7 @@ (define-public gzdoom (define-public fortune-mod (package (name "fortune-mod") - (version "2.4.1") + (version "2.6.1") (source (origin (method git-fetch) @@ -5202,7 +5202,7 @@ (define-public fortune-mod (file-name (git-file-name name version)) (sha256 (base32 - "1ayicdqjm9vfngp89kjw778q6lnawgc08zgn5l8ld4zd7ip11s8c")))) + "17183z8ls6hrngh8a3374csagqa2acs8jl21dqm7gwj4lk0ghkba")))) (build-system cmake-build-system) (arguments `(#:test-target "check" -- cgit v1.2.3 From 5635b4d67dde8c78c424f74d48483f5b136d9d7e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 18:35:35 +0200 Subject: gnu: perl-glib: Update to 1.327. * gnu/packages/glib.scm (perl-glib): Update to 1.327. --- gnu/packages/glib.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index b438c61c8d..33b77555b5 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -670,7 +670,7 @@ (define-public python2-pygobject (define-public perl-glib (package (name "perl-glib") - (version "1.326") + (version "1.327") (source (origin (method url-fetch) (uri (string-append @@ -678,7 +678,7 @@ (define-public perl-glib version ".tar.gz")) (sha256 (base32 - "0prn9kkdpwjq9qmzqashbhk3pq4gvlrmvm3b10xf1dhc48406382")))) + "0n7hjhbh5xhagvb0qjwzg21j22ks0csah0chgk98g4wnfllxjl0k")))) (build-system perl-build-system) (native-inputs `(("perl-extutils-depends" ,perl-extutils-depends) -- cgit v1.2.3 From d2b8900f58b269a8e1bc66510aca264ab653fb8c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 18:39:56 +0200 Subject: gnu: perl-lingua-en-tagger: Update to 0.29. * gnu/packages/language.scm (perl-lingua-en-tagger): Update to 0.29. --- gnu/packages/language.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 919c169b6a..110f07a476 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -149,7 +149,7 @@ (define-public perl-lingua-en-number-isordinal (define-public perl-lingua-en-tagger (package (name "perl-lingua-en-tagger") - (version "0.28") + (version "0.29") (source (origin (method url-fetch) @@ -157,7 +157,7 @@ (define-public perl-lingua-en-tagger "Lingua-EN-Tagger-" version ".tar.gz")) (sha256 (base32 - "1rm223d871s150dgnhbar71w56bim950cp45f0904w6px5fifcqa")))) + "0dssn101kmpkh2ik1430mj2ikk04849vbpgi60382kvh9xn795na")))) (build-system perl-build-system) (propagated-inputs `(("perl-memoize-expirelru" ,perl-memoize-expirelru) -- cgit v1.2.3 From 3a2f1d93dfc580863d9e36b8e746709d1d228dfd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 18:43:36 +0200 Subject: gnu: perl-email-simple: Update to 2.216. * gnu/packages/mail.scm (perl-email-simple): Update to 2.216. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 486fd165bc..32483eaa6d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1568,7 +1568,7 @@ (define-public perl-email-sender (define-public perl-email-simple (package (name "perl-email-simple") - (version "2.214") + (version "2.216") (source (origin (method url-fetch) @@ -1576,7 +1576,7 @@ (define-public perl-email-simple "Email-Simple-" version ".tar.gz")) (sha256 (base32 - "14kb86hi0m0bqc7kxpm4x5kvfsyj2x86gggbvpxhx9hy8hvjpw5j")))) + "1m4brbjvalyp5kjqslqv4155dzwg977shxin208i7lc8236n6pyq")))) (build-system perl-build-system) (propagated-inputs `(("perl-email-date-format" ,perl-email-date-format))) -- cgit v1.2.3 From abf06df2d5e36186bbef69fb3fec86712937336c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:48:37 +0200 Subject: gnu: fortune-mod: Return #t from all phases. * gnu/packages/games.scm (fortune-mod)[arguments]: Return #t rather than undefined from phases. --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8d5ffc3436..bb3736fe81 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5215,7 +5215,8 @@ (define-public fortune-mod (copy-file cmake-rules (string-append "fortune-mod/cmake/" (strip-store-file-name cmake-rules))) - (chdir "fortune-mod")))) + (chdir "fortune-mod") + #t))) (add-after 'install 'fix-install-directory ;; Move binary from "games/" to "bin/". (lambda* (#:key outputs #:allow-other-keys) -- cgit v1.2.3 From aeb6d9a617c04f41067439db5289a38a91db52c0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:35:51 +0200 Subject: gnu: angband: Update to 4.1.3. * gnu/packages/games.scm (angband): Update to 4.1.3. --- gnu/packages/games.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index bb3736fe81..9b726cf129 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1082,7 +1082,7 @@ (define-public abbaye (define-public angband (package (name "angband") - (version "4.1.2") + (version "4.1.3") (source (origin (method url-fetch) @@ -1091,7 +1091,7 @@ (define-public angband "/angband-" version ".tar.gz")) (sha256 (base32 - "0ahfzb66ihxvkxcbhcib816x40sdsp26b3ravr1xqp44w1whkg1h")) + "0vs0314lbdc6rzxn4jnb7zp6n1p1cdb8r53savadn7k9vbwc80ll")) (modules '((guix build utils))) (snippet ;; So, some of the sounds/graphics/tilesets are under different @@ -1111,7 +1111,7 @@ (define-public angband #t)))) (build-system gnu-build-system) (arguments - `(#:tests? #f ;no check target + `(#:tests? #f ; no check target #:configure-flags (list (string-append "--bindir=" %output "/bin")) #:phases (modify-phases %standard-phases -- cgit v1.2.3 From b01a87900760a4d10c59da64cebd7bd1c40e8fb2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 18:37:28 +0200 Subject: gnu: jpegoptim: Update to 1.4.6. * gnu/packages/image.scm (jpegoptim): Update to 1.4.6. --- gnu/packages/image.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index b604712c99..e50802d24f 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -340,18 +340,17 @@ (define-public libjxr (define-public jpegoptim (package (name "jpegoptim") - (version "1.4.5") + (version "1.4.6") (source (origin (method url-fetch) (uri (string-append "http://www.kokkonen.net/tjko/src/jpegoptim-" version ".tar.gz")) (sha256 (base32 - "1mngi8c4mhzwa7i4wqrqq6i80cqj4adbacblfvk6dy573wywyxmi")))) + "1dss7907fclfl8zsw0bl4qcw0hhz6fqgi3867w0jyfm3q9jfpcc8")))) (build-system gnu-build-system) (inputs `(("libjpeg" ,libjpeg))) (arguments - ;; no tests - '(#:tests? #f)) + '(#:tests? #f)) ; no tests (synopsis "Optimize JPEG images") (description "jpegoptim provides lossless optimization (based on optimizing -- cgit v1.2.3 From 743c5be2d6e0dd135a1a2ed02a7f99401688034c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 18:52:46 +0200 Subject: gnu: discount: Remove bogus FILE-NAME. The upstream name is fine. * gnu/packages/markup.scm (discount)[source]: Remove FILE-NAME. --- gnu/packages/markup.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 5633eb8a77..5bf07572a8 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -115,7 +115,6 @@ (define-public discount (uri (string-append "http://www.pell.portland.or.us/~orc/Code/" name "/" name "-" version ".tar.bz2")) - (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc")))) -- cgit v1.2.3 From 7e72f5471bb1890f2f0ecc14bcc2be6047131f27 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 18:53:37 +0200 Subject: gnu: discount: Update to 2.2.4. * gnu/packages/markup.scm (discount): Update to 2.2.4. --- gnu/packages/markup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 5bf07572a8..50969c8b16 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -109,7 +109,7 @@ (define-public markdown (define-public discount (package (name "discount") - (version "2.2.2") + (version "2.2.4") (source (origin (method url-fetch) (uri (string-append @@ -117,7 +117,7 @@ (define-public discount name "/" name "-" version ".tar.bz2")) (sha256 (base32 - "0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc")))) + "199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl")))) (build-system gnu-build-system) (arguments `(#:test-target "test" -- cgit v1.2.3 From fab8a9f9c33e889e70a3fb2358d986c72e17efc3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 9 Aug 2018 19:19:03 +0530 Subject: gnu: ccid: Move pcsc-lite from inputs to native-inputs. pcsc-lite only provides the headers to build ccid. So, it is sufficient that it be a native-input. * gnu/packages/security-token.scm (ccid)[inputs]: Move pcsc-lite to ... [native-inputs]: ... here. --- gnu/packages/security-token.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 7fdcaaf1ea..68cda50170 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2017 Ricardo Wurmus ;;; Copyright © 2018 Chris Marusich +;;; Copyright © 2018 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -75,11 +76,11 @@ (define-public ccid (("/bin/echo") (which "echo"))) #t))))) (native-inputs - `(("perl" ,perl) + `(("pcsc-lite" ,pcsc-lite) ; only required for headers + ("perl" ,perl) ("pkg-config" ,pkg-config))) (inputs - `(("libusb" ,libusb) - ("pcsc-lite" ,pcsc-lite))) + `(("libusb" ,libusb))) (home-page "https://ccid.apdu.fr/") (synopsis "PC/SC driver for USB smart card devices") (description -- cgit v1.2.3 From fe0fb890ea41a8faec5192939eb974e0139fde13 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 12 Aug 2018 00:13:17 +0200 Subject: gnu: Add ghc-parsec-numbers. * gnu/packages/haskell.scm (ghc-parsec-numbers): New public variable. --- gnu/packages/haskell.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7f14c59450..2673ca5e5d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1698,6 +1698,27 @@ (define-public ghc-mtl @uref{https://web.cecs.pdx.edu/~mpj/pubs/springschool.html, the paper}.") (license license:bsd-3))) +(define-public ghc-parsec-numbers + (package + (name "ghc-parsec-numbers") + (version "0.1.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/" + "parsec-numbers/parsec-numbers-" version ".tar.gz")) + (sha256 + (base32 "1gzy4v3r02kvdxvgg1nj83mmb6aph2v4ilf9c7y6nbvi2x49l0bp")))) + (build-system haskell-build-system) + (inputs + `(("ghc-parsec" ,ghc-parsec))) + (home-page "http://hackage.haskell.org/package/parsec-numbers") + (synopsis "Utilities for parsing numbers from strings") + (description + "This package provides the number parsers without the need to use a large +(and unportable) token parser.") + (license license:bsd-3))) + (define-public ghc-paths (package (name "ghc-paths") -- cgit v1.2.3 From d877e0d84c59993128e88f4d5f02829fe22c55e6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 12 Aug 2018 00:24:30 +0200 Subject: gnu: xmobar: Update to 0.27. * gnu/packages/wm.scm (xmobar): Update to 0.27. [inputs]: Add ghc-parsec-numbers. --- gnu/packages/wm.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 071fea16da..cad1cba4ce 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -505,14 +505,14 @@ (define-public xmonad (define-public xmobar (package (name "xmobar") - (version "0.26") + (version "0.27") (source (origin (method url-fetch) (uri (string-append "mirror://hackage/package/xmobar/" name "-" version ".tar.gz")) (sha256 (base32 - "19g40vqj3cs94i27f66194k7d5cazrv1lx54bz9kc0qy2npxjzgz")))) + "0agx490q6sbmv3vfq33ys8dsrgwizj3bmha4i1pkxz5wp5q8cx3l")))) (build-system haskell-build-system) (native-inputs `(("ghc-hspec" ,ghc-hspec) @@ -522,6 +522,7 @@ (define-public xmobar ("ghc-http" ,ghc-http) ("ghc-iwlib" ,ghc-iwlib) ("ghc-parsec" ,ghc-parsec) + ("ghc-parsec-numbers" ,ghc-parsec-numbers) ("ghc-regex-compat" ,ghc-regex-compat) ("ghc-stm" ,ghc-stm) ("ghc-x11-xft" ,ghc-x11-xft) -- cgit v1.2.3 From c8e15c9fb97a515b0e1fb0cdcc75f1be4dab8d37 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 12 Aug 2018 00:51:33 +0200 Subject: gnu: git-annex: Update to 6.20180807. * gnu/packages/version-control.scm (git-annex): Update to 6.20180807. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 203ef4c481..ec8b774108 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2032,7 +2032,7 @@ (define-public src (define-public git-annex (package (name "git-annex") - (version "6.20180626") + (version "6.20180807") (source (origin (method url-fetch) @@ -2040,7 +2040,7 @@ (define-public git-annex "git-annex/git-annex-" version ".tar.gz")) (sha256 (base32 - "0vq3x9p4h3m266pcm2r3m9p51pz5z9zskh7z5nk0adh33j30xf7q")))) + "1wkqh1y58m0z1mf2j33qhndpxcjwv8mbv384kdk17vn0lp9zas1s")))) (build-system haskell-build-system) (arguments `(#:configure-flags -- cgit v1.2.3 From efb22b47dbafff233e0a2d332d019270297be8b5 Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Sun, 12 Aug 2018 21:19:38 +0200 Subject: services: cgit: Disable repo booleans having a global counterpart. Otherwise the global counterpart is never taken into account. * doc/guix.texi (Version Control Services): Update accordingly. * gnu/services/cgit.scm (repo-boolean?, serialize-repo-boolean): Use the DEFINE-MAYBE macro to allow for the 'disabled value. (repository-cgit-configuration)[enable-commit-graph?, enable-log-filecount?, enable-log-linecount?, enable-remote-branches?, enable-subject-links?, enable-html-serving?]: Change default value to 'disabled. --- doc/guix.texi | 24 ++++++++++++------------ gnu/services/cgit.scm | 13 +++++++------ 2 files changed, 19 insertions(+), 18 deletions(-) (limited to 'gnu') diff --git a/doc/guix.texi b/doc/guix.texi index a9bb6d864a..1cc73eb933 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20061,51 +20061,51 @@ Defaults to @samp{""}. @end deftypevr -@deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean enable-commit-graph? +@deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-commit-graph? A flag which can be used to disable the global setting @code{enable-commit-graph?}. -Defaults to @samp{#f}. +Defaults to @samp{disabled}. @end deftypevr -@deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean enable-log-filecount? +@deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-log-filecount? A flag which can be used to disable the global setting @code{enable-log-filecount?}. -Defaults to @samp{#f}. +Defaults to @samp{disabled}. @end deftypevr -@deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean enable-log-linecount? +@deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-log-linecount? A flag which can be used to disable the global setting @code{enable-log-linecount?}. -Defaults to @samp{#f}. +Defaults to @samp{disabled}. @end deftypevr -@deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean enable-remote-branches? +@deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-remote-branches? Flag which, when set to @code{#t}, will make cgit display remote branches in the summary and refs views. -Defaults to @samp{#f}. +Defaults to @samp{disabled}. @end deftypevr -@deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean enable-subject-links? +@deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-subject-links? A flag which can be used to override the global setting @code{enable-subject-links?}. -Defaults to @samp{#f}. +Defaults to @samp{disabled}. @end deftypevr -@deftypevr {@code{repository-cgit-configuration} parameter} repo-boolean enable-html-serving? +@deftypevr {@code{repository-cgit-configuration} parameter} maybe-repo-boolean enable-html-serving? A flag which can be used to override the global setting @code{enable-html-serving?}. -Defaults to @samp{#f}. +Defaults to @samp{disabled}. @end deftypevr diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm index 3289d37333..a84a2dadb2 100644 --- a/gnu/services/cgit.scm +++ b/gnu/services/cgit.scm @@ -149,6 +149,7 @@ (define (serialize-repo-integer field-name val) (define (serialize-repo-boolean field-name val) (serialize-repo-integer field-name (if val 1 0))) +(define-maybe repo-boolean) (define repo-list? list?) @@ -239,27 +240,27 @@ (define-configuration repository-cgit-configuration (repo-file-object "") "Override the default @code{email-filter}.") (enable-commit-graph? - (repo-boolean #f) + (maybe-repo-boolean 'disabled) "A flag which can be used to disable the global setting @code{enable-commit-graph?}.") (enable-log-filecount? - (repo-boolean #f) + (maybe-repo-boolean 'disabled) "A flag which can be used to disable the global setting @code{enable-log-filecount?}.") (enable-log-linecount? - (repo-boolean #f) + (maybe-repo-boolean 'disabled) "A flag which can be used to disable the global setting @code{enable-log-linecount?}.") (enable-remote-branches? - (repo-boolean #f) + (maybe-repo-boolean 'disabled) "Flag which, when set to @code{#t}, will make cgit display remote branches in the summary and refs views.") (enable-subject-links? - (repo-boolean #f) + (maybe-repo-boolean 'disabled) "A flag which can be used to override the global setting @code{enable-subject-links?}.") (enable-html-serving? - (repo-boolean #f) + (maybe-repo-boolean 'disabled) "A flag which can be used to override the global setting @code{enable-html-serving?}.") (hide? -- cgit v1.2.3 From 95bf07804a6a3b294af3e0ad841122e07c6fa9e7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 01:49:36 +0200 Subject: gnu: ghc-parsec-numbers: Use HTTPS home page. * gnu/packages/haskell.scm (ghc-parsec-numbers)[home-page]: Use HTTPS. --- gnu/packages/haskell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2673ca5e5d..9866a0d3c1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1712,7 +1712,7 @@ (define-public ghc-parsec-numbers (build-system haskell-build-system) (inputs `(("ghc-parsec" ,ghc-parsec))) - (home-page "http://hackage.haskell.org/package/parsec-numbers") + (home-page "https://hackage.haskell.org/package/parsec-numbers") (synopsis "Utilities for parsing numbers from strings") (description "This package provides the number parsers without the need to use a large -- cgit v1.2.3 From 07f450b2b0cbf760511e0b54b2d26e349b9ba407 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 01:38:30 +0200 Subject: gnu: ethtool: Update to 4.17. * gnu/packages/networking.scm (ethtool): Update to 4.17. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1ca590423b..92941baf1d 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -407,14 +407,14 @@ (define-public libndp (define-public ethtool (package (name "ethtool") - (version "4.16") + (version "4.17") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/network/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "00ss07jc7p276d83f6jpafgwyc9yiribciyqcgx9j86v49kpm5py")))) + "11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4")))) (build-system gnu-build-system) (home-page "https://www.kernel.org/pub/software/network/ethtool/") (synopsis "Display or change Ethernet device settings") -- cgit v1.2.3 From 52135e598cb32073c35327dcb6b5b068787f0450 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 01:01:51 +0200 Subject: gnu: strongswan: Update to 5.6.3 [fixes CVE-2018-{10811,5388}]. * gnu/packages/networking.scm (strongswan): Update to 5.6.3. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 92941baf1d..4f2b3ad6b7 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1717,14 +1717,14 @@ (define-public mtr (define-public strongswan (package (name "strongswan") - (version "5.6.2") + (version "5.6.3") (source (origin (method url-fetch) (uri (string-append "https://download.strongswan.org/strongswan-" version ".tar.bz2")) (sha256 - (base32 "14ifqay54brw2b2hbmm517bxw8bs9631d7jm4g139igkxcq0m9p0")))) + (base32 "095zg7h7qwsc456sqgwb1lhhk29ac3mk5z9gm6xja1pl061driy3")))) (build-system gnu-build-system) (arguments `(#:phases -- cgit v1.2.3 From 247d4e7271dd599f454bf82fc50cf13ecf70532c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 00:49:03 +0200 Subject: gnu: python-pep8: Use HTTPS home page. Also add a comment about 1.7.1. This doesn't warrant a changelog entry, so you never read this. * gnu/packages/python.scm (python-pep8)[home-page]: Use HTTPS. --- gnu/packages/python.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8a3bfacdd7..2383a61172 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5573,6 +5573,9 @@ (define-public python2-pyzmq (package-with-python2 python-pyzmq)) (define-public python-pep8 + ;; This package has been renamed to ‘pycodestyle’ and is no longer updated. + ;; Its last release (1.7.1) adds only a scary warning to this effect, breaking + ;; some dependents' test suites, and nothing more. (package (name "python-pep8") (version "1.7.0") @@ -5584,7 +5587,7 @@ (define-public python-pep8 (base32 "002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1")))) (build-system python-build-system) - (home-page "http://pep8.readthedocs.org/") + (home-page "https://pep8.readthedocs.org/") (synopsis "Python style guide checker") (description "This tools checks Python code against some of the style conventions in -- cgit v1.2.3 From 57d5d3dadedd3a6aa61c50f3d0e65b4b9e181bee Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 00:34:30 +0200 Subject: gnu: python-ndg-httpsclient: Update to 0.5.1. * gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.5.1. --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2e98a95d4b..7e891fa13a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1061,13 +1061,13 @@ (define-public python2-zope-component (define-public python-ndg-httpsclient (package (name "python-ndg-httpsclient") - (version "0.5.0") + (version "0.5.1") (source (origin (method url-fetch) (uri (pypi-uri "ndg_httpsclient" version)) (sha256 (base32 - "12q8rjvsvjphj6lvvcka2izdjr36a5lgkygajwx6p4wh0x1za2f0")))) + "0412b7i1s4vj7lz9r72nmb28h9syd4q2x89bdirkkc3a6z8awbyp")))) (build-system python-build-system) (arguments '(;; The tests appear to require networking. -- cgit v1.2.3 From e38a80120eccec75700950d1753cf716b678a0ac Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 00:28:26 +0200 Subject: gnu: python-wsgiproxy2: Update to 0.4.4. * gnu/packages/python-web.scm (python-wsgiproxy2): Update to 0.4.4. [arguments]: Remove. Restkit is not longer supported. [native-inputs]: Remove unzip, python-nose, and python-coverage. Add python-webtest. [propagated-inputs]: Add python-requests and python-urllib3. --- gnu/packages/python-web.scm | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7e891fa13a..11ce6d8759 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1350,29 +1350,23 @@ (define-public awscli (define-public python-wsgiproxy2 (package (name "python-wsgiproxy2") - (version "0.4.2") + (version "0.4.4") (source (origin (method url-fetch) - (uri (pypi-uri "WSGIProxy2" version ".zip")) + (uri (pypi-uri "WSGIProxy2" version ".tar.gz")) (sha256 (base32 - "13kf9bdxrc95y9vriaz0viry3ah11nz4rlrykcfvb8nlqpx3dcm4")))) + "16532rjc94h3w74x52jfckf3yzsp8h6z34522jk4xgjy82hpnd7r")))) (build-system python-build-system) - (arguments - '(;; Wsgiproxy2's test suite requires Restkit, which does not yet fully - ;; support Python 3: - ;; https://github.com/benoitc/restkit/issues/140 - #:tests? #f)) (native-inputs - `(("unzip" ,unzip) - ("python-nose" ,python-nose) - ("python-coverage" ,python-coverage))) + `(("python-webtest" ,python-webtest))) (propagated-inputs - `(("python-six" ,python-six) + `(("python-requests" ,python-requests) + ("python-six" ,python-six) + ("python-urllib3" ,python-urllib3) ("python-webob" ,python-webob))) - (home-page - "https://github.com/gawel/WSGIProxy2/") + (home-page "https://github.com/gawel/WSGIProxy2/") (synopsis "WSGI Proxy with various http client backends") (description "WSGI turns HTTP requests into WSGI function calls. WSGIProxy turns WSGI function calls into HTTP requests. -- cgit v1.2.3 From b3ce80d20f7533383cd87e5c7b9596dd701052e9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 12 Aug 2018 23:50:27 +0200 Subject: gnu: libwacom: Update to 0.31. * gnu/packages/xdisorg.scm (libwacom): Update to 0.31. --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index a6d9555966..f100928393 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -883,7 +883,7 @@ (define-public xcape (define-public libwacom (package (name "libwacom") - (version "0.30") + (version "0.31") (source (origin (method url-fetch) (uri (string-append @@ -891,7 +891,7 @@ (define-public libwacom name "-" version "/" name "-" version ".tar.bz2")) (sha256 (base32 - "0n9294f2534qcgfry4n7vmr6vy49iqym0y74a88g1h0l0ml0hd2j")))) + "00xzkxhm0s9bvhbf27hscjbh17wa8lcgvxjqbmzm527f9cjqrm8q")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From e08474d650f144ecc73614b9655684b92000293d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 17:58:32 +0200 Subject: gnu: fortune-mod: Clean up empty directory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/games.scm (fortune-mod)[arguments]: RMDIR ‘games/’ after emptying it. --- gnu/packages/games.scm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9b726cf129..a16ecb81a8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5218,11 +5218,16 @@ (define-public fortune-mod (chdir "fortune-mod") #t))) (add-after 'install 'fix-install-directory - ;; Move binary from "games/" to "bin/". (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (rename-file (string-append out "/games/fortune") - (string-append out "/bin/fortune")) + ;; Move binary from "games/" to "bin/" and remove the latter. This + ;; is easier than patching CMakeLists.txt since the tests hard-code + ;; the location as well. + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin")) + (games (string-append out "/games"))) + (rename-file (string-append games "/fortune") + (string-append bin "/fortune")) + (rmdir games) #t)))))) (inputs `(("recode" ,recode))) (native-inputs -- cgit v1.2.3 From 5a0696b2e35e09e6fe21db3df6a8005f3c953896 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 12 Aug 2018 17:52:52 -0400 Subject: gnu: borg: Update to 1.1.7. * gnu/packages/backup.scm (borg): Update to 1.1.7. --- gnu/packages/backup.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 251dadf84b..5715a387c3 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -484,13 +484,14 @@ (define-public libchop (define-public borg (package (name "borg") - (version "1.1.6") + (version "1.1.7") (source (origin (method url-fetch) (uri (pypi-uri "borgbackup" version)) (sha256 - (base32 "0c09j46fi8i7klas0bh82a4whlwnajshk0izkgax6fjxr1sf9lm1")) + (base32 + "1p3zia62vyg9vadkdjzzkzbj4dmgijr7ix5lmhfbxpwy5q9imdgp")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3 From e3fc9bcce2cfc26a60747c58f5c8c59cc8400785 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Sun, 12 Aug 2018 11:12:38 -0400 Subject: gnu: racket: Ignore bytecode checksums in the store. Fixes . * gnu/packages/patches/racket-store-checksum-override.patch: New file. * gnu/packages/scheme.scm (racket)[sources]: Add it. --- .../patches/racket-store-checksum-override.patch | 42 ++++++++++++++++++++++ gnu/packages/scheme.scm | 3 +- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/racket-store-checksum-override.patch (limited to 'gnu') diff --git a/gnu/packages/patches/racket-store-checksum-override.patch b/gnu/packages/patches/racket-store-checksum-override.patch new file mode 100644 index 0000000000..b22facca0d --- /dev/null +++ b/gnu/packages/patches/racket-store-checksum-override.patch @@ -0,0 +1,42 @@ +Racket uses checksums to test if it needs to recompile its source +files to bytecode. If Racket is updated by grafting, the source and +bytecode files get updated, but the checksum stays the same. Since +the checksum no longer matches the source file, Racket tries to +regenerate the bytecode and write it to the store, causing errors +because the store is immutable. This patch makes Racket ignore +checksums for files in the store. + +See for details. + +diff -ruN racket-6.12/collects/compiler/cm.rkt racket-6.12-patched/collects/compiler/cm.rkt +--- racket-6.12/collects/compiler/cm.rkt 1969-12-31 19:00:00.000000000 -0500 ++++ racket-6.12-patched/collects/compiler/cm.rkt 2018-08-12 06:36:46.061142149 -0400 +@@ -7,6 +7,7 @@ + racket/list + racket/path + racket/promise ++ racket/string + openssl/sha1 + racket/place + setup/collects +@@ -627,6 +628,10 @@ + #f + (list src-hash recorded-hash))) + ++(define (store-reference? path) ++ (let ([store-prefix (or (getenv "NIX_STORE") "/gnu/store")]) ++ (string-prefix? (path->string path) store-prefix))) ++ + (define (rkt->ss p) + (if (path-has-extension? p #".rkt") + (path-replace-extension p #".ss") +@@ -679,7 +684,8 @@ + (trace-printf "newer src... ~a > ~a" path-time path-zo-time) + ;; If `sha1-only?', then `maybe-compile-zo' returns a #f or thunk: + (maybe-compile-zo sha1-only? deps path->mode roots path orig-path read-src-syntax up-to-date collection-cache new-seen)] +- [(different-source-sha1-and-dep-recorded path deps) ++ [(and (not (store-reference? path)) ++ (different-source-sha1-and-dep-recorded path deps)) + => (lambda (difference) + (trace-printf "different src hash... ~a" difference) + ;; If `sha1-only?', then `maybe-compile-zo' returns a #f or thunk: diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 4178a45a89..b30245ccea 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -421,7 +421,8 @@ (define-public racket (patches (search-patches ;; See: https://github.com/racket/racket/issues/1962 ;; This can be removed in whatever Racket release comes after 6.12 - "racket-fix-xform-issue.patch")))) + "racket-fix-xform-issue.patch" + "racket-store-checksum-override.patch")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 From b7d4247d853d90582de0c7b92ff53542d5369146 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 13 Aug 2018 16:35:58 +0200 Subject: gnu: emacs-helm-eww: Update to 20180725. * gnu/packages/emacs.scm (emacs-helm-eww): Update to 20180725. --- gnu/packages/emacs.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 3a8419ee83..87c667a3df 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -10197,10 +10197,10 @@ (define-public emacs-parinfer-mode (license license:gpl3+))) (define-public emacs-helm-eww - (let ((commit "1a09f11b2376dec8237df40140f056be8a256ef0")) + (let ((commit "9d36acc433bcf689598b1b4d7d47c9aeb84d6b44")) (package (name "emacs-helm-eww") - (version (git-version "0.1" "2" commit)) + (version (git-version "0.1" "3" commit)) (source (origin (method git-fetch) (uri (git-reference @@ -10209,7 +10209,7 @@ (define-public emacs-helm-eww (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "1kqdjhz2xiqw3bxjhfl9namhqrkbc2x70gcv6ljljya5hbkm62sm")))) + "06gnf84gx6qbhcw1h5jhjnvcdxkdpv0npm53x3pgqybbll5rn5dy")))) (propagated-inputs `(("emacs-helm" ,emacs-helm))) (build-system emacs-build-system) -- cgit v1.2.3 From f236d99804613a0ba5888f4aae7c113dfd3083ff Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Thu, 9 Aug 2018 17:01:40 -0500 Subject: gnu: r-ggplot2: Update to 3.0.0 * gnu/packages/statistics.scm (r-ggplot2): Update to 3.0.0 [propagated-inputs]: Add r-mgcv, r-rlang, r-viridislite, and r-withr. [home-page]: Update URL. Signed-off-by: Leo Famulari --- gnu/packages/statistics.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 7d0f9a07b3..994529baa4 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1061,13 +1061,13 @@ (define-public r-scales (define-public r-ggplot2 (package (name "r-ggplot2") - (version "2.2.1") + (version "3.0.0") (source (origin (method url-fetch) (uri (cran-uri "ggplot2" version)) (sha256 - (base32 "0543782ddv2hp6s0l702mnxfg8n7a6qlbm8bm55x22hnqgz8kg2z")))) + (base32 "0kb977hizsvk3b1k3zr717q78bpmbabhl8cj9a3w717nkq1zas67")))) (build-system r-build-system) (propagated-inputs `(("r-digest" ,r-digest) @@ -1075,11 +1075,15 @@ (define-public r-ggplot2 ("r-plyr" ,r-plyr) ("r-lazyeval" ,r-lazyeval) ("r-mass" ,r-mass) + ("r-mgcv" ,r-mgcv) ("r-tibble" ,r-tibble) ("r-reshape2" ,r-reshape2) + ("r-rlang" ,r-rlang) ("r-scales" ,r-scales) - ("r-svglite" ,r-svglite))) ; Needed for 'ggsave' - (home-page "http://ggplot2.org") + ("r-svglite" ,r-svglite) ; Needed for 'ggsave' + ("r-viridislite" ,r-viridislite) + ("r-withr" ,r-withr))) + (home-page "https://ggplot2.tidyverse.org") (synopsis "An implementation of the grammar of graphics") (description "Ggplot2 is an implementation of the grammar of graphics in R. It -- cgit v1.2.3 From 19006c9231430eb71ef0da347fa1b8f70a9ce729 Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Fri, 3 Aug 2018 12:01:05 +0200 Subject: gnu: emacs-racket-mode: Update to 0.0.2-2.1b78827. * gnu/packages/emacs.scm (emacs-racket-mode): Update to 0.0.2-2.1b78827. Signed-off-by: Leo Famulari --- gnu/packages/emacs.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 87c667a3df..164bc45b22 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -10025,8 +10025,8 @@ (define-public emacs-faceup (license license:gpl3+)))) (define-public emacs-racket-mode - (let ((commit "48f0cb99d3b2ca6066249546d2063d85437251c1") - (revision "1")) + (let ((commit "1b78827d310b6d655782b7bba0f2360c9ef34ff6") + (revision "2")) (package (name "emacs-racket-mode") (version (string-append "0.0.2" "-" revision "." @@ -10040,7 +10040,7 @@ (define-public emacs-racket-mode (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0fxky8xj639bjhiab9way9daqda22301b7w85vm4b4ydgjgnc59x")))) + "04mzxcg32av8p6v0pqb0si6qk5qxbrbllx6m3j16fp32bdz71sps")))) (build-system emacs-build-system) (arguments `(#:include '("\\.el$" "\\.rkt$"))) -- cgit v1.2.3 From 504e26ed3238487adc62772798df6d41fc13668e Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 30 Jul 2018 13:17:30 -0600 Subject: gnu: ansible: update to 2.5.7 * gnu/packages/admin.scm (ansible): Update to 2.5.7. [arguments, native-inputs, inputs]: Use Python 3. [native-inputs, inputs]: Replace python-pycrypto with python-cryptography. Co-authored-by: Leo Famulari --- gnu/packages/admin.scm | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index edc1349c46..265c01078f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1573,34 +1573,31 @@ (define-public graphios (define-public ansible (package (name "ansible") - (version "2.4.2.0") + (version "2.5.7") (source (origin (method url-fetch) (uri (pypi-uri "ansible" version)) (sha256 (base32 - "0n3n9py4s3aykiii31xq8g4wmd6693jvby0424pjrg0bna01apri")) + "0wbsjjx3xjlm8g50a9j9c6p9rn23jx32yn1234bf5rmj1qgy3p85")) (patches (search-patches "ansible-wrap-program-hack.patch")))) (build-system python-build-system) (native-inputs - `(("python2-bcrypt" ,python2-bcrypt) - ("python2-pycrypto" ,python2-pycrypto) - ("python2-pynacl" ,python2-pynacl) - ("python2-httplib2" ,python2-httplib2) - ("python2-passlib" ,python2-passlib) - ("python2-nose" ,python2-nose) - ("python2-mock" ,python2-mock) - ("python2-jinja2" ,python2-jinja2) - ("python2-pyyaml" ,python2-pyyaml) - ("python2-paramiko" ,python2-paramiko))) + `(("python-bcrypt" ,python-bcrypt) + ("python-pynacl" ,python-pynacl) + ("python-httplib2" ,python-httplib2) + ("python-passlib" ,python-passlib) + ("python-nose" ,python-nose) + ("python-mock" ,python-mock) + ("python-jinja2" ,python-jinja2) + ("python-pyyaml" ,python-pyyaml) + ("python-paramiko" ,python-paramiko))) (inputs - `(("python2-pycrypto" ,python2-pycrypto) - ("python2-jinja2" ,python2-jinja2) - ("python2-pyyaml" ,python2-pyyaml) - ("python2-paramiko" ,python2-paramiko))) - (arguments - `(#:python ,python-2)) ; incompatible with Python 3 + `(("python-cryptography" ,python-cryptography) + ("python-jinja2" ,python-jinja2) + ("python-pyyaml" ,python-pyyaml) + ("python-paramiko" ,python-paramiko))) (home-page "https://www.ansible.com/") (synopsis "Radically simple IT automation") (description "Ansible is a radically simple IT automation system. It -- cgit v1.2.3 From 18e56ad7eba42b23e338dfc77cd057bf8a076f19 Mon Sep 17 00:00:00 2001 From: Björn Höfling Date: Fri, 3 Aug 2018 13:52:13 +0200 Subject: gnu: aegisub: Fix build. * gnu/packages/patches/aegisub-icu59-include-unistr.patch: New file. * gnu/lokal.mk (dist_patch_DATA): Register it. * gnu/packages/video.scm (aegisub)[source]: Use patch. [arguments]: Add CXXFLAGS, Return #t from fix-ldflags phase. Signed-off-by: Leo Famulari --- gnu/local.mk | 1 + gnu/packages/patches/aegisub-icu59-include-unistr.patch | 12 ++++++++++++ gnu/packages/video.scm | 10 +++++++--- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 gnu/packages/patches/aegisub-icu59-include-unistr.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index dee36f8b44..53120db7f7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -566,6 +566,7 @@ dist_patch_DATA = \ %D%/packages/patches/aegis-perl-tempdir2.patch \ %D%/packages/patches/aegis-test-fixup-1.patch \ %D%/packages/patches/aegis-test-fixup-2.patch \ + %D%/packages/patches/aegisub-icu59-include-unistr.patch \ %D%/packages/patches/agg-am_c_prototype.patch \ %D%/packages/patches/amule-crypto-6.patch \ %D%/packages/patches/ansible-wrap-program-hack.patch \ diff --git a/gnu/packages/patches/aegisub-icu59-include-unistr.patch b/gnu/packages/patches/aegisub-icu59-include-unistr.patch new file mode 100644 index 0000000000..78414741be --- /dev/null +++ b/gnu/packages/patches/aegisub-icu59-include-unistr.patch @@ -0,0 +1,12 @@ +This patch adds an include needed since icu59: +Source: https://git.archlinux.org/svntogit/community.git/plain/trunk/icu59.patch?h=packages/aegisub +--- aegisub-3.2.2/src/utils.cpp 2014-12-08 02:07:09.000000000 +0200 ++++ aegisub-3.2.2/src/utils.cpp 2017-04-26 11:11:15.438239182 +0300 +@@ -44,6 +44,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2a1391c049..510122ab3b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2018 Brendan Tildesley ;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2018 Björn Höfling ;;; ;;; This file is part of GNU Guix. ;;; @@ -2738,21 +2739,24 @@ (define-public aegisub name "-" version ".tar.xz")) (sha256 (base32 - "11b83qazc8h0iidyj1rprnnjdivj1lpphvpa08y53n42bfa36pn5")))) + "11b83qazc8h0iidyj1rprnnjdivj1lpphvpa08y53n42bfa36pn5")) + (patches (search-patches "aegisub-icu59-include-unistr.patch")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--disable-update-checker" "--without-portaudio" "--without-openal" - "--without-oss") + "--without-oss" + "CXXFLAGS=-DU_USING_ICU_NAMESPACE=1") ;; tests require busted, a lua package we don't have yet #:tests? #f #:phases (modify-phases %standard-phases (add-before 'configure 'fix-ldflags (lambda _ - (setenv "LDFLAGS" "-pthread")))))) + (setenv "LDFLAGS" "-pthread") + #t))))) (inputs `(("boost" ,boost) ("desktop-file-utils" ,desktop-file-utils) -- cgit v1.2.3 From 2ded865665850d9f257ee62a995658c1381a8f4a Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Mon, 13 Aug 2018 17:36:05 +0200 Subject: services: prosody: Use 'invoke' rather than 'system*'. * gnu/services/messaging.scm (prosody-shepherd-service): Replace SYSTEM* with INVOKE. --- gnu/services/messaging.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm index 4b7e724a78..6d3a5803c2 100644 --- a/gnu/services/messaging.scm +++ b/gnu/services/messaging.scm @@ -634,7 +634,7 @@ (define (prosody-shepherd-service config) (prosodyctl-bin (file-append prosody "/bin/prosodyctl")) (prosodyctl-action (lambda args #~(lambda _ - (zero? (system* #$prosodyctl-bin #$@args)))))) + (invoke #$prosodyctl-bin #$@args))))) (list (shepherd-service (documentation "Run the Prosody XMPP server") (provision '(prosody xmpp-daemon)) -- cgit v1.2.3 From fdbca05d78d091bfc075e54c9fb90125262eadf0 Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Mon, 13 Aug 2018 17:35:24 +0200 Subject: services: prosody: Get the Shepherd to respawn Prosody. * gnu/services/messaging.scm (prosody-shepherd-service): Return the PID when the action is "start". --- gnu/services/messaging.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm index 6d3a5803c2..1108006411 100644 --- a/gnu/services/messaging.scm +++ b/gnu/services/messaging.scm @@ -632,13 +632,20 @@ (define (prosody-shepherd-service config) (opaque-prosody-configuration-prosody config) (prosody-configuration-prosody config))) (prosodyctl-bin (file-append prosody "/bin/prosodyctl")) + (pid-file (prosody-configuration-pidfile config)) (prosodyctl-action (lambda args #~(lambda _ - (invoke #$prosodyctl-bin #$@args))))) + (invoke #$prosodyctl-bin #$@args) + (match '#$args + (("start") + (call-with-input-file #$pid-file read)) + (_ #t)))))) (list (shepherd-service (documentation "Run the Prosody XMPP server") (provision '(prosody xmpp-daemon)) (requirement '(networking syslogd user-processes)) + (modules `((ice-9 match) + ,@%default-modules)) (start (prosodyctl-action "start")) (stop (prosodyctl-action "stop")))))) -- cgit v1.2.3 From 8198b3db0ba22c7f493d3476ac435b17df78df23 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 13 Aug 2018 12:44:12 -0400 Subject: gnu: isc-dhcp: Update bundled BIND to 9.11.4-P1. * gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.4-P1. [home-page, inputs, source]: Use HTTPS URLs. --- gnu/packages/admin.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 265c01078f..48b5c53562 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -611,9 +611,9 @@ (define-public alive (define-public isc-dhcp (let* ((bind-major-version "9") (bind-minor-version "11") - (bind-patch-version "3") - (bind-release-type "") ; for patch release, use "-P" - (bind-release-version "") ; for patch release, e.g. "6" + (bind-patch-version "4") + (bind-release-type "-P") ; for patch release, use "-P" + (bind-release-version "1") ; for patch release, e.g. "6" (bind-version (string-append bind-major-version "." bind-minor-version @@ -626,7 +626,7 @@ (define-public isc-dhcp (version "4.4.1") (source (origin (method url-fetch) - (uri (string-append "http://ftp.isc.org/isc/dhcp/" + (uri (string-append "https://ftp.isc.org/isc/dhcp/" version "/dhcp-" version ".tar.gz")) (sha256 (base32 @@ -725,12 +725,12 @@ (define-public isc-dhcp ("bind-source-tarball" ,(origin (method url-fetch) - (uri (string-append "http://ftp.isc.org/isc/bind9/" + (uri (string-append "https://ftp.isc.org/isc/bind9/" bind-version "/bind-" bind-version ".tar.gz")) (sha256 (base32 - "1xbnb2b11274z9frc9y7nvkyxr52qx09bwb97gf9qzzcn8adx78d")))) + "08zyy13b8ydfbg26b3y6mw299qs89ba90gymraqqjsgjicydrq5h")))) ;; When cross-compiling, we need the cross Coreutils and sed. ;; Otherwise just use those from %FINAL-INPUTS. @@ -739,7 +739,7 @@ (define-public isc-dhcp ("sed" ,sed)) '()))) - (home-page "http://www.isc.org/products/DHCP/") + (home-page "https://www.isc.org/products/DHCP/") (synopsis "Dynamic Host Configuration Protocol (DHCP) tools") (description "ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides a -- cgit v1.2.3 From ff6436307ef5e5e0f090758f839215e5296181eb Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 13 Aug 2018 12:54:08 -0400 Subject: gnu: BIND: Use HTTPS source URL. * gnu/packages/dns.scm (isc-bind)[source]: Use HTTPS URL. --- gnu/packages/dns.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 6f3c2fec45..0e80adf609 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -108,7 +108,7 @@ (define-public isc-bind (source (origin (method url-fetch) (uri (string-append - "ftp://ftp.isc.org/isc/bind9/" version "/" name "-" + "https://ftp.isc.org/isc/bind9/" version "/" name "-" version ".tar.gz")) (sha256 (base32 -- cgit v1.2.3 From ef2dda8edb2b78cf6a2ffcdac138421b2553aec8 Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Mon, 13 Aug 2018 20:37:09 +0200 Subject: services: postgresql: Get the Shepherd to respawn PostgreSQL. * gnu/services/databases.scm (postgresql-shepherd-service): Change 'start' to return the PID. --- gnu/services/databases.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm index 8ae248ebe4..aff78a0566 100644 --- a/gnu/services/databases.scm +++ b/gnu/services/databases.scm @@ -221,13 +221,20 @@ (define postgresql-shepherd-service (setuid (passwd:uid user)) (execl pg_ctl pg_ctl "-D" #$data-directory "-o" options mode))))))) + (pid-file (in-vicinity data-directory "postmaster.pid")) (action (lambda args #~(lambda _ - (invoke #$pg_ctl-wrapper #$@args))))) + (invoke #$pg_ctl-wrapper #$@args) + (match '#$args + (("start") + (call-with-input-file #$pid-file read)) + (_ #t)))))) (list (shepherd-service (provision '(postgres)) (documentation "Run the PostgreSQL daemon.") (requirement '(user-processes loopback syslogd)) + (modules `((ice-9 match) + ,@%default-modules)) (start (action "start")) (stop (action "stop")))))))) -- cgit v1.2.3 From 4ae0607dd88cfb36a56fa27d0e04f6e6228058e8 Mon Sep 17 00:00:00 2001 From: Clément Lassieur Date: Mon, 13 Aug 2018 21:02:39 +0200 Subject: services: nginx: Use 'invoke' rather than 'system*'. * gnu/services/web.scm (nginx-shepherd-service): Replace SYSTEM* with INVOKE. --- gnu/services/web.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 9a58eff5ef..97976509b6 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016, 2017, 2018 Julien Lepiller ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017 nee -;;; Copyright © 2017 Clément Lassieur +;;; Copyright © 2017, 2018 Clément Lassieur ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; ;;; This file is part of GNU Guix. @@ -602,11 +602,10 @@ (define (nginx-shepherd-service config) (nginx-action (lambda args #~(lambda _ - (zero? - (system* #$nginx-binary "-c" - #$(or file - (default-nginx-config config)) - #$@args)))))) + (invoke #$nginx-binary "-c" + #$(or file + (default-nginx-config config)) + #$@args))))) ;; TODO: Add 'reload' action. (list (shepherd-service -- cgit v1.2.3 From 9285f8bbae9d71139873430c71b7ca7634bda31b Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sun, 12 Aug 2018 19:02:34 -0400 Subject: gnu: coda: Update to 2.19. * gnu/packages/maths.scm (coda): Update to 2.19. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f07c83dc0d..2608756da7 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -167,14 +167,14 @@ (define-public c-graph (define-public coda (package (name "coda") - (version "2.18.3") + (version "2.19") (source (origin (method url-fetch) (uri (string-append "https://github.com/stcorp/coda/releases/download/" version "/coda-" version ".tar.gz")) (sha256 - (base32 "1zlzgcvwmmjm8mw8w4rg2rqy0pjilz7kyyxm0y4p8cbljbbjxxz0")) + (base32 "1fbxd2afm7dshd92p10yy8dwbr9gc1h1fmnnnmr7d0c5lnw80245")) (patches (search-patches "coda-use-system-libs.patch")) (modules '((guix build utils))) (snippet -- cgit v1.2.3 From 3d4908a77b3c557418d95152edb2f1bff93bf09d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 14 Aug 2018 10:41:08 +0200 Subject: gnu: texlive-latex-l3packages: Fix missing files. * gnu/packages/tex.scm (texlive-latex-l3packages): Actually install the files. --- gnu/packages/tex.scm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e33a98a9fd..4a0a4faccb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1432,6 +1432,9 @@ (define-public texlive-latex-l3packages (build-system texlive-build-system) (arguments '(#:tex-directory "latex/l3packages" + ;; build-targets must be specified manually since they are in + ;; sub-directories. + #:build-targets '("l3keys2e.ins" "xparse.ins" "xfrac.ins" "xfp.ins" "xtemplate.ins") #:phases (modify-phases %standard-phases ;; All package sources are in sub-directories, so we need to add them @@ -1444,8 +1447,12 @@ (define-public texlive-latex-l3packages cwd "/xparse:" cwd "/xfrac:" cwd "/xfp:" - cwd "/xtemplate"))) - #t))))) + cwd "/xtemplate" + ;; The terminating ":" is required to include the + ;; l3kernel input as well. + ":"))) + #t))) + )) (inputs `(("texlive-latex-l3kernel" ,texlive-latex-l3kernel))) (home-page "https://www.ctan.org/pkg/l3packages") -- cgit v1.2.3 From 4646d18eb769691224d25ead7da416b5f8783529 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Aug 2018 11:10:35 +0200 Subject: gnu: Add r-hash. * gnu/packages/cran.scm (r-hash): New variable. --- gnu/packages/cran.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 106b8c7fe6..b491cc7eb2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4615,3 +4615,24 @@ (define-public r-argparse write shebang scripts that gracefully accept positional and optional arguments and automatically generate usage notices.") (license license:gpl2+))) + +(define-public r-hash + (package + (name "r-hash") + (version "2.2.6") + (source + (origin + (method url-fetch) + (uri (cran-uri "hash" version)) + (sha256 + (base32 + "0mkx59bmni3b283znvbndnkbar85fzavzdfgmwrhskidsqcz34yz")))) + (build-system r-build-system) + (home-page "https://cran.r-project.org/web/packages/hash/") + (synopsis "Implementation of hash/associated arrays/dictionaries") + (description + "This package implements a data structure similar to hashes in Perl and +dictionaries in Python but with a purposefully R flavor. For objects of +appreciable size, access using hashes outperforms native named lists and +vectors.") + (license license:gpl2+))) -- cgit v1.2.3 From 242519ce7025bf09c3ba541faac6060eda52921d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Aug 2018 11:10:52 +0200 Subject: gnu: Add r-circus. * gnu/packages/bioinformatics.scm (r-circus): New variable. --- gnu/packages/bioinformatics.scm | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fe75744a28..5184a2916a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13275,6 +13275,48 @@ (define-public minimap2 @end enumerate\n") (license license:expat))) +(define-public r-circus + (package + (name "r-circus") + (version "0.1.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/BIMSBbioinfo/ciRcus.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jhjn3ilb057hbf6yzrihj13ifxxs32y7nkby8l3lkm28dg4p97h")))) + (build-system r-build-system) + (propagated-inputs + `(("r-annotationdbi" ,r-annotationdbi) + ("r-annotationhub" ,r-annotationhub) + ("r-biomart" ,r-biomart) + ("r-data-table" ,r-data-table) + ("r-dbi" ,r-dbi) + ("r-genomicfeatures" ,r-genomicfeatures) + ("r-genomicranges" ,r-genomicranges) + ("r-ggplot2" ,r-ggplot2) + ("r-hash" ,r-hash) + ("r-iranges" ,r-iranges) + ("r-rcolorbrewer" ,r-rcolorbrewer) + ("r-rmysql" ,r-rmysql) + ("r-s4vectors" ,r-s4vectors) + ("r-stringr" ,r-stringr) + ("r-summarizedexperiment" ,r-summarizedexperiment))) + (native-inputs + `(("r-knitr" ,r-knitr))) + (home-page "https://github.com/BIMSBbioinfo/ciRcus") + (synopsis "Annotation, analysis and visualization of circRNA data") + (description "Circus is an R package for annotation, analysis and +visualization of circRNA data. Users can annotate their circRNA candidates +with host genes, gene featrues they are spliced from, and discriminate between +known and yet unknown splice junctions. Circular-to-linear ratios of circRNAs +can be calculated, and a number of descriptive plots easily generated.") + (license license:artistic2.0))) + (define-public r-loomr (let ((commit "df0144bd2bbceca6fadef9edc1bbc5ca672d4739") (revision "1")) -- cgit v1.2.3 From c10aa27866e160b2b5c9bc4d46f2ceda93d049f4 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 23 Jul 2018 22:56:40 +0200 Subject: gnu: Add hashcat. * gnu/packages/password-utils.scm (hashcat): New variable. --- gnu/packages/password-utils.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index a4d7c33aac..fd2663b950 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2018 Konrad Hinsen ;;; Copyright © 2018 Thomas Sigurdsen ;;; Copyright © 2018 Arun Isaac +;;; Copyright © 2018 Pierre Neidhardt ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,6 +62,7 @@ (define-module (gnu packages password-utils) #:use-module (gnu packages man) #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) + #:use-module (gnu packages opencl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-web) @@ -697,3 +699,33 @@ (define-public pass-rotate passwords, one at a time or in bulk, when security events or routine upkeep of your online accounts makes it necessary.") (license license:expat))) + +(define-public hashcat + (package + (name "hashcat") + (version "4.1.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hashcat.net/files/hashcat-" + version ".tar.gz")) + (sha256 + (base32 + "170i2y32ykgzb1qf1wz3klwn31c09bviz4x3bnrwia65adqrj8xx")))) + (native-inputs + `(("opencl-headers" ,opencl-headers))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f ;no tests + #:make-flags (list (string-append "PREFIX=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://hashcat.net/hashcat/") + (synopsis "Advanced password recovery utility") + (description "Hashcat is an password recovery utility, supporting five +unique modes of attack for over 200 highly-optimized hashing algorithms. +Hashcat currently supports CPUs, GPUs, and other hardware accelerators on +Linux, Windows, and macOS, and has facilities to help enable distributed +password cracking.") + (license license:expat))) -- cgit v1.2.3 From eb4ffe9b872cc2939e24d6bb16b260dd912ff536 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 31 Jul 2018 12:08:42 +0200 Subject: gnu: Add hashcat-utils. * gnu/packages/password-utils.scm (hashcat-utils): New variable. --- gnu/packages/password-utils.scm | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index fd2663b950..341a9a140c 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -63,6 +63,7 @@ (define-module (gnu packages password-utils) #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) #:use-module (gnu packages opencl) + #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-web) @@ -729,3 +730,54 @@ (define-public hashcat Linux, Windows, and macOS, and has facilities to help enable distributed password cracking.") (license license:expat))) + +(define-public hashcat-utils + (package + (name "hashcat-utils") + (version "1.8") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/hashcat/hashcat-utils/releases/download/v" + version "/hashcat-utils-1.8.7z")) + (sha256 + (base32 + "1x80rngjz7gkhwplhw1iqr0wzb6hjkrjfld2kz9kmgp5dr9nys1p")))) + (native-inputs + `(("p7zip" ,p7zip))) + (inputs + `(("perl" ,perl))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ;no tests + #:make-flags (list "CC=gcc" + ;; Upstream bug(?): "make all" seems to remove the + ;; Perl scripts from the source. + "native") + #:phases + (modify-phases %standard-phases + (replace 'unpack + (lambda* (#:key source #:allow-other-keys) + (invoke "7z" "x" source) + (chdir (string-append "hashcat-utils-" ,version "/src")) + #t)) + (delete 'configure) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (string-append (assoc-ref outputs "out") "/bin"))) + (mkdir-p out) + (for-each (lambda (file) + (copy-file file (string-append out "/" (basename file ".bin")))) + (find-files "." "\\.bin$")) + (for-each (lambda (file) + (copy-file file (string-append out "/" (basename file ".pl")))) + (find-files "../bin" "\\.pl$")) + #t)))))) + (home-page "https://github.com/hashcat/hashcat-utils/") + (synopsis "Small utilities that are useful in advanced password cracking") + (description "Hashcat-utils are a set of small utilities that are useful +in advanced password cracking. They all are packed into multiple stand-alone +binaries. All of these utils are designed to execute only one specific +function. Since they all work with @code{STDIN} and @code{STDOUT} you can +group them into chains.") + (license license:expat))) -- cgit v1.2.3 From 5bd3134e04ae91fdefe46d112bad07e996f50e66 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 30 Jul 2018 16:00:19 +0200 Subject: gnu: Add hcxtools. * gnu/packages/networking.scm (hcxtools): New variable. --- gnu/packages/networking.scm | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 4f2b3ad6b7..5d71494259 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -25,6 +25,7 @@ ;;; Copyright © 2018 Theodoros Foradis ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2018 Oleg Pykhalov +;;; Copyright © 2018 Pierre Neidhardt ;;; ;;; This file is part of GNU Guix. ;;; @@ -2096,3 +2097,50 @@ (define-public ubridge between various technologies. Currently, bridging between UDP tunnels, Ethernet and TAP interfaces is supported. Packet capture is also supported.") (license license:gpl3+))) + +(define-public hcxtools + (let* ((commit "2ecfc9a06c2028c47522ea566ccd82b2c1f94647")) + (package + (name "hcxtools") + (version (git-version "0.0.0" "1" commit)) + (home-page "https://github.com/ZerBea/hcxtools") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (sha256 + (base32 + "1hzwrpmxjxl674if0pp5iq06mdi24k7ni7bh1h20isp4s40201n3")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (inputs + `(("curl" ,curl) + ("libpcap" ,libpcap) + ("openssl" ,openssl) + ("zlib" ,zlib))) + (arguments + `(#:make-flags (list "CC=gcc" + (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin")) + #:tests? #f ;no tests + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-after 'unpack 'set-environment + (lambda* (#:key inputs #:allow-other-keys) + (setenv "C_INCLUDE_PATH" + (string-append (assoc-ref inputs "curl") + "/include:" + (assoc-ref inputs "libpcap") + "/include:" + (assoc-ref inputs "openssl") + "/include:" + (assoc-ref inputs "zlib") + "/include:" + (getenv "C_INCLUDE_PATH"))) + #t))))) + (synopsis "Capture wlan traffic to hashcat and John the Ripper") + (description + "This package contains a small set of tools to capture and convert +packets from wireless devices for use with hashcat or John the Ripper.") + (license license:expat)))) -- cgit v1.2.3 From a87ee0e41cb840ec6b5c58cca1e1598b770cef24 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 30 Jul 2018 16:54:37 +0200 Subject: gnu: Add hcxdumptool. * gnu/packages/networking.scm (hcxdumptool): New variable. --- gnu/packages/networking.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 5d71494259..371a93566a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2144,3 +2144,36 @@ (define-public hcxtools "This package contains a small set of tools to capture and convert packets from wireless devices for use with hashcat or John the Ripper.") (license license:expat)))) + +(define-public hcxdumptool + (let* ((commit "f4799b5da82c5b030a6d99b02d1c1b9dc838ad36")) + (package + (name "hcxdumptool") + (version (git-version "0.0.0" "1" commit)) + (home-page "https://github.com/ZerBea/hcxdumptool") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (sha256 + (base32 + "0qlsin0rws9sshn12faq4spmd0ffzssal36s71vhv6gkhhga7abl")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "CC=gcc" + (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin")) + #:tests? #f ;no tests + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (synopsis "Small tool to capture packets from wlan devices") + (description + "Small tool to capture packets from WLAN devices. After capturing, +upload the \"uncleaned\" cap to @url{https://wpa-sec.stanev.org/?submit} to +see if the access point or the client is vulnerable to a dictionary attack. +Convert the cap file to hccapx format and/or to WPA-PMKID-PBKDF2 +hashline (16800) with @command{hcxpcaptool} from the @code{hcxtools} package +and check if the WLAN key or the master key was transmitted unencrypted.") + (license license:expat)))) -- cgit v1.2.3 From 689aacc12f1d9c0b511e2010185b2e7a80de5201 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Aug 2018 12:45:41 +0200 Subject: gnu: Add gffread. * gnu/packages/bioinformatics.scm (gffread): New variable. --- gnu/packages/bioinformatics.scm | 61 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5184a2916a..dce8ab62f1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13345,3 +13345,64 @@ (define-public r-loomr (description "This package provides an R interface to access, create, and modify loom files. loomR aims to be completely compatible with loompy.") (license license:gpl3)))) + +(define-public gffread + ;; We cannot use the tagged release because it is not in sync with gclib. + ;; See https://github.com/gpertea/gffread/issues/26 + (let ((commit "ba7535fcb3cea55a6e5a491d916e93b454e87fd0") + (revision "1")) + (package + (name "gffread") + (version (git-version "0.9.12" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gpertea/gffread.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dl2nbcg96lxpd0drg48ssa8343nf7pw9s9mkrc4mjjmfwsin3ki")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no check target + #:make-flags + (list "GCLDIR=gclib") + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-after 'unpack 'copy-gclib-source + (lambda* (#:key inputs #:allow-other-keys) + (mkdir-p "gclib") + (copy-recursively (assoc-ref inputs "gclib-source") "gclib") + #t)) + ;; There is no install target + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin"))) + (install-file "gffread" bin)) + #t))))) + (native-inputs + `(("gclib-source" + ,(let ((version "0.10.3") + (commit "54917d0849c1e83cfb057b5f712e5cb6a35d948f") + (revision "1")) + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gpertea/gclib.git") + (commit commit))) + (file-name (git-file-name "gclib" version)) + (sha256 + (base32 + "0b51lc0b8syrv7186fd7n8f15rwnf264qgfmm2palrwks1px24mr"))))))) + (home-page "https://github.com/gpertea/gffread/") + (synopsis "Parse and convert GFF/GTF files") + (description + "This package provides a GFF/GTF file parsing utility providing format +conversions, region filtering, FASTA sequence extraction and more.") + ;; gffread is under Expat, but gclib is under Artistic 2.0 + (license (list license:expat + license:artistic2.0))))) -- cgit v1.2.3 From 24dd949c83f6a90f0a2388fc874968efd495a2db Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 00:13:04 +0200 Subject: gnu: libpcap: Update to 1.9.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/admin.scm (libpcap): Update to 1.9.0. [arguments]: Drop ‘--with-pcap=linux’ ./configure flag. [license]: Update list. --- gnu/packages/admin.scm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 48b5c53562..ed476512d1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -751,27 +751,30 @@ (define-public isc-dhcp (define-public libpcap (package (name "libpcap") - (version "1.8.1") + (version "1.9.0") (source (origin (method url-fetch) (uri (string-append "https://www.tcpdump.org/release/libpcap-" version ".tar.gz")) (sha256 (base32 - "07jlhc66z76dipj4j5v3dig8x6h3k6cb36kmnmpsixf3zmlvqgb7")))) + "06bhydl4vr4z9c3vahl76f2j96z1fbrcl7wwismgs4sris08inrf")))) (build-system gnu-build-system) - (native-inputs `(("bison" ,bison) ("flex" ,flex))) - (arguments '(#:configure-flags '("--with-pcap=linux") - #:tests? #f)) ; no 'check' target + (native-inputs + `(("bison" ,bison) + ("flex" ,flex))) + (arguments + ;; There are some tests in testprogs/, but no automated test suite. + '(#:tests? #f)) (home-page "https://www.tcpdump.org") (synopsis "Network packet capture library") (description "libpcap is an interface for user-level packet capture. It provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc.") - - ;; fad-*.c and a couple other files are BSD-4, but the rest is BSD-3. - (license license:bsd-3))) + (license (list license:bsd-4 ; fad-*.c and several other source files + license:bsd-3 ; pcap/, sockutils.* & others + license:bsd-2)))) ; the rest (define-public tcpdump (package -- cgit v1.2.3 From 1b08647e9a8a30a6a4cb7dac1affd99b65eafc00 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 13:34:46 +0200 Subject: gnu: perl-libwww: Update to 6.35. * gnu/packages/web.scm (perl-libwww): Update to 6.35. [native-inputs]: Add perl-test-fatal, perl-test-needs, and perl-test-requiresinternet. [propagated-inputs]: Add perl-try-tiny. --- gnu/packages/web.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 054e9cf9f5..0ab219f917 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3016,7 +3016,7 @@ (define-public perl-io-socket-ssl (define-public perl-libwww (package (name "perl-libwww") - (version "6.15") + (version "6.35") (source (origin (method url-fetch) (uri (string-append @@ -3024,8 +3024,12 @@ (define-public perl-libwww version ".tar.gz")) (sha256 (base32 - "08l3mpgcvm4ipn1zggymqgk402apf35xyds43i8c07hvq92rsd3g")))) + "0lsrr8r61b67f9wrynkhdhldw5yic4d7cd78zi52q59jgf6mg8nx")))) (build-system perl-build-system) + (native-inputs + `(("perl-test-fatal" ,perl-test-fatal) + ("perl-test-needs" ,perl-test-needs) + ("perl-test-requiresinternet", perl-test-requiresinternet))) (propagated-inputs `(("perl-encode-locale" ,perl-encode-locale) ("perl-file-listing" ,perl-file-listing) @@ -3036,6 +3040,7 @@ (define-public perl-libwww ("perl-http-message" ,perl-http-message) ("perl-http-negotiate" ,perl-http-negotiate) ("perl-net-http" ,perl-net-http) + ("perl-try-tiny" ,perl-try-tiny) ("perl-uri" ,perl-uri) ("perl-www-robotrules" ,perl-www-robotrules))) (license l:perl-license) -- cgit v1.2.3 From b31e67f14975bcea0178e81a5c8de6d36f359331 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:23:37 +0200 Subject: gnu: di: Update to 4.47. * gnu/packages/admin.scm (di): Update to 4.47. --- gnu/packages/admin.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ed476512d1..ed14c0fe1e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1968,16 +1968,16 @@ (define-public thefuck (define-public di (package (name "di") - (version "4.46") + (version "4.47") (source (origin (method url-fetch) (uri (string-append "https://gentoo.com/di/di-" version ".tar.gz")) (sha256 - (base32 "0cskiqywiqkw44zdg4q78bjns6jjp1dz5lzdxrhpnpldc6075irw")))) + (base32 "0zlapxlzjizwzwa8xwrwibhcbkh0wx7n74gvjpp6wlwq7cgiq0xm")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; Obscure test failures. + `(#:tests? #f ; obscure test failures. #:phases (modify-phases %standard-phases (delete 'configure) -- cgit v1.2.3 From 88e1ac17ed168e3a173462c606c75f7ef21d8080 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:24:34 +0200 Subject: gnu: iproute2: Update to 4.18.0. * gnu/packages/linux.scm (iproute): Update to 4.18.0. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8048dd61c0..a7ca4b63fe 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1199,7 +1199,7 @@ (define-public ebtables (define-public iproute (package (name "iproute2") - (version "4.17.0") + (version "4.18.0") (source (origin (method url-fetch) (uri (string-append @@ -1207,7 +1207,7 @@ (define-public iproute version ".tar.xz")) (sha256 (base32 - "0vmynikcamfhakvwyk5dsffy0ymgi5mdqiwybdvqfn1ijaq93abg")))) + "0ida5njr9nacg6ym3rjvl3cc9czw0hn4akhzbqf8f4zmjl6cgrm9")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite -- cgit v1.2.3 From 90a4e589e0a0de40bf39ede9db8132b6d0b880f0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:36:30 +0200 Subject: gnu: gnuastro: Update to 0.7. * gnu/packages/astronomy.scm (gnuastro): Update to 0.7. --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8fe2ee4d23..bfda1aef75 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -103,7 +103,7 @@ (define-public wcslib (define-public gnuastro (package (name "gnuastro") - (version "0.6") + (version "0.7") (source (origin (method url-fetch) @@ -111,7 +111,7 @@ (define-public gnuastro version ".tar.gz")) (sha256 (base32 - "16a212j9ghdirm11d25s5q5qw32bkjrxsh3rblfyyv29djch34w6")))) + "1h4hpj5dd1nz8hx0dkf43as0hl1grcaijg0k3zcd5djg7wgna46y")))) (inputs `(("cfitsio" ,cfitsio) ("gsl" ,gsl) -- cgit v1.2.3 From 599a88cc19835a24fcfb89dd95f9ad4f16b1e3bd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:40:00 +0200 Subject: gnu: qsynth: Update to 0.5.2. * gnu/packages/audio.scm (qsynth): Update to 0.5.2. --- gnu/packages/audio.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 58d67f2ebb..5e7c8a7d2f 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2736,7 +2736,7 @@ (define-public portaudio (define-public qsynth (package (name "qsynth") - (version "0.5.1") + (version "0.5.2") (source (origin (method url-fetch) @@ -2744,10 +2744,10 @@ (define-public qsynth "/qsynth-" version ".tar.gz")) (sha256 (base32 - "0kpk1rnhbifbvm4xvw8i0d4ksk78pf505qvg08k89kqkg32494ap")))) + "1rfkaxq1pyc4hv3l0i6wicianbcbm1wp53kh9i5d4jsljgisd1dv")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; no "check" phase + `(#:tests? #f ; no "check" phase #:configure-flags '("CXXFLAGS=-std=gnu++11"))) (native-inputs -- cgit v1.2.3 From 8f946a1823dfe851f4b9144926a9fe88a762dce4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:42:29 +0200 Subject: gnu: calf: Update to 0.90.1. * gnu/packages/audio.scm (calf): Update to 0.90.1. [source]: Use HTTPS. --- gnu/packages/audio.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5e7c8a7d2f..dda77eecd9 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -463,14 +463,14 @@ (define-public azr3 (define-public calf (package (name "calf") - (version "0.90.0") + (version "0.90.1") (source (origin (method url-fetch) - (uri (string-append "http://calf-studio-gear.org/files/calf-" + (uri (string-append "https://calf-studio-gear.org/files/calf-" version ".tar.gz")) (sha256 (base32 - "0dijv2j7vlp76l10s4v8gbav26ibaqk8s24ci74vrc398xy00cib")))) + "0znwx5gidr5n503gya9n8gagr8cfym6cwlbiv2r6iksji7jc4fpb")))) (build-system gnu-build-system) (inputs `(("fluidsynth" ,fluidsynth) -- cgit v1.2.3 From ffa822278c5c9e6adf8100e621a9222850b5413c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:47:00 +0200 Subject: gnu: the-silver-searcher: Update to 2.2.0. * gnu/packages/code.scm (the-silver-searcher): Update to 2.2.0. --- gnu/packages/code.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index dea2f09022..c628810082 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -266,7 +266,7 @@ (define-public cloc (define-public the-silver-searcher (package (name "the-silver-searcher") - (version "2.1.0") + (version "2.2.0") (source (origin (method url-fetch) (uri (string-append @@ -274,7 +274,7 @@ (define-public the-silver-searcher version ".tar.gz")) (sha256 (base32 - "1m0mih1x4jpswc8ganhqh0gmwbmd2hzmz7402mxfh19s3kcjnrfl")))) + "0w1icjqd8hd45rn1y6nbfznk1a6ip54whwbfbhxp7ws2hn3ilqnr")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From 422a6cd4c35e745f7eb9a15998bc90e42afecf2a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:47:19 +0200 Subject: gnu: the-silver-searcher: Use HTTPS home page. * gnu/packages/code.scm (the-silver-searcher)[source, home-page]: Use HTTPS. --- gnu/packages/code.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index c628810082..ee7447b024 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -270,7 +270,7 @@ (define-public the-silver-searcher (source (origin (method url-fetch) (uri (string-append - "http://geoff.greer.fm/ag/releases/the_silver_searcher-" + "https://geoff.greer.fm/ag/releases/the_silver_searcher-" version ".tar.gz")) (sha256 (base32 @@ -282,7 +282,7 @@ (define-public the-silver-searcher `(("pcre" ,pcre) ("xz" ,xz) ("zlib" ,zlib))) - (home-page "http://geoff.greer.fm/ag/") + (home-page "https://geoff.greer.fm/ag/") (synopsis "Fast code searching tool") (description "The Silver Searcher (@command{ag}) is a tool for quickly searching large -- cgit v1.2.3 From b92302fd6cf78079364b2ba51aeceed62315633e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:52:45 +0200 Subject: gnu: translate-shell: Update to 0.9.6.8. * gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.8. [source]: Remove patch. * gnu/packages/patches/translate-shell-fix-curl-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk | 1 - gnu/packages/dictionaries.scm | 9 ++-- .../patches/translate-shell-fix-curl-tests.patch | 60 ---------------------- 3 files changed, 4 insertions(+), 66 deletions(-) delete mode 100644 gnu/packages/patches/translate-shell-fix-curl-tests.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index 53120db7f7..15e7beac6e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1164,7 +1164,6 @@ dist_patch_DATA = \ %D%/packages/patches/tipp10-fix-compiling.patch \ %D%/packages/patches/tipp10-remove-license-code.patch \ %D%/packages/patches/tk-find-library.patch \ - %D%/packages/patches/translate-shell-fix-curl-tests.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ %D%/packages/patches/ttfautohint-source-date-epoch.patch \ %D%/packages/patches/tophat-build-with-later-seqan.patch \ diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 42dc291975..9f63223453 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -238,7 +238,7 @@ (define-public grammalecte (define-public translate-shell (package (name "translate-shell") - (version "0.9.6.7") + (version "0.9.6.8") (source (origin (method url-fetch) @@ -246,14 +246,13 @@ (define-public translate-shell version ".tar.gz")) (sha256 (base32 - "0inv6r3qbihn2ff1sgcly89r04k4vgcbvvyl50ln0mxlapbhpy95")) - (patches (search-patches "translate-shell-fix-curl-tests.patch")) + "17yc2kwk8957wwxyih0jmsai720ai2yqyvmrqrglcncqg6zdbz9w")) (file-name (string-append name "-" version ".tar.gz")))) (build-system gnu-build-system) (arguments `(#:phases (modify-phases %standard-phases - (delete 'configure) ; no configure phase + (delete 'configure) ; no configure phase (add-after 'install 'emacs-install (lambda* (#:key inputs outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) @@ -275,7 +274,7 @@ (define-public translate-shell ("rlwrap" ,rlwrap))) (native-inputs `(("emacs" ,emacs-minimal) - ("util-linux" ,util-linux))) ; hexdump, for the test + ("util-linux" ,util-linux))) ; hexdump, for the test (home-page "https://www.soimort.org/translate-shell/") (synopsis "Translations from the command line") (description diff --git a/gnu/packages/patches/translate-shell-fix-curl-tests.patch b/gnu/packages/patches/translate-shell-fix-curl-tests.patch deleted file mode 100644 index 33731462b8..0000000000 --- a/gnu/packages/patches/translate-shell-fix-curl-tests.patch +++ /dev/null @@ -1,60 +0,0 @@ -This patch fixes Curl related tests for 'translate-shell'. - -Upstream bug URL: - -https://github.com/soimort/translate-shell/issues/221 - -From bb9f32d3145125ba664b6b05bf0a2fd34108e9d2 Mon Sep 17 00:00:00 2001 -From: Mort Yao -Date: Sun, 25 Mar 2018 03:14:33 +0200 -Subject: [PATCH] TestUtils: perform curl-related tests only if NETWORK_ACCESS - is set to yes (#221) - ---- - test/TestUtils.awk | 32 +++++++++++++++++--------------- - 1 file changed, 17 insertions(+), 15 deletions(-) - -diff --git a/test/TestUtils.awk b/test/TestUtils.awk -index 08bb2e9..1c141e5 100644 ---- a/test/TestUtils.awk -+++ b/test/TestUtils.awk -@@ -30,22 +30,24 @@ BEGIN { - assertTrue(newerVersion("2", "1.9.9999")) - } - -- T("curl()", 1) -- { -- delete tokens; delete ast -- tokenize(tokens, curl("https://httpbin.org/get")) -- parseJson(ast, tokens) -- assertEqual(unparameterize(ast[0 SUBSEP "url"]), -- "https://httpbin.org/get") -- } -+ if (yn(ENVIRON["NETWORK_ACCESS"])) { # if network access enabled -+ T("curl()", 1) -+ { -+ delete tokens; delete ast -+ tokenize(tokens, curl("https://httpbin.org/get")) -+ parseJson(ast, tokens) -+ assertEqual(unparameterize(ast[0 SUBSEP "url"]), -+ "https://httpbin.org/get") -+ } - -- T("curlPost()", 1) -- { -- delete tokens; delete ast -- tokenize(tokens, curlPost("https://httpbin.org/post", "fizz=buzz")) -- parseJson(ast, tokens) -- assertEqual(unparameterize(ast[0 SUBSEP "url"]), -- "https://httpbin.org/post") -+ T("curlPost()", 1) -+ { -+ delete tokens; delete ast -+ tokenize(tokens, curlPost("https://httpbin.org/post", "fizz=buzz")) -+ parseJson(ast, tokens) -+ assertEqual(unparameterize(ast[0 SUBSEP "url"]), -+ "https://httpbin.org/post") -+ } - } - - T("dump()", 3) -- cgit v1.2.3 From 9b1125bc6c2a0fce4572ed324616646ef09e2bc0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 17:12:23 +0200 Subject: gnu: acpica: Update to 20180810. * gnu/packages/admin.scm (acpica): Update to 20180810. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ed14c0fe1e..09d0baf1a7 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1266,7 +1266,7 @@ (define-public dmidecode (define-public acpica (package (name "acpica") - (version "20180629") + (version "20180810") (source (origin (method url-fetch) (uri (string-append @@ -1274,7 +1274,7 @@ (define-public acpica version ".tar.gz")) (sha256 (base32 - "0rsh7ya5brpbsj7y44k1z77cvgv3zahiy8hvwvl61d6fh3db7pdp")))) + "01drf32h0v1s8yd414rgc9bavb52yffrwpnbzfxd9sk1lwssr6v7")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) -- cgit v1.2.3 From eed0f1e8725410bb05bb459dda389359c32e36ab Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Aug 2018 00:36:33 +0200 Subject: gnu: python-ndg-httpsclient: Tweak description. * gnu/packages/python-web.scm (python-ndg-httpsclient)[description]: Add some punctuation. --- gnu/packages/python-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 11ce6d8759..fd76c0c60c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1076,9 +1076,9 @@ (define-public python-ndg-httpsclient `(("python-pyopenssl" ,python-pyopenssl))) (synopsis "HTTPS support for Python's httplib and urllib2") (description "This is a HTTPS client implementation for httplib and urllib2 -based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation -over the default provided with Python and importantly enables full verification -of the SSL peer.") +based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation +over the default provided with Python and, importantly, enables full +verification of the SSL peer.") (home-page "https://github.com/cedadev/ndg_httpsclient/") (license license:bsd-3))) -- cgit v1.2.3 From 7fcb3935fa0a666e6441f587200c16a39341263b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 23:33:23 +0200 Subject: gnu: discount: Use HTTPS home page. * gnu/packages/markup.scm (discount)[home-page]: Use HTTPS. --- gnu/packages/markup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 50969c8b16..cdcfbc7898 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -143,7 +143,7 @@ (define-public discount (description "Discount is a markdown implementation, written in C. It provides a @command{markdown} command, and a library.") - (home-page "http://www.pell.portland.or.us/~orc/Code/discount/") + (home-page "https://www.pell.portland.or.us/~orc/Code/discount/") (license bsd-3))) (define-public perl-text-markdown-discount -- cgit v1.2.3 From e9ce64250a41d402e0031bd13f96cc6c9b44bbb7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:36:51 +0200 Subject: gnu: password-store: Use INSTALL-FILE. * gnu/packages/password-utils.scm (password-store)[arguments]: Substitute a more concise INSTALL-FILE invocation for COPY-FILE. --- gnu/packages/password-utils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 341a9a140c..06b2873dd2 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -386,9 +386,9 @@ (define-public password-store #t)) (add-after 'install 'install-passmenu (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (copy-file "contrib/dmenu/passmenu" - (string-append out "/bin/passmenu")) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin"))) + (install-file "contrib/dmenu/passmenu" bin) #t))) (add-after 'install 'wrap-path (lambda* (#:key inputs outputs #:allow-other-keys) -- cgit v1.2.3 From 23ae96d5a284e460c3208d1e899d73764842fbe7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 14:56:16 +0200 Subject: gnu: deutex: Update to 5.1.2. * gnu/packages/game-development.scm (deutex): Update to 5.1.2. --- gnu/packages/game-development.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 130312ad46..8d66317ce7 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -115,7 +115,7 @@ (define-public bullet (define-public deutex (package (name "deutex") - (version "5.1.1") + (version "5.1.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/Doom-Utils/" name @@ -123,7 +123,7 @@ (define-public deutex name "-" version ".tar.xz")) (sha256 (base32 - "0yqzlb3imkdzy8yd7xc69xk9ajf4dhiz3a9ssphyf4c9rcr440wj")))) + "1rj3w4xa0n4jixy4j7p6gbclylbgxvhdnji7xnkydrqii9rxnbp4")))) (build-system gnu-build-system) (native-inputs `(("asciidoc" ,asciidoc))) (home-page "https://github.com/Doom-Utils/deutex") -- cgit v1.2.3 From 0d5c879d89339ead8577fbf2f2163bbfe276a883 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 15:00:08 +0200 Subject: gnu: ola: Update to 0.10.7. * gnu/packages/lighting.scm (ola): Update to 0.10.7. --- gnu/packages/lighting.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm index c78d3fe462..b91f5c8834 100644 --- a/gnu/packages/lighting.scm +++ b/gnu/packages/lighting.scm @@ -37,7 +37,7 @@ (define-module (gnu packages lighting) (define-public ola (package (name "ola") - (version "0.10.6") + (version "0.10.7") (source (origin (method url-fetch) (uri (string-append @@ -46,7 +46,7 @@ (define-public ola (patches (search-patches "ola-readdir-r.patch")) (sha256 (base32 - "1w1s4bz0va0ay46qjqd7rlkp3ksx2kqbzsjr3ra71hrla4mk1a16")))) + "181imc9qkjm2m1iwrb5ixsckx893nc6qwjfzacsjlqp0jlnj8rca")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) -- cgit v1.2.3 From b432c052034d529b27d6094b899f0c9583fc6f55 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 15:29:18 +0200 Subject: gnu: memcached: Update to 1.5.10. * gnu/packages/databases.scm (memcached): Update to 1.5.10. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 4b576e25b7..c148ba4999 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -398,7 +398,7 @@ (define-public leveldb (define-public memcached (package (name "memcached") - (version "1.5.8") + (version "1.5.10") (source (origin (method url-fetch) @@ -406,7 +406,7 @@ (define-public memcached "https://memcached.org/files/memcached-" version ".tar.gz")) (sha256 (base32 - "1ppnhsqv9047vm0rrmqla56y972f8qqjdb780iz6v922jjcc723k")))) + "0jqw3z0408yx0lzc6ykn4d29n02dk31kqnmq9b3ldmcnpl6hck29")))) (build-system gnu-build-system) (inputs `(("libevent" ,libevent) -- cgit v1.2.3 From 06a45ad6c0655f76ba15c90c0bd35857b45a7d3e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Aug 2018 17:32:02 +0200 Subject: gnu: Add r-orddom. * gnu/packages/cran.scm (r-orddom): New variable. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b491cc7eb2..a78a97e015 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4636,3 +4636,29 @@ (define-public r-hash appreciable size, access using hashes outperforms native named lists and vectors.") (license license:gpl2+))) + +(define-public r-orddom + (package + (name "r-orddom") + (version "3.1") + (source + (origin + (method url-fetch) + (uri (cran-uri "orddom" version)) + (sha256 + (base32 + "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh")))) + (build-system r-build-system) + (propagated-inputs `(("r-psych" ,r-psych))) + (home-page "https://cran.r-project.org/web/packages/orddom/") + (synopsis "Ordinal dominance statistics") + (description + "This package provides tools to compute ordinal, statistics and effect +sizes as an alternative to mean comparison: Cliff's delta or success rate +difference (SRD), Vargha and Delaney's A or the Area Under a Receiver +Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's +Common Language Effect Size (CLES) or Grissom & Kim's Probability of +Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover, +comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of +Group (Non-)Overlap considerations.") + (license license:gpl2))) -- cgit v1.2.3 From e09dbdeb783c9db032ccf871b6278cc211d49c79 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 14 Aug 2018 16:15:38 -0400 Subject: gnu: samba: Update to 4.8.4 [fixes CVE-2018-{1139,1130,10858,10918,10919}]. * gnu/packages/samba.scm (samba): Update to 4.8.4. --- gnu/packages/samba.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 64017224a7..16b9470e7c 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -150,14 +150,14 @@ (define (install dir) (define-public samba (package (name "samba") - (version "4.8.3") + (version "4.8.4") (source (origin (method url-fetch) (uri (string-append "https://download.samba.org/pub/samba/stable/" "samba-" version ".tar.gz")) (sha256 (base32 - "1vc21c0m7wky70hpyjhw6ph6zlzljsvivlgxy54znpaxc259lmp0")))) + "01jlk8xlawfp3yyhi5migcd1fy7dkavbh56in444m281kqa4s17m")))) (build-system gnu-build-system) (arguments `(#:phases -- cgit v1.2.3 From feccc81013c410494b68894aad75bd7d135f5525 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 14 Aug 2018 14:50:46 -0400 Subject: gnu: gdm: Fix CVE-2018-14424. * gnu/packages/patches/gdm-CVE-2018-14424.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gdm): Use it. --- gnu/local.mk | 1 + gnu/packages/gnome.scm | 1 + gnu/packages/patches/gdm-CVE-2018-14424.patch | 172 ++++++++++++++++++++++++++ 3 files changed, 174 insertions(+) create mode 100644 gnu/packages/patches/gdm-CVE-2018-14424.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index 15e7beac6e..f433da46e2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -714,6 +714,7 @@ dist_patch_DATA = \ %D%/packages/patches/gd-CVE-2018-5711.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ %D%/packages/patches/gd-freetype-test-failure.patch \ + %D%/packages/patches/gdm-CVE-2018-14424.patch \ %D%/packages/patches/gemma-intel-compat.patch \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \ diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4ef96ffa50..fe26bc35cc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5305,6 +5305,7 @@ (define-public gdm (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) + (patches (search-patches "gdm-CVE-2018-14424.patch")) (sha256 (base32 "0mxdal6hh345xk2xqmw5192jgpprkbcv1d4bwmnl4arcc00cpp8p")))) diff --git a/gnu/packages/patches/gdm-CVE-2018-14424.patch b/gnu/packages/patches/gdm-CVE-2018-14424.patch new file mode 100644 index 0000000000..88a71f4151 --- /dev/null +++ b/gnu/packages/patches/gdm-CVE-2018-14424.patch @@ -0,0 +1,172 @@ +Fix CVE-2018-14424: + +https://gitlab.gnome.org/GNOME/gdm/issues/401 +https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14424 + +Patch copied from upstream source repository: + +https://gitlab.gnome.org/GNOME/gdm/commit/1ac1697b3b019f50729a6e992065959586e170da + +From 1ac1697b3b019f50729a6e992065959586e170da Mon Sep 17 00:00:00 2001 +From: Chris Coulson +Date: Thu, 19 Jul 2018 18:26:05 +0100 +Subject: [PATCH] display-store: Pass the display object rather than the id in + the removed signal + +By the time GdmDisplayStore emits the "display-removed" signal, the display +is no longer in the store and gdm_display_store_lookup will not work in +signal handlers. + +Change the "display-removed" parameter from the display id to the GdmDisplay +object, so that signal handers can perform any cleanup they need to do + +CVE-2018-14424 + +Closes: https://gitlab.gnome.org/GNOME/gdm/issues/401 +--- + daemon/gdm-display-store.c | 11 +++-------- + daemon/gdm-display-store.h | 2 +- + daemon/gdm-local-display-factory.c | 13 +++---------- + daemon/gdm-manager.c | 19 +++++++++---------- + daemon/gdm-manager.h | 3 ++- + 5 files changed, 18 insertions(+), 30 deletions(-) + +diff --git a/daemon/gdm-display-store.c b/daemon/gdm-display-store.c +index af76f519..fd24334e 100644 +--- a/daemon/gdm-display-store.c ++++ b/daemon/gdm-display-store.c +@@ -76,15 +76,10 @@ stored_display_new (GdmDisplayStore *store, + static void + stored_display_free (StoredDisplay *stored_display) + { +- char *id; +- +- gdm_display_get_id (stored_display->display, &id, NULL); +- + g_signal_emit (G_OBJECT (stored_display->store), + signals[DISPLAY_REMOVED], + 0, +- id); +- g_free (id); ++ stored_display->display); + + g_debug ("GdmDisplayStore: Unreffing display: %p", + stored_display->display); +@@ -281,9 +276,9 @@ gdm_display_store_class_init (GdmDisplayStoreClass *klass) + G_STRUCT_OFFSET (GdmDisplayStoreClass, display_removed), + NULL, + NULL, +- g_cclosure_marshal_VOID__STRING, ++ g_cclosure_marshal_VOID__OBJECT, + G_TYPE_NONE, +- 1, G_TYPE_STRING); ++ 1, G_TYPE_OBJECT); + + g_type_class_add_private (klass, sizeof (GdmDisplayStorePrivate)); + } +diff --git a/daemon/gdm-display-store.h b/daemon/gdm-display-store.h +index 28359933..0aff8ee2 100644 +--- a/daemon/gdm-display-store.h ++++ b/daemon/gdm-display-store.h +@@ -49,7 +49,7 @@ typedef struct + void (* display_added) (GdmDisplayStore *display_store, + const char *id); + void (* display_removed) (GdmDisplayStore *display_store, +- const char *id); ++ GdmDisplay *display); + } GdmDisplayStoreClass; + + typedef enum +diff --git a/daemon/gdm-local-display-factory.c b/daemon/gdm-local-display-factory.c +index 5f1ae89e..39f3e30a 100644 +--- a/daemon/gdm-local-display-factory.c ++++ b/daemon/gdm-local-display-factory.c +@@ -805,18 +805,11 @@ on_display_added (GdmDisplayStore *display_store, + + static void + on_display_removed (GdmDisplayStore *display_store, +- const char *id, ++ GdmDisplay *display, + GdmLocalDisplayFactory *factory) + { +- GdmDisplay *display; +- +- display = gdm_display_store_lookup (display_store, id); +- +- if (display != NULL) { +- g_signal_handlers_disconnect_by_func (display, G_CALLBACK (on_display_status_changed), factory); +- g_object_weak_unref (G_OBJECT (display), (GWeakNotify)on_display_disposed, factory); +- +- } ++ g_signal_handlers_disconnect_by_func (display, G_CALLBACK (on_display_status_changed), factory); ++ g_object_weak_unref (G_OBJECT (display), (GWeakNotify)on_display_disposed, factory); + } + + static gboolean +diff --git a/daemon/gdm-manager.c b/daemon/gdm-manager.c +index f17bd1a5..f6684a8b 100644 +--- a/daemon/gdm-manager.c ++++ b/daemon/gdm-manager.c +@@ -1541,19 +1541,18 @@ on_display_status_changed (GdmDisplay *display, + + static void + on_display_removed (GdmDisplayStore *display_store, +- const char *id, ++ GdmDisplay *display, + GdmManager *manager) + { +- GdmDisplay *display; ++ char *id; + +- display = gdm_display_store_lookup (display_store, id); +- if (display != NULL) { +- g_dbus_object_manager_server_unexport (manager->priv->object_manager, id); ++ gdm_display_get_id (display, &id, NULL); ++ g_dbus_object_manager_server_unexport (manager->priv->object_manager, id); ++ g_free (id); + +- g_signal_handlers_disconnect_by_func (display, G_CALLBACK (on_display_status_changed), manager); ++ g_signal_handlers_disconnect_by_func (display, G_CALLBACK (on_display_status_changed), manager); + +- g_signal_emit (manager, signals[DISPLAY_REMOVED], 0, id); +- } ++ g_signal_emit (manager, signals[DISPLAY_REMOVED], 0, display); + } + + static void +@@ -2535,9 +2534,9 @@ gdm_manager_class_init (GdmManagerClass *klass) + G_STRUCT_OFFSET (GdmManagerClass, display_removed), + NULL, + NULL, +- g_cclosure_marshal_VOID__STRING, ++ g_cclosure_marshal_VOID__OBJECT, + G_TYPE_NONE, +- 1, G_TYPE_STRING); ++ 1, G_TYPE_OBJECT); + + g_object_class_install_property (object_class, + PROP_XDMCP_ENABLED, +diff --git a/daemon/gdm-manager.h b/daemon/gdm-manager.h +index 41c68a7a..c8fb3f22 100644 +--- a/daemon/gdm-manager.h ++++ b/daemon/gdm-manager.h +@@ -24,6 +24,7 @@ + + #include + ++#include "gdm-display.h" + #include "gdm-manager-glue.h" + + G_BEGIN_DECLS +@@ -50,7 +51,7 @@ typedef struct + void (* display_added) (GdmManager *manager, + const char *id); + void (* display_removed) (GdmManager *manager, +- const char *id); ++ GdmDisplay *display); + } GdmManagerClass; + + typedef enum +-- +2.17.1 + -- cgit v1.2.3 From 61d996b92171edd5086682f9acadb61870792376 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 15:29:51 +0200 Subject: gnu: memcached: Fix typos in description. * gnu/packages/databases.scm (memcached)[synopsis, description]: Hyphenate. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c148ba4999..acea7daf84 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -412,8 +412,8 @@ (define-public memcached `(("libevent" ,libevent) ("cyrus-sasl" ,cyrus-sasl))) (home-page "https://memcached.org/") - (synopsis "In memory caching service") - (description "Memcached is a in memory key value store. It has a small + (synopsis "In-memory caching service") + (description "Memcached is an in-memory key-value store. It has a small and generic API, and was originally intended for use with dynamic web applications.") (license license:bsd-3))) -- cgit v1.2.3 From 3416f65fbdbf2226247ad8118852bcc8c113955d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 17:55:14 +0200 Subject: gnu: serd: Update to 0.30.0. * gnu/packages/rdf.scm (serd): Update to 0.30.0. --- gnu/packages/rdf.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index ff79b90fcd..48dc3cddb9 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -230,14 +230,14 @@ (define-public redland (define-public serd (package (name "serd") - (version "0.28.0") + (version "0.30.0") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/serd-" version ".tar.bz2")) (sha256 (base32 - "1v4ai4zyj1q3255nghicns9817jkwb3bh60ssprsjmnjfj41mwhx")))) + "1yyfyvc6kwagi5w43ljp1bbjdvdpmgpds74lmjxycm91bkx0xyvf")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no check target -- cgit v1.2.3 From c3da234f607f41603a5ab556400815785a2ad459 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 17:55:28 +0200 Subject: gnu: sratom: Update to 0.6.2. * gnu/packages/audio.scm (sratom): Update to 0.6.2. --- gnu/packages/audio.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index dda77eecd9..e59a59793d 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2284,14 +2284,14 @@ (define-public rtmidi (define-public sratom (package (name "sratom") - (version "0.6.0") + (version "0.6.2") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/sratom-" version ".tar.bz2")) (sha256 (base32 - "0hrxd9i66s06bpn6i3s9ka95134g3sm8yscmif7qgdzhyjqw42j4")))) + "0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a")))) (build-system waf-build-system) (arguments `(#:tests? #f)) ; no check target (inputs -- cgit v1.2.3 From d0b025ea69ac3b4fcc8fdf5bc1ea3a962eb19750 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 17:55:45 +0200 Subject: gnu: lilv: Update to 0.24.4. * gnu/packages/audio.scm (lilv): Update to 0.24.4. --- gnu/packages/audio.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index e59a59793d..06ea6645c4 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1708,17 +1708,17 @@ (define-public python2-pyliblo (define-public lilv (package (name "lilv") - (version "0.24.2") + (version "0.24.4") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/lilv-" version ".tar.bz2")) (sha256 (base32 - "08m5a372pr1l7aii9s3pic5nm68gynx1n1bc7bnlswziq6qnbv7p")))) + "0f24cd7wkk5l969857g2ydz2kjjrkvvddg1g87xzzs78lsvq8fy3")))) (build-system waf-build-system) (arguments - `(#:tests? #f ; no check target + `(#:tests? #f ; no check target #:phases (modify-phases %standard-phases (add-before @@ -1728,7 +1728,7 @@ (define-public lilv (string-append "-Wl,-rpath=" (assoc-ref outputs "out") "/lib")) #t))))) - ;; required by lilv-0.pc + ;; Required by lilv-0.pc. (propagated-inputs `(("serd" ,serd) ("sord" ,sord) -- cgit v1.2.3 From 409dec3f29084c8c8caadfe5852e9f4b7f3546f9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 21:12:10 +0200 Subject: gnu: aubio: Update to 0.4.6. * gnu/packages/audio.scm (aubio): Update to 0.4.6. [arguments]: Set reflexive RUNPATH. --- gnu/packages/audio.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 06ea6645c4..02af258348 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -145,24 +145,26 @@ (define-public alsa-modular-synth (define-public aubio (package (name "aubio") - (version "0.4.1") + (version "0.4.6") (source (origin (method url-fetch) (uri (string-append "http://aubio.org/pub/aubio-" version ".tar.bz2")) (sha256 (base32 - "15f6nf76y7iyl2kl4ny7ky0zpxfxr8j3902afvd6ydnnkh5dzmr5")))) + "1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx")))) (build-system waf-build-system) (arguments `(#:tests? #f ; no check target #:configure-flags - '("--enable-fftw3f" - "--enable-jack" - "--enable-sndfile" - "--enable-samplerate" - ;; enable compilation with avcodec once available - "--disable-avcodec") + (list + (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib") + "--enable-fftw3f" + "--enable-jack" + "--enable-sndfile" + "--enable-samplerate" + ;; TODO: enable compilation with avcodec once available. + "--disable-avcodec") #:python ,python-2)) (inputs `(("jack" ,jack-1) -- cgit v1.2.3 From 34ba1b8fc539c75fd7d03e44a242e023be82b2ab Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 21:21:19 +0200 Subject: gnu: perl-db-file: Update to 1.842. * gnu/packages/databases.scm (perl-db-file): Update to 1.842. --- gnu/packages/databases.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index acea7daf84..04b9085e50 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1667,7 +1667,7 @@ (define-public guile-wiredtiger (define-public perl-db-file (package (name "perl-db-file") - (version "1.841") + (version "1.842") (source (origin (method url-fetch) @@ -1677,7 +1677,7 @@ (define-public perl-db-file ".tar.gz")) (sha256 (base32 - "11fks42kgscpia0mxx4lc9krm7q4gv6w7m5h3m2jr3dl7viv36hn")))) + "0w2d99vs9qarng2f9fpg3gchfdzy6an13507jhclcl8wv183h5hg")))) (build-system perl-build-system) (inputs `(("bdb" ,bdb))) (native-inputs `(("perl-test-pod" ,perl-test-pod))) -- cgit v1.2.3 From b3307bfdf9ebf6808fe15dce9fd2712db6f5b909 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 21:26:46 +0200 Subject: gnu: f3: Don't use unstable tarball. * gnu/packages/disk.scm (f3)[source]: Use GIT-FETCH and GIT-FILE-NAME. --- gnu/packages/disk.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 9d05b2444e..e101d33e25 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -398,13 +398,14 @@ (define-public f3 (version "6.0") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/AltraMayor/f3/archive/" - "v" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/AltraMayor/f3.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "1mgbzc1swvgil45md1336j0aqkmkhwmpxical0ln5g09b2qxsanp")))) + "1azi10ba0h9z7m0gmfnyymmfqb8380k9za8hn1rrw1s442hzgnz2")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target -- cgit v1.2.3 From af514eadb2ef77b890daab17f872350d009a4c18 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Aug 2018 21:42:22 +0200 Subject: gnu: f3: Update to 7.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/disk.scm (f3): Update to 7.1. [arguments]: Remove ‘fix-makefile’ phase. Move installation of experimental (now called ‘extra’) tools to their own phases instead of cleverly patching Makefile. --- gnu/packages/disk.scm | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index e101d33e25..f1b3f265fe 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -395,7 +395,7 @@ (define-public pydf (define-public f3 (package (name "f3") - (version "6.0") + (version "7.1") (source (origin (method git-fetch) @@ -405,25 +405,21 @@ (define-public f3 (file-name (git-file-name name version)) (sha256 (base32 - "1azi10ba0h9z7m0gmfnyymmfqb8380k9za8hn1rrw1s442hzgnz2")))) + "0zglsmz683jg7f9wc6vmgljyg9w87pbnjw5x4w6x02w8233zvjqf")))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; no check target + '(#:tests? #f ; no check target #:make-flags (list "CC=gcc" (string-append "PREFIX=" %output)) #:phases (modify-phases %standard-phases - (delete 'configure) - (add-before 'build 'fix-makefile - (lambda _ - (substitute* "Makefile" - ;; Install without setting owner and group - (("\\$\\(INSTALL\\) -oroot -groot ") "$(INSTALL) ") - ;; also build and install experimental tools - (("^all: ") "all: $(EXPERIMENTAL_TARGETS) ") - (("^install: ") "install-all: ") - (("^install-experimental: ") "install: install-all ")) - #t))))) + (delete 'configure) ; no configure script + (add-after 'build 'build-extra + (lambda* (#:key make-flags #:allow-other-keys) + (apply invoke "make" "extra" make-flags))) + (add-after 'build 'install-extra + (lambda* (#:key make-flags #:allow-other-keys) + (apply invoke "make" "install-extra" make-flags)))))) (inputs `(("eudev" ,eudev) ("parted" ,parted))) -- cgit v1.2.3 From 34362ff6d656eef7a24cbdcf5d7c9c26a29d2ccf Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 00:14:07 +0200 Subject: gnu: perl-http-tiny: Update to 0.076. * gnu/packages/web.scm (perl-http-tiny): Update to 0.076. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 0ab219f917..230238737e 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2921,7 +2921,7 @@ (define-public perl-http-server-simple (define-public perl-http-tiny (package (name "perl-http-tiny") - (version "0.070") + (version "0.076") (source (origin (method url-fetch) @@ -2929,7 +2929,7 @@ (define-public perl-http-tiny "HTTP-Tiny-" version ".tar.gz")) (sha256 (base32 - "0cvp5yqrni6qydpsa8fpkbm82zfwmy9js8jsvyj8gs3dx78qbwvl")))) + "11wkxxqj3ff84rgj9q2gzkdgscwp3fzj205846k9ycqinlpsmgfx")))) (build-system perl-build-system) (inputs `(("perl-http-cookiejar" ,perl-http-cookiejar) -- cgit v1.2.3 From d87e547702bcffdf0eb3948409a94f146538afb8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 00:24:17 +0200 Subject: gnu: openssl@1.1: Update to 1.1.0i [fix CVE-2018-0737]. Also includes a fix for CVE-2018-0732, and a different approach to fixing CVE-2018-0495. * gnu/packages/tls.scm (openssl-next): Update to 1.1.0i. [sources]: Remove CVE patches. * gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch: Delete... * gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch: ...both files. * gnu/local.mk (dist_patch_DATA): Remove them. --- gnu/local.mk | 2 - .../patches/openssl-1.1.0-CVE-2018-0495.patch | 152 --------------------- .../patches/openssl-1.1.0-CVE-2018-0732.patch | 50 ------- gnu/packages/tls.scm | 10 +- 4 files changed, 4 insertions(+), 210 deletions(-) delete mode 100644 gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch delete mode 100644 gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index f433da46e2..e8f1dbe661 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -999,8 +999,6 @@ dist_patch_DATA = \ %D%/packages/patches/openssl-runpath.patch \ %D%/packages/patches/openssl-1.0.2-CVE-2018-0495.patch \ %D%/packages/patches/openssl-1.0.2-CVE-2018-0732.patch \ - %D%/packages/patches/openssl-1.1.0-CVE-2018-0495.patch \ - %D%/packages/patches/openssl-1.1.0-CVE-2018-0732.patch \ %D%/packages/patches/openssl-1.1.0-c-rehash-in.patch \ %D%/packages/patches/openssl-c-rehash-in.patch \ %D%/packages/patches/orpheus-cast-errors-and-includes.patch \ diff --git a/gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch b/gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch deleted file mode 100644 index 15dedbcbd0..0000000000 --- a/gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch +++ /dev/null @@ -1,152 +0,0 @@ -Fix CVE-2018-0495: - -https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0495 -https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/ - -Patch copied from upstream source repository: - -https://github.com/openssl/openssl/commit/0c27d793745c7837b13646302b6890a556b7017a - -From 0c27d793745c7837b13646302b6890a556b7017a Mon Sep 17 00:00:00 2001 -From: Matt Caswell -Date: Fri, 25 May 2018 12:10:13 +0100 -Subject: [PATCH] Add blinding to an ECDSA signature - -Keegan Ryan (NCC Group) has demonstrated a side channel attack on an -ECDSA signature operation. During signing the signer calculates: - -s:= k^-1 * (m + r * priv_key) mod order - -The addition operation above provides a sufficient signal for a -flush+reload attack to derive the private key given sufficient signature -operations. - -As a mitigation (based on a suggestion from Keegan) we add blinding to -the operation so that: - -s := k^-1 * blind^-1 (blind * m + blind * r * priv_key) mod order - -Since this attack is a localhost side channel only no CVE is assigned. - -Reviewed-by: Rich Salz ---- - CHANGES | 4 +++ - crypto/ec/ecdsa_ossl.c | 70 +++++++++++++++++++++++++++++++++++++----- - 2 files changed, 67 insertions(+), 7 deletions(-) - -diff --git a/crypto/ec/ecdsa_ossl.c b/crypto/ec/ecdsa_ossl.c -index 72e2f0f28b..449be0e92a 100644 ---- a/crypto/ec/ecdsa_ossl.c -+++ b/crypto/ec/ecdsa_ossl.c -@@ -210,7 +210,8 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, - EC_KEY *eckey) - { - int ok = 0, i; -- BIGNUM *kinv = NULL, *s, *m = NULL, *tmp = NULL; -+ BIGNUM *kinv = NULL, *s, *m = NULL, *tmp = NULL, *blind = NULL; -+ BIGNUM *blindm = NULL; - const BIGNUM *order, *ckinv; - BN_CTX *ctx = NULL; - const EC_GROUP *group; -@@ -243,8 +244,18 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, - } - s = ret->s; - -- if ((ctx = BN_CTX_new()) == NULL || -- (tmp = BN_new()) == NULL || (m = BN_new()) == NULL) { -+ ctx = BN_CTX_secure_new(); -+ if (ctx == NULL) { -+ ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_MALLOC_FAILURE); -+ goto err; -+ } -+ -+ BN_CTX_start(ctx); -+ tmp = BN_CTX_get(ctx); -+ m = BN_CTX_get(ctx); -+ blind = BN_CTX_get(ctx); -+ blindm = BN_CTX_get(ctx); -+ if (blindm == NULL) { - ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_MALLOC_FAILURE); - goto err; - } -@@ -284,18 +295,64 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, - } - } - -- if (!BN_mod_mul(tmp, priv_key, ret->r, order, ctx)) { -+ /* -+ * The normal signature calculation is: -+ * -+ * s := k^-1 * (m + r * priv_key) mod order -+ * -+ * We will blind this to protect against side channel attacks -+ * -+ * s := k^-1 * blind^-1 * (blind * m + blind * r * priv_key) mod order -+ */ -+ -+ /* Generate a blinding value */ -+ do { -+ if (!BN_rand(blind, BN_num_bits(order) - 1, BN_RAND_TOP_ANY, -+ BN_RAND_BOTTOM_ANY)) -+ goto err; -+ } while (BN_is_zero(blind)); -+ BN_set_flags(blind, BN_FLG_CONSTTIME); -+ BN_set_flags(blindm, BN_FLG_CONSTTIME); -+ BN_set_flags(tmp, BN_FLG_CONSTTIME); -+ -+ /* tmp := blind * priv_key * r mod order */ -+ if (!BN_mod_mul(tmp, blind, priv_key, order, ctx)) { - ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); - goto err; - } -- if (!BN_mod_add_quick(s, tmp, m, order)) { -+ if (!BN_mod_mul(tmp, tmp, ret->r, order, ctx)) { - ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); - goto err; - } -+ -+ /* blindm := blind * m mod order */ -+ if (!BN_mod_mul(blindm, blind, m, order, ctx)) { -+ ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); -+ goto err; -+ } -+ -+ /* s : = (blind * priv_key * r) + (blind * m) mod order */ -+ if (!BN_mod_add_quick(s, tmp, blindm, order)) { -+ ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); -+ goto err; -+ } -+ -+ /* s:= s * blind^-1 mod order */ -+ if (BN_mod_inverse(blind, blind, order, ctx) == NULL) { -+ ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); -+ goto err; -+ } -+ if (!BN_mod_mul(s, s, blind, order, ctx)) { -+ ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); -+ goto err; -+ } -+ -+ /* s := s * k^-1 mod order */ - if (!BN_mod_mul(s, s, ckinv, order, ctx)) { - ECerr(EC_F_OSSL_ECDSA_SIGN_SIG, ERR_R_BN_LIB); - goto err; - } -+ - if (BN_is_zero(s)) { - /* - * if kinv and r have been supplied by the caller don't to -@@ -317,9 +374,8 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, - ECDSA_SIG_free(ret); - ret = NULL; - } -+ BN_CTX_end(ctx); - BN_CTX_free(ctx); -- BN_clear_free(m); -- BN_clear_free(tmp); - BN_clear_free(kinv); - return ret; - } --- -2.17.1 - diff --git a/gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch b/gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch deleted file mode 100644 index dfea6e7d06..0000000000 --- a/gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch +++ /dev/null @@ -1,50 +0,0 @@ -Fix CVE-2018-0732: - -https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732 - -Patch copied from upstream source repository: - -https://github.com/openssl/openssl/commit/ea7abeeabf92b7aca160bdd0208636d4da69f4f4 - -From ea7abeeabf92b7aca160bdd0208636d4da69f4f4 Mon Sep 17 00:00:00 2001 -From: Guido Vranken -Date: Mon, 11 Jun 2018 19:38:54 +0200 -Subject: [PATCH] Reject excessively large primes in DH key generation. - -CVE-2018-0732 - -Signed-off-by: Guido Vranken - -(cherry picked from commit 91f7361f47b082ae61ffe1a7b17bb2adf213c7fe) - -Reviewed-by: Tim Hudson -Reviewed-by: Matt Caswell -(Merged from https://github.com/openssl/openssl/pull/6457) ---- - crypto/dh/dh_key.c | 7 ++++++- - 1 file changed, 6 insertions(+), 1 deletion(-) - -diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c -index fce9ff47f3..58003d7087 100644 ---- a/crypto/dh/dh_key.c -+++ b/crypto/dh/dh_key.c -@@ -78,10 +78,15 @@ static int generate_key(DH *dh) - int ok = 0; - int generate_new_key = 0; - unsigned l; -- BN_CTX *ctx; -+ BN_CTX *ctx = NULL; - BN_MONT_CTX *mont = NULL; - BIGNUM *pub_key = NULL, *priv_key = NULL; - -+ if (BN_num_bits(dh->p) > OPENSSL_DH_MAX_MODULUS_BITS) { -+ DHerr(DH_F_GENERATE_KEY, DH_R_MODULUS_TOO_LARGE); -+ return 0; -+ } -+ - ctx = BN_CTX_new(); - if (ctx == NULL) - goto err; --- -2.17.1 - diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index cafe71bd41..28d2ea5fd5 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -410,7 +410,7 @@ (define-public openssl-next (package (inherit openssl) (name "openssl") - (version "1.1.0h") + (version "1.1.0i") (source (origin (method url-fetch) (uri (list (string-append "https://www.openssl.org/source/openssl-" @@ -420,14 +420,12 @@ (define-public openssl-next (string-append "ftp://ftp.openssl.org/source/old/" (string-trim-right version char-set:letter) "/" name "-" version ".tar.gz"))) - (patches (search-patches "openssl-1.1.0-c-rehash-in.patch" - "openssl-1.1.0-CVE-2018-0495.patch" - "openssl-1.1.0-CVE-2018-0732.patch")) + (patches (search-patches "openssl-1.1.0-c-rehash-in.patch")) (sha256 (base32 - "05x509lccqjscgyi935z809pwfm708islypwhmjnb6cyvrn64daq")))) + "16fgaf113p6s5ixw227sycvihh3zx6f6rf0hvjjhxk68m12cigzb")))) (outputs '("out" - "doc" ;1.3MiB of man3 pages + "doc" ; 1.3MiB of man3 pages "static")) ; 5.5MiB of .a files (arguments (substitute-keyword-arguments (package-arguments openssl) -- cgit v1.2.3 From 28407818c0be7f3daa01b0c3f736988016ac8bc6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 15 Aug 2018 10:41:48 +0200 Subject: gnu: cataclysm-dda: Allow localization. * gnu/packages/games.scm (cataclysm-dda): Allow localization. --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a16ecb81a8..0e7757511b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -199,7 +199,8 @@ (define-public cataclysm-dda (build-system gnu-build-system) (arguments '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")) - "USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1") + "USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1" + "LOCALIZE=1" "LANGUAGES=all") #:phases (modify-phases %standard-phases (delete 'configure) -- cgit v1.2.3 From df1bc82b696f8d87a2336ae33b64aa2bdeaa79a6 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Wed, 15 Aug 2018 08:08:59 -0400 Subject: gnu: ocaml-gsl: Update to 1.22.0. * gnu/packages/maths.scm (ocaml-gsl): Update to 1.22.0. --- gnu/packages/maths.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 2608756da7..18d26ab716 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -355,17 +355,17 @@ (define-public gsl (define-public ocaml-gsl (package (name "ocaml-gsl") - (version "1.19.3") + (version "1.22.0") (source (origin (method url-fetch) (uri (string-append - "https://github.com/mmottl/gsl-ocaml/releases/download/v" - version"/gsl-ocaml-" version ".tar.gz")) + "https://github.com/mmottl/gsl-ocaml/releases/download/" + version "/gsl-" version ".tbz")) (sha256 (base32 - "0nzp43hp8pbjqkrxnwp5lgjrabxayf61h18fjaydi0s5faq6f3xh")))) + "17vcswipliq1b2idbzx1z95kskn1a4q4s5v04igilg0f7lnkaarb")))) (build-system ocaml-build-system) (inputs `(("gsl" ,gsl))) -- cgit v1.2.3 From fac39b99a5b02d21182ccd0e12e3bfc09ba34a8f Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 11 Aug 2018 15:31:15 +0200 Subject: gnu: libx264: Update to 20180810-2245. * gnu/packages/video.scm (libx264): Update to 20180810-2245. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 510122ab3b..6c10348c1d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -258,14 +258,14 @@ (define-public libmpeg2 (define-public libx264 (package (name "libx264") - (version "20180219-2245") + (version "20180810-2245") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/pub/x264/snapshots/" "x264-snapshot-" version "-stable.tar.bz2")) (sha256 (base32 - "1x0cg8l30wp84mr7q0ddp06jclm0kjrszazrx87d4k7js3qxjy8m")))) + "0f25f39imas9pcqm7lnaa0shhjmf42hdx7jxzcnvxc7qsb7lh1bv")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- cgit v1.2.3 From 5799e5ae07a09d7d83ab64edb3a19e92243c9547 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 15 Aug 2018 14:45:45 +0200 Subject: gnu: opensc: Update to 0.18.0. * gnu/packages/security-token.scm (opensc): Update to 0.18.0. [arguments]: Add phase to disable test which fails in this release. --- gnu/packages/security-token.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 68cda50170..4369a8342d 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -219,7 +219,7 @@ (define-public ykclient (define-public opensc (package (name "opensc") - (version "0.17.0") + (version "0.18.0") (source (origin (method url-fetch) (uri (string-append @@ -227,7 +227,7 @@ (define-public opensc version "/opensc-" version ".tar.gz")) (sha256 (base32 - "0043jh5g7q2lyd5vnb0akwb5y349isx7vbm9wqhlgav7d20wcwxy")))) + "0mrpik6ifzh27ws7h0viv8nwgcdj3fp5whaldmj0zhfi1l1zzh4v")))) (build-system gnu-build-system) (arguments `(#:phases @@ -244,7 +244,13 @@ (define-public opensc (("DEFAULT_PCSC_PROVIDER=\"libpcsclite\\.so\\.1\"") (string-append "DEFAULT_PCSC_PROVIDER=\"" libpcsclite "\""))) - #t)))))) + #t))) + (add-before 'check 'disable-broken-test + (lambda _ + ;; XXX: This test is fixed in git, remove this phase for >= 0.19. + (substitute* "doc/tools/Makefile" + (("TESTS = test-manpage.sh") "TESTS = ")) + #t))))) (inputs `(("readline" ,readline) ("openssl" ,openssl) -- cgit v1.2.3 From aa3ad4b11981013ed6a73481f5829f20561d84e6 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 15 Aug 2018 14:52:58 +0200 Subject: gnu: yubico-piv-tool: Update to 1.6.0 [fixes CVE-2018-14779, CVE-2018-14780]. * gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.0. [inputs]: Add GENGETOPT. [native-inputs]: Add HELP2MAN. --- gnu/packages/security-token.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 4369a8342d..d4e0437a5b 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -45,6 +45,7 @@ (define-module (gnu packages security-token) #:use-module (gnu packages man) #:use-module (gnu packages networking) #:use-module (gnu packages cyrus-sasl) + #:use-module (gnu packages popt) #:use-module (gnu packages readline) #:use-module (gnu packages tls) #:use-module (gnu packages tex) @@ -273,7 +274,7 @@ (define-public opensc (define-public yubico-piv-tool (package (name "yubico-piv-tool") - (version "1.5.0") + (version "1.6.0") (source (origin (method url-fetch) (uri (string-append @@ -281,15 +282,17 @@ (define-public yubico-piv-tool name "-" version ".tar.gz")) (sha256 (base32 - "1axa0lnky5gsc8yack6mpfbjh49z0czr1cv52gbgjnx2kcbpb0y1")))) + "1p0df35qfm2xch64hc1x6k4gpgfl4hiqph5ai30bq8w7yxa3lvfc")))) (build-system gnu-build-system) (inputs - `(("perl" ,perl) + `(("gengetopt" ,gengetopt) + ("perl" ,perl) ("pcsc-lite" ,pcsc-lite) ("openssl" ,openssl))) (native-inputs `(("doxygen" ,doxygen) ("graphviz" ,graphviz) + ("help2man" ,help2man) ("check" ,check) ("texlive-bin" ,texlive-bin) ("pkg-config" ,pkg-config))) -- cgit v1.2.3 From f07683b07cc0e67050e4e652592f4c0d7f73522e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 15 Aug 2018 15:11:33 +0200 Subject: gnu: python-django: Update to 1.11.15 [fixes CVE-2018-14574]. * gnu/packages/django.scm (python-django): Update to 1.11.15. --- gnu/packages/django.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index d42afb2285..dea925e568 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -37,13 +37,13 @@ (define-module (gnu packages django) (define-public python-django (package (name "python-django") - (version "1.11.11") + (version "1.11.15") (source (origin (method url-fetch) (uri (pypi-uri "Django" version)) (sha256 (base32 - "1p0fk0dszci9gx76hyhay3n8n0k8r4sznbdcrpd9g2xl15rps1vl")))) + "0h2sl02x2mxr3rl3dy750pzm5kvmx77116fys8rrgw164kc3b0mi")))) (build-system python-build-system) (arguments '(#:modules ((srfi srfi-1) -- cgit v1.2.3 From 64140c95c89764a9fdc6a32ebd8c9476eab1d3bb Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 15 Aug 2018 20:41:49 +0300 Subject: gnu: restic: Update to 0.9.2. * gnu/packages/backup.scm (restic): Update to 0.9.2. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 5715a387c3..d95ed9a0a9 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -836,7 +836,7 @@ (define write-man (define-public restic (package (name "restic") - (version "0.9.1") + (version "0.9.2") ;; TODO Try packaging the bundled / vendored dependencies in the 'vendor/' ;; directory. (source (origin @@ -847,7 +847,7 @@ (define-public restic (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "15f0rsm2lxk4lmn4773q28g49p68pqyyx0ccp7r556asan73p79m")))) + "15bwkydxcg4xhrnqxvxji8wacrsndb1a6frj98wggfaijqzfx3lg")))) (build-system go-build-system) (arguments `(#:import-path "github.com/restic/restic" -- cgit v1.2.3 From 44d085b4c6d2ac28d6d43303b108e2812151bf2b Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 15 Aug 2018 20:56:20 +0300 Subject: gnu: licensecheck: Update to 3.0.36. * gnu/packages/license.scm (licensecheck): Update to 3.0.36. (perl-regexp-pattern-license): Update to 3.1.92. --- gnu/packages/license.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index 61ab896b95..44c7a1bb2a 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -33,7 +33,7 @@ (define-module (gnu packages license) (define-public perl-regexp-pattern-license (package (name "perl-regexp-pattern-license") - (version "3.1.0") + (version "3.1.92") (source (origin (method url-fetch) @@ -42,13 +42,14 @@ (define-public perl-regexp-pattern-license "v" version ".tar.gz")) (sha256 (base32 - "1479ismcgq1mx712yhw0qswb4z75spc81f9k621vfpkji0smpyk2")))) + "0gxv8wpvlllmvhkpixv5x23ywn1s6zs7ypcs38s7nfh4phamyixh")))) (build-system perl-build-system) (native-inputs `(("perl-regexp-pattern" ,perl-regexp-pattern) ("perl-test-exception" ,perl-test-exception))) (propagated-inputs - `(("perl-strictures" ,perl-strictures-2))) + `(("perl-strictures" ,perl-strictures-2) + ("perl-try-tiny" ,perl-try-tiny))) (home-page "https://metacpan.org/release/Regexp-Pattern-License") (synopsis "Regular expressions for legal licenses") (description "Regexp::Pattern::License provides a hash of regular @@ -108,7 +109,7 @@ (define-public perl-software-license (define-public licensecheck (package (name "licensecheck") - (version "3.0.34") + (version "3.0.36") (source (origin (method url-fetch) (uri (string-append @@ -116,7 +117,7 @@ (define-public licensecheck "v" version ".tar.gz")) (sha256 (base32 - "0k0acybgibdqg1h6xqnba1jb0spmw7hpq0jbrs7n7gfj22wkz0vd")))) + "0y14ppq6f9hc0rc0syhfgms1r7fd51vpgfx5va6b2v84y8anb6g1")))) (build-system perl-build-system) (native-inputs `(("perl-regexp-pattern" ,perl-regexp-pattern) -- cgit v1.2.3 From 9ecfe08e2efc4722f1298bd9c6c304252788e869 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 19:55:58 +0200 Subject: gnu: subversion: Update to 1.10.2. * gnu/packages/version-control.scm (subversion): Update to 1.10.2. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ec8b774108..97e64a7cbc 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1131,7 +1131,7 @@ (define-public neon (define-public subversion (package (name "subversion") - (version "1.10.0") + (version "1.10.2") (source (origin (method url-fetch) (uri @@ -1142,7 +1142,7 @@ (define-public subversion "subversion-" version ".tar.bz2"))) (sha256 (base32 - "115mlvmf663w16mc3xyypnaizq401vbypc56hl2ylzc3pcx3zwic")))) + "127dysfc31q4dhbbxaznh9kqixy9jd44kgwji2gdwj6rb2lf6dav")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 From ed8d31bf17ef748cfdcbdae5179a8d32e0ca1db0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 16:12:32 +0200 Subject: gnu: python-lzstring: Update to 1.0.4. * gnu/packages/compression.scm (python-lzstring): Update to 1.0.4. --- gnu/packages/compression.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 8acdcd97ef..8104b9d55c 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -799,14 +799,14 @@ (define-public python2-lz4 (define-public python-lzstring (package (name "python-lzstring") - (version "1.0.3") + (version "1.0.4") (source (origin (method url-fetch) (uri (pypi-uri "lzstring" version)) (sha256 (base32 - "1d3ck454y41mii0gcjabpmp2skb7n0f9zk232gycqdv8z2jxakfm")))) + "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs")))) (build-system python-build-system) (propagated-inputs `(("python-future" ,python-future))) -- cgit v1.2.3 From 591ee071c66e676dd0f8ff3e836124daa1a7b7f7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 16:05:07 +0200 Subject: gnu: tremc: Fix shebang. * gnu/packages/bittorrent.scm (tremc)[inputs]: Add python. --- gnu/packages/bittorrent.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index ce1e93ef00..d29c3f6894 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -205,6 +205,8 @@ (define-public tremc ;; place. (delete 'configure) (delete 'build)))) + (inputs + `(("python" ,python))) (synopsis "Console client for the Transmission BitTorrent daemon") (description "Tremc is a console client, with a curses interface, for the Transmission BitTorrent daemon.") -- cgit v1.2.3 From 96e2ecb7961dce9684e5adad2639db2aac66f51b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 16:07:51 +0200 Subject: gnu: tremc: Update to 0.9.1. * gnu/packages/bittorrent.scm (tremc): Update to 0.9.1. [source]: Use release tag. --- gnu/packages/bittorrent.scm | 60 +++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 32 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index d29c3f6894..4d1d141e4a 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -179,39 +179,35 @@ (define-public rtorrent (license l:gpl2+))) (define-public tremc - (let ((commit "e06d08d8d76aa0559593ffc1188f4a90100cdbdb") - (revision "2")) - (package - (name "tremc") - (version (git-version "0.9.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/louipc/tremc.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "17rf74sajcn5fl718rgl2qk5mw5yz9hrh58hbcg4p55wrazzrm1i")))) - (build-system gnu-build-system) - (arguments - `(#:tests? #f ; no test suite - #:make-flags - (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) - #:phases - (modify-phases %standard-phases - ;; The software is just a Python script that must be copied into - ;; place. - (delete 'configure) - (delete 'build)))) - (inputs - `(("python" ,python))) - (synopsis "Console client for the Transmission BitTorrent daemon") - (description "Tremc is a console client, with a curses interface, for the + (package + (name "tremc") + (version "0.9.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/louipc/tremc.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1yhwvlcyv1s830p5a7q5x3mkb3mbvr5cn5nh7y62l5b6iyyynlvm")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no test suite + #:make-flags + (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + ;; The software is just a Python script that must be copied into place. + (delete 'configure) + (delete 'build)))) + (inputs + `(("python" ,python))) + (synopsis "Console client for the Transmission BitTorrent daemon") + (description "Tremc is a console client, with a curses interface, for the Transmission BitTorrent daemon.") - (home-page "https://github.com/louipc/tremc") - (license l:gpl3+)))) + (home-page "https://github.com/louipc/tremc") + (license l:gpl3+))) (define-public transmission-remote-cli (package -- cgit v1.2.3 From 3e9d393c84d337974922cdcd0d7bac63c6dbb63f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 15:51:18 +0200 Subject: gnu: inxi: Update to 3.0.20-1. * gnu/packages/admin.scm (inxi): Update to 3.0.20-1. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 09d0baf1a7..ed4c7bb075 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2625,7 +2625,7 @@ (define-public inxi-minimal (let ((real-name "inxi")) (package (name "inxi-minimal") - (version "3.0.14-1") + (version "3.0.20-1") (source (origin (method git-fetch) @@ -2634,7 +2634,7 @@ (define-public inxi-minimal (commit version))) (sha256 (base32 - "1f342basqlp7hl6zw29fb018jd55dx85a6dmm3sap032a3dgds73")))) + "1k9148xnfznch1443niaa3w1kmsw4vp0xpwna6npgmi7zqg06ymy")))) (build-system trivial-build-system) (inputs `(("bash" ,bash) -- cgit v1.2.3 From a1c86d1db4ba329de6dbbe480b3b9061c5c33a4d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 15:49:34 +0200 Subject: gnu: python-txamqp: Update to 0.8.2. * gnu/packages/python.scm (python-txamqp): Update to 0.8.2. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2383a61172..a6891a20be 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8042,14 +8042,14 @@ (define-public python2-amqp (define-public python-txamqp (package (name "python-txamqp") - (version "0.8.0") + (version "0.8.2") (source (origin (method url-fetch) (uri (pypi-uri "txAMQP" version)) (sha256 (base32 - "1r43a66dd547mz40ikymm8y3d480cidy560fj81qc0jk4lncgmmr")))) + "0jd9864k3csc06kipiwzjlk9mq4054s8kzk5q1cfnxj8572s4iv4")))) (build-system python-build-system) (propagated-inputs `(("python-six" ,python-six) -- cgit v1.2.3 From 6ae35fea74002811bef8badca0abce0a771b2e19 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 15:45:58 +0200 Subject: gnu: cvs-fast-export: Update to 1.44. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.44. [arguments]: Add ‘fix-setpython-PATH’ phase to do just that. Remove obsolete python3 work-around from ‘remove-optimizations’ phase. --- gnu/packages/version-control.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 97e64a7cbc..1410e0da19 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1262,27 +1262,32 @@ (define-public cvs (define-public cvs-fast-export (package (name "cvs-fast-export") - (version "1.43") + (version "1.44") (source (origin (method url-fetch) (uri (string-append "http://www.catb.org/~esr/" name "/" name "-" version ".tar.gz")) (sha256 (base32 - "17xp5q4cxmd6z0ii1fdr4j1djb9mz1qv7hzr6fawdapjzahi65m3")))) + "1l7hlys4vw4zk4ikdjiig5vzgv5dv48mbm8bdqgvgkyyxb2j0dm0")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases (delete 'configure) + (add-before 'check 'fix-setpython-PATH + (lambda _ + ;; The Makefile does try to add the current working directory to + ;; $PATH, but this fails for some reason in 1.44. Hack around it. + (substitute* "tests/Makefile" + (("setpython" command) + (string-append "./" command))) + #t)) (add-after 'unpack 'remove-optimizations (lambda _ ;; Don't optimize for a specific processor architecture. (substitute* "Makefile" (("CFLAGS \\+= -march=native") "")) - ;; This code runs with Python2 or Python3 - (substitute* "cvsreduce" - (("python3") "python")) #t))) #:parallel-build? #f ; parallel a2x commands fail spectacularly #:make-flags -- cgit v1.2.3 From 35a30cffa450636e6ece9f1cdf0190a5d8102272 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 01:22:23 +0200 Subject: gnu: ghc-setlocale: Update to 1.0.0.6. * gnu/packages/haskell.scm (ghc-setlocale): Update to 1.0.0.6. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9866a0d3c1..b3aff4b12a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1790,7 +1790,7 @@ (define-public ghc-setenv (define-public ghc-setlocale (package (name "ghc-setlocale") - (version "1.0.0.4") + (version "1.0.0.6") (source (origin (method url-fetch) (uri (string-append @@ -1798,7 +1798,7 @@ (define-public ghc-setlocale version "/setlocale-" version ".tar.gz")) (sha256 (base32 - "1sd73zgpijr9xjdj5p562cmlcxmx5iff5k8xh9b6rpcgrgnnlf9j")))) + "1rl8qb8vzv8fdbczy2dxwgn4cb68lfrjdxf2w8nn9wy1acqzcyjq")))) (build-system haskell-build-system) (home-page "https://hackage.haskell.org/package/setlocale") (synopsis "Haskell bindings to setlocale") -- cgit v1.2.3 From 800e4f941559b3fb874a64956915ad461884fadb Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 01:14:38 +0200 Subject: gnu: acpid: Update to 2.0.30. * gnu/packages/linux.scm (acpid): Update to 2.0.30. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a7ca4b63fe..464b7a8427 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2725,14 +2725,14 @@ (define-public acpi (define-public acpid (package (name "acpid") - (version "2.0.28") + (version "2.0.30") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/acpid2/acpid-" version ".tar.xz")) (sha256 (base32 - "043igasvp1l6nv5rzh4sksmymay2qn20anl4zm4zvwnkn1a3l34q")))) + "1jzl7hiaspr5xkmsrbl69bib8cs3dp6bq5ix58fbskpnsdi7pdr8")))) (build-system gnu-build-system) (home-page "https://sourceforge.net/projects/acpid2/") (synopsis "Daemon for delivering ACPI events to user-space programs") -- cgit v1.2.3 From c2f6c9ba26669ad61bff973b259525012bc3ff04 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 01:09:05 +0200 Subject: gnu: aubio: Use HTTPS home page. * gnu/packages/audio.scm (aubio)[source, home-page]: Use HTTPS. --- gnu/packages/audio.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 02af258348..8e8d35b621 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -149,7 +149,7 @@ (define-public aubio (source (origin (method url-fetch) (uri (string-append - "http://aubio.org/pub/aubio-" version ".tar.bz2")) + "https://aubio.org/pub/aubio-" version ".tar.bz2")) (sha256 (base32 "1yvwskahx1bf3x2fvi6cwah1ay11iarh79fjlqz8s887y3hkpixx")))) @@ -173,7 +173,7 @@ (define-public aubio ("fftwf" ,fftwf))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://aubio.org/") + (home-page "https://aubio.org/") (synopsis "Library for audio labelling") (description "aubio is a tool designed for the extraction of annotations from audio -- cgit v1.2.3 From 8a63a4df5136a72241380fbeecf35a2e6208bb62 Mon Sep 17 00:00:00 2001 From: Pierre Langlois Date: Mon, 13 Aug 2018 09:05:17 +0100 Subject: gnu: clementine: Drop dependency on qtwebkit. QtWebkit is optionally included in CMakeList.txt but isn't actually used anywhere in the code. * gnu/packages/music.scm (clementine)[inputs]: Remove qtwebkit. Signed-off-by: Leo Famulari --- gnu/packages/music.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c5ee4293ba..cf1e0f82f4 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -281,7 +281,6 @@ (define-public clementine ("pulseaudio" ,pulseaudio) ("qtbase" ,qtbase) ("qtx11extras" ,qtx11extras) - ("qtwebkit" ,qtwebkit) ("sqlite" ,sqlite-with-fts3) ("sparsehash" ,sparsehash) ("taglib" ,taglib))) -- cgit v1.2.3 From 7bcc34050b2e1dc4bc3aa832b08ec123129d71be Mon Sep 17 00:00:00 2001 From: Pierre Langlois Date: Tue, 14 Aug 2018 22:17:24 +0100 Subject: gnu: clementine: Fix creating initial database. It seems a recent version of sqlite broke Clementine's first startup. It turns out we can patch clementine to fix the problem instead of providing a different sqlite package: * gnu/packages/databases.scm (sqlite-with-fts3): Remove. * gnu/packages/music.scm (clementine)[inputs]: Replace sqlite-with-fts3 with sqlite. [source]: Add clementine-fix-sqlite.patch. * gnu/packages/patches/clementine-fix-sqlite.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari --- gnu/local.mk | 1 + gnu/packages/databases.scm | 16 +--------------- gnu/packages/music.scm | 5 +++-- gnu/packages/patches/clementine-fix-sqlite.patch | 23 +++++++++++++++++++++++ 4 files changed, 28 insertions(+), 17 deletions(-) create mode 100644 gnu/packages/patches/clementine-fix-sqlite.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index e8f1dbe661..e14657c2d1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -611,6 +611,7 @@ dist_patch_DATA = \ %D%/packages/patches/clang-runtime-asan-build-fixes.patch \ %D%/packages/patches/clang-runtime-esan-build-fixes.patch \ %D%/packages/patches/classpath-aarch64-support.patch \ + %D%/packages/patches/clementine-fix-sqlite.patch \ %D%/packages/patches/clementine-remove-crypto++-dependency.patch \ %D%/packages/patches/clementine-use-openssl.patch \ %D%/packages/patches/clisp-glibc-2.26.patch \ diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 04b9085e50..dc2c85b961 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -27,7 +27,7 @@ ;;; Copyright © 2017 Alex Vong ;;; Copyright © 2017, 2018 Ben Woodcroft ;;; Copyright © 2017 Rutger Helling -;;; Copyright © 2017 Pierre Langlois +;;; Copyright © 2017, 2018 Pierre Langlois ;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus ;;; Copyright © 2017 Kristofer Buffington ;;; Copyright © 2018 Amirouche Boubekki @@ -1069,20 +1069,6 @@ (define-public sqlite-with-fts5 ((#:configure-flags flags) `(cons "--enable-fts5" ,flags)))))) -;; This is used by Clementine. -(define-public sqlite-with-fts3 - (package (inherit sqlite) - (name "sqlite-with-fts3") - (arguments - (substitute-keyword-arguments (package-arguments sqlite) - ((#:configure-flags flags) - `(list (string-append "CFLAGS=-O2 -DSQLITE_SECURE_DELETE " - "-DSQLITE_ENABLE_UNLOCK_NOTIFY " - "-DSQLITE_ENABLE_DBSTAT_VTAB " - "-DSQLITE_ENABLE_FTS3 " - "-DSQLITE_ENABLE_FTS3_PARENTHESIS " - "-DSQLITE_ENABLE_FTS3_TOKENIZER"))))))) - (define-public tdb (package (name "tdb") diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index cf1e0f82f4..7d4aeff990 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -238,7 +238,8 @@ (define-public clementine "tinysvcmdns")) #t)) (patches (search-patches "clementine-use-openssl.patch" - "clementine-remove-crypto++-dependency.patch")))) + "clementine-remove-crypto++-dependency.patch" + "clementine-fix-sqlite.patch")))) (build-system cmake-build-system) (arguments '(#:test-target "clementine_test" @@ -281,7 +282,7 @@ (define-public clementine ("pulseaudio" ,pulseaudio) ("qtbase" ,qtbase) ("qtx11extras" ,qtx11extras) - ("sqlite" ,sqlite-with-fts3) + ("sqlite" ,sqlite) ("sparsehash" ,sparsehash) ("taglib" ,taglib))) (home-page "http://clementine-player.org") diff --git a/gnu/packages/patches/clementine-fix-sqlite.patch b/gnu/packages/patches/clementine-fix-sqlite.patch new file mode 100644 index 0000000000..f9d44f9074 --- /dev/null +++ b/gnu/packages/patches/clementine-fix-sqlite.patch @@ -0,0 +1,23 @@ +Patch downloaded from https://github.com/clementine-player/Clementine/pull/5669 . + +diff -ruN clementine-1.3.1.565.gd20c2244a.orig/src/core/database.cpp clementine-1.3.1.565.gd20c2244a/src/core/database.cpp +--- clementine-1.3.1.565.gd20c2244a.orig/src/core/database.cpp 2018-07-07 23:59:24.018540126 +0200 ++++ clementine-1.3.1.565.gd20c2244a/src/core/database.cpp 2018-07-08 00:04:47.991551728 +0200 +@@ -265,6 +265,17 @@ + StaticInit(); + + { ++ ++#ifdef SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER ++ // In case sqlite>=3.12 is compiled without -DSQLITE_ENABLE_FTS3_TOKENIZER ++ // (generally a good idea due to security reasons) the fts3 support should be enabled explicitly. ++ QVariant v = db.driver()->handle(); ++ if (v.isValid() && qstrcmp(v.typeName(), "sqlite3*") == 0) { ++ sqlite3 *handle = *static_cast(v.data()); ++ if (handle) sqlite3_db_config(handle, SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER, 1, NULL); ++ } ++#endif ++ + QSqlQuery set_fts_tokenizer(db); + set_fts_tokenizer.prepare("SELECT fts3_tokenizer(:name, :pointer)"); + set_fts_tokenizer.bindValue(":name", "unicode"); -- cgit v1.2.3 From 8473f8024ceb8e7249702289b206782de7d4c71c Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 14 Aug 2018 20:42:28 -0400 Subject: gnu: clementine: Build with relevant GStreamer plugins. * gnu/packages/music.scm (clementine)[inputs]: Add gst-plugins-good and gst-libav. --- gnu/packages/music.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7d4aeff990..2b8ff451bb 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -272,6 +272,8 @@ (define-public clementine ("glu" ,glu) ("gstreamer" ,gstreamer) ("gst-plugins-base" ,gst-plugins-base) + ("gst-plugins-good" ,gst-plugins-good) + ("gst-libav" ,gst-libav) ("libcdio" ,libcdio) ("libmygpo-qt" ,libmygpo-qt) ;; TODO: Package libgpod. -- cgit v1.2.3 From 3a1002cefa1e439ee037e467d2e4fe4b909cbf34 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 15 Aug 2018 15:12:26 -0400 Subject: gnu: eyeD3: Update to 0.8.7. * gnu/packages/mp3.scm (eyed3): Update to 0.8.7. --- gnu/packages/mp3.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 22aef058f4..579127d06e 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -470,13 +470,13 @@ (define-public mpc123 (define-public eyed3 (package (name "eyed3") - (version "0.8.5") + (version "0.8.7") (source (origin (method url-fetch) (uri (pypi-uri "eyeD3" version)) (sha256 (base32 - "0rkx859z82wqnfb0dzpa1647cq43aqb39ri9rd5r3jz597qr9zdd")))) + "1fzqy6hkg73xvpapdjrdzr3r0fsamnplvjfl7dz7rzgzx2r4x4pg")))) (build-system python-build-system) (arguments `(#:tests? #f)) ; the required test data contains copyrighted material. -- cgit v1.2.3 From a1225ae86706b52c022b770cb7be1a00e1cec819 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 15 Aug 2018 15:24:16 -0400 Subject: gnu: tremc: Update URLs. * gnu/packages/bittorrent.scm (tremc)[source, home-page]: Update URLs. --- gnu/packages/bittorrent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 4d1d141e4a..3937fac745 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -186,7 +186,7 @@ (define-public tremc (origin (method git-fetch) (uri (git-reference - (url "https://github.com/louipc/tremc.git") + (url "https://github.com/tremc/tremc.git") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -206,7 +206,7 @@ (define-public tremc (synopsis "Console client for the Transmission BitTorrent daemon") (description "Tremc is a console client, with a curses interface, for the Transmission BitTorrent daemon.") - (home-page "https://github.com/louipc/tremc") + (home-page "https://github.com/tremc/tremc") (license l:gpl3+))) (define-public transmission-remote-cli -- cgit v1.2.3 From de30205ba0f63eb987097a9f47b6e4fd38cd9044 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 2 Aug 2018 05:32:56 +0530 Subject: gnu: services: Add pcscd service. * gnu/services/security-token.scm: New file. * gnu/tests/security-token.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new files. * doc/guix.texi (Miscellaneous Services): Document the service. --- doc/guix.texi | 31 +++++++++++++++ gnu/local.mk | 2 + gnu/services/security-token.scm | 84 +++++++++++++++++++++++++++++++++++++++++ gnu/tests/security-token.scm | 71 ++++++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+) create mode 100644 gnu/services/security-token.scm create mode 100644 gnu/tests/security-token.scm (limited to 'gnu') diff --git a/doc/guix.texi b/doc/guix.texi index bcb368ce3f..dddf8c89c6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20331,6 +20331,37 @@ An association list specifies kernel parameters and their values. @end table @end deftp +@cindex pcscd +@subsubheading PC/SC Smart Card Daemon Service + +The @code{(gnu services security-token)} module provides the following service +to run @command{pcscd}, the PC/SC Smart Card Daemon. @command{pcscd} is the +daemon program for pcsc-lite and the MuscleCard framework. It is a resource +manager that coordinates communications with smart card readers, smart cards +and cryptographic tokens that are connected to the system. + +@defvr {Scheme Variable} pcscd-service-type +Service type for the @command{pcscd} service. Its value must be a +@code{pcscd-configuration} object. To run pcscd in the default +configuration, instantiate it as: + +@example +(service pcscd-service-type) +@end example +@end defvr + +@deftp {Data Type} pcscd-configuration +The data type representing the configuration of @command{pcscd}. + +@table @asis +@item @code{pcsc-lite} (default: @code{pcsc-lite}) +The pcsc-lite package that provides pcscd. +@item @code{usb-drivers} (default: @code{(list ccid)}) +List of packages that provide USB drivers to pcscd. Drivers are expected to be +under @file{pcsc/drivers} in the store directory of the package. +@end table +@end deftp + @cindex lirc @subsubheading Lirc Service diff --git a/gnu/local.mk b/gnu/local.mk index e14657c2d1..e3ca237d87 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -486,6 +486,7 @@ GNU_SYSTEM_MODULES = \ %D%/services/monitoring.scm \ %D%/services/networking.scm \ %D%/services/nfs.scm \ + %D%/services/security-token.scm \ %D%/services/shepherd.scm \ %D%/services/sound.scm \ %D%/services/herd.scm \ @@ -540,6 +541,7 @@ GNU_SYSTEM_MODULES = \ %D%/tests/messaging.scm \ %D%/tests/networking.scm \ %D%/tests/rsync.scm \ + %D%/tests/security-token.scm \ %D%/tests/ssh.scm \ %D%/tests/version-control.scm \ %D%/tests/virtualization.scm \ diff --git a/gnu/services/security-token.scm b/gnu/services/security-token.scm new file mode 100644 index 0000000000..7e7ea54a50 --- /dev/null +++ b/gnu/services/security-token.scm @@ -0,0 +1,84 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2018 Arun Isaac +;;; +;;; 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 . + +(define-module (gnu services security-token) + #:use-module (gnu services) + #:use-module (gnu services shepherd) + #:use-module (gnu packages admin) + #:use-module (gnu packages security-token) + #:use-module (gnu system shadow) + #:use-module (guix gexp) + #:use-module (guix modules) + #:use-module (guix records) + #:use-module (ice-9 match) + #:use-module (srfi srfi-26) + #:export (pcscd-configuration + pcscd-configuration? + pcscd-configuration-pcsc-lite + pcscd-configuration-usb-drivers + pcscd-service-type)) + +;;; +;;; PC/SC Smart Card Daemon +;;; + +(define-record-type* + pcscd-configuration make-pcscd-configuration pcscd-configuration? + (pcsc-lite pcscd-configuration-pcsc-lite + (default pcsc-lite)) + (usb-drivers pcscd-configuration-usb-drivers + (default (list ccid)))) + +(define pcscd-shepherd-service + (match-lambda + (($ pcsc-lite) + (with-imported-modules (source-module-closure + '((gnu build shepherd))) + (shepherd-service + (documentation "PC/SC Smart Card Daemon") + (provision '(pcscd)) + (requirement '(syslogd)) + (modules '((gnu build shepherd))) + (start #~(lambda _ + (invoke #$(file-append pcsc-lite "/sbin/pcscd")) + (call-with-input-file "/var/run/pcscd/pcscd.pid" read))) + (stop #~(make-kill-destructor))))))) + +(define pcscd-activation + (match-lambda + (($ pcsc-lite usb-drivers) + #~(begin + (use-modules (guix build utils)) + (mkdir-p "/var/lib") + (symlink #$(directory-union + "pcsc" + (map (cut file-append <> "/pcsc") + usb-drivers)) + "/var/lib/pcsc"))))) + +(define pcscd-service-type + (service-type + (name 'pcscd) + (description + "Run @command{pcscd}, the PC/SC smart card daemon.") + (extensions + (list (service-extension shepherd-root-service-type + (compose list pcscd-shepherd-service)) + (service-extension activation-service-type + pcscd-activation))) + (default-value (pcscd-configuration)))) diff --git a/gnu/tests/security-token.scm b/gnu/tests/security-token.scm new file mode 100644 index 0000000000..1169a4b9fd --- /dev/null +++ b/gnu/tests/security-token.scm @@ -0,0 +1,71 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2018 Arun Isaac +;;; +;;; 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 . + +(define-module (gnu tests security-token) + #:use-module (gnu tests) + #:use-module (gnu system vm) + #:use-module (gnu services) + #:use-module (gnu services security-token) + #:use-module (guix gexp) + #:export (%test-pcscd)) + +(define %pcscd-os + (simple-operating-system + (service pcscd-service-type))) + +(define* (run-pcscd-test) + "Run tests of 'pcscd-service-type'." + (define os + (marionette-operating-system + %pcscd-os + #:imported-modules '((gnu services herd)) + #:requirements '(pcscd))) + + (define test + (with-imported-modules '((gnu build marionette)) + #~(begin + (use-modules (srfi srfi-64) + (gnu build marionette)) + (define marionette + (make-marionette (list #$(virtual-machine os)))) + + (mkdir #$output) + (chdir #$output) + + (test-begin "pcscd") + + (test-assert "pcscd is alive" + (marionette-eval + '(begin + (use-modules (gnu services herd)) + (live-service-running + (find (lambda (live) + (memq 'pcscd (live-service-provision live))) + (current-services)))) + marionette)) + + (test-end) + (exit (= (test-runner-fail-count (test-runner-current)) 0))))) + + (gexp->derivation "pcscd" test)) + +(define %test-pcscd + (system-test + (name "pcscd") + (description "Test a running pcscd daemon.") + (value (run-pcscd-test)))) -- cgit v1.2.3 From 7fe3a57ac541fb71d5a88ebece6dc19a236c8d9c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 15 Aug 2018 23:12:31 +0200 Subject: gnu: mysql: Use HTTPS. * gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS. --- gnu/packages/databases.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index dc2c85b961..87c925a6b7 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -555,11 +555,11 @@ (define-public mysql (source (origin (method url-fetch) (uri (list (string-append - "http://dev.mysql.com/get/Downloads/MySQL-" + "https://dev.mysql.com/get/Downloads/MySQL-" (version-major+minor version) "/" name "-" version ".tar.gz") (string-append - "http://downloads.mysql.com/archives/get/file/" + "https://downloads.mysql.com/archives/get/file/" name "-" version ".tar.gz"))) (sha256 (base32 @@ -616,7 +616,7 @@ (define-public mysql ("ncurses" ,ncurses) ("openssl" ,openssl) ("zlib" ,zlib))) - (home-page "http://www.mysql.com/") + (home-page "https://www.mysql.com/") (synopsis "Fast, easy to use, and popular database") (description "MySQL is a fast, reliable, and easy to use relational database -- cgit v1.2.3 From c8e4b5d0ed4bee1f59912aede0889b6aea689b78 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:33:34 +0200 Subject: gnu: skalibs: Update to 2.7.0.0. * gnu/packages/skarnet.scm (skalibs): Update to 2.7.0.0. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 21d2eebaa9..3568e7d8d0 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -29,7 +29,7 @@ (define-module (gnu packages skarnet) (define-public skalibs (package (name "skalibs") - (version "2.6.4.0") + (version "2.7.0.0") (source (origin (method url-fetch) @@ -37,10 +37,10 @@ (define-public skalibs version ".tar.gz")) (sha256 (base32 - "1iywavxaw398ifc35xda27cb8hx14viy3kqrzby8fqysx3qp7b1h")))) + "0mnprdf4w4ami0db22rwd111m037cdmn2p8xa4i8cbwxcrv4sjcn")))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; no tests exist + '(#:tests? #f ; no tests exist #:phases (modify-phases %standard-phases (add-after 'unpack 'reproducible (lambda _ -- cgit v1.2.3 From 6b7fae5faedb0b95441ed6f0191f3e9d63d206bc Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:37:12 +0200 Subject: gnu: execline: Update to 2.5.0.1. * gnu/packages/skarnet.scm (execline): Update to 2.5.0.1. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 3568e7d8d0..4de85e680e 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -62,7 +62,7 @@ (define-public skalibs (define-public execline (package (name "execline") - (version "2.3.0.4") + (version "2.5.0.1") (source (origin (method url-fetch) @@ -70,7 +70,7 @@ (define-public execline version ".tar.gz")) (sha256 (base32 - "0jx60wjz3yj3r1wircbvd15in275pi7ggw69pbs9djhcyb48zfz4")))) + "0j8hwdw8wn0rv8njdza8fbgmvyjg7hqp3qlbw00i7fwskr7d21wd")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments @@ -89,7 +89,7 @@ (define-public execline (bin (string-append out "/bin"))) (wrap-program (string-append bin "/execlineb") `("PATH" ":" prefix (,bin))))))) - #:tests? #f)) ; No tests exist. + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/execline/") (license isc) (synopsis "Non-interactive shell-like language with minimal overhead") -- cgit v1.2.3 From 5dc4b940dfbf446fb5fa85cae47d7d632e98d6ea Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:41:17 +0200 Subject: gnu: s6: Update to 2.7.2.0. * gnu/packages/skarnet.scm (s6): Update to 2.7.2.0. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 4de85e680e..b25768bff8 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -105,7 +105,7 @@ (define-public execline (define-public s6 (package (name "s6") - (version "2.7.0.0") + (version "2.7.2.0") (source (origin (method url-fetch) @@ -113,7 +113,7 @@ (define-public s6 version ".tar.gz")) (sha256 (base32 - "04vfviw00zvvb1mdpl78zdgzd7j491f1lahhqrkkq9vk5kwcn5v6")))) + "02canrzmhr66gi16ldyylk378jlmyfl73vn72ayr12h2wyxgqm5g")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs) ("execline" ,execline))) @@ -128,7 +128,7 @@ (define-public s6 (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6") (license isc) (synopsis "Small suite of programs for process supervision") -- cgit v1.2.3 From 0241dc181b9fed3d40fa64f00429da3eadee4f5a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:42:55 +0200 Subject: gnu: s6-dns: Update to 2.3.0.1. * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.1. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index b25768bff8..b0aa7e8fd8 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -144,7 +144,7 @@ (define-public s6 (define-public s6-dns (package (name "s6-dns") - (version "2.3.0.0") + (version "2.3.0.1") (source (origin (method url-fetch) @@ -152,7 +152,7 @@ (define-public s6-dns version ".tar.gz")) (sha256 (base32 - "0h47ldxvh9cny91r0pjxq7zr5iqpqf1j50p3ip42f6bl90z5ha58")))) + "16ymalc4yxbwc0kapwmissxlw2bdk4sx3b33zp1gwx3n6hkcgh8c")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments @@ -163,7 +163,7 @@ (define-public s6-dns (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-dns") (license isc) (synopsis "Suite of DNS client programs") -- cgit v1.2.3 From 33cd88ac0e40bba90b63ef304a72bf5213cc791c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:44:40 +0200 Subject: gnu: s6-networking: Update to 2.3.0.3. * gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.3. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index b0aa7e8fd8..7577fa222a 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -174,7 +174,7 @@ (define-public s6-dns (define-public s6-networking (package (name "s6-networking") - (version "2.3.0.2") + (version "2.3.0.3") (source (origin (method url-fetch) @@ -182,7 +182,7 @@ (define-public s6-networking version ".tar.gz")) (sha256 (base32 - "06j8fpldn187cmbjqp191hd65ka3ys19vj3jm3kcvkmvd9snh6fq")))) + "1kfjl7da6wkmyq1mvq9irkbzk2wbi0axjfbcw5cym5y11mqswsjs")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs) ("execline" ,execline) @@ -205,7 +205,7 @@ (define-public s6-networking (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-networking") (license isc) (synopsis "Suite of network utilities for Unix systems") -- cgit v1.2.3 From 510a83fb071b28fcb94538821cefb7ffe1668ff2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:46:12 +0200 Subject: gnu: s6-rc: Update to 0.4.1.0. * gnu/packages/skarnet.scm (s6-rc): Update to 0.4.1.0. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 7577fa222a..89866ba771 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -218,7 +218,7 @@ (define-public s6-networking (define-public s6-rc (package (name "s6-rc") - (version "0.4.0.1") + (version "0.4.1.0") (source (origin (method url-fetch) @@ -226,7 +226,7 @@ (define-public s6-rc version ".tar.gz")) (sha256 (base32 - "0p4yczbib626kygr3pdvvay0xwyha92rjnhn79cbx18ywc2n4jsb")))) + "1xl37xi509pcm5chcvn8l7gb952sr5mkpxhpkbsxhsllj791bfa2")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs) ("execline" ,execline) @@ -245,7 +245,7 @@ (define-public s6-rc (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-rc") (license isc) (synopsis "Service manager for s6-based systems") -- cgit v1.2.3 From 5350d0cd99e26a522110f3725341828be42a60fd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:47:43 +0200 Subject: gnu: s6-portable-utils: Update to 2.2.1.2. * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.1.2. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 89866ba771..5553576a2f 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -260,7 +260,7 @@ (define-public s6-rc (define-public s6-portable-utils (package (name "s6-portable-utils") - (version "2.2.1.1") + (version "2.2.1.2") (source (origin (method url-fetch) @@ -269,7 +269,7 @@ (define-public s6-portable-utils version ".tar.gz")) (sha256 (base32 - "0ca5iiq3n6isj64jb81xpwjzjx1q8jg145nnnn91ra2qqk93kqka")))) + "0if77z07rfygd1yk9d2abxkdbx3dg52vcjhb20isb8kvqxhkg8ih")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments @@ -280,7 +280,7 @@ (define-public s6-portable-utils (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-portable-utils") (license isc) (synopsis "Tiny command-line Unix utilities") -- cgit v1.2.3 From c43f5b800149db792b75ac7c78c5f2aad89f83c4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:49:29 +0200 Subject: gnu: s6-linux-init: Update to 0.4.0.0. * gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.0. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 5553576a2f..98af2f51a3 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -293,7 +293,7 @@ (define-public s6-portable-utils (define-public s6-linux-init (package (name "s6-linux-init") - (version "0.3.1.1") + (version "0.4.0.0") (source (origin (method url-fetch) @@ -302,7 +302,7 @@ (define-public s6-linux-init version ".tar.gz")) (sha256 (base32 - "0yfxrjqlbb6kac4gcn78phxbwp5sj9jmc1vxpsrbql62mfjyiqly")))) + "0zpd6n30cf8847240f658gw40sh64lm1mbaxr19q6rryvs5rpb6l")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) @@ -315,7 +315,7 @@ (define-public s6-linux-init (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-linux-init") (license isc) (synopsis "Minimalistic tools to create an s6-based init system on Linux") -- cgit v1.2.3 From 6a7c1c43d78c460c887a643baa993a74f57650fe Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:51:40 +0200 Subject: gnu: s6-linux-init: Remove superfluous spaces from description. * gnu/packages/skarnet.scm (s6-linux-init)[description]: Remove leading and trailing spaces. --- gnu/packages/skarnet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 98af2f51a3..c1c23062e9 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -320,13 +320,13 @@ (define-public s6-linux-init (license isc) (synopsis "Minimalistic tools to create an s6-based init system on Linux") (description - " s6-linux-init is a set of minimalistic tools to create a s6-based init + "s6-linux-init is a set of minimalistic tools to create a s6-based init system, including an @command{/sbin/init} binary, on a Linux kernel. It is meant to automate creation of scripts revolving around the use of other skarnet.org tools, especially s6, in order to provide a complete booting environment with integrated supervision and logging without having to hand-craft -all the details. "))) +all the details."))) (define-public s6-linux-utils (package -- cgit v1.2.3 From ed6c3dad531fc1c80bc109b6368e7be8d330eeb5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 01:53:31 +0200 Subject: gnu: s6-linux-utils: Update to 2.5.0.0. * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.0. --- gnu/packages/skarnet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index c1c23062e9..9a6733d8bc 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -331,7 +331,7 @@ (define-public s6-linux-init (define-public s6-linux-utils (package (name "s6-linux-utils") - (version "2.4.0.2") + (version "2.5.0.0") (source (origin (method url-fetch) @@ -340,7 +340,7 @@ (define-public s6-linux-utils version ".tar.gz")) (sha256 (base32 - "0245rmk7wfyyfsi4g7f0niprwlvqlwkbyjxflb8kkbvhwfdavqip")))) + "04q2z71dkzahd2ppga2zikclz2qk014c23gm7rigqxjc8rs1amvq")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments @@ -351,7 +351,7 @@ (define-public s6-linux-utils (string-append "--with-sysdeps=" (assoc-ref %build-inputs "skalibs") "/lib/skalibs/sysdeps")) - #:tests? #f)) + #:tests? #f)) ; no tests exist (home-page "https://skarnet.org/software/s6-linux-utils") (license isc) (synopsis "Set of minimalistic Linux-specific system utilities") -- cgit v1.2.3 From e405c0bcd92067449825e98db5afc0dafec8d81d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 02:01:03 +0200 Subject: gnu: armadillo: Update to 9.100.4. * gnu/packages/maths.scm (armadillo): Update to 9.100.4. --- gnu/packages/maths.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 18d26ab716..506f0fb8ff 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2769,16 +2769,16 @@ (define-public wxmaxima (define-public armadillo (package (name "armadillo") - (version "7.800.2") + (version "9.100.4") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/arma/armadillo-" version ".tar.xz")) (sha256 (base32 - "1qqzy7dp891j9v7062mv1599hdwr97vqzrd3j2fl8c3gmc00dmzg")))) + "1pzvarfj4mf6xmhs6r8dxlgq6h994ajr8hsp09r4w0dw99za2r08")))) (build-system cmake-build-system) - (arguments `(#:tests? #f)) ;no test target + (arguments `(#:tests? #f)) ; no test target (inputs `(("openblas" ,openblas) ("lapack" ,lapack) -- cgit v1.2.3 From 3d9f26a0f87985034eb487c12a855b243eb94ad1 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 02:14:47 +0200 Subject: gnu: stellarium: Use HTTPS home page. * gnu/packages/astronomy.scm (stellarium)[home-page]: Use HTTPS. --- gnu/packages/astronomy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bfda1aef75..9924d03233 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -166,7 +166,7 @@ (define-public stellarium (setenv "QT_QPA_PLATFORM" "offscreen") (setenv "HOME" "/tmp") #t))))) - (home-page "http://stellarium.org/") + (home-page "https://stellarium.org/") (synopsis "3D sky viewer") (description "Stellarium is a planetarium. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars, or a telescope. It -- cgit v1.2.3 From 6512b96570f79c6d230363dfe2adbd159c7861f5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 02:16:09 +0200 Subject: gnu: stellarium: Remove redundant FILE-NAME. * gnu/packages/astronomy.scm (stellarium)[source]: Remove FILE-NAME. --- gnu/packages/astronomy.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9924d03233..88e3723a1f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -135,7 +135,6 @@ (define-public stellarium (uri (string-append "https://github.com/Stellarium/" name "/releases/download/v" version "/" name "-" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) -- cgit v1.2.3 From 5dc8437fc0ff3dedf75de2183e3bf9d493e4aa81 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 02:38:32 +0200 Subject: gnu: qemu: Update to 3.0.0 [mitigate CVE-2018-3639]. * gnu/packages/virtualization.scm (qemu): Update to 3.0.0. [source]: Remove patch. * gnu/packages/patches/qemu-CVE-2018-11806.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk | 1 - gnu/packages/patches/qemu-CVE-2018-11806.patch | 105 ------------------------- gnu/packages/virtualization.scm | 5 +- 3 files changed, 2 insertions(+), 109 deletions(-) delete mode 100644 gnu/packages/patches/qemu-CVE-2018-11806.patch (limited to 'gnu') diff --git a/gnu/local.mk b/gnu/local.mk index e3ca237d87..606b3ace3c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1097,7 +1097,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ %D%/packages/patches/python-waitress-fix-tests.patch \ %D%/packages/patches/qemu-glibc-2.27.patch \ - %D%/packages/patches/qemu-CVE-2018-11806.patch \ %D%/packages/patches/qt4-ldflags.patch \ %D%/packages/patches/qtbase-use-TZDIR.patch \ %D%/packages/patches/qtoctave-qt-5.11-fix.patch \ diff --git a/gnu/packages/patches/qemu-CVE-2018-11806.patch b/gnu/packages/patches/qemu-CVE-2018-11806.patch deleted file mode 100644 index f021dfa747..0000000000 --- a/gnu/packages/patches/qemu-CVE-2018-11806.patch +++ /dev/null @@ -1,105 +0,0 @@ -Fix CVE-2018-11806: - -https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg01012.html -https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11806 - -Patch copied from upstream source repository: - -https://git.qemu.org/?p=qemu.git;a=commitdiff;h=864036e251f54c99d31df124aad7f34f01f5344c - -From 864036e251f54c99d31df124aad7f34f01f5344c Mon Sep 17 00:00:00 2001 -From: Prasad J Pandit -Date: Tue, 5 Jun 2018 23:38:35 +0530 -Subject: [PATCH] slirp: correct size computation while concatenating mbuf - -While reassembling incoming fragmented datagrams, 'm_cat' routine -extends the 'mbuf' buffer, if it has insufficient room. It computes -a wrong buffer size, which leads to overwriting adjacent heap buffer -area. Correct this size computation in m_cat. - -Reported-by: ZDI Disclosures -Signed-off-by: Prasad J Pandit -Signed-off-by: Samuel Thibault ---- - slirp/mbuf.c | 11 +++++------ - slirp/mbuf.h | 8 +++----- - 2 files changed, 8 insertions(+), 11 deletions(-) - -diff --git a/slirp/mbuf.c b/slirp/mbuf.c -index 5ff24559fd..18cbf759a7 100644 ---- a/slirp/mbuf.c -+++ b/slirp/mbuf.c -@@ -138,7 +138,7 @@ m_cat(struct mbuf *m, struct mbuf *n) - * If there's no room, realloc - */ - if (M_FREEROOM(m) < n->m_len) -- m_inc(m,m->m_size+MINCSIZE); -+ m_inc(m, m->m_len + n->m_len); - - memcpy(m->m_data+m->m_len, n->m_data, n->m_len); - m->m_len += n->m_len; -@@ -147,7 +147,7 @@ m_cat(struct mbuf *m, struct mbuf *n) - } - - --/* make m size bytes large */ -+/* make m 'size' bytes large from m_data */ - void - m_inc(struct mbuf *m, int size) - { -@@ -158,12 +158,12 @@ m_inc(struct mbuf *m, int size) - - if (m->m_flags & M_EXT) { - datasize = m->m_data - m->m_ext; -- m->m_ext = g_realloc(m->m_ext, size); -+ m->m_ext = g_realloc(m->m_ext, size + datasize); - m->m_data = m->m_ext + datasize; - } else { - char *dat; - datasize = m->m_data - m->m_dat; -- dat = g_malloc(size); -+ dat = g_malloc(size + datasize); - memcpy(dat, m->m_dat, m->m_size); - - m->m_ext = dat; -@@ -171,8 +171,7 @@ m_inc(struct mbuf *m, int size) - m->m_flags |= M_EXT; - } - -- m->m_size = size; -- -+ m->m_size = size + datasize; - } - - -diff --git a/slirp/mbuf.h b/slirp/mbuf.h -index 893601ff9d..33b84485d6 100644 ---- a/slirp/mbuf.h -+++ b/slirp/mbuf.h -@@ -33,8 +33,6 @@ - #ifndef MBUF_H - #define MBUF_H - --#define MINCSIZE 4096 /* Amount to increase mbuf if too small */ -- - /* - * Macros for type conversion - * mtod(m,t) - convert mbuf pointer to data pointer of correct type -@@ -72,11 +70,11 @@ struct mbuf { - struct mbuf *m_prevpkt; /* Flags aren't used in the output queue */ - int m_flags; /* Misc flags */ - -- int m_size; /* Size of data */ -+ int m_size; /* Size of mbuf, from m_dat or m_ext */ - struct socket *m_so; - -- caddr_t m_data; /* Location of data */ -- int m_len; /* Amount of data in this mbuf */ -+ caddr_t m_data; /* Current location of data */ -+ int m_len; /* Amount of data in this mbuf, from m_data */ - - Slirp *slirp; - bool resolution_requested; --- -2.17.1 - diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 8e7eded5e1..a39f2fa58f 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -94,15 +94,14 @@ (define (qemu-patch commit file-name sha256) (define-public qemu (package (name "qemu") - (version "2.12.1") + (version "3.0.0") (source (origin (method url-fetch) (uri (string-append "https://download.qemu.org/qemu-" version ".tar.xz")) - (patches (search-patches "qemu-CVE-2018-11806.patch")) (sha256 (base32 - "0krnp2wvggpchc7fdlmyasqy7j17baz8asr2g05x0v00w003hn1k")))) + "04sp3f1gp4bdb913jf7fw761njaqp2l32wgipp1sapmxx17zcyld")))) (build-system gnu-build-system) (arguments '(;; Running tests in parallel can occasionally lead to failures, like: -- cgit v1.2.3 From 4a6785f6c0ecf46b1792a29117c83be2260e707f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 02:45:12 +0200 Subject: gnu: protobuf-c: Update to 1.3.1. * gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.1. --- gnu/packages/protobuf.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 877c9c9c84..85e3170b98 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -124,7 +124,7 @@ (define-public protobuf-2 (define-public protobuf-c (package (name "protobuf-c") - (version "1.3.0") + (version "1.3.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/protobuf-c/protobuf-c/" @@ -132,7 +132,7 @@ (define-public protobuf-c "/protobuf-c-" version ".tar.gz")) (sha256 (base32 - "18aj4xfv26zjmj44zbb01wk90jl7y4aj5xvbzz4gg748kdxavjax")))) + "0rr2kn7804cvhdm6lzz04gz76vy0fzj15dijbr17nv8x34x2sisi")))) (build-system gnu-build-system) (inputs `(("protobuf" ,protobuf))) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From dca48d3cf19db5e1b12c70cadbecb5791e0b3df8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 03:03:44 +0200 Subject: gnu: igt-gpu-tools: Update to 1.23. * gnu/packages/admin.scm (intel-gpu-tools): Redefine using DEPRECATED-PACKAGE. Move the previous package definition from here... (igt-gpu-tools): ...to here, and update to 1.23. [name, source, description]: Adjust to new name. [inputs]: Add openssl. --- gnu/packages/admin.scm | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ed4c7bb075..0194cbf137 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2267,21 +2267,21 @@ (define-public sedsed buffers.") (license license:expat))) -(define-public intel-gpu-tools +(define-public igt-gpu-tools (package - (name "intel-gpu-tools") - (version "1.22") + (name "igt-gpu-tools") + (version "1.23") (source (origin (method url-fetch) (uri (string-append "https://cgit.freedesktop.org/xorg/app/" "intel-gpu-tools/snapshot/" - "intel-gpu-tools-" version ".tar.gz")) + name "-" version ".tar.gz")) (sha256 (base32 - "1jx5w5fr6jp67rcrlp5v79cn8kp9n0wgd5pbfgzamlah5cx6j3yd")))) + "0vzv2i4jfv2pkbqby5k3ap9pzidkmajwqmg3s7wnv8i1h33775iq")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; many of the tests try to load kernel modules + `(#:tests? #f ; many of the tests try to load kernel modules #:phases (modify-phases %standard-phases (add-after 'unpack 'autogen @@ -2299,7 +2299,8 @@ (define-public intel-gpu-tools ("cairo" ,cairo) ("libunwind" ,libunwind) ("libxrandr" ,libxrandr) - ("glib" ,glib))) + ("glib" ,glib) + ("openssl" ,openssl))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) @@ -2307,17 +2308,20 @@ (define-public intel-gpu-tools ("pkg-config" ,pkg-config))) (home-page "https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/") (synopsis "Tools for development and testing of the Intel DRM driver") - (description "Intel GPU Tools is a collection of tools for development and + (description "IGT GPU Tools is a collection of tools for development and testing of the Intel DRM driver. There are many macro-level test suites that get used against the driver, including xtest, rendercheck, piglit, and oglconform, but failures from those can be difficult to track down to kernel changes, and many require complicated build procedures or specific testing -environments to get useful results. Therefore, Intel GPU Tools includes +environments to get useful results. Therefore, IGT GPU Tools includes low-level tools and tests specifically for development and testing of the Intel DRM Driver.") (supported-systems '("i686-linux" "x86_64-linux")) (license license:expat))) +(define-public intel-gpu-tools + (deprecated-package "intel-gpu-tools" igt-gpu-tools)) + (define-public fabric (package (name "fabric") -- cgit v1.2.3 From 10082d303ca4169811f7bd1932da22cf8b6fd268 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 03:08:23 +0200 Subject: gnu: igt-gpu-tools: Order inputs. * gnu/packages/admin.scm (igt-gpu-tools)[inputs]: Order alphabetically. --- gnu/packages/admin.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 0194cbf137..ad0ca409ef 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2290,17 +2290,17 @@ (define-public igt-gpu-tools (setenv "NOCONFIGURE" "1") (invoke "sh" "autogen.sh")))))) (inputs - `(("eudev" ,eudev) - ("util-macros" ,util-macros) + `(("cairo" ,cairo) + ("eudev" ,eudev) + ("glib" ,glib) + ("kmod" ,kmod) ("libdrm" ,libdrm) ("libpciaccess" ,libpciaccess) - ("kmod" ,kmod) - ("procps" ,procps) - ("cairo" ,cairo) ("libunwind" ,libunwind) ("libxrandr" ,libxrandr) - ("glib" ,glib) - ("openssl" ,openssl))) + ("openssl" ,openssl) + ("procps" ,procps) + ("util-macros" ,util-macros))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) -- cgit v1.2.3 From 81001c8ca058fce53e8ecb10aa09b2efb26fe12c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 03:48:18 +0200 Subject: gnu: xterm: Update to 335. * gnu/packages/xorg.scm (xterm): Update to 335. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 6092f34276..25dd0c255f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5725,7 +5725,7 @@ (define-public xmessage (define-public xterm (package (name "xterm") - (version "333") + (version "335") (source (origin (method url-fetch) (uri (list @@ -5735,7 +5735,7 @@ (define-public xterm name "-" version ".tgz"))) (sha256 (base32 - "0y7gl26mxw6kwqx9j9mi6lx1lp1v3nrlga19ddn07j2m9q0l479g")))) + "15nbgys4s2idhx6jzzc24g9bb1s6yps5fyg2bafvs0gkkcm1ggz0")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts" -- cgit v1.2.3 From 004830ccf7d46b33e5a3941193d4badd0bb90892 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 03:59:19 +0200 Subject: gnu: abcde: Update to 2.9.2. * gnu/packages/cdrom.scm (abcde): Update to 2.9.2. [source]: Patch correct version number in snippet. --- gnu/packages/cdrom.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index 3659115960..4b051e22d4 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -477,7 +477,7 @@ (define-public cd-discid (define-public abcde (package (name "abcde") - (version "2.9.1") + (version "2.9.2") (home-page "https://abcde.einval.com/") (source (origin (method url-fetch) @@ -485,11 +485,15 @@ (define-public abcde version ".tar.gz")) (sha256 (base32 - "1msm5snyckynbspz54p9krarn7v9izsi7qyyi2z5y4cinw36xv3h")) + "13c5yvp87ckqgha160ym5rdr1a4divgvyqbjh0yb6ffclip6qd9l")) (modules '((guix build utils))) (snippet - '(begin + `(begin (substitute* "Makefile" + ;; Fix abcde 2.9.2 still thinking it's 2.9.1. + ;; XXX This will be fixed in the next release. + (("(abcde_version = abcde-)(2.9.1)" _ good bad) + (string-append good ,version)) (("/usr/bin/install") "install") (("^etcdir = .*$") -- cgit v1.2.3 From eb5a664344fc2078f56085d91f04fa2f38d8d678 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 04:16:23 +0200 Subject: gnu: nnn: Update to 1.9. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/admin.scm (nnn): Update to 1.9. [source]: Switch to proper release tarball. [native-inputs]: Add pkg-config. [phases]: Remove ‘patch-curses-lib’ phase & ‘-Wl,-rpath=’ #:make-flags. --- gnu/packages/admin.scm | 44 +++++++++++++++----------------------------- 1 file changed, 15 insertions(+), 29 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ad0ca409ef..07fdc6ba9d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2400,43 +2400,29 @@ (define-public neofetch (define-public nnn (package (name "nnn") - (version "1.7") - (source (origin - (method url-fetch) - (uri (string-append "https://github.com/jarun/nnn/" - "archive/v" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0z3lqbfx3y1caxvn7yq90b7whwyq2y32zf8kyd976ilbxpxnxqpv")))) + (version "1.9") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/jarun/nnn/releases/download/v" + version "/" name "-v" version ".tar.gz")) + (sha256 + (base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp")))) (build-system gnu-build-system) - (inputs `(("ncurses" ,ncurses) - ("readline" ,readline))) + (inputs + `(("ncurses" ,ncurses) + ("readline" ,readline))) + (native-inputs + `(("pkg-config" ,pkg-config))) (arguments - '(#:tests? #f ; no tests + '(#:tests? #f ; no tests #:phases - ;; We do not provide `ncurses.h' within an `ncursesw' - ;; sub-directory, so patch the source accordingly. See - ;; . - ;; Thanks to gtypist maintainer. (modify-phases %standard-phases - (add-after 'unpack 'patch-curses-lib - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (substitute* "Makefile" - (("-lncursesw") - "-lncurses")) - (substitute* "nnn.c" - (("ncursesw\\/curses.h") - "ncurses.h"))) - #t)) - (delete 'configure)) + (delete 'configure)) ; no configure script #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")) - (string-append "-Wl,-rpath=" - %output "/lib") "CC=gcc"))) (home-page "https://github.com/jarun/nnn") (synopsis "Terminal file browser") -- cgit v1.2.3 From ed672882626d30d3e0deba6d9265ac4d321113f2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 04:31:44 +0200 Subject: gnu: erlang: Don't use unstable tarball. * gnu/packages/erlang.scm (erlang)[source]: Use GIT-FETCH and GIT-FILE-NAME. --- gnu/packages/erlang.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index f0b2f350c2..219fa5a0dc 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -24,6 +24,7 @@ (define-module (gnu packages erlang) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix build-system gnu) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix packages) #:use-module (guix utils) #:use-module (gnu packages) @@ -40,16 +41,17 @@ (define-public erlang (name "erlang") (version "21.0") (source (origin - (method url-fetch) + (method git-fetch) ;; The tarball from http://erlang.org/download contains many ;; pre-compiled files, so we use this snapshot of the source ;; repository. - (uri (string-append "https://github.com/erlang/otp/archive/OTP-" - version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) + (uri (git-reference + (url "https://github.com/erlang/otp.git") + (commit (string-append "OTP-" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "0gv43lra4870xns8b0yjzbq78afzvz9gk6y3q3fa4y4sqcrqwbas")) + "195xq8bmmk0m6f5nkss2gkksyyph3z4wggn8abyicykpc8sdw83d")) (patches (search-patches "erlang-man-path.patch")))) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3 From 70f57ae00525f6fc919f62aea647a33b29d28537 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 04:54:58 +0200 Subject: gnu: Use ©. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/elixir.scm: Replace missing © with ©. * gnu/packages/erlang.scm: Likewise. * gnu/packages/marst.scm: Ditto. --- gnu/packages/elixir.scm | 2 +- gnu/packages/erlang.scm | 2 +- gnu/packages/marst.scm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 26120327f4..e154a2b2c1 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2016 Ricardo Wurmus ;;; Copyright © 2017 nee ;;; Copyright © 2018 Tobias Geerinckx-Rice -;;; Copyright (C) 2018 Nils Gillmann +;;; Copyright © 2018 Nils Gillmann ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 219fa5a0dc..da0916602f 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016, 2017 Leo Famulari ;;; Copyright © 2016, 2017 Pjotr Prins ;;; Copyright © 2018 Tobias Geerinckx-Rice -;;; Copyright (C) 2018 Nils Gillmann +;;; Copyright © 2018 Nils Gillmann ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/marst.scm b/gnu/packages/marst.scm index 9b4db8be63..92a32eba6c 100644 --- a/gnu/packages/marst.scm +++ b/gnu/packages/marst.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright 2016 John Darrington +;;; Copyright © 2016 John Darrington ;;; ;;; This file is part of GNU Guix. ;;; -- cgit v1.2.3 From bf43e1338144a0ecca2a48e4120b20792ca9ed88 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 05:04:08 +0200 Subject: gnu: ttf2eot: Return #t from all phases. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/fontutils.scm (ttf2eot)[arguments]: Return #t rather than undefined from the ‘install’ phase. --- gnu/packages/fontutils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 725387ce8e..d2c12e8cae 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -177,7 +177,8 @@ (define-public ttf2eot (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (bin (string-append out "/bin"))) - (install-file "ttf2eot" bin))))))) + (install-file "ttf2eot" bin) + #t)))))) (synopsis "Convert from TrueType to Embeddable Open Type") (description "This package contains a commandline wrapper around OpenTypeUtilities.cpp -- cgit v1.2.3 From af18fff042a53d25a3e76e9d533ad57639f54c43 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 05:08:32 +0200 Subject: gnu: ttf2eot: Update to 0.0.3. The old project home page[0] links to this new one. [0]: * gnu/packages/fontutils.scm (ttf2eot): Update to 0.0.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Update. --- gnu/packages/fontutils.scm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index d2c12e8cae..30143eba34 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2017 Rene Saavedra ;;; Copyright © 2017 Leo Famulari ;;; Copyright © 2017 Nils Gillmann -;;; Copyright © 2017 Tobias Geerinckx-Rice +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -155,25 +155,25 @@ (define-public woff-tools (define-public ttf2eot (package (name "ttf2eot") - (version "0.0.2-2") + (version "0.0.3") (source (origin - (method url-fetch) - (uri (string-append "https://storage.googleapis.com/" - "google-code-archive-downloads/v2/" - "code.google.com/ttf2eot/" - "ttf2eot-" version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/wget/ttf2eot.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "1f4dzzmhn0208dvbm3ia5ar6ls9apwc6ampy5blmfxkigi6z0g02")) + "0l2yh2ialx7135pjzhjs204kk3br7zxjr09zwaia493by2adzigr")) (patches (list (search-patch "ttf2eot-cstddef.patch"))))) (build-system gnu-build-system) (arguments - `(#:tests? #f ;no tests + `(#:tests? #f ; no tests #:phases (modify-phases %standard-phases - (delete 'configure) ;no configuration - (replace 'install + (delete 'configure) ; no configuration + (replace 'install ; no install target (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (bin (string-append out "/bin"))) @@ -188,7 +188,7 @@ (define-public ttf2eot ;; 2/LGPL 2.1", the single derived source file includes only BSD in its ;; license header, and the wrapper source contains no license header. (license license:bsd-2) - (home-page "https://code.google.com/archive/p/ttf2eot/"))) + (home-page "https://github.com/wget/ttf2eot"))) (define-public woff2 (let ((commit "4e698b8c6c5e070d53c340db9ddf160e21070ede") -- cgit v1.2.3 From 666da84f0f54d3e2f1ab6b6c14ebd9899a47dd50 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Aug 2018 04:49:25 +0200 Subject: gnu: erlang: Update to 21.0.5. * gnu/packages/erlang.scm (erlang): Update to 21.0.5. --- gnu/packages/erlang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index da0916602f..45206f71a0 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -39,7 +39,7 @@ (define-module (gnu packages erlang) (define-public erlang (package (name "erlang") - (version "21.0") + (version "21.0.5") (source (origin (method git-fetch) ;; The tarball from http://erlang.org/download contains many @@ -51,7 +51,7 @@ (define-public erlang (file-name (git-file-name name version)) (sha256 (base32 - "195xq8bmmk0m6f5nkss2gkksyyph3z4wggn8abyicykpc8sdw83d")) + "0gv83i5ybj1z3ykbbldjzf7dbfjszp84c0yzrpshj611b9wp0176")) (patches (search-patches "erlang-man-path.patch")))) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3 From e42ba3daefc4a3d740ae4c2b01e39c67a9190809 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 8 Aug 2018 01:31:42 -0400 Subject: gnu: Add lpd8editor. * gnu/packages/music.scm (lpd8editor): New variable. --- gnu/packages/music.scm | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 2b8ff451bb..599a1d8943 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2015 Paul van der Walt ;;; Copyright © 2016 Al McElrath ;;; Copyright © 2016, 2017 Efraim Flashner -;;; Copyright © 2016 Leo Famulari +;;; Copyright © 2016, 2018 Leo Famulari ;;; Copyright © 2016, 2017 Kei Kebreau ;;; Copyright © 2016 John J. Foerch ;;; Copyright © 2016 Alex Griffin @@ -4222,3 +4222,39 @@ (define-public demlo discard bad quality ones. @end itemize\n") (license license:expat)))) + +(define-public lpd8editor + (package + (name "lpd8editor") + (version "0.0.12") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/charlesfleche/lpd8editor.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v3fz8h1zs7kkl80faah79pp6yqwz0j7bkv3dbmh2hp42zbfiz1q")))) + (build-system gnu-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'setenv + (lambda _ + (setenv "INSTALL_PREFIX" + (assoc-ref %outputs "out")))) + (delete 'configure) ; no configure script + (add-before 'build 'qmake + (lambda _ (invoke "qmake")))))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("alsa" ,alsa-lib) + ("qtbase" ,qtbase) + ("qtsvg" ,qtsvg))) + (synopsis "Graphical editor for the Akai LPD8 MIDI controller") + (description "lpd8editor is a graphical patch editor for the Akai LPD8 MIDI +controller.") + (home-page "https://github.com/charlesfleche/lpd8editor") + (license license:expat))) -- cgit v1.2.3 From e7448859cec690e73bc67c82e37465dc101eea25 Mon Sep 17 00:00:00 2001 From: Madalin Ionel-Patrascu Date: Tue, 24 Jul 2018 14:01:13 +0200 Subject: gnu: Add nudoku. * gnu/packages/games.scm (nudoku): New variable. Signed-off-by: Ricardo Wurmus --- gnu/packages/games.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0e7757511b..0142fc8ed2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2017, 2018 Nicolas Goaziou ;;; Copyright © 2018 okapi ;;; Copyright © 2018 Tim Gesthuizen +;;; Copyright © 2018 Madalin Ionel-Patrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -4889,6 +4890,25 @@ (define-public yamagi-quake2 "See Info-Zip section.") license:public-domain)))) ; stb +(define-public nudoku + (package + (name "nudoku") + (version "1.0.0") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/jubalh/nudoku/" + "releases/download/" version + "/nudoku-" version ".tar.xz")) + (sha256 + (base32 + "0nr2j2z07nxk70s8xnmmpzccxicf7kn5mbwby2kg6aq8paarjm8k")))) + (build-system gnu-build-system) + (inputs `(("ncurses" ,ncurses))) + (home-page "https://jubalh.github.io/nudoku/") + (synopsis "Sudoku for your terminal") + (description "Nudoku is a ncurses-based Sudoku game for your terminal.") + (license license:gpl3+))) + (define-public the-butterfly-effect (package (name "the-butterfly-effect") -- cgit v1.2.3 From 0fccd15f7895e86982ee30097bb1349fff3accb4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 24 Jul 2018 14:16:25 +0200 Subject: gnu: Add r-doby. * gnu/packages/cran.scm (r-doby): New variable. --- gnu/packages/cran.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a78a97e015..78ca98d502 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4662,3 +4662,35 @@ (define-public r-orddom comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of Group (Non-)Overlap considerations.") (license license:gpl2))) + +(define-public r-doby + (package + (name "r-doby") + (version "4.6-1") + (source + (origin + (method url-fetch) + (uri (cran-uri "doBy" version)) + (sha256 + (base32 + "1y02awzid23bxz8hx6j8pxd6i7jaq8pdw3k60rag8y6m69incrw5")))) + (properties `((upstream-name . "doBy"))) + (build-system r-build-system) + (propagated-inputs + `(("r-dplyr" ,r-dplyr) + ("r-magrittr" ,r-magrittr) + ("r-mass" ,r-mass) + ("r-matrix" ,r-matrix) + ("r-plyr" ,r-plyr))) + (home-page "http://people.math.aau.dk/~sorenh/software/doBy/") + (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities") + (description + "This package contains: + +@itemize +@item facilities for working with grouped data: @code{do} + something to data stratified @code{by} some variables. +@item implementations of least-squares means, general linear contrasts, and +@item miscellaneous other utilities. +@end itemize\n") + (license license:gpl2+))) -- cgit v1.2.3 From 5850c5b32710aca0f57eb7ee1beaf7ba207842e0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 24 Jul 2018 14:16:48 +0200 Subject: gnu: Add r-refgenome. * gnu/packages/cran.scm (r-refgenome): New variable. --- gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 78ca98d502..abf4e02f75 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4694,3 +4694,31 @@ (define-public r-doby @item miscellaneous other utilities. @end itemize\n") (license license:gpl2+))) + +(define-public r-refgenome + (package + (name "r-refgenome") + (version "1.7.3") + (source + (origin + (method url-fetch) + (uri (cran-uri "refGenome" version)) + (sha256 + (base32 + "15p0ra2p1pwhy5ixbhsz1g79c5sc2aap4i4c8kil0m2syg9y45sn")))) + (properties `((upstream-name . "refGenome"))) + (build-system r-build-system) + (propagated-inputs + `(("r-dbi" ,r-dbi) + ("r-doby" ,r-doby) + ("r-rsqlite" ,r-rsqlite))) + (home-page "https://cran.r-project.org/web/packages/refGenome/") + (synopsis + "Gene and splice site annotation using annotation data from Ensembl and UCSC") + (description + "This package contains functionality for importing and managing of +downloaded genome annotation data from the Ensembl genome browser (European +Bioinformatics Institute) and from the UCSC genome browser (University of +California, Santa Cruz) and annotation routines for genomic positions and +splice site positions.") + (license license:gpl2))) -- cgit v1.2.3 From ff7d53a7be3d8bb2836440734e95f212ce13cd03 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 24 Jul 2018 14:17:05 +0200 Subject: gnu: Add r-basix. * gnu/packages/cran.scm (r-basix): New variable. --- gnu/packages/cran.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index abf4e02f75..98ef3ba223 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4722,3 +4722,23 @@ (define-public r-refgenome California, Santa Cruz) and annotation routines for genomic positions and splice site positions.") (license license:gpl2))) + +(define-public r-basix + (package + (name "r-basix") + (version "1.1") + (source + (origin + (method url-fetch) + (uri (cran-uri "BASIX" version)) + (sha256 + (base32 + "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id")))) + (properties `((upstream-name . "BASIX"))) + (build-system r-build-system) + (home-page "https://cran.r-project.org/web/packages/BASIX/") + (synopsis "Efficient C/C++ toolset for R") + (description + "BASIX provides some efficient C/C++ implementations of native R +procedures to speed up calculations in R.") + (license license:gpl2))) -- cgit v1.2.3 From 65e748141d60b282c75113d6bce96bc3d3ef563d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 24 Jul 2018 14:18:45 +0200 Subject: gnu: Add r-blockfest. * gnu/packages/cran.scm (r-blockfest): New variable. --- gnu/packages/cran.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 98ef3ba223..4dd2ec4eae 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4742,3 +4742,27 @@ (define-public r-basix "BASIX provides some efficient C/C++ implementations of native R procedures to speed up calculations in R.") (license license:gpl2))) + +(define-public r-blockfest + (package + (name "r-blockfest") + (version "1.6") + (source + (origin + (method url-fetch) + (uri (cran-uri "BlockFeST" version)) + (sha256 + (base32 + "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5")))) + (properties `((upstream-name . "BlockFeST"))) + (build-system r-build-system) + (propagated-inputs `(("r-basix" ,r-basix))) + (home-page "https://cran.r-project.org/web/packages/BlockFeST/") + (synopsis "Bayesian calculation of region-specific fixation index") + (description + "This package provides an R implementation of an extension of the +BayeScan software for codominant markers, adding the option to group +individual SNPs into pre-defined blocks. A typical application of this new +approach is the identification of genomic regions, genes, or gene sets +containing one or more SNPs that evolved under directional selection.") + (license license:gpl2))) -- cgit v1.2.3 From e9e9783e0ab78039a71515ea632314a4f44d1306 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Jul 2018 13:20:26 +0200 Subject: gnu: Add python-argparse-manpage. * gnu/packages/python.scm (python-argparse-manpage): New variable. --- gnu/packages/python.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a6891a20be..3db29e23f1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7224,6 +7224,25 @@ (define-public python-configargparse (define-public python2-configargparse (package-with-python2 python-configargparse)) +(define-public python-argparse-manpage + (package + (name "python-argparse-manpage") + (version "1.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "argparse-manpage" version)) + (sha256 + (base32 + "0blh31zns68anina9lba5wh81d1414s97p60zw5l0d0shhh0wj5p")))) + (build-system python-build-system) + (home-page "https://github.com/praiskup/argparse-manpage") + (synopsis "Build manual page from Python's ArgumentParser object") + (description + "This package provides tools to build manual pages from Python's +@code{ArgumentParser} object.") + (license license:asl2.0))) + (define-public python-contextlib2 (package (name "python-contextlib2") -- cgit v1.2.3 From 8c0b8cce43291b90791ee82407e8a014b0bd2254 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Jul 2018 14:31:50 +0200 Subject: gnu: Add python-ldap. * gnu/packages/openldap.scm (python-ldap): New variable. --- gnu/packages/openldap.scm | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index d952f412e2..a331f06a02 100644 --- a/gnu/packages/openldap.scm +++ b/gnu/packages/openldap.scm @@ -22,9 +22,9 @@ (define-module (gnu packages openldap) #:use-module (gnu packages autotools) - #:use-module (gnu packages databases) #:use-module (gnu packages compression) #:use-module (gnu packages cyrus-sasl) + #:use-module (gnu packages databases) #:use-module (gnu packages gnupg) #:use-module (gnu packages groff) #:use-module (gnu packages icu4c) @@ -33,10 +33,11 @@ (define-module (gnu packages openldap) #:use-module (gnu packages python) #:use-module (gnu packages tls) #:use-module (gnu packages) - #:use-module ((guix licenses) #:select (openldap2.8 lgpl2.1+)) + #:use-module ((guix licenses) #:select (openldap2.8 lgpl2.1+ psfl)) #:use-module (guix packages) #:use-module (guix download) - #:use-module (guix build-system gnu)) + #:use-module (guix build-system gnu) + #:use-module (guix build-system python)) (define-public openldap (package @@ -138,3 +139,42 @@ (define-public nss-pam-ldapd Authentication Module} (PAM) to do identity and authentication management with an LDAP server.") (license lgpl2.1+))) + +(define-public python-ldap + (package + (name "python-ldap") + (version "3.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "python-ldap" version)) + (sha256 + (base32 + "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'configure-openldap-locations + (lambda* (#:key inputs #:allow-other-keys) + (let ((openldap (assoc-ref inputs "openldap"))) + (setenv "SLAPD" + (string-append openldap + "/libexec/slapd")) + (setenv "SCHEMA" + (string-append openldap + "/etc/openldap/schema/"))) + #t))))) + (inputs + `(("openldap" ,openldap) + ("cyrus-sasl" ,cyrus-sasl) + ("mit-krb5" ,mit-krb5))) + (propagated-inputs + `(("python-pyasn1" ,python-pyasn1) + ("python-pyasn1-modules" ,python-pyasn1-modules))) + (home-page "https://www.python-ldap.org/") + (synopsis "Python modules for implementing LDAP clients") + (description + "This package provides an object-oriented API to access LDAP directory +servers from Python programs.") + (license psfl))) -- cgit v1.2.3 From f51d8e4cb70cf1be549337e327bcc61253d4eeb3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Jul 2018 14:32:51 +0200 Subject: gnu: Add 389-ds-base. * gnu/packages/openldap.scm (389-ds-base): New variable. --- gnu/packages/openldap.scm | 156 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 155 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index a331f06a02..12964e302a 100644 --- a/gnu/packages/openldap.scm +++ b/gnu/packages/openldap.scm @@ -22,18 +22,31 @@ (define-module (gnu packages openldap) #:use-module (gnu packages autotools) + #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages cyrus-sasl) #:use-module (gnu packages databases) + #:use-module (gnu packages documentation) + #:use-module (gnu packages gettext) #:use-module (gnu packages gnupg) + #:use-module (gnu packages gnuzilla) #:use-module (gnu packages groff) #:use-module (gnu packages icu4c) #:use-module (gnu packages kerberos) + #:use-module (gnu packages libevent) #:use-module (gnu packages linux) + #:use-module (gnu packages networking) + #:use-module (gnu packages pcre) + #:use-module (gnu packages perl) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) + #:use-module (gnu packages rsync) + #:use-module (gnu packages selinux) + #:use-module (gnu packages time) #:use-module (gnu packages tls) + #:use-module (gnu packages web) #:use-module (gnu packages) - #:use-module ((guix licenses) #:select (openldap2.8 lgpl2.1+ psfl)) + #:use-module ((guix licenses) #:select (openldap2.8 lgpl2.1+ gpl3+ psfl)) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) @@ -178,3 +191,144 @@ (define-public python-ldap "This package provides an object-oriented API to access LDAP directory servers from Python programs.") (license psfl))) + +(define-public 389-ds-base + (package + (name "389-ds-base") + (version "1.4.0.13") + (source (origin + (method url-fetch) + (uri (string-append "https://releases.pagure.org/389-ds-base/" + "389-ds-base-" version ".tar.bz2")) + (sha256 + (base32 + "01dm3zq3w5ami9pwcjbjz8wfbx9krjxybjrgc4wyhrxlzd90ylzj")))) + (build-system gnu-build-system) + (arguments + `(#:modules ((srfi srfi-1) + (guix build gnu-build-system) + (guix build utils)) + #:configure-flags + (list (string-append "--with-db=" + (assoc-ref %build-inputs "bdb")) + (string-append "--with-sasl=" + (assoc-ref %build-inputs "cyrus-sasl")) + (string-append "--with-netsnmp=" + (assoc-ref %build-inputs "net-snmp")) + (string-append "--with-pcre=" + (assoc-ref %build-inputs "pcre")) + (string-append "--with-selinux=" + (assoc-ref %build-inputs "libselinux")) + ;; The Perl scripts are being removed in the 1.4.0 release. + ;; Building them would require packaging of the outdated Mozilla + ;; LDAP SDK (instead of OpenLDAP) and PerLDAP. + "--disable-perl") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-install-location-of-python-tools + (lambda* (#:key inputs outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (get-python-version + ;; FIXME: copied from python-build-system + (lambda (python) + (let* ((version (last (string-split python #\-))) + (components (string-split version #\.)) + (major+minor (take components 2))) + (string-join major+minor ".")))) + (pythondir (string-append + out "/lib/python" + (get-python-version (assoc-ref inputs "python")) + "/site-packages/"))) + ;; Install directory must be on PYTHONPATH. + (setenv "PYTHONPATH" + (string-append (getenv "PYTHONPATH") + ":" pythondir)) + ;; Install directory must exist. + (mkdir-p pythondir) + (substitute* "src/lib389/setup.py" + (("/usr") out)) + (substitute* "Makefile.am" + (("setup.py install --skip-build" m) + (string-append m " --prefix=" out + " --root=/ --single-version-externally-managed")))) + #t)) + (add-after 'build 'build-python-tools + (lambda* (#:key make-flags #:allow-other-keys) + ;; Set DETERMINISTIC_BUILD to override the embedded mtime in pyc + ;; files. + (setenv "DETERMINISTIC_BUILD" "1") + ;; Use deterministic hashes for strings, bytes, and datetime + ;; objects. + (setenv "PYTHONHASHSEED" "0") + (apply invoke "make" "lib389" make-flags) + #t)) + (add-after 'install 'install-python-tools + (lambda* (#:key make-flags #:allow-other-keys) + (apply invoke "make" "lib389-install" make-flags) + #t)) + (add-after 'install-python-tools 'wrap-python-tools + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (path (getenv "PYTHONPATH"))) + (for-each (lambda (file) + (wrap-program (string-append out file) + `("PYTHONPATH" ":" prefix (,path)))) + '("/sbin/dsconf" + "/sbin/dscreate" + "/sbin/dsctl" + "/sbin/dsidm" + "/bin/ds-logpipe.py" + "/bin/ds-replcheck" + "/bin/readnsstate"))) + #t))))) + (inputs + `(("bdb" ,bdb) + ("cyrus-sasl" ,cyrus-sasl) + ("gnutls" ,gnutls) + ("httpd" ,httpd) + ("icu4c" ,icu4c) + ("libevent" ,libevent) + ("libselinux" ,libselinux) + ("linux-pam" ,linux-pam) + ("mit-krb5" ,mit-krb5) + ("net-snmp" ,net-snmp) + ("nspr" ,nspr) + ("nss" ,nss) + ("openldap" ,openldap) + ("pcre" ,pcre) + ("perl" ,perl) + ("python" ,python) + ("python-pyasn1" ,python-pyasn1) + ("python-pyasn1-modules" ,python-pyasn1-modules) + ("python-pytest" ,python-pytest) + ("python-dateutil" ,python-dateutil) + ("python-six" ,python-six) + ("python-argcomplete" ,python-argcomplete) + ("python-argparse-manpage" ,python-argparse-manpage) + ("python-ldap" ,python-ldap))) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("doxygen" ,doxygen) + ("gettext" ,gettext-minimal) + ("libtool" ,libtool) + ("rsync" ,rsync) + ("pkg-config" ,pkg-config))) + (home-page "https://directory.fedoraproject.org") + (synopsis "Enterprise-class LDAP server") + (description "389ds is an enterprise-class LDAP server. It is hardened by +real-world use, is full-featured, and supports multi-master replication. + +Other features include: + +@enumerate +@item Online, zero downtime, LDAP-based update of schema, configuration, and + management including @dfn{Access Control Information} (ACIs); +@item Asynchronous Multi-Master Replication, to provide fault tolerance and + high write performance; +@item Extensive documentation; +@item Secure authentication and transport (TLS, and SASL); +@item LDAPv3 compliant server. +@end enumerate\n") + ;; GPLv3+ with OpenSSL linking exception. + (license gpl3+))) -- cgit v1.2.3 From b9ff25999d6b3d947ceacd7d01d3b64ac2c8120d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Aug 2018 11:10:35 +0200 Subject: gnu: Add r-hash. * gnu/packages/cran.scm (r-hash): New variable. --- gnu/packages/cran.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4dd2ec4eae..c36b8b0138 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4766,3 +4766,24 @@ (define-public r-blockfest approach is the identification of genomic regions, genes, or gene sets containing one or more SNPs that evolved under directional selection.") (license license:gpl2))) + +(define-public r-hash + (package + (name "r-hash") + (version "2.2.6") + (source + (origin + (method url-fetch) + (uri (cran-uri "hash" version)) + (sha256 + (base32 + "0mkx59bmni3b283znvbndnkbar85fzavzdfgmwrhskidsqcz34yz")))) + (build-system r-build-system) + (home-page "https://cran.r-project.org/web/packages/hash/") + (synopsis "Implementation of hash/associated arrays/dictionaries") + (description + "This package implements a data structure similar to hashes in Perl and +dictionaries in Python but with a purposefully R flavor. For objects of +appreciable size, access using hashes outperforms native named lists and +vectors.") + (license license:gpl2+))) -- cgit v1.2.3 From 8d04a5c968c0600b1d2d1e889d189e82d2278971 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:19:06 +0200 Subject: gnu: hspec-discover: Update to 2.5.5. * gnu/packages/haskell-check.scm (hspec-discover): Update to 2.5.5. [arguments]: Enable haddock phase. [inputs]: Move ghc-hspec-meta from here... [native-inputs]: ...to here; add ghc-quickcheck. --- gnu/packages/haskell-check.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index 7453f9fbf1..f40bc7ce96 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -626,21 +626,20 @@ (define-public ghc-hunit (define-public hspec-discover (package (name "hspec-discover") - (version "2.2.4") + (version "2.5.5") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/hspec-discover/hspec-discover-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/" + "hspec-discover/hspec-discover-" + version ".tar.gz")) (sha256 (base32 - "1bz7wb8v0bx1amiz4bpj34xq97d1ia29n3f654wcrh6lacydp3dv")))) + "04aidzi91ccr9bygmfkjzshz34z9vh8wvqj4zinx2clxq6r7gqfz")))) (build-system haskell-build-system) - (arguments `(#:haddock? #f)) ; Haddock phase fails because there are no - ; documentation files. - (inputs `(("ghc-hspec-meta" ,ghc-hspec-meta))) + (native-inputs + `(("ghc-quickcheck" ,ghc-quickcheck) + ("ghc-hspec-meta" ,ghc-hspec-meta))) (home-page "https://hspec.github.io/") (synopsis "Automatically discover and run Hspec tests") (description "hspec-discover is a tool which automatically discovers and -- cgit v1.2.3 From 3b8e47745d045afd36eadc83eb0a6289ceabc9e5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:20:24 +0200 Subject: gnu: ghc-hspec-core: Update to 2.5.5. * gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.5.5. [inputs]: Add ghc-clock. --- gnu/packages/haskell-check.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index f40bc7ce96..ef07748daa 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -649,23 +649,22 @@ (define-public hspec-discover (define-public ghc-hspec-core (package (name "ghc-hspec-core") - (version "2.2.4") + (version "2.5.5") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/hspec-core/hspec-core-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/hspec-core/" + "hspec-core-" version ".tar.gz")) (sha256 (base32 - "0x845ngfl6vf65fnpb5mm3wj0ql45pz11bnm0x4gxc4ybd9c52ij")))) + "1vfrqlpn32s9wiykmkxbnrnd5p56yznw20pf8fwzw78ar4wpz55x")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing. (inputs `(("ghc-setenv" ,ghc-setenv) ("ghc-ansi-terminal" ,ghc-ansi-terminal) ("ghc-async" ,ghc-async) + ("ghc-clock" ,ghc-clock) ("ghc-quickcheck-io" ,ghc-quickcheck-io) ("ghc-hunit" ,ghc-hunit) ("ghc-quickcheck" ,ghc-quickcheck) -- cgit v1.2.3 From 31caca659bcbfab5d7b087eebc18af93f13af615 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:20:49 +0200 Subject: gnu: ghc-hspec-meta: Update to 2.4.6. * gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.4.6. --- gnu/packages/haskell-check.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index ef07748daa..a2e91d9390 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -679,17 +679,15 @@ (define-public ghc-hspec-core (define-public ghc-hspec-meta (package (name "ghc-hspec-meta") - (version "2.2.1") + (version "2.4.6") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/hspec-meta/hspec-meta-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/hspec-meta/" + "hspec-meta-" version ".tar.gz")) (sha256 (base32 - "1m1pkrxiglxzwv8gdj5jr1bdbhxvvg6sbl9m61w4565d7k1m8yxa")))) + "0qmvk01n79j6skn79r6zalg2pd0x0nqqn9qn8mhg0pgyzcdnfc9b")))) (build-system haskell-build-system) (inputs `(("ghc-quickcheck" ,ghc-quickcheck) -- cgit v1.2.3 From 33a0785998a2d418ad2d630d067f73959b0f4ade Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:21:11 +0200 Subject: gnu: ghc-hspec-contrib: Update to 0.5.0. * gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.0. --- gnu/packages/haskell-check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index a2e91d9390..dcf79b610f 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -736,7 +736,7 @@ (define-public ghc-hspec (define-public ghc-hspec-contrib (package (name "ghc-hspec-contrib") - (version "0.3.0") + (version "0.5.0") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -744,7 +744,7 @@ (define-public ghc-hspec-contrib version ".tar.gz")) (sha256 (base32 - "006syw8xagfhsx06ws9ywig1qx5lk4cgl7sq6pbid1s64c72mxn4")))) + "13579xdqwbsy8k0vxdcvgy932d4p76mij1rzkzbpqbspfn7399yv")))) (build-system haskell-build-system) (inputs `(("ghc-hspec-core" ,ghc-hspec-core) -- cgit v1.2.3 From 15fb81e58759809659d00b16e8af6c46665cc8a4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:21:28 +0200 Subject: gnu: ghc-hspec-expectations: Update to 0.8.2. * gnu/packages/haskell-check.scm (ghc-hspec-expectations): Update to 0.8.2. [arguments]: Disable tests. --- gnu/packages/haskell-check.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index dcf79b610f..a3179cf945 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -762,18 +762,19 @@ (define-public ghc-hspec-contrib (define-public ghc-hspec-expectations (package (name "ghc-hspec-expectations") - (version "0.7.2") + (version "0.8.2") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/hspec-expectations/hspec-expectations-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/" + "hspec-expectations/hspec-expectations-" + version ".tar.gz")) (sha256 (base32 - "1w56jiqfyl237sr207gh3b0l8sr9layy0mdsgd5wknzb49mif6ip")))) + "1vxl9zazbaapijr6zmcj72j9wf7ka1pirrjbwddwwddg3zm0g5l1")))) (build-system haskell-build-system) + ;; Tests depend on ghc-nanospec. + (arguments '(#:tests? #f)) (inputs `(("ghc-hunit" ,ghc-hunit))) (home-page "https://github.com/sol/hspec-expectations") (synopsis "Catchy combinators for HUnit") -- cgit v1.2.3 From c2c8d998fb18d3c8832fefb4594b37d97d85e687 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:21:54 +0200 Subject: gnu: ghc-hspec: Update to 2.5.5. * gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5. --- gnu/packages/haskell-check.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index a3179cf945..d6b171d5b3 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -707,17 +707,15 @@ (define-public ghc-hspec-meta (define-public ghc-hspec (package (name "ghc-hspec") - (version "2.2.4") + (version "2.5.5") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/hspec/hspec-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/hspec/" + "hspec-" version ".tar.gz")) (sha256 (base32 - "1cf90gqvg1iknja6ymxqxyabpahcxni3blqllh81ywbir3whljvj")))) + "1yv4k5b5kkig2q3waj28587sq28wms7wfav5a3lq4dra6jybimfm")))) (build-system haskell-build-system) (inputs `(("ghc-hspec-core" ,ghc-hspec-core) -- cgit v1.2.3 From 545de2a28cb5e6f9c6cf0fcf045f867f5db5db51 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:22:21 +0200 Subject: gnu: ghc-tagsoup: Update to 0.14.6. * gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.6. --- gnu/packages/haskell-web.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 1f19f82f3f..83de9614d0 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -36,17 +36,15 @@ (define-module (gnu packages haskell-web) (define-public ghc-tagsoup (package (name "ghc-tagsoup") - (version "0.14.3") + (version "0.14.6") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/tagsoup/tagsoup-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/tagsoup/" + "tagsoup-" version ".tar.gz")) (sha256 (base32 - "00j2rm2sx0syn16kg2402fz4k8yqfl9knmi367jsiycds1q9zzf9")))) + "1yv3dbyb0i1yqm796jgc4jj5kxkla1sxb3b2klw5ks182kdx8kjb")))) (build-system haskell-build-system) (inputs `(("ghc-text" ,ghc-text))) (native-inputs -- cgit v1.2.3 From 57f25c7d9eb392c8332809fe175466c93922a3d4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:22:41 +0200 Subject: gnu: Add ghc-httpd-shed. * gnu/packages/haskell-web.scm (ghc-httpd-shed): New variable. --- gnu/packages/haskell-web.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 83de9614d0..6154aa2174 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -91,6 +91,30 @@ (define-public ghc-cookie (description "HTTP cookie parsing and rendering library for Haskell.") (license license:bsd-3))) +(define-public ghc-httpd-shed + (package + (name "ghc-httpd-shed") + (version "0.4.0.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/httpd-shed/" + "httpd-shed-" version ".tar.gz")) + (sha256 + (base32 + "064jy1mqhnf1hvq6s04wlhmp916rd522x58djb9qixv13vc8gzxh")))) + (build-system haskell-build-system) + (inputs + `(("ghc-network-uri" ,ghc-network-uri) + ("ghc-network" ,ghc-network))) + (home-page "https://hackage.haskell.org/package/httpd-shed") + (synopsis "Simple web-server with an interact style API") + (description + "This web server promotes a function from @code{Request} to @code{IO +Response} into a local web server. The user can decide how to interpret the +requests, and the library is intended for implementing Ajax APIs.") + (license license:bsd-3))) + (define-public ghc-http-types (package (name "ghc-http-types") -- cgit v1.2.3 From 7da274a808a40bc23d2d854a3e96070d31a56d95 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:22:55 +0200 Subject: gnu: ghc-http-types: Update to 0.12.1. * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.1. --- gnu/packages/haskell-web.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 6154aa2174..32a7d29aec 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -118,17 +118,15 @@ (define-public ghc-httpd-shed (define-public ghc-http-types (package (name "ghc-http-types") - (version "0.11") + (version "0.12.1") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/http-types/http-types-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/http-types/" + "http-types-" version ".tar.gz")) (sha256 (base32 - "08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss")))) + "1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz")))) (build-system haskell-build-system) (native-inputs `(("ghc-doctest" ,ghc-doctest) -- cgit v1.2.3 From 6c7a3279adcac004080dc0771e8bf6822d3a28a2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:23:36 +0200 Subject: gnu: ghc-http-client: Update to 0.5.13.1. * gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.5.13.1. [inputs]: Sort; add ghc-memory. --- gnu/packages/haskell-web.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 32a7d29aec..e5ac001fad 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -181,7 +181,7 @@ (define-public ghc-http (define-public ghc-http-client (package (name "ghc-http-client") - (version "0.5.7.1") + (version "0.5.13.1") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -189,27 +189,28 @@ (define-public ghc-http-client version ".tar.gz")) (sha256 (base32 - "19cvnnfcjj2m3pgs6ivyjs21rw9wx5ynarh6hvb27a76cscai2fy")))) + "0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1")))) (build-system haskell-build-system) ;; Tests require access to the web. (arguments `(#:tests? #f)) (inputs - `(("ghc-text" ,ghc-text) - ("ghc-http-types" ,ghc-http-types) + `(("ghc-async" ,ghc-async) + ("ghc-base64-bytestring" ,ghc-base64-bytestring) ("ghc-blaze-builder" ,ghc-blaze-builder) - ("ghc-data-default-class" ,ghc-data-default-class) - ("ghc-network" ,ghc-network) - ("ghc-streaming-commons" ,ghc-streaming-commons) ("ghc-case-insensitive" ,ghc-case-insensitive) - ("ghc-base64-bytestring" ,ghc-base64-bytestring) ("ghc-cookie" ,ghc-cookie) + ("ghc-data-default-class" ,ghc-data-default-class) ("ghc-exceptions" ,ghc-exceptions) - ("ghc-random" ,ghc-random) + ("ghc-http-types" ,ghc-http-types) + ("ghc-memory" ,ghc-memory) ("ghc-mime-types" ,ghc-mime-types) - ("ghc-network-uri" ,ghc-network-uri) ("ghc-monad-control" ,ghc-monad-control) - ("ghc-zlib" ,ghc-zlib) - ("ghc-async" ,ghc-async))) + ("ghc-network" ,ghc-network) + ("ghc-network-uri" ,ghc-network-uri) + ("ghc-random" ,ghc-random) + ("ghc-streaming-commons" ,ghc-streaming-commons) + ("ghc-text" ,ghc-text) + ("ghc-zlib" ,ghc-zlib))) (native-inputs `(("ghc-hspec" ,ghc-hspec))) (home-page "https://github.com/snoyberg/http-client") -- cgit v1.2.3 From 828c9ff83180efe4a8d894738c38360f45552e81 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:24:25 +0200 Subject: gnu: ghc-http-conduit: Update to 2.3.2. * gnu/packages/haskell-web.scm (ghc-http-conduit): Update to 2.3.2. [inputs]: Add ghc-unliftio. --- gnu/packages/haskell-web.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index e5ac001fad..a853eb3cdc 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -318,15 +318,16 @@ (define-public ghc-http2 (define-public ghc-http-conduit (package (name "ghc-http-conduit") - (version "2.2.4") + (version "2.3.2") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "http-conduit-" version "/" "http-conduit-" version ".tar.gz")) - (sha256 (base32 - "1wcl3lpg4v1ylq9j77j9fmf6l9qbmp8dmj3a9829q19q6bbgza7l")))) + (sha256 + (base32 + "1iay4hr0mj8brkxvgkv1liqa8irl9axfc3qhn8qsvcyq4n1l95km")))) (build-system haskell-build-system) ;; FIXME: `httpLbs TLS` in test-suite `test` fails with ;; ConnectionFailure getProtocolByName: does not exist (no such protocol @@ -343,7 +344,8 @@ (define-public ghc-http-conduit ("ghc-http-client-tls" ,ghc-http-client-tls) ("ghc-monad-control" ,ghc-monad-control) ("ghc-mtl" ,ghc-mtl) - ("ghc-exceptions" ,ghc-exceptions))) + ("ghc-exceptions" ,ghc-exceptions) + ("ghc-unliftio" ,ghc-unliftio))) (native-inputs `(("ghc-hunit" ,ghc-hunit) ("ghc-hspec" ,ghc-hspec) -- cgit v1.2.3 From e42e9024c1528deca9daa86482ac1a5c322e5cd2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:25:25 +0200 Subject: gnu: Add ghc-call-stack-boot. * gnu/packages/haskell.scm (ghc-call-stack-boot): New variable. --- gnu/packages/haskell.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b3aff4b12a..b53ab280e8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4455,6 +4455,14 @@ (define-public ghc-call-stack call stacks with different versions of the compiler.") (license license:expat))) +;; This is used as an input to ghc-hunit. We cannot use ghc-call-stack there, +;; because it depends on ghc-nanospec, which depends on ghc-hunit. +(define-public ghc-call-stack-boot + (package + (inherit ghc-call-stack) + (arguments '(#:tests? #f)) + (inputs '()))) + (define-public ghc-statevar (package (name "ghc-statevar") -- cgit v1.2.3 From f1ac3bba6648484b096a6792940e0e2c55b151e0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:25:45 +0200 Subject: gnu: ghc-hunit: Update to 1.6.0.0. * gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.6.0.0. [inputs]: Add ghc-call-stack-boot. --- gnu/packages/haskell-check.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index d6b171d5b3..b2d352050f 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -603,19 +603,21 @@ (define-public ghc-test-framework-th (define-public ghc-hunit (package (name "ghc-hunit") - (version "1.3.1.2") + (version "1.6.0.0") (outputs '("out" "doc")) (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/HUnit/HUnit-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/HUnit/" + "HUnit-" version ".tar.gz")) (sha256 (base32 - "10akdh4fl615rrshxi3m5gf414il1q42z4zqyb6q4jasmscvzpms")))) + "1pnhwqq5v8h48gbp3ibv3skfj25mf4zs5svxcavq93p9cswycj3l")))) (build-system haskell-build-system) + (inputs + ;; We cannot use ghc-call-stack there, because it depends on + ;; ghc-nanospec, which depends on ghc-hunit. + `(("ghc-call-stack" ,ghc-call-stack-boot))) (home-page "http://hunit.sourceforge.net/") (synopsis "Unit testing framework for Haskell") (description -- cgit v1.2.3 From a5f7a5f6eddc4a37deadb9988ee8186726f1bc7a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:26:10 +0200 Subject: gnu: ghc-test-framework-hunit: Fix build with new HUnit. * gnu/packages/haskell-check.scm (ghc-test-framework-hunit)[arguments]: Allow newer version of HUnit. --- gnu/packages/haskell-check.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index b2d352050f..1d673c606a 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -530,6 +530,9 @@ (define-public ghc-test-framework-hunit (base32 "1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm")))) (build-system haskell-build-system) + ;; The official revision of the cabal file allows for HUnit lower than 1.7 + (arguments + `(#:configure-flags (list "--allow-newer=HUnit"))) (inputs `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions) ("ghc-hunit" ,ghc-hunit) -- cgit v1.2.3 From 05916da70bb01db9a3cf5603a208c14a8bfebba9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:27:29 +0200 Subject: gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2. * gnu/packages/haskell.scm (ghc-ansi-wl-pprint): Update to 0.6.8.2. --- gnu/packages/haskell.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b53ab280e8..018ce5348e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -3480,17 +3480,16 @@ (define-public ghc-wl-pprint (define-public ghc-ansi-wl-pprint (package (name "ghc-ansi-wl-pprint") - (version "0.6.7.3") + (version "0.6.8.2") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/ansi-wl-pprint/ansi-wl-pprint-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/" + "ansi-wl-pprint/ansi-wl-pprint-" + version ".tar.gz")) (sha256 (base32 - "025pyphsjf0dnbrmj5nscbi6gzyigwgp3ifxb3psn7kji6mfr29p")))) + "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56")))) (build-system haskell-build-system) (inputs `(("ghc-ansi-terminal" ,ghc-ansi-terminal))) -- cgit v1.2.3 From d9c36e5b7a96e4688cbefd671e44bf90c0970254 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:28:13 +0200 Subject: gnu: ghc-uuid-types: Allow building with newer HUnit. * gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Allow newer HUnit. --- gnu/packages/haskell.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 018ce5348e..63b671f88f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8698,7 +8698,8 @@ (define-public ghc-uuid-types "1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj")))) (build-system haskell-build-system) (arguments - `(#:configure-flags (list "--allow-newer=QuickCheck"))) + `(#:configure-flags (list "--allow-newer=QuickCheck" + "--allow-newer=HUnit"))) (inputs `(("ghc-hashable" ,ghc-hashable) ("ghc-random" ,ghc-random) ("ghc-text" ,ghc-text))) -- cgit v1.2.3 From 5c51cdb962966b55b055460489f3ef9d539648e2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:28:47 +0200 Subject: gnu: ghc-uuid: Allow building with newer HUnit. * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow newer HUnit. --- gnu/packages/haskell.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 63b671f88f..d4a2ec0b61 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8731,7 +8731,8 @@ (define-public ghc-uuid "09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z")))) (build-system haskell-build-system) (arguments - `(#:configure-flags (list "--allow-newer=QuickCheck"))) + `(#:configure-flags (list "--allow-newer=QuickCheck" + "--allow-newer=HUnit"))) (inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1) ("ghc-cryptohash-md5" ,ghc-cryptohash-md5) ("ghc-entropy" ,ghc-entropy) -- cgit v1.2.3 From 37d79707e3f928427d6a7028156f64762811a319 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:29:31 +0200 Subject: gnu: ghc-conduit-combinators: Update to 1.3.0. * gnu/packages/haskell.scm (ghc-conduit-combinators): Update to 1.3.0. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d4a2ec0b61..3e7d917f72 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8913,7 +8913,7 @@ (define-public ghc-mono-traversable (define-public ghc-conduit-combinators (package (name "ghc-conduit-combinators") - (version "1.1.1") + (version "1.3.0") (source (origin (method url-fetch) @@ -8922,7 +8922,7 @@ (define-public ghc-conduit-combinators "conduit-combinators-" version ".tar.gz")) (sha256 (base32 - "0609miq03lq9visfb2dqqsxghmvgzm24pq39mqby1jnnah6yh8m0")))) + "1lz70vwp4y4lpsivxl0cshq7aq3968rh48r6rjvpyaj2l0bdj5wp")))) (build-system haskell-build-system) (inputs `(("ghc-conduit" ,ghc-conduit) ("ghc-conduit-extra" ,ghc-conduit-extra) -- cgit v1.2.3 From 74b30be0273b9692ee24292e75d13f125e1dbdf2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:29:51 +0200 Subject: gnu: ghc-mono-traversable: Update to 1.0.9.0. * gnu/packages/haskell.scm (ghc-mono-traversable): Update to 1.0.9.0. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3e7d917f72..82baa82fd5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8878,7 +8878,7 @@ (define-public ghc-foldl (define-public ghc-mono-traversable (package (name "ghc-mono-traversable") - (version "1.0.2.1") + (version "1.0.9.0") (source (origin (method url-fetch) @@ -8887,7 +8887,7 @@ (define-public ghc-mono-traversable "mono-traversable-" version ".tar.gz")) (sha256 (base32 - "0smirpwika7d5a98h20jr9jqg41n7vqfy7k31crmn449qfig9ljf")))) + "0180ks0dyvpk1r20w5jw2w2n79mjnk69n9vhspaxzlyxqgim5psa")))) (build-system haskell-build-system) (inputs `(("ghc-unordered-containers" ,ghc-unordered-containers) ("ghc-hashable" ,ghc-hashable) -- cgit v1.2.3 From d5040b44199edc7c5a8371578112fe346257b9a3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:30:54 +0200 Subject: gnu: Add ghc-typed-process. * gnu/packages/haskell.scm (ghc-typed-process): New variable. --- gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 82baa82fd5..65bd597c21 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6404,6 +6404,36 @@ (define-public ghc-rfc5051 better for some purposes.") (license license:bsd-3))) +(define-public ghc-typed-process + (package + (name "ghc-typed-process") + (version "0.2.2.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/" + "typed-process/typed-process-" + version ".tar.gz")) + (sha256 + (base32 + "0c6gvgvjyncbni9a5bvpbglknd4yclr3d3hfg9bhgahmkj40dva2")))) + (build-system haskell-build-system) + (inputs + `(("ghc-async" ,ghc-async) + ("ghc-stm" ,ghc-stm))) + (native-inputs + `(("ghc-base64-bytestring" ,ghc-base64-bytestring) + ("ghc-hspec" ,ghc-hspec) + ("hspec-discover" ,hspec-discover) + ("ghc-temporary" ,ghc-temporary))) + (home-page "https://haskell-lang.org/library/typed-process") + (synopsis "Run external processes with strong typing of streams") + (description + "This library provides the ability to launch and interact with external +processes. It wraps around the @code{process} library, and intends to improve +upon it.") + (license license:expat))) + (define-public ghc-conduit-extra (package (name "ghc-conduit-extra") -- cgit v1.2.3 From c106c48ee70fe91176fcfa249916818da17c2984 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:30:30 +0200 Subject: gnu: ghc-conduit-extra: Update to 1.3.0. * gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.0. [inputs]: Add ghc-typed-process. --- gnu/packages/haskell.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 65bd597c21..e94b15b570 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6437,7 +6437,7 @@ (define-public ghc-typed-process (define-public ghc-conduit-extra (package (name "ghc-conduit-extra") - (version "1.1.14") + (version "1.3.0") (source (origin (method url-fetch) @@ -6446,7 +6446,7 @@ (define-public ghc-conduit-extra version ".tar.gz")) (sha256 (base32 - "1ij3qcfk7q90fl6gklpy2k5ka9jgzrvs8frq0gy7gdcgyaabqfkg")))) + "1bi2b6kdzy5f9glq46jzsk02has95jkxqz0cchpbmnakzhjwjh9c")))) (build-system haskell-build-system) (inputs `(("ghc-conduit" ,ghc-conduit) @@ -6454,6 +6454,7 @@ (define-public ghc-conduit-extra ("ghc-monad-control" ,ghc-monad-control) ("ghc-text" ,ghc-text) ("ghc-transformers-base" ,ghc-transformers-base) + ("ghc-typed-process" ,ghc-typed-process) ("ghc-async" ,ghc-async) ("ghc-attoparsec" ,ghc-attoparsec) ("ghc-blaze-builder" ,ghc-blaze-builder) -- cgit v1.2.3 From 5cb462004328de14f3bf2ffa5f274ccd53fc6208 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:31:19 +0200 Subject: gnu: ghc-conduit: Update to 1.3.0.3. * gnu/packages/haskell.scm (ghc-conduit): Update to 1.3.0.3. [inputs]: Add ghc-mono-traversable, ghc-silently, ghc-unliftio, ghc-unliftio-core, and ghc-vector. --- gnu/packages/haskell.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e94b15b570..bc49adddf8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5640,22 +5640,27 @@ (define-public ghc-haskell-src-meta (define-public ghc-conduit (package (name "ghc-conduit") - (version "1.2.12.1") + (version "1.3.0.3") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "conduit/conduit-" version ".tar.gz")) (sha256 (base32 - "0zl6gflh7y36y2vypjhqx13nhkk5y3h12c1zj7kjfclrmwnvnwh0")))) + "1sangm0qqi9dzlq95746a3kl14k8b09592a423shxjf2a0b1yx5v")))) (build-system haskell-build-system) (inputs `(("ghc-exceptions" ,ghc-exceptions) ("ghc-lifted-base" ,ghc-lifted-base) + ("ghc-mono-traversable" ,ghc-mono-traversable) ("ghc-mmorph" ,ghc-mmorph) ("ghc-mtl" ,ghc-mtl) ("ghc-resourcet" ,ghc-resourcet) + ("ghc-silently" ,ghc-silently) ("ghc-transformers-base" ,ghc-transformers-base) + ("ghc-unliftio" ,ghc-unliftio) + ("ghc-unliftio-core" ,ghc-unliftio-core) + ("ghc-vector" ,ghc-vector) ("ghc-void" ,ghc-void))) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck) -- cgit v1.2.3 From 7ad3d4fd4ffe2f0c61c5e7d5927cd22a04af4518 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:32:11 +0200 Subject: gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints. * gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1)[arguments]: Allow newer QuickCheck and HUnit. --- gnu/packages/haskell.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index bc49adddf8..1a3820a9d4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5148,6 +5148,9 @@ (define-public ghc-pandoc-types-for-pandoc-1 (sha256 (base32 "1csipjdq00iiq77k2wlrg4i7afrzlh8nl585q785xzw7nn45b0n8")))) + (arguments + `(#:configure-flags (list "--allow-newer=QuickCheck" + "--allow-newer=HUnit"))) (inputs `(("ghc-syb" ,ghc-syb) ("ghc-aeson" ,ghc-aeson-for-pandoc-1) -- cgit v1.2.3 From cdad36c39d42b32cf805b61da88d3177a685e9df Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:32:48 +0200 Subject: gnu: ghc-pandoc-types: Update to 1.17.5.1. * gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.17.5.1. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1a3820a9d4..b240c94f55 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5107,7 +5107,7 @@ (define-public ghc-string-qq (define-public ghc-pandoc-types (package (name "ghc-pandoc-types") - (version "1.17.3.1") + (version "1.17.5.1") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -5115,7 +5115,7 @@ (define-public ghc-pandoc-types version ".tar.gz")) (sha256 (base32 - "0dhp5bcjl6605n2chiab5rp51zir3671gxkmwy34znh0s3vp85jb")))) + "1q6v2bynij724fv347mhqxdscwifzrx5jb9mq80608qf638fn717")))) (build-system haskell-build-system) (arguments `(#:configure-flags (list "--allow-newer=QuickCheck"))) -- cgit v1.2.3 From 990cd5ef5006283ba5d5de4d97517afc2933221b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:33:20 +0200 Subject: gnu: ghc-resourcet: Update to 1.2.1. * gnu/packages/haskell.scm (ghc-resourcet): Update to 1.2.1. [inputs]: Add ghc-unliftio-core. --- gnu/packages/haskell.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b240c94f55..0e37e33c2f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1121,17 +1121,15 @@ (define-public hlint (define-public ghc-resourcet (package (name "ghc-resourcet") - (version "1.1.7.5") + (version "1.2.1") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/resourcet/resourcet-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/resourcet/" + "resourcet-" version ".tar.gz")) (sha256 (base32 - "0nj0gwfd05divpdn7m47gy6bpcrwn3zk81gc303k0smrbqi0xlq5")))) + "0rzjzh34s36ssign7akqjnwnjxf11c3511wk7ky0xxy0dqmc2rg7")))) (build-system haskell-build-system) (inputs `(("ghc-transformers-base" ,ghc-transformers-base) @@ -1139,7 +1137,8 @@ (define-public ghc-resourcet ("ghc-transformers-compat" ,ghc-transformers-compat) ("ghc-mtl" ,ghc-mtl) ("ghc-mmorph" ,ghc-mmorph) - ("ghc-exceptions" ,ghc-exceptions))) + ("ghc-exceptions" ,ghc-exceptions) + ("ghc-unliftio-core" ,ghc-unliftio-core))) (native-inputs `(("ghc-lifted-base" ,ghc-lifted-base) ("ghc-hspec" ,ghc-hspec))) -- cgit v1.2.3 From c437b8008b6ad3eb6d8362811852df381b81d844 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:42:14 +0200 Subject: gnu: ghc-streaming-commons: Update to 0.2.1.0. * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.0. [inputs]: Add ghc-async. --- gnu/packages/haskell.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0e37e33c2f..d4e027aa5f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1413,20 +1413,20 @@ (define-public ghc-opengl (define-public ghc-streaming-commons (package (name "ghc-streaming-commons") - (version "0.1.16") + (version "0.2.1.0") (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/streaming-commons/streaming-commons-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/" + "streaming-commons/streaming-commons-" + version ".tar.gz")) (sha256 (base32 - "0vhhm0z88b1r6s50bskdfh73acwfypm614nycmi9jwiyh84zbz8p")))) + "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq")))) (build-system haskell-build-system) (inputs - `(("ghc-blaze-builder" ,ghc-blaze-builder) + `(("ghc-async" ,ghc-async) + ("ghc-blaze-builder" ,ghc-blaze-builder) ("ghc-network" ,ghc-network) ("ghc-random" ,ghc-random) ("ghc-stm" ,ghc-stm) -- cgit v1.2.3 From 83c4a5bd38bdcd39a2bf6645a3b02e93cf9a277b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:43:15 +0200 Subject: gnu: ghc-blaze-html: Allow build with newer HUnit. * gnu/packages/haskell-web.scm (ghc-blaze-html)[arguments]: Allow newer HUnit. --- gnu/packages/haskell-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index a853eb3cdc..b4d7e9cce6 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -737,7 +737,8 @@ (define-public ghc-blaze-html "0r0acv47nh75bmf7kjyfvhcwz8f02rn9x0a1l80pzgyczfrsmkmf")))) (build-system haskell-build-system) (arguments - `(#:configure-flags (list "--allow-newer=QuickCheck"))) + `(#:configure-flags (list "--allow-newer=QuickCheck" + "--allow-newer=HUnit"))) (inputs `(("ghc-blaze-builder" ,ghc-blaze-builder) ("ghc-text" ,ghc-text) -- cgit v1.2.3 From 4aa46e40e8b9ad1ba29ed7f50b26419bb5134016 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:44:13 +0200 Subject: gnu: ghc-http: Update to 4000.3.12. * gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.12. [native-inputs]: Add ghc-httpd-shed, ghc-test-framework, and ghc-test-framework-hunit. [inputs]: Add ghc-case-insensitive, ghc-conduit, ghc-conduit-extra, ghc-http-types, ghc-puremd5, and ghc-split. --- gnu/packages/haskell-web.scm | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index b4d7e9cce6..a043ffcc0d 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -147,29 +147,36 @@ (define-public ghc-http-types (define-public ghc-http (package (name "ghc-http") - (version "4000.3.3") + (version "4000.3.12") (outputs '("out" "doc")) (source (origin (method url-fetch) - (uri (string-append - "https://hackage.haskell.org/package/HTTP/HTTP-" - version - ".tar.gz")) + (uri (string-append "https://hackage.haskell.org/package/HTTP/" + "HTTP-" version ".tar.gz")) (sha256 (base32 - "1wlvvqcxsnd2is3khsla0vd8i9cy12v1pg6d6i13ihcd131a7bdv")))) + "140r6qy1ay25piv0z3hih11zhigyi08nkwc32097j43pjff6mzx3")))) (build-system haskell-build-system) (native-inputs - `(("ghc-hunit" ,ghc-hunit))) + `(("ghc-httpd-shed" ,ghc-httpd-shed) + ("ghc-hunit" ,ghc-hunit) + ("ghc-test-framework" ,ghc-test-framework) + ("ghc-test-framework-hunit" ,ghc-test-framework-hunit))) (inputs - `(("ghc-old-time" ,ghc-old-time) + `(("ghc-case-insensitive" ,ghc-case-insensitive) + ("ghc-conduit" ,ghc-conduit) + ("ghc-conduit-extra" ,ghc-conduit-extra) + ("ghc-http-types" ,ghc-http-types) + ("ghc-old-time" ,ghc-old-time) ("ghc-parsec" ,ghc-parsec) + ("ghc-puremd5" ,ghc-puremd5) ("ghc-mtl" ,ghc-mtl) ("ghc-network" ,ghc-network) - ("ghc-network-uri" ,ghc-network-uri))) + ("ghc-network-uri" ,ghc-network-uri) + ("ghc-split" ,ghc-split))) (arguments - `(#:tests? #f)) ; FIXME: currently missing libraries used for tests. + `(#:tests? #f)) ; FIXME: currently missing libraries used for tests. (home-page "https://github.com/haskell/HTTP") (synopsis "Library for client-side HTTP") (description -- cgit v1.2.3 From 376a6df4a5a2e18eade9341c6d3c54707f1d8d0a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:45:52 +0200 Subject: gnu: ghc-enclosed-exceptions: Update to 1.0.3. * gnu/packages/haskell.scm (ghc-enclosed-exceptions): Update to 1.0.3. [arguments]: Disable tests. --- gnu/packages/haskell.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d4e027aa5f..5efce7388d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5367,7 +5367,7 @@ (define-public ghc-executable-path (define-public ghc-enclosed-exceptions (package (name "ghc-enclosed-exceptions") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -5375,8 +5375,11 @@ (define-public ghc-enclosed-exceptions version ".tar.gz")) (sha256 (base32 - "1wc9h6zdnb5impvvml6vnjapajjanw7zgpnzg7c0v7115nwfm6vv")))) + "1fghjj7nkiddrf03ks8brjpr5x25yi9fs7xg6adbi4mc2gqr6vdg")))) (build-system haskell-build-system) + ;; FIXME: one of the tests blocks forever: + ;; "thread blocked indefinitely in an MVar operation" + (arguments '(#:tests? #f)) (inputs `(("ghc-lifted-base" ,ghc-lifted-base) ("ghc-monad-control" ,ghc-monad-control) -- cgit v1.2.3 From 178bd68116a0720c5b990fea1af770630844f297 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:46:49 +0200 Subject: gnu: ghc-vector-algorithms: Fix build errors. * gnu/packages/haskell.scm (ghc-vector-algorithms)[arguments]: Allow build with newer version of vector; add phase to disable building of broken QuickCheck tests. --- gnu/packages/haskell.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 5efce7388d..577ecb8a0e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8307,6 +8307,17 @@ (define-public ghc-vector-algorithms (base32 "0w4hf598lpxfg58rnimcqxrbnpqq2jmpjx82qa5md3q6r90hlipd")))) (build-system haskell-build-system) + ;; The limits have been adjusted in a revision of the cabal file. + (arguments + '(#:configure-flags (list "--allow-newer=vector") + #:phases + (modify-phases %standard-phases + ;; The tests cannot be built due to type errors. + (add-after 'unpack 'do-not-build-quickcheck-tests + (lambda _ + (substitute* "vector-algorithms.cabal" + (("\\!flag\\(properties\\)") "True")) + #t))))) (inputs `(("ghc-vector" ,ghc-vector) ("ghc-mtl" ,ghc-mtl) -- cgit v1.2.3 From 970481f1f7857f0cfafafec7e32729d543124477 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 11:47:34 +0200 Subject: gnu: ghc-pandoc: Update to 2.2.1. * gnu/packages/haskell.scm (ghc-pandoc): Update to 2.2.1. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 577ecb8a0e..0eaf1420f7 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6234,7 +6234,7 @@ (define-public ghc-doctemplates-for-pandoc-1 (define-public ghc-pandoc (package (name "ghc-pandoc") - (version "2.0.6") + (version "2.2.1") (source (origin (method url-fetch) @@ -6242,7 +6242,7 @@ (define-public ghc-pandoc version ".tar.gz")) (sha256 (base32 - "1vhj6splykksb1mkxv5cs0361nj12qn23a3y1i8j5dc637lkdwpj")))) + "1dqin92w513l7whg5wdgrngnxsj5mb8gppfvn7kjgyv2pdgpy0zy")))) (build-system haskell-build-system) (inputs `(("ghc-aeson" ,ghc-aeson) -- cgit v1.2.3 From f8362eac6a6cd6dbd813209c72d1a915ff5f0fd0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:09:57 +0200 Subject: gnu: Add ghc-convertible. * gnu/packages/haskell.scm (ghc-convertible): New variable. --- gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0eaf1420f7..dada57ddb9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -453,6 +453,34 @@ (define-public ghc-hostname determine the hostname.") (license license:bsd-3))) +(define-public ghc-convertible + (package + (name "ghc-convertible") + (version "1.1.1.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/convertible/" + "convertible-" version ".tar.gz")) + (sha256 + (base32 + "0v18ap1mccnndgxmbfgyjdicg8jlss01bd5fq8a576dr0h4sgyg9")))) + (build-system haskell-build-system) + (inputs + `(("ghc-old-time" ,ghc-old-time) + ("ghc-old-locale" ,ghc-old-locale) + ("ghc-mtl" ,ghc-mtl) + ("ghc-text" ,ghc-text))) + (home-page "https://hackage.haskell.org/package/convertible") + (synopsis "Typeclasses and instances for converting between types") + (description + "This package provides a typeclass with a single function that is +designed to help convert between different types: numeric values, dates and +times, and the like. The conversions perform bounds checking and return a +pure @code{Either} value. This means that you need not remember which specific +function performs the conversion you desire.") + (license license:bsd-3))) + (define-public ghc-libxml (package (name "ghc-libxml") -- cgit v1.2.3 From de866854aa94f10af75a5e90e0bbcbedfc0a69db Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:10:05 +0200 Subject: gnu: Add ghc-double-conversion. * gnu/packages/haskell.scm (ghc-double-conversion): New variable. --- gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index dada57ddb9..90734febf0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -481,6 +481,33 @@ (define-public ghc-convertible function performs the conversion you desire.") (license license:bsd-3))) +(define-public ghc-double-conversion + (package + (name "ghc-double-conversion") + (version "2.0.2.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/" + "double-conversion/double-conversion-" + version ".tar.gz")) + (sha256 + (base32 + "0sx2kc1gw72mjvd8vph8bbjw5whfxfv92rsdhjg1c0al75rf3ka4")))) + (build-system haskell-build-system) + (inputs `(("ghc-text" ,ghc-text))) + (native-inputs + `(("ghc-hunit" ,ghc-hunit) + ("ghc-test-framework" ,ghc-test-framework) + ("ghc-test-framework-hunit" ,ghc-test-framework-hunit) + ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2))) + (home-page "https://github.com/bos/double-conversion") + (synopsis "Fast conversion between double precision floating point and text") + (description + "This package provides a library that performs fast, accurate conversion +between double precision floating point and text.") + (license license:bsd-3))) + (define-public ghc-libxml (package (name "ghc-libxml") -- cgit v1.2.3 From 7e2c8cb5fc82ad7c881ca134fb803a5d3f57c0c2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:13:24 +0200 Subject: gnu: Add ghc-regex. * gnu/packages/haskell.scm (ghc-regex): New variable. --- gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 90734febf0..bee9e6eefc 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2587,6 +2587,41 @@ (define-public ghc-regex-tdfa-text "This provides an extra text interface for regex-tdfa.") (license license:bsd-3))) +(define-public ghc-regex + (package + (name "ghc-regex") + (version "1.0.1.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/regex/" + "regex-" version ".tar.gz")) + (sha256 + (base32 + "1sjkpkgv4phy5b5v2lr89x4vx4dh44pj0sbvlsp6n86w9v6v4jwb")))) + (build-system haskell-build-system) + (inputs + `(("ghc-base-compat" ,ghc-base-compat) + ("ghc-hashable" ,ghc-hashable) + ("ghc-regex-base" ,ghc-regex-base) + ("ghc-regex-pcre-builtin" ,ghc-regex-pcre-builtin) + ("ghc-regex-tdfa" ,ghc-regex-tdfa) + ("ghc-regex-tdfa-text" ,ghc-regex-tdfa-text) + ("ghc-text" ,ghc-text) + ("ghc-time-locale-compat" ,ghc-time-locale-compat) + ("ghc-unordered-containers" ,ghc-unordered-containers) + ("ghc-utf8-string" ,ghc-utf8-string))) + (home-page "http://regex.uk") + (synopsis "Toolkit for regex-base") + (description + "This package provides a regular expression toolkit for @code{regex-base} +with compile-time checking of regular expression syntax, data types for +matches and captures, a text replacement toolkit, portable options, high-level +AWK-like tools for building text processing apps, regular expression macros +with parsers and test bench, comprehensive documentation, tutorials and +copious examples.") + (license license:bsd-3))) + (define-public ghc-parsers (package (name "ghc-parsers") -- cgit v1.2.3 From 19395aec69b5e62f5de8e9edeb7ad8edbb6e9a5b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:14:53 +0200 Subject: gnu: Add ghc-errorcall-eq-instance. * gnu/packages/haskell.scm (ghc-errorcall-eq-instance): New variable. --- gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index bee9e6eefc..569961defc 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9849,4 +9849,31 @@ (define-public ghc-xdg-basedir (description "This package provides a library implementing the XDG Base Directory spec.") (license license:bsd-3))) +(define-public ghc-errorcall-eq-instance + (package + (name "ghc-errorcall-eq-instance") + (version "0.3.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/" + "errorcall-eq-instance/errorcall-eq-instance-" + version ".tar.gz")) + (sha256 + (base32 + "0hqw82m8bbrxy5vgdwb83bhzdx070ibqrm9rshyja7cb808ahijm")))) + (build-system haskell-build-system) + (inputs + `(("ghc-base-orphans" ,ghc-base-orphans))) + (native-inputs + `(("ghc-quickcheck" ,ghc-quickcheck) + ("ghc-hspec" ,ghc-hspec) + ("hspec-discover" ,hspec-discover))) + (home-page "http://hackage.haskell.org/package/errorcall-eq-instance") + (synopsis "Orphan Eq instance for ErrorCall") + (description + "Prior to @code{base-4.7.0.0} there was no @code{Eq} instance for @code{ErrorCall}. +This package provides an orphan instance.") + (license license:expat))) + ;;; haskell.scm ends here -- cgit v1.2.3 From ea6ffd3cea1780259c84f9df1b6aa24ea9f13728 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:15:08 +0200 Subject: gnu: Add ghc-missingh. * gnu/packages/haskell.scm (ghc-missingh): New variable. --- gnu/packages/haskell.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 569961defc..fcd6f50720 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9876,4 +9876,43 @@ (define-public ghc-errorcall-eq-instance This package provides an orphan instance.") (license license:expat))) +(define-public ghc-missingh + (package + (name "ghc-missingh") + (version "1.4.0.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/MissingH/" + "MissingH-" version ".tar.gz")) + (sha256 + (base32 + "0wcvgrmav480w7nf4bl14yi0jq2yzanysxwzwas9hpb28vyjlgr8")))) + (build-system haskell-build-system) + ;; Tests require the unmaintained testpack package, which depends on the + ;; outdated QuickCheck version 2.7, which can no longer be built with + ;; recent versions of GHC and Haskell libraries. + (arguments '(#:tests? #f)) + (inputs + `(("ghc-network" ,ghc-network) + ("ghc-parsec" ,ghc-parsec) + ("ghc-mtl" ,ghc-mtl) + ("ghc-hunit" ,ghc-hunit) + ("ghc-regex-compat" ,ghc-regex-compat) + ("ghc-hslogger" ,ghc-hslogger) + ("ghc-random" ,ghc-random) + ("ghc-old-time" ,ghc-old-time) + ("ghc-old-locale" ,ghc-old-locale))) + (native-inputs + `(("ghc-errorcall-eq-instance" ,ghc-errorcall-eq-instance) + ("ghc-quickcheck" ,ghc-quickcheck) + ("ghc-hunit" ,ghc-hunit))) + (home-page "http://software.complete.org/missingh") + (synopsis "Large utility library") + (description + "MissingH is a library of all sorts of utility functions for Haskell +programmers. It is written in pure Haskell and thus should be extremely +portable and easy to use.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- cgit v1.2.3 From 657d220d172639e38bae65dba845f308daad6932 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:15:19 +0200 Subject: gnu: Add ghc-intervalmap. * gnu/packages/haskell.scm (ghc-intervalmap): New variable. --- gnu/packages/haskell.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index fcd6f50720..d986ab534b 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9915,4 +9915,27 @@ (define-public ghc-missingh portable and easy to use.") (license license:bsd-3))) +(define-public ghc-intervalmap + (package + (name "ghc-intervalmap") + (version "0.6.0.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/IntervalMap/" + "IntervalMap-" version ".tar.gz")) + (sha256 + (base32 + "06hin9wf1by8aqa7820fsi2339bh82184frkwz3jsb9sqa0hszcg")))) + (build-system haskell-build-system) + (native-inputs + `(("ghc-quickcheck" ,ghc-quickcheck))) + (home-page "http://www.chr-breitkopf.de/comp/IntervalMap") + (synopsis "Containers for intervals, with efficient search") + (description + "This package provides ordered containers of intervals, with efficient +search for all keys containing a point or overlapping an interval. See the +example code on the home page for a quick introduction.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- cgit v1.2.3 From 2e72967b2a87ac83ca9da0fc7cccf7a9184d520e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:15:42 +0200 Subject: gnu: Add ghc-operational. * gnu/packages/haskell.scm (ghc-operational): New variable. --- gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d986ab534b..2d6d4cf302 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9938,4 +9938,30 @@ (define-public ghc-intervalmap example code on the home page for a quick introduction.") (license license:bsd-3))) +(define-public ghc-operational + (package + (name "ghc-operational") + (version "0.2.3.5") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/operational/" + "operational-" version ".tar.gz")) + (sha256 + (base32 + "1x2abg2q9d26h1vzj40r6k7k3gqgappbs4g9d853vvg77837km4i")))) + (build-system haskell-build-system) + (inputs + `(("ghc-mtl" ,ghc-mtl) + ("ghc-random" ,ghc-random))) + (home-page "http://wiki.haskell.org/Operational") + (synopsis "Implementation of difficult monads made easy with operational semantics") + (description + "This library makes it easy to implement monads with tricky control +flow. This is useful for: writing web applications in a sequential style, +programming games with a uniform interface for human and AI players and easy +replay capababilities, implementing fast parser monads, designing monadic +DSLs, etc.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- cgit v1.2.3 From cd4476032ca7bac370162b22a560fb3e03d3c811 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:15:55 +0200 Subject: gnu: Add ghc-gtk2hs-buildtools. * gnu/packages/haskell.scm (ghc-gtk2hs-buildtools): New variable. --- gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2d6d4cf302..e8b716e54e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9964,4 +9964,35 @@ (define-public ghc-operational DSLs, etc.") (license license:bsd-3))) +(define-public ghc-gtk2hs-buildtools + (package + (name "ghc-gtk2hs-buildtools") + (version "0.13.4.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/" + "gtk2hs-buildtools/gtk2hs-buildtools-" + version ".tar.gz")) + (sha256 + (base32 + "0yg6xmylgpylmnh5g33qwwn5x9bqckdvvv4czqzd9vrr12lnnghg")))) + (build-system haskell-build-system) + (inputs + `(("ghc-random" ,ghc-random) + ("ghc-hashtables" ,ghc-hashtables))) + (native-inputs + `(("ghc-alex" ,ghc-alex) + ("ghc-happy" ,ghc-happy))) + (home-page "http://projects.haskell.org/gtk2hs/") + (synopsis "Tools to build the Gtk2Hs suite of user interface libraries") + (description + "This package provides a set of helper programs necessary to build the +Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool +that is used to generate FFI declarations, a tool to build a type hierarchy +that mirrors the C type hierarchy of GObjects found in glib, and a generator +for signal declarations that are used to call back from C to Haskell. These +tools are not needed to actually run Gtk2Hs programs.") + (license license:gpl2))) + ;;; haskell.scm ends here -- cgit v1.2.3 From cfac79ba6b62bd2571f5db6493b2ed58f323f4d6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 12:35:31 +0200 Subject: gnu: ghc-texmath: Update to 0.11.0.1. * gnu/packages/haskell.scm (ghc-texmath): Update to 0.11.0.1. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e8b716e54e..0ae9799083 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5248,14 +5248,14 @@ (define-public ghc-pandoc-types-for-pandoc-1 (define-public ghc-texmath (package (name "ghc-texmath") - (version "0.10.1.1") + (version "0.11.0.1") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "texmath/texmath-" version ".tar.gz")) (sha256 (base32 - "0q2fld5mdcd6j1n3rrg3bjpndbgbn17cwg0xbnvscrpa0s767jaj")))) + "11dc09hfnyfsz20ch2c867w0zdgjkzq41506lm61i3dk87ngdisf")))) (build-system haskell-build-system) (inputs `(("ghc-syb" ,ghc-syb) -- cgit v1.2.3 From 42744c1db68f60ee76da27fdef0e1b57c0032207 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 15 Aug 2018 13:07:31 +0200 Subject: gnu: Add ghc-chart. * gnu/packages/haskell.scm (ghc-chart): New variable. --- gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0ae9799083..7347c87534 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9995,4 +9995,32 @@ (define-public ghc-gtk2hs-buildtools tools are not needed to actually run Gtk2Hs programs.") (license license:gpl2))) +(define-public ghc-chart + (package + (name "ghc-chart") + (version "1.8.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://hackage.haskell.org/package/Chart/" + "Chart-" version ".tar.gz")) + (sha256 + (base32 + "13s64fhb2pmkdmx5bkgbgcn25qjihs364fvr47a1dw25f804kiy1")))) + (build-system haskell-build-system) + (inputs + `(("ghc-old-locale" ,ghc-old-locale) + ("ghc-mtl" ,ghc-mtl) + ("ghc-lens" ,ghc-lens) + ("ghc-colour" ,ghc-colour) + ("ghc-data-default-class" ,ghc-data-default-class) + ("ghc-operational" ,ghc-operational) + ("ghc-vector" ,ghc-vector))) + (home-page "https://github.com/timbod7/haskell-chart/wiki") + (synopsis "Library for generating 2D charts and plots") + (description + "This package provides a library for generating 2D charts and plots, with +backends provided by the @code{Cairo} and @code{Diagrams} libraries.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- cgit v1.2.3 From fbdf05b1fcc12233c39db3f90a029df1ff47824d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 16 Aug 2018 16:47:32 +0200 Subject: gnu: Add r-proc. * gnu/packages/cran.scm (r-proc): New variable. --- gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c36b8b0138..3665e3582e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4787,3 +4787,29 @@ (define-public r-hash appreciable size, access using hashes outperforms native named lists and vectors.") (license license:gpl2+))) + +(define-public r-proc + (package + (name "r-proc") + (version "1.12.1") + (source + (origin + (method url-fetch) + (uri (cran-uri "pROC" version)) + (sha256 + (base32 + "05ad69a6fxy9k903cw3h4q59ch2jv6qfg9yjdbw3cgiiazcafrlj")))) + (properties `((upstream-name . "pROC"))) + (build-system r-build-system) + (propagated-inputs + `(("r-ggplot2" ,r-ggplot2) + ("r-plyr" ,r-plyr) + ("r-rcpp" ,r-rcpp))) + (home-page "http://expasy.org/tools/pROC/") + (synopsis "Display and analyze ROC curves") + (description + "This package provides tools for visualizing, smoothing and comparing +receiver operating characteristic (ROC curves). The area under the +curve (AUC) can be compared with statistical tests based on U-statistics or +bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.") + (license license:gpl3+))) -- cgit v1.2.3 From cea4d360d4b21c1dc27c9ec676bc08830f600c61 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 16 Aug 2018 16:47:42 +0200 Subject: gnu: Add r-rootsolve. * gnu/packages/cran.scm (r-rootsolve): New variable. --- gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3665e3582e..411e5a9820 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4813,3 +4813,37 @@ (define-public r-proc curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.") (license license:gpl3+))) + +(define-public r-rootsolve + (package + (name "r-rootsolve") + (version "1.7") + (source + (origin + (method url-fetch) + (uri (cran-uri "rootSolve" version)) + (sha256 + (base32 + "08ic6ggcc5dw4nv9xsqkm3vnvswmxyhnqnv1rdjv1h2gy1ivpcq8")))) + (properties `((upstream-name . "rootSolve"))) + (build-system r-build-system) + (native-inputs `(("gfortran" ,gfortran))) + (home-page "https://cran.r-project.org/web/packages/rootSolve/") + (synopsis "Tools for the analysis of ordinary differential equations") + (description + "This package provides routines to find the root of nonlinear functions, +and to perform steady-state and equilibrium analysis of @dfn{ordinary +differential equations} (ODE). It includes routines that: + +@enumerate +@item generate gradient and jacobian matrices (full and banded), +@item find roots of non-linear equations by the Newton-Raphson method, +@item estimate steady-state conditions of a system of (differential) equations + in full, banded or sparse form, using the Newton-Raphson method, or by + dynamically running, +@item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D, + and 3-D partial differential equations, that have been converted to ordinary + differential equations by numerical differencing (using the method-of-lines + approach). +@end enumerate\n") + (license license:gpl2+))) -- cgit v1.2.3 From b64ce4b72564b45a422f4e7ffc30a5b95de91cff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 16 Aug 2018 16:48:39 +0200 Subject: gnu: Add r-inspect. * gnu/packages/bioconductor.scm (r-inspect): New variable. --- gnu/packages/bioconductor.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index dfb0fe6d5a..7e993189d6 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -28,6 +28,7 @@ (define-module (gnu packages bioconductor) #:use-module (gnu packages cran) #:use-module (gnu packages compression) #:use-module (gnu packages graph) + #:use-module (gnu packages maths) #:use-module (gnu packages statistics) #:use-module (gnu packages web)) @@ -802,3 +803,39 @@ (define-public r-rots @dfn{Reproducibility-Optimized Test Statistic} (ROTS) for differential testing in omics data.") (license license:gpl2+))) + +(define-public r-inspect + (package + (name "r-inspect") + (version "1.10.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "INSPEcT" version)) + (sha256 + (base32 + "1gk0pwyimkswrvgb2xr3c2zy4myi448a2shr5ap65rq9pcpp0l8p")))) + (properties `((upstream-name . "INSPEcT"))) + (build-system r-build-system) + (propagated-inputs + `(("r-biobase" ,r-biobase) + ("r-biocgenerics" ,r-biocgenerics) + ("r-biocparallel" ,r-biocparallel) + ("r-desolve" ,r-desolve) + ("r-genomicalignments" ,r-genomicalignments) + ("r-genomicfeatures" ,r-genomicfeatures) + ("r-genomicranges" ,r-genomicranges) + ("r-iranges" ,r-iranges) + ("r-preprocesscore" ,r-preprocesscore) + ("r-proc" ,r-proc) + ("r-rootsolve" ,r-rootsolve) + ("r-rsamtools" ,r-rsamtools) + ("r-s4vectors" ,r-s4vectors))) + (home-page "https://bioconductor.org/packages/INSPEcT") + (synopsis "Analysis of 4sU-seq and RNA-seq time-course data") + (description + "INSPEcT (INference of Synthesis, Processing and dEgradation rates in +Time-Course experiments) analyses 4sU-seq and RNA-seq time-course data in +order to evaluate synthesis, processing and degradation rates and assess via +modeling the rates that determines changes in mature mRNA levels.") + (license license:gpl2))) -- cgit v1.2.3 From 5f9a9945b5747e5ec284f8b116b2e8cc1b9064d7 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 16 Aug 2018 17:05:13 +0200 Subject: gnu: vlc: Fix build with recent versions of libx264. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes . Reported by Clément Lassieur . * gnu/packages/video.scm (%vlc-libx264-compat.patch): New variable. (vlc)[source](patches): New field. --- gnu/packages/video.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6c10348c1d..8cd08efc72 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -850,6 +850,17 @@ (define-public ffmpegthumbnailer videoformats depend on the configuration flags of ffmpeg.") (license license:gpl2+))) +;; Fix build with newer x264. +(define %vlc-libx264-compat.patch + (origin + (method url-fetch) + (uri (string-append "https://git.videolan.org/?p=vlc.git;a=patch;h=" + "a8953ba707cca1f2de372ca24513296bcfcdaaa8")) + (file-name "vlc-libx264-compat.patch") + (sha256 + (base32 + "04igckbdp3sbp8vh0ihmhcf3yjyyk9r3cd5dm9mn9j6vipi1dg3g")))) + (define-public vlc (package (name "vlc") @@ -860,6 +871,7 @@ (define-public vlc "https://download.videolan.org/pub/videolan/vlc/" (car (string-split version #\-)) "/vlc-" version ".tar.xz")) + (patches (list %vlc-libx264-compat.patch)) (sha256 (base32 "1p7qvdvg9w4lz8vckzhn6bswfkq3qw7fqkgvwjcskdgc266xx7dw")))) -- cgit v1.2.3