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.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-11 15:53:20 +02:00
parent ab45b38fea
commit 9aba9b1278
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
27 changed files with 644 additions and 644 deletions

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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,

View file

@ -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

View file

@ -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.

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Nils Gillmann <ng0@n0.is>
;;;
;;; 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.")

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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

View file

@ -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

View file

@ -9,7 +9,7 @@
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;;
@ -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

View file

@ -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

View file

@ -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
<form> ... </form> 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 <http://tools.ietf.org/html/rfc6265>.")
@ -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
<http://www.robotstxt.org/wc/norobots.html>. 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

View file

@ -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

View file

@ -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

View file

@ -2,7 +2,7 @@
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; 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."