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 @@ e.g. microbiome samples, genomes, metagenomes.")
(inputs inputs) (inputs inputs)
(native-inputs (native-inputs
`(("perl-test-most" ,perl-test-most))) `(("perl-test-most" ,perl-test-most)))
(home-page "http://search.cpan.org/dist/BioPerl") (home-page "https://metacpan.org/release/BioPerl")
(synopsis "Bioinformatics toolkit") (synopsis "Bioinformatics toolkit")
(description (description
"BioPerl is the product of a community effort to produce Perl code which "BioPerl is the product of a community effort to produce Perl code which

View File

@ -675,7 +675,7 @@ decompression of some loosely related file formats used by Microsoft.")
"081mpkjy688lg48997fqh3d7ja12vazmz02fw84495civg4vb4l6")))) "081mpkjy688lg48997fqh3d7ja12vazmz02fw84495civg4vb4l6"))))
(build-system perl-build-system) (build-system perl-build-system)
;; TODO: Use our bzip2 package. ;; 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") (synopsis "Low-level interface to bzip2 compression library")
(description "This module provides a Perl interface to the bzip2 (description "This module provides a Perl interface to the bzip2
compression library.") compression library.")
@ -710,7 +710,7 @@ LIB = ~:*~a/lib
OLD_ZLIB = False OLD_ZLIB = False
GZIP_OS_CODE = AUTO_DETECT" GZIP_OS_CODE = AUTO_DETECT"
(assoc-ref inputs "zlib"))))))))) (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") (synopsis "Low-level interface to zlib compression library")
(description "This module provides a Perl interface to the zlib (description "This module provides a Perl interface to the zlib
compression library.") compression library.")
@ -732,7 +732,7 @@ compression library.")
(propagated-inputs (propagated-inputs
`(("perl-compress-raw-zlib" ,perl-compress-raw-zlib) ; >=2.081 `(("perl-compress-raw-zlib" ,perl-compress-raw-zlib) ; >=2.081
("perl-compress-raw-bzip2" ,perl-compress-raw-bzip2))) ; >=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") (synopsis "IO Interface to compressed files/buffers")
(description "IO-Compress provides a Perl interface to allow reading and (description "IO-Compress provides a Perl interface to allow reading and
writing of compressed data created with the zlib and bzip2 libraries.") writing of compressed data created with the zlib and bzip2 libraries.")
@ -1928,7 +1928,7 @@ recreates the stored directory structure by default.")
(synopsis "Provides an interface to Zip archive files") (synopsis "Provides an interface to Zip archive files")
(description "The @code{Archive::Zip} module allows a Perl program to (description "The @code{Archive::Zip} module allows a Perl program to
create, manipulate, read, and write Zip archive files.") 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))) (license license:perl-license)))
(define-public libzip (define-public libzip
@ -2004,7 +2004,7 @@ of archives.")
(base32 (base32
"1x15j1q6w6z8hqyqgap0lz4qbq2174wfhksy1fdd653ccbaw5jr5")))) "1x15j1q6w6z8hqyqgap0lz4qbq2174wfhksy1fdd653ccbaw5jr5"))))
(build-system perl-build-system) (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") (synopsis "Generic archive extracting mechanism")
(description "It allows you to extract any archive file of the type .tar, (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 .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma

View File

@ -523,7 +523,7 @@ attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.")
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build) `(("perl-module-build" ,perl-module-build)
("perl-test-nowarnings" ,perl-test-nowarnings))) ("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") (synopsis "C implementation of the ISAAC PRNG algorithm")
(description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a (description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a
fast pseudo-random number generator. It is suitable for applications where a fast pseudo-random number generator. It is suitable for applications where a
@ -551,7 +551,7 @@ This package implements the same interface as @code{Math::Random::ISAAC}.")
`(("perl-test-nowarnings" ,perl-test-nowarnings))) `(("perl-test-nowarnings" ,perl-test-nowarnings)))
(propagated-inputs (propagated-inputs
`(("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs))) `(("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") (synopsis "Perl interface to the ISAAC PRNG algorithm")
(description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a (description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a
fast pseudo-random number generator. It is suitable for applications where a fast pseudo-random number generator. It is suitable for applications where a
@ -587,7 +587,7 @@ generator.")
("perl-namespace-clean" ,perl-namespace-clean) ("perl-namespace-clean" ,perl-namespace-clean)
("perl-sub-exporter" ,perl-sub-exporter) ("perl-sub-exporter" ,perl-sub-exporter)
("perl-type-tiny" ,perl-type-tiny))) ("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") (synopsis "Get weak or strong random data from pluggable sources")
(description "This module provides implementations for a number of (description "This module provides implementations for a number of
byte-oriented sources of random data.") byte-oriented sources of random data.")
@ -616,7 +616,7 @@ byte-oriented sources of random data.")
("perl-math-random-isaac" ,perl-math-random-isaac) ("perl-math-random-isaac" ,perl-math-random-isaac)
("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs) ("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs)
("perl-moo" ,perl-moo))) ("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()") (synopsis "Cryptographically secure replacement for rand()")
(description "This module is intended to provide a (description "This module is intended to provide a
cryptographically-secure replacement for Perl's built-in @code{rand} function. cryptographically-secure replacement for Perl's built-in @code{rand} function.

View File

@ -1135,7 +1135,7 @@ extremely small.")
(build-system perl-build-system) (build-system perl-build-system)
(synopsis "Database independent interface for Perl") (synopsis "Database independent interface for Perl")
(description "This package provides an database 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))) (license license:perl-license)))
(define-public perl-dbix-class (define-public perl-dbix-class
@ -1181,7 +1181,7 @@ extremely small.")
("perl-sub-name" ,perl-sub-name) ("perl-sub-name" ,perl-sub-name)
("perl-text-balanced" ,perl-text-balanced) ("perl-text-balanced" ,perl-text-balanced)
("perl-try-tiny" ,perl-try-tiny))) ("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") (synopsis "Extensible and flexible object <-> relational mapper")
(description "An SQL to OO mapper with an object API inspired by (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 Class::DBI (with a compatibility layer as a springboard for porting) and a
@ -1213,7 +1213,7 @@ single query, \"JOIN\", \"LEFT JOIN\", \"COUNT\", \"DISTINCT\", \"GROUP BY\",
(propagated-inputs (propagated-inputs
`(("perl-carp-clan" ,perl-carp-clan) `(("perl-carp-clan" ,perl-carp-clan)
("perl-dbix-class" ,perl-dbix-class))) ("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") (synopsis "Cursor with built-in caching support")
(description "DBIx::Class::Cursor::Cached provides a cursor class with (description "DBIx::Class::Cursor::Cached provides a cursor class with
built-in caching support.") built-in caching support.")
@ -1236,7 +1236,7 @@ built-in caching support.")
`(("perl-module-install" ,perl-module-install))) `(("perl-module-install" ,perl-module-install)))
(propagated-inputs (propagated-inputs
`(("perl-dbix-class" ,perl-dbix-class))) `(("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") (synopsis "Introspect many-to-many relationships")
(description "Because the many-to-many relationships are not real (description "Because the many-to-many relationships are not real
relationships, they can not be introspected with DBIx::Class. Many-to-many relationships, they can not be introspected with DBIx::Class. Many-to-many
@ -1295,7 +1295,7 @@ introspected and examined.")
("perl-sub-name" ,perl-sub-name) ("perl-sub-name" ,perl-sub-name)
("perl-try-tiny" ,perl-try-tiny))) ("perl-try-tiny" ,perl-try-tiny)))
(arguments `(#:tests? #f)) ;TODO: t/20invocations.t fails (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") (synopsis "Create a DBIx::Class::Schema based on a database")
(description "DBIx::Class::Schema::Loader automates the definition of a (description "DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning database table definitions and setting up the DBIx::Class::Schema by scanning database table definitions and setting up the
@ -1320,7 +1320,7 @@ columns, primary keys, unique constraints and relationships.")
(propagated-inputs (propagated-inputs
`(("perl-dbi" ,perl-dbi) `(("perl-dbi" ,perl-dbi)
("postgresql" ,postgresql))) ("postgresql" ,postgresql)))
(home-page "http://search.cpan.org/dist/DBD-Pg") (home-page "https://metacpan.org/release/DBD-Pg")
(synopsis "DBI PostgreSQL interface") (synopsis "DBI PostgreSQL interface")
(description "This package provides a PostgreSQL driver for the Perl5 (description "This package provides a PostgreSQL driver for the Perl5
@dfn{Database Interface} (DBI).") @dfn{Database Interface} (DBI).")
@ -1345,7 +1345,7 @@ columns, primary keys, unique constraints and relationships.")
(propagated-inputs (propagated-inputs
`(("perl-dbi" ,perl-dbi) `(("perl-dbi" ,perl-dbi)
("mysql" ,mysql))) ("mysql" ,mysql)))
(home-page "http://search.cpan.org/dist/DBD-mysql") (home-page "https://metacpan.org/release/DBD-mysql")
(synopsis "DBI MySQL interface") (synopsis "DBI MySQL interface")
(description "This package provides a MySQL driver for the Perl5 (description "This package provides a MySQL driver for the Perl5
@dfn{Database Interface} (DBI).") @dfn{Database Interface} (DBI).")
@ -1372,7 +1372,7 @@ the entire thing in the distribution. So in order to get a fast transaction
capable RDBMS working for your Perl project you simply have to install this capable RDBMS working for your Perl project you simply have to install this
module, and nothing else.") module, and nothing else.")
(license license:perl-license) (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 (define-public perl-sql-abstract
(package (package
@ -1397,7 +1397,7 @@ module, and nothing else.")
("perl-moo" ,perl-moo) ("perl-moo" ,perl-moo)
("perl-mro-compat" ,perl-mro-compat) ("perl-mro-compat" ,perl-mro-compat)
("perl-text-balanced" ,perl-text-balanced))) ("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") (synopsis "Generate SQL from Perl data structures")
(description "This module was inspired by the excellent DBIx::Abstract. (description "This module was inspired by the excellent DBIx::Abstract.
While based on the concepts used by DBIx::Abstract, the concepts used have While based on the concepts used by DBIx::Abstract, the concepts used have
@ -1427,7 +1427,7 @@ time your data changes.")
("perl-list-moreutils" ,perl-list-moreutils) ("perl-list-moreutils" ,perl-list-moreutils)
("perl-regexp-common" ,perl-regexp-common) ("perl-regexp-common" ,perl-regexp-common)
("perl-sql-tokenizer" ,perl-sql-tokenizer))) ("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") (synopsis "Split SQL code into atomic statements")
(description "This module tries to split any SQL code, even including (description "This module tries to split any SQL code, even including
non-standard extensions, into the atomic statements it is composed of.") non-standard extensions, into the atomic statements it is composed of.")
@ -1446,7 +1446,7 @@ non-standard extensions, into the atomic statements it is composed of.")
(base32 (base32
"1qa2dfbzdlr5qqdam9yn78z5w3al5r8577x06qan8wv58ay6ka7s")))) "1qa2dfbzdlr5qqdam9yn78z5w3al5r8577x06qan8wv58ay6ka7s"))))
(build-system perl-build-system) (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") (synopsis "SQL tokenizer")
(description "SQL::Tokenizer is a tokenizer for SQL queries. It does not (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 claim to be a parser or query verifier. It just creates sane tokens from a
@ -1689,7 +1689,7 @@ database. Various higher level database abstractions.")
(substitute* "config.in" (substitute* "config.in"
(("/usr/local/BerkeleyDB") (assoc-ref inputs "bdb"))) (("/usr/local/BerkeleyDB") (assoc-ref inputs "bdb")))
#t))))) #t)))))
(home-page "http://search.cpan.org/dist/DB_File") (home-page "https://metacpan.org/release/DB_File")
(synopsis (synopsis
"Perl5 access to Berkeley DB version 1.x") "Perl5 access to Berkeley DB version 1.x")
(description (description

View File

@ -1179,7 +1179,7 @@ manually by a user.")
("xdg-user-dirs" ,xdg-user-dirs))) ("xdg-user-dirs" ,xdg-user-dirs)))
(propagated-inputs (propagated-inputs
`(("perl-ipc-system-simple" ,perl-ipc-system-simple))) `(("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") (synopsis "Use the Freedesktop.org base directory specification")
(description (description
"@code{File::Basedir} can be used to find directories and files as "@code{File::Basedir} can be used to find directories and files as
@ -1207,7 +1207,7 @@ application data and cache data.")
(propagated-inputs (propagated-inputs
`(("perl-file-basedir" ,perl-file-basedir) `(("perl-file-basedir" ,perl-file-basedir)
("perl-uri" ,perl-uri))) ("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") (synopsis "Handle @file{.desktop} files")
(description (description
"@code{File::DesktopEntry} parses @file{.desktop} files defined by the "@code{File::DesktopEntry} parses @file{.desktop} files defined by the
@ -1249,7 +1249,7 @@ applications define in those files.")
"/lib/perl5/site_perl"))))) "/lib/perl5/site_perl")))))
'("mimeopen" "mimetype"))) '("mimeopen" "mimetype")))
#t))))) #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") (synopsis "Determine file type from the file name")
(description (description
"@code{File::Mimeinfo} can be used to determine the MIME type of a file. "@code{File::Mimeinfo} can be used to determine the MIME type of a file.

View File

@ -115,7 +115,7 @@ most common applications of GD involve website development.")
`(#:make-maker-flags `(#:make-maker-flags
(list (string-append "--lib_jpeg_path=" (list (string-append "--lib_jpeg_path="
(assoc-ref %build-inputs "libjpeg"))))) (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") (synopsis "Perl interface to the GD graphics library")
(description "GD.pm is an autoloadable interface module for libgd, a (description "GD.pm is an autoloadable interface module for libgd, a
popular library for creating and manipulating PNG files. With this library popular library for creating and manipulating PNG files. With this library
@ -145,7 +145,7 @@ you can create PNG images on the fly or modify existing files.")
(propagated-inputs (propagated-inputs
`(("perl-gd" ,perl-gd) `(("perl-gd" ,perl-gd)
("perl-image-magick" ,perl-image-magick))) ("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") (synopsis "Security image generator")
(description "This module provides a basic interface to create (description "This module provides a basic interface to create
security (captcha) images. The final output is the actual graphic data, the security (captcha) images. The final output is the actual graphic data, the

View File

@ -685,7 +685,7 @@ useful for C++.")
("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig))) ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
(inputs (inputs
`(("glib" ,glib))) `(("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") (synopsis "Perl wrappers for the GLib utility and Object libraries")
(description "This module provides perl access to GLib and GLib's GObject (description "This module provides perl access to GLib and GLib's GObject
libraries. GLib is a portability and utility library; GObject provides a libraries. GLib is a portability and utility library; GObject provides a
@ -854,7 +854,7 @@ metadata.")
`(("dbus" ,dbus))) `(("dbus" ,dbus)))
(propagated-inputs (propagated-inputs
`(("perl-xml-twig" ,perl-xml-twig))) `(("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") (synopsis "Extension for the DBus bindings")
(description "@code{Net::DBus} provides a Perl XS API to the DBus (description "@code{Net::DBus} provides a Perl XS API to the DBus
inter-application messaging system. The Perl API covers the core base level inter-application messaging system. The Perl API covers the core base level
@ -878,7 +878,7 @@ of the DBus APIs, not concerning itself yet with the GLib or QT wrappers.")
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("dbus-glib" ,dbus-glib))) `(("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") (synopsis "Perl extension for the DBus GLib bindings")
(description "This package provides an extension to the @code{Net::DBus} (description "This package provides an extension to the @code{Net::DBus}
module allowing integration with the GLib mainloop. To integrate with the module allowing integration with the GLib mainloop. To integrate with the

View File

@ -585,7 +585,7 @@ and signature functionality from Python programs.")
(native-inputs (native-inputs
`(("which" ,which) `(("which" ,which)
("perl-module-install" ,perl-module-install))) ("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") (synopsis "Perl interface to GnuPG")
(description "@code{GnuPG::Interface} and its associated modules are (description "@code{GnuPG::Interface} and its associated modules are
designed to provide an object-oriented method for interacting with GnuPG, designed to provide an object-oriented method for interacting with GnuPG,

View File

@ -1289,7 +1289,7 @@ write GNOME applications.")
("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig))) ("perl-extutils-pkgconfig" ,perl-extutils-pkgconfig)))
(inputs (inputs
`(("cairo" ,cairo))) `(("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") (synopsis "Perl interface to the cairo 2d vector graphics library")
(description "Cairo provides Perl bindings for the 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 cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo
@ -1315,7 +1315,7 @@ produces identical output on all those targets.")
`(("gtk+" ,gtk+-2))) `(("gtk+" ,gtk+-2)))
(propagated-inputs (propagated-inputs
`(("perl-pango" ,perl-pango))) `(("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") (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. (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 This module allows you to write graphical user interfaces in a Perlish and
@ -1343,7 +1343,7 @@ yet remaining very close in spirit to original API.")
(propagated-inputs (propagated-inputs
`(("perl-cairo" ,perl-cairo) `(("perl-cairo" ,perl-cairo)
("perl-glib" ,perl-glib))) ("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") (synopsis "Layout and render international text")
(description "Pango is a library for laying out and rendering text, with an (description "Pango is a library for laying out and rendering text, with an
emphasis on internationalization. Pango can be used anywhere that text layout emphasis on internationalization. Pango can be used anywhere that text layout

View File

@ -157,7 +157,7 @@ text, lines, polygons, ellipses and Bézier curves.")
;; so skip for now. ;; so skip for now.
(delete-file "t/mpeg/read.t") (delete-file "t/mpeg/read.t")
#t))))) #t)))))
(home-page "http://search.cpan.org/dist/PerlMagick") (home-page "https://metacpan.org/release/PerlMagick")
(synopsis "Perl interface to ImageMagick") (synopsis "Perl interface to ImageMagick")
(description "This Perl extension allows the reading, manipulation and (description "This Perl extension allows the reading, manipulation and
writing of a large number of image file formats using the ImageMagick library. 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 ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org> ;;; 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> ;;; Copyright © 2018 Nils Gillmann <ng0@n0.is>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -43,7 +43,7 @@
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-lingua-en-words2nums" ,perl-lingua-en-words2nums))) `(("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 ") (synopsis "Locate (written) numbers in English text ")
(description "This module provides a regular expression for finding (description "This module provides a regular expression for finding
numbers in English text. It also provides functions for extracting and numbers in English text. It also provides functions for extracting and
@ -64,7 +64,7 @@ manipulating such numbers.")
"0j8d1f1wvmgc11d71pc8xp8fv5a1nb2yfw1dgd19xhscn1klpvzw")))) "0j8d1f1wvmgc11d71pc8xp8fv5a1nb2yfw1dgd19xhscn1klpvzw"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build))) (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") (synopsis "Convert singular to plural")
(description "Lingua::EN::Inflect provides plural inflections, (description "Lingua::EN::Inflect provides plural inflections,
\"a\"/\"an\" selection for English words, and manipulation of numbers as \"a\"/\"an\" selection for English words, and manipulation of numbers as
@ -88,7 +88,7 @@ provided. Where appropriate, \"classical\" variants (for example: \"brother\"
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-lingua-en-inflect" ,perl-lingua-en-inflect))) `(("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") (synopsis "Force number of words to singular or plural")
(description "This module extends the functionality of Lingua::EN::Inflect (description "This module extends the functionality of Lingua::EN::Inflect
with three new functions for determining plurality of a word and forcefully with three new functions for determining plurality of a word and forcefully
@ -116,7 +116,7 @@ converting a word to singular or plural.")
("perl-lingua-en-inflect-number" ,perl-lingua-en-inflect-number) ("perl-lingua-en-inflect-number" ,perl-lingua-en-inflect-number)
("perl-lingua-en-number-isordinal" ,perl-lingua-en-number-isordinal) ("perl-lingua-en-number-isordinal" ,perl-lingua-en-number-isordinal)
("perl-lingua-en-tagger" ,perl-lingua-en-tagger))) ("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") (synopsis "Inflect short English phrases")
(description "This module attempts to pluralize or singularize short (description "This module attempts to pluralize or singularize short
English phrases.") English phrases.")
@ -140,7 +140,7 @@ English phrases.")
("perl-test-fatal" ,perl-test-fatal))) ("perl-test-fatal" ,perl-test-fatal)))
(propagated-inputs (propagated-inputs
`(("perl-lingua-en-findnumber" ,perl-lingua-en-findnumber))) `(("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") (synopsis "Detect if English number is ordinal or cardinal")
(description "This module will tell you if a number, either in words or as (description "This module will tell you if a number, either in words or as
digits, is a cardinal or ordinal number.") digits, is a cardinal or ordinal number.")
@ -164,7 +164,7 @@ digits, is a cardinal or ordinal number.")
("perl-lingua-stem" ,perl-lingua-stem) ("perl-lingua-stem" ,perl-lingua-stem)
("perl-html-parser" ,perl-html-parser) ("perl-html-parser" ,perl-html-parser)
("perl-html-tagset" ,perl-html-tagset))) ("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") (synopsis "Part-of-speech tagger for English natural language processing")
(description "This module is a probability based, corpus-trained tagger (description "This module is a probability based, corpus-trained tagger
that assigns part-of-speech tags to English text based on a lookup dictionary that assigns part-of-speech tags to English text based on a lookup dictionary
@ -189,7 +189,7 @@ using a set of regular expressions.")
(base32 (base32
"118xx8qr1zbx30psv7ic55w65h15mc1vz6zicshfm96jgiwmcrb8")))) "118xx8qr1zbx30psv7ic55w65h15mc1vz6zicshfm96jgiwmcrb8"))))
(build-system perl-build-system) (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") (synopsis "Convert English text to numbers")
(description "This module converts English text into numbers. It supports (description "This module converts English text into numbers. It supports
both ordinal and cardinal numbers, negative numbers, and very large numbers.") both ordinal and cardinal numbers, negative numbers, and very large numbers.")
@ -208,7 +208,7 @@ both ordinal and cardinal numbers, negative numbers, and very large numbers.")
(base32 (base32
"17c48sfbgwd2ivlgf59sr6jdhwa3aim8750f8pyzz7xpi8gz0var")))) "17c48sfbgwd2ivlgf59sr6jdhwa3aim8750f8pyzz7xpi8gz0var"))))
(build-system perl-build-system) (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") (synopsis "Portuguese language stemming")
(description "This module implements a Portuguese stemming algorithm (description "This module implements a Portuguese stemming algorithm
proposed in the paper A Stemming Algorithm for the Portuguese Language by proposed in the paper A Stemming Algorithm for the Portuguese Language by
@ -239,7 +239,7 @@ Moreira, V. and Huyck, C.")
("perl-snowball-norwegian" ,perl-snowball-norwegian) ("perl-snowball-norwegian" ,perl-snowball-norwegian)
("perl-snowball-swedish" ,perl-snowball-swedish) ("perl-snowball-swedish" ,perl-snowball-swedish)
("perl-text-german" ,perl-text-german))) ("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") (synopsis "Stemming of words in various languages")
(description "This routine applies stemming algorithms to its parameters, (description "This routine applies stemming algorithms to its parameters,
returning the stemmed words as appropriate to the selected locale.") returning the stemmed words as appropriate to the selected locale.")
@ -258,7 +258,7 @@ returning the stemmed words as appropriate to the selected locale.")
(base32 (base32
"0vyrspwzaqjxm5mqshf4wvwa3938mkajd1918d9ii2l9m2rn8kwx")))) "0vyrspwzaqjxm5mqshf4wvwa3938mkajd1918d9ii2l9m2rn8kwx"))))
(build-system perl-build-system) (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") (synopsis "Porter's stemming algorithm for French")
(description "This module uses a modified version of the Porter Stemming (description "This module uses a modified version of the Porter Stemming
Algorithm to return a stemmed French word.") Algorithm to return a stemmed French word.")
@ -277,7 +277,7 @@ Algorithm to return a stemmed French word.")
(base32 (base32
"1207r183s5hlh4mfwa6p46vzm0dhvrs2dnss5s41a0gyfkxp7riq")))) "1207r183s5hlh4mfwa6p46vzm0dhvrs2dnss5s41a0gyfkxp7riq"))))
(build-system perl-build-system) (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") (synopsis "Porter's stemming algorithm for Italian")
(description "This module applies the Porter Stemming Algorithm to its (description "This module applies the Porter Stemming Algorithm to its
parameters, returning the stemmed Italian word.") parameters, returning the stemmed Italian word.")
@ -296,7 +296,7 @@ parameters, returning the stemmed Italian word.")
(base32 (base32
"0a2jmdz7jn32qj5hyiw5kbv8fvlpmws8i00a6xcbkzb48yvwww0j")))) "0a2jmdz7jn32qj5hyiw5kbv8fvlpmws8i00a6xcbkzb48yvwww0j"))))
(build-system perl-build-system) (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") (synopsis "Porter's stemming algorithm for Russian")
(description "This module applies the Porter Stemming Algorithm to its (description "This module applies the Porter Stemming Algorithm to its
parameters, returning the stemmed Russian (KOI8-R only) word.") parameters, returning the stemmed Russian (KOI8-R only) word.")
@ -315,7 +315,7 @@ parameters, returning the stemmed Russian (KOI8-R only) word.")
(base32 (base32
"0mm0m7glm1s6i9f6a78jslw6wh573208arxhq93yriqmw17bwf9f")))) "0mm0m7glm1s6i9f6a78jslw6wh573208arxhq93yriqmw17bwf9f"))))
(build-system perl-build-system) (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") (synopsis "Porters stemming algorithm for Danish")
(description "Lingua::Stem::Snowball::Da is a perl port of the 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 stemmer at http://snowball.sourceforge.net, it was originally altered from the
@ -336,7 +336,7 @@ Lingua::Stem::Snowball::Se.")
"0675v45bbsh7vr7kpf36xs2q79g02iq1kmfw22h20xdk4rzqvkqx")))) "0675v45bbsh7vr7kpf36xs2q79g02iq1kmfw22h20xdk4rzqvkqx"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build))) (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") (synopsis "Porters stemming algorithm for Norwegian")
(description "Lingua::Stem::Snowball::No is a perl port of the norwegian (description "Lingua::Stem::Snowball::No is a perl port of the norwegian
stemmer at http://snowball.tartarus.org.") stemmer at http://snowball.tartarus.org.")
@ -356,7 +356,7 @@ stemmer at http://snowball.tartarus.org.")
"0agwc12jk5kmabnpsplw3wf4ii5w1zb159cpin44x3srb0sr5apg")))) "0agwc12jk5kmabnpsplw3wf4ii5w1zb159cpin44x3srb0sr5apg"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build))) (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") (synopsis "Porters stemming algorithm for Swedish")
(description "Lingua::Stem::Snowball::Se is a perl port of the swedish (description "Lingua::Stem::Snowball::Se is a perl port of the swedish
stemmer at http://snowball.sourceforge.net.") stemmer at http://snowball.sourceforge.net.")
@ -379,7 +379,7 @@ stemmer at http://snowball.sourceforge.net.")
`(("perl-lingua-en-inflect-phrase" ,perl-lingua-en-inflect-phrase) `(("perl-lingua-en-inflect-phrase" ,perl-lingua-en-inflect-phrase)
("perl-text-unidecode" ,perl-text-unidecode) ("perl-text-unidecode" ,perl-text-unidecode)
("perl-namespace-clean" ,perl-namespace-clean))) ("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") (synopsis "Convert strings to English program identifiers")
(description "This module provides a utility method, \"to_identifier\" for (description "This module provides a utility method, \"to_identifier\" for
converting an arbitrary string into a readable representation using the ASCII converting an arbitrary string into a readable representation using the ASCII
@ -401,7 +401,7 @@ string can be easily inferred by a human just by reading the identifier.")
(base32 (base32
"1p87pgap99lw0nv62i3ghvsi7yg90lhn8vsa3yqp75rd04clybcj")))) "1p87pgap99lw0nv62i3ghvsi7yg90lhn8vsa3yqp75rd04clybcj"))))
(build-system perl-build-system) (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") (synopsis "German grundform reduction")
(description "This module is a rather incomplete implementation of work (description "This module is a rather incomplete implementation of work
done by Gudrun Putze-Meier.") done by Gudrun Putze-Meier.")

View File

@ -181,7 +181,7 @@ resolution, asynchronous file system operations, and threading primitives.")
("perl-json-xs" ,perl-json-xs) ("perl-json-xs" ,perl-json-xs)
("perl-net-ssleay" ,perl-net-ssleay) ("perl-net-ssleay" ,perl-net-ssleay)
("perl-task-weaken" ,perl-task-weaken))) ("perl-task-weaken" ,perl-task-weaken)))
(home-page "http://search.cpan.org/dist/AnyEvent") (home-page "https://metacpan.org/release/AnyEvent")
(synopsis (synopsis
"API for I/O, timer, signal, child process and completion events") "API for I/O, timer, signal, child process and completion events")
(description (description
@ -226,7 +226,7 @@ not rely on XS.")
("perl-canary-stability" ,perl-canary-stability))) ("perl-canary-stability" ,perl-canary-stability)))
(propagated-inputs (propagated-inputs
`(("perl-common-sense" ,perl-common-sense))) `(("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") (synopsis "Perl interface to libev")
(description (description
"This module provides an interface to @code{libev}, a high performance "This module provides an interface to @code{libev}, a high performance

View File

@ -49,7 +49,7 @@
("perl-test-exception" ,perl-test-exception))) ("perl-test-exception" ,perl-test-exception)))
(propagated-inputs (propagated-inputs
`(("perl-strictures" ,perl-strictures-2))) `(("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") (synopsis "Regular expressions for legal licenses")
(description "Regexp::Pattern::License provides a hash of regular (description "Regexp::Pattern::License provides a hash of regular
expression patterns related to legal software licenses. expression patterns related to legal software licenses.
@ -75,7 +75,7 @@ Regexp::Pattern is a convention for organizing reusable regex patterns.")
`(("perl-number-range" ,perl-number-range))) `(("perl-number-range" ,perl-number-range)))
(propagated-inputs (propagated-inputs
`(("perl-exporter-tiny" ,perl-exporter-tiny))) `(("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") (synopsis "Representation of text-based copyright statements")
(description "String::Copyright Parses common styles of copyright (description "String::Copyright Parses common styles of copyright
statements and serializes in normalized format.") statements and serializes in normalized format.")
@ -100,7 +100,7 @@ statements and serializes in normalized format.")
(propagated-inputs (propagated-inputs
`(("perl-data-section" ,perl-data-section) `(("perl-data-section" ,perl-data-section)
("perl-text-template" ,perl-text-template))) ("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") (synopsis "Templated software licenses")
(description "This package provides templated software licenses.") (description "This package provides templated software licenses.")
(license (package-license perl)))) (license (package-license perl))))
@ -153,7 +153,7 @@ statements and serializes in normalized format.")
`("PERL5LIB" ":" `("PERL5LIB" ":"
prefix (,(string-append perllib ":" (getenv "PERL5LIB"))))) prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
#t)))))) #t))))))
(home-page "http://search.cpan.org/dist/App-Licensecheck/") (home-page "https://metacpan.org/release/App-Licensecheck")
(synopsis "License checker for source files") (synopsis "License checker for source files")
(description "Licensecheck attempts to determine the license that applies (description "Licensecheck attempts to determine the license that applies
to each file passed to it, by searching the start of the file for text to each file passed to it, by searching the start of the file for text

View File

@ -1399,7 +1399,7 @@ mailboxes. Currently Maildir and IMAP are supported types.")
`(("perl-email-simple" ,perl-email-simple) `(("perl-email-simple" ,perl-email-simple)
("perl-module-pluggable" ,perl-module-pluggable) ("perl-module-pluggable" ,perl-module-pluggable)
("perl-mro-compat" ,perl-mro-compat))) ("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") (synopsis "Interface to mail representations")
(description "Email::Abstract provides module writers with the ability to (description "Email::Abstract provides module writers with the ability to
write simple, representation-independent mail handling code.") write simple, representation-independent mail handling code.")
@ -1418,7 +1418,7 @@ write simple, representation-independent mail handling code.")
(base32 (base32
"0l7x6sl06j9ffgfz5f9vgms2b5axd4cgp5fj03ivb3kia4km6b3g")))) "0l7x6sl06j9ffgfz5f9vgms2b5axd4cgp5fj03ivb3kia4km6b3g"))))
(build-system perl-build-system) (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") (synopsis "Email address parsing and creation")
(description "Email::Address implements a regex-based RFC 2822 parser that (description "Email::Address implements a regex-based RFC 2822 parser that
locates email addresses in strings and returns a list of Email::Address locates email addresses in strings and returns a list of Email::Address
@ -1438,7 +1438,7 @@ objects found. Alternatively you may construct objects manually.")
(base32 (base32
"012ivfwpnbl3wr50f9c6f4azhdlxnm31pdn72528g79v61z6372p")))) "012ivfwpnbl3wr50f9c6f4azhdlxnm31pdn72528g79v61z6372p"))))
(build-system perl-build-system) (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") (synopsis "Produce RFC 2822 date strings")
(description "Email::Date::Format provides a means for generating an RFC (description "Email::Date::Format provides a means for generating an RFC
2822 compliant datetime string.") 2822 compliant datetime string.")
@ -1457,7 +1457,7 @@ objects found. Alternatively you may construct objects manually.")
(base32 (base32
"1f22sdnfq169qw1l0lg7y74pmiam7j9v95bggjnf3q4mygdmshpc")))) "1f22sdnfq169qw1l0lg7y74pmiam7j9v95bggjnf3q4mygdmshpc"))))
(build-system perl-build-system) (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") (synopsis "Generate world unique message-ids")
(description "Email::MessageID generates recommended message-ids to (description "Email::MessageID generates recommended message-ids to
identify a message uniquely.") identify a message uniquely.")
@ -1484,7 +1484,7 @@ identify a message uniquely.")
("perl-email-simple" ,perl-email-simple) ("perl-email-simple" ,perl-email-simple)
("perl-mime-types" ,perl-mime-types) ("perl-mime-types" ,perl-mime-types)
("perl-module-runtime" ,perl-module-runtime))) ("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") (synopsis "MIME message handling")
(description "Email::MIME is an extension of the Email::Simple module, to (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 handle MIME encoded messages. It takes a message as a string, splits it up
@ -1507,7 +1507,7 @@ message. Headers are decoded from MIME encoding.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny))) `(("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") (synopsis "Parse MIME Content-Type headers")
(description "Email::MIME::ContentType parses a MIME Content-Type (description "Email::MIME::ContentType parses a MIME Content-Type
header.") header.")
@ -1528,7 +1528,7 @@ header.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny))) `(("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") (synopsis "Unified interface to MIME encoding and decoding")
(description "This module wraps MIME::Base64 and MIME::QuotedPrint.") (description "This module wraps MIME::Base64 and MIME::QuotedPrint.")
(license perl-license))) (license perl-license)))
@ -1559,7 +1559,7 @@ header.")
("perl-sub-exporter" ,perl-sub-exporter) ("perl-sub-exporter" ,perl-sub-exporter)
("perl-throwable" ,perl-throwable) ("perl-throwable" ,perl-throwable)
("perl-try-tiny" ,perl-try-tiny))) ("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") (synopsis "Perl library for sending email")
(description "Email::Sender replaces the old and sometimes problematic (description "Email::Sender replaces the old and sometimes problematic
Email::Send library.") Email::Send library.")
@ -1580,7 +1580,7 @@ Email::Send library.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-email-date-format" ,perl-email-date-format))) `(("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") (synopsis "Parsing of RFC 2822 messages")
(description "Email::Simple provides simple parsing of RFC 2822 message (description "Email::Simple provides simple parsing of RFC 2822 message
format and headers.") format and headers.")
@ -1802,7 +1802,7 @@ Khard can also be used from within the email client @command{mutt}.")
("perl-netaddr-ip" ,perl-netaddr-ip) ("perl-netaddr-ip" ,perl-netaddr-ip)
("perl-uri" ,perl-uri))) ("perl-uri" ,perl-uri)))
(home-page (home-page
"http://search.cpan.org/dist/Mail-SPF") "https://metacpan.org/release/Mail-SPF")
(synopsis (synopsis
"Perl implementation of Sender Policy Framework") "Perl implementation of Sender Policy Framework")
(description "Mail::SPF is the Sender Policy Framework implemented (description "Mail::SPF is the Sender Policy Framework implemented

View File

@ -178,7 +178,7 @@ convert it to structurally valid XHTML (or HTML).")
(inputs (inputs
`(("discount" ,discount))) `(("discount" ,discount)))
(home-page (home-page
"http://search.cpan.org/dist/Text-Markdown-Discount") "https://metacpan.org/release/Text-Markdown-Discount")
(synopsis (synopsis
"Fast function for converting Markdown to HTML using Discount") "Fast function for converting Markdown to HTML using Discount")
(description (description

View File

@ -285,7 +285,7 @@ curses widgets, such as dialog boxes.")
(setenv "CURSES_MENU_LDFLAGS" (string-append "-L" lib " -lmenu")) (setenv "CURSES_MENU_LDFLAGS" (string-append "-L" lib " -lmenu"))
(setenv "CURSES_FORM_LDFLAGS" (string-append "-L" lib " -lform")) (setenv "CURSES_FORM_LDFLAGS" (string-append "-L" lib " -lform"))
#t)))))) #t))))))
(home-page "http://search.cpan.org/dist/Curses") (home-page "https://metacpan.org/release/Curses")
(synopsis "Terminal screen handling and optimization") (synopsis "Terminal screen handling and optimization")
(description (description
"@code{Curses} is the interface between Perl and the curses library "@code{Curses} is the interface between Perl and the curses library

View File

@ -893,7 +893,7 @@ private (reserved).")
"INSTALLDIRS=site"))) "INSTALLDIRS=site")))
(setenv "CONFIG_SHELL" (which "sh")) (setenv "CONFIG_SHELL" (which "sh"))
(zero? (apply system* "perl" args)))))))) (zero? (apply system* "perl" args))))))))
(home-page "http://search.cpan.org/dist/Socket6") (home-page "https://metacpan.org/release/Socket6")
(synopsis (synopsis
"IPv6 related part of the C socket.h defines and structure manipulators for Perl") "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 (description "Socket6 binds the IPv6 related part of the C socket header
@ -920,7 +920,7 @@ definitions and structure manipulators for Perl.")
`(("perl-module-build" ,perl-module-build))) `(("perl-module-build" ,perl-module-build)))
(inputs `(("perl-net-dns" ,perl-net-dns))) (inputs `(("perl-net-dns" ,perl-net-dns)))
(home-page (home-page
"http://search.cpan.org/dist/Net-DNS-Resolver-Programmable") "https://metacpan.org/release/Net-DNS-Resolver-Programmable")
(synopsis (synopsis
"Programmable DNS resolver class for offline emulation of DNS") "Programmable DNS resolver class for offline emulation of DNS")
(description "Net::DNS::Resolver::Programmable is a programmable DNS resolver for (description "Net::DNS::Resolver::Programmable is a programmable DNS resolver for
@ -954,7 +954,7 @@ offline emulation of DNS.")
(setenv "CONFIG_SHELL" (which "sh")) (setenv "CONFIG_SHELL" (which "sh"))
(zero? (apply system* "perl" args)))))))) (zero? (apply system* "perl" args))))))))
(home-page (home-page
"http://search.cpan.org/dist/NetAddr-IP") "https://metacpan.org/release/NetAddr-IP")
(synopsis (synopsis
"Manages IPv4 and IPv6 addresses and subnets") "Manages IPv4 and IPv6 addresses and subnets")
(description "NetAddr::IP manages IPv4 and IPv6 addresses and subsets.") (description "NetAddr::IP manages IPv4 and IPv6 addresses and subsets.")
@ -979,7 +979,7 @@ offline emulation of DNS.")
`(("perl-net-cidr-lite" ,perl-net-cidr-lite) `(("perl-net-cidr-lite" ,perl-net-cidr-lite)
("perl-socket6" ,perl-socket6))) ("perl-socket6" ,perl-socket6)))
(home-page (home-page
"http://search.cpan.org/dist/Net-Patricia") "https://metacpan.org/release/Net-Patricia")
(synopsis (synopsis
"Patricia Trie Perl module for fast IP address lookups") "Patricia Trie Perl module for fast IP address lookups")
(description (description
@ -1004,7 +1004,7 @@ offline emulation of DNS.")
"14shj73zbqmfjbp0qz1fs9j4p2dpvz5hfkm4qfdjbydflbl2b8fg")))) "14shj73zbqmfjbp0qz1fs9j4p2dpvz5hfkm4qfdjbydflbl2b8fg"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page (home-page
"http://search.cpan.org/dist/Net-CIDR-Lite") "https://metacpan.org/release/Net-CIDR-Lite")
(synopsis (synopsis
"Perl extension for merging IPv4 or IPv6 CIDR addresses") "Perl extension for merging IPv4 or IPv6 CIDR addresses")
(description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.") (description "Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.")
@ -1027,7 +1027,7 @@ offline emulation of DNS.")
(base32 (base32
"1fka8fr7fw6sh3xa9glhs1zjg3s2gfkhi7n7da1l2m2wblqj0c0n")))) "1fka8fr7fw6sh3xa9glhs1zjg3s2gfkhi7n7da1l2m2wblqj0c0n"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Geo-IP") (home-page "https://metacpan.org/release/Geo-IP")
(synopsis (synopsis
"Look up location and network information by IP Address in Perl") "Look up location and network information by IP Address in Perl")
(description "The Perl module 'Geo::IP'. It looks up location and network (description "The Perl module 'Geo::IP'. It looks up location and network
@ -1057,7 +1057,7 @@ information by IP Address.")
(arguments `(;; Need network socket API (arguments `(;; Need network socket API
#:tests? #f)) #:tests? #f))
(home-page (home-page
"http://search.cpan.org/dist/IO-Socket-INET6") "https://metacpan.org/release/IO-Socket-INET6")
(synopsis (synopsis
"Perl object interface for AF_INET/AF_INET6 domain sockets") "Perl object interface for AF_INET/AF_INET6 domain sockets")
(description "IO::Socket::INET6 is an interface for AF_INET/AF_INET6 domain (description "IO::Socket::INET6 is an interface for AF_INET/AF_INET6 domain

View File

@ -66,7 +66,7 @@
`(("perl-importer" ,perl-importer) `(("perl-importer" ,perl-importer)
("perl-term-table" ,perl-term-table) ("perl-term-table" ,perl-term-table)
("perl-sub-info" ,perl-sub-info))) ("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") (synopsis "Full set of tools for Test2::Suite")
(description "This package provides a rich set of tools, plugins, bundles, (description "This package provides a rich set of tools, plugins, bundles,
etc built upon the Test2 testing library.") etc built upon the Test2 testing library.")
@ -87,7 +87,7 @@ etc built upon the Test2 testing library.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-test2-bundle-extended" ,perl-test2-bundle-extended))) `(("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") (synopsis "Fail if tests warn")
(description "Loading this plugin causes your tests to fail if there any (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 warnings while they run. Each warning generates a new failing test and the
@ -113,7 +113,7 @@ warning content is outputted via diag.")
(propagated-inputs (propagated-inputs
`(("perl-spiffy" ,perl-spiffy) `(("perl-spiffy" ,perl-spiffy)
("perl-test-deep" ,perl-test-deep))) ("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") (synopsis "Data-driven testing framework for Perl")
(description "Test::Base gives a way to trivially write your own test (description "Test::Base gives a way to trivially write your own test
framework base class. It concentrates on offering reusable data driven framework base class. It concentrates on offering reusable data driven
@ -141,7 +141,7 @@ patterns, so that you can write tests with a minimum of code.")
`(("perl-module-runtime" ,perl-module-runtime) `(("perl-module-runtime" ,perl-module-runtime)
("perl-mro-compat" ,perl-mro-compat) ("perl-mro-compat" ,perl-mro-compat)
("perl-try-tiny" ,perl-try-tiny))) ("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") (synopsis "Easily create test classes in an xUnit/JUnit style")
(description "@code{Test::Class} provides a simple way of creating classes (description "@code{Test::Class} provides a simple way of creating classes
and objects to test your code in an xUnit style. and objects to test your code in an xUnit style.
@ -174,7 +174,7 @@ Built using @code{Test::Builder}, it was designed to work with other
("perl-module-runtime" ,perl-module-runtime) ("perl-module-runtime" ,perl-module-runtime)
("perl-try-tiny" ,perl-try-tiny) ("perl-try-tiny" ,perl-try-tiny)
("perl-mro-compat" ,perl-mro-compat))) ("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") (synopsis "Test classes the easy way")
(description "@code{Test::Class::Most} provides some more convenience when (description "@code{Test::Class::Most} provides some more convenience when
using @code{Test::Class}.") using @code{Test::Class}.")
@ -207,7 +207,7 @@ using @code{Test::Class}.")
("perl-sub-exporter" ,perl-sub-exporter) ("perl-sub-exporter" ,perl-sub-exporter)
("perl-file-find-rule" ,perl-file-find-rule) ("perl-file-find-rule" ,perl-file-find-rule)
("perl-file-find-rule-perl" ,perl-file-find-rule-perl))) ("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") (synopsis "Check for uncleaned imports")
(description "This module lets you check your module's namespaces for (description "This module lets you check your module's namespaces for
imported functions you might have forgotten to remove with imported functions you might have forgotten to remove with
@ -257,7 +257,7 @@ output and standard error of external commands.")
("perl-test-pod" ,perl-test-pod) ("perl-test-pod" ,perl-test-pod)
("perl-test-pod-coverage" ,perl-test-pod-coverage))) ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
(home-page (home-page
"http://search.cpan.org/dist/Test-CPAN-Meta/") "https://metacpan.org/release/Test-CPAN-Meta")
(synopsis "Validate your CPAN META.yml files") (synopsis "Validate your CPAN META.yml files")
(description (description
"This module was written to ensure that a META.yml file meets the "This module was written to ensure that a META.yml file meets the
@ -285,7 +285,7 @@ specification.")
(inputs (inputs
`(("perl-json" ,perl-json))) `(("perl-json" ,perl-json)))
(home-page (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") (synopsis "Validate your CPAN META.json files")
(description (description
"This module was written to ensure that a META.json file meets the "This module was written to ensure that a META.json file meets the
@ -312,7 +312,7 @@ specification.")
that the values match, that arrays and hashes have the same elements and that 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 references are blessed into the correct class. It also handles circular data
structures without getting caught in an infinite loop.") 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" (license gpl1+))) ; or "Artistic License"
(define-public perl-test-differences (define-public perl-test-differences
@ -333,7 +333,7 @@ structures without getting caught in an infinite loop.")
(propagated-inputs (propagated-inputs
`(("perl-text-diff" ,perl-text-diff) `(("perl-text-diff" ,perl-text-diff)
("perl-capture-tiny" ,perl-capture-tiny))) ("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") (synopsis "Test strings and data structures and show differences")
(description "This module exports three test functions and four diff-style (description "This module exports three test functions and four diff-style
functions.") functions.")
@ -355,7 +355,7 @@ functions.")
"1ncql08cizhicbxwd753b4czns8nlcnlw0zfjcfrbdd41x4j6hqr")))) "1ncql08cizhicbxwd753b4czns8nlcnlw0zfjcfrbdd41x4j6hqr"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-test-exception" ,perl-test-exception))) (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") (synopsis "Perl extension for maintaining test directories")
(description "Testing code can involve making sure that files are created (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 and deleted as expected. Doing this manually can be error prone, as it's easy
@ -405,7 +405,7 @@ files, as well as to verify that there are no missing or unknown files.")
"0l3bxpsw0x7j9nclizcp53mnf9wny25dmg2iglfhzgnk0xfpwzwf")))) "0l3bxpsw0x7j9nclizcp53mnf9wny25dmg2iglfhzgnk0xfpwzwf"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page (home-page
"http://search.cpan.org/dist/Test-EOL/") "https://metacpan.org/release/Test-EOL")
(synopsis (synopsis
"Check the correct line endings in your project") "Check the correct line endings in your project")
(description (description
@ -430,7 +430,7 @@ and/or windows line endings in your perl code.")
`(("perl-module-build" ,perl-module-build))) `(("perl-module-build" ,perl-module-build)))
(propagated-inputs (propagated-inputs
`(("perl-sub-uplevel" ,perl-sub-uplevel))) `(("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") (synopsis "Test exception based code")
(description "This module provides a few convenience methods for testing (description "This module provides a few convenience methods for testing
exception based code. It is built with Test::Builder and plays happily with exception based code. It is built with Test::Builder and plays happily with
@ -453,7 +453,7 @@ Test::More and friends.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny))) `(("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") (synopsis "Add test failures if warnings are caught")
(description (description
"Test::FailWarnings adds test failures if warnings are caught.") "Test::FailWarnings adds test failures if warnings are caught.")
@ -473,7 +473,7 @@ Test::More and friends.")
"1c6bs68mss4q7cyapkv2c0jn66i21050p0faxf3s3417gdffzp5w")))) "1c6bs68mss4q7cyapkv2c0jn66i21050p0faxf3s3417gdffzp5w"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs `(("perl-try-tiny" ,perl-try-tiny))) (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") (synopsis "Simple helpers for testing code with exceptions")
(description "Test::Fatal is an alternative to the popular (description "Test::Fatal is an alternative to the popular
Test::Exception. It does much less, but should allow greater flexibility in Test::Exception. It does much less, but should allow greater flexibility in
@ -522,7 +522,7 @@ for testing.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-path-tiny" ,perl-path-tiny))) `(("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") (synopsis "Portable filename comparison")
(description "Test::Filename provides functions to convert all path (description "Test::Filename provides functions to convert all path
separators automatically.") separators automatically.")
@ -546,7 +546,7 @@ separators automatically.")
(propagated-inputs (propagated-inputs
`(("perl-algorithm-diff" ,perl-algorithm-diff) `(("perl-algorithm-diff" ,perl-algorithm-diff)
("perl-text-diff" ,perl-text-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") (synopsis "Ease software testing with files and directories")
(description "This library provides functions to enable testing of files (description "This library provides functions to enable testing of files
and directories. For instance, the @code{file_ok} helper can test whether the and directories. For instance, the @code{file_ok} helper can test whether the
@ -578,7 +578,7 @@ contents of a file is equal to a particular string.")
(string-append "#!" (assoc-ref inputs "perl") (string-append "#!" (assoc-ref inputs "perl")
"/bin/perl"))) "/bin/perl")))
#t))))) #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") (synopsis "Run Perl standard test scripts with statistics")
(description "Simple test harness which allows tests to be run and results (description "Simple test harness which allows tests to be run and results
automatically aggregated and output to STDOUT.") automatically aggregated and output to STDOUT.")
@ -597,7 +597,7 @@ automatically aggregated and output to STDOUT.")
(base32 (base32
"00z4hcjra5nk700f3fgpy8fs036d7ry7glpn8g3wh7jzj7nrw22z")))) "00z4hcjra5nk700f3fgpy8fs036d7ry7glpn8g3wh7jzj7nrw22z"))))
(build-system perl-build-system) (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") (synopsis "Traces memory leaks in Perl")
(description "Test::LeakTrace provides several functions that trace memory (description "Test::LeakTrace provides several functions that trace memory
leaks. This module scans arenas, the memory allocation system, so it can leaks. This module scans arenas, the memory allocation system, so it can
@ -617,7 +617,7 @@ detect any leaked SVs in given blocks.")
(base32 (base32
"0kwp7rfr1i2amz4ckigkv13ah7jr30q6l5k4wk0vxl84myg39i5b")))) "0kwp7rfr1i2amz4ckigkv13ah7jr30q6l5k4wk0vxl84myg39i5b"))))
(build-system perl-build-system) (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") (synopsis "Tests strings for equality, with more helpful failures")
(description "This module provides some drop-in replacements for the (description "This module provides some drop-in replacements for the
string comparison functions of Test::More, but which are more suitable when string comparison functions of Test::More, but which are more suitable when
@ -639,7 +639,7 @@ you test against long strings.")
(native-inputs (native-inputs
`(("perl-test-pod" ,perl-test-pod) `(("perl-test-pod" ,perl-test-pod)
("perl-test-pod-coverage" ,perl-test-pod-coverage))) ("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") (synopsis "Interact with a t/test_manifest file")
(description "@code{Test::Manifest} overrides the default test file order. Instead of (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 running all of the t/*.t files in ASCII-betical order, it looks in the t/test_manifest
@ -667,7 +667,7 @@ It constructs the right value for the build system to do the right thing.")
(propagated-inputs (propagated-inputs
`(("perl-devel-cycle" ,perl-devel-cycle))) `(("perl-devel-cycle" ,perl-devel-cycle)))
(home-page (home-page
"http://search.cpan.org/dist/Test-Memory-Cycle/") "https://metacpan.org/release/Test-Memory-Cycle")
(synopsis (synopsis
"Verifies code hasn't left circular references") "Verifies code hasn't left circular references")
(description (description
@ -702,7 +702,7 @@ memory_cycle_ok( $object );
("perl-test-pod-coverage" ,perl-test-pod-coverage))) ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
(propagated-inputs (propagated-inputs
`(("perl-super" ,perl-super))) `(("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") (synopsis "Override subroutines in a module for unit testing")
(description (description
"@code{Test::MockModule} lets you temporarily redefine subroutines in other "@code{Test::MockModule} lets you temporarily redefine subroutines in other
@ -735,7 +735,7 @@ you @code{unmock()} the subroutine.")
("perl-universal-can" ,perl-universal-can) ("perl-universal-can" ,perl-universal-can)
("perl-universal-isa" ,perl-universal-isa))) ("perl-universal-isa" ,perl-universal-isa)))
(arguments `(#:tests? #f)) ;TODO: tests require perl-cgi (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") (synopsis "Emulate troublesome interfaces in Perl")
(description "Test::MockObject allows you to create objects that conform (description "Test::MockObject allows you to create objects that conform
to particular interfaces with very little code. You don't have to reimplement to particular interfaces with very little code. You don't have to reimplement
@ -757,7 +757,7 @@ the behavior, just the input and the output.")
(propagated-inputs (propagated-inputs
`(("perl-time-piece" ,perl-time-piece))) `(("perl-time-piece" ,perl-time-piece)))
(build-system perl-build-system) (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") (synopsis "Replaces actual time with simulated time")
(description "This module was created to enable test suites to test code (description "This module was created to enable test suites to test code
at specific points in time. Specifically it overrides localtime, gmtime and at specific points in time. Specifically it overrides localtime, gmtime and
@ -785,7 +785,7 @@ to gmtime,time or localtime.")
("perl-exception-class" ,perl-exception-class) ("perl-exception-class" ,perl-exception-class)
("perl-test-deep" ,perl-test-deep) ("perl-test-deep" ,perl-test-deep)
("perl-test-exception" ,perl-test-exception))) ("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") (synopsis "Most commonly needed test functions and features")
(description "This module provides the most commonly used testing (description "This module provides the most commonly used testing
functions, along with automatically turning on strict and warning and gives a functions, along with automatically turning on strict and warning and gives a
@ -808,7 +808,7 @@ bit more fine-grained control over test suites.")
"16gkgpmr9hvkz382iaqd3500269lk2d44fqaw3dsrvc66nc36kss")))) "16gkgpmr9hvkz382iaqd3500269lk2d44fqaw3dsrvc66nc36kss"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page (home-page
"http://search.cpan.org/dist/Test-Needs/") "https://metacpan.org/release/Test-Needs")
(synopsis (synopsis
"Skip tests when modules not available") "Skip tests when modules not available")
(description "@code{Test::Needs} allows you to skip test scripts if (description "@code{Test::Needs} allows you to skip test scripts if
@ -836,7 +836,7 @@ If used in a subtest, the remainder of the subtest will be skipped.")
"0c306p9qdpa2ycii3c50hml23mwy6bjxpry126g1dw11hyiwcxgv")))) "0c306p9qdpa2ycii3c50hml23mwy6bjxpry126g1dw11hyiwcxgv"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page (home-page
"http://search.cpan.org/dist/Test-NoTabs/") "https://metacpan.org/release/Test-NoTabs")
(synopsis (synopsis
"Check the presence of tabs in your project") "Check the presence of tabs in your project")
(description (description
@ -864,7 +864,7 @@ stored. It automatically adds an extra test that will run when your script
ends to check that there were no warnings. If there were any warnings, the 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, 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.") 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))) (license lgpl2.1)))
(define-public perl-test-number-delta (define-public perl-test-number-delta
@ -879,7 +879,7 @@ including a stack trace of what was going on when it occurred.")
(base32 (base32
"0jfhzhpzkc23mkrlbnv085ykpfncmy99hvppbzjnrpvgks8k0m2k")))) "0jfhzhpzkc23mkrlbnv085ykpfncmy99hvppbzjnrpvgks8k0m2k"))))
(build-system perl-build-system) (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 (synopsis
"Compare the difference between numbers against a given tolerance") "Compare the difference between numbers against a given tolerance")
(description (description
@ -911,7 +911,7 @@ usually called epsilon. This module provides such a function for use with
"Test::Output provides a simple interface for testing output sent to "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 STDOUT or STDERR. A number of different utilities are included to try and be
as flexible as possible to the tester.") 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))) (license perl-license)))
(define-public perl-test-pod (define-public perl-test-pod
@ -928,7 +928,7 @@ as flexible as possible to the tester.")
"1z75x1pxwp8ajwq9iazlg2c3wd7rdlim08yclpdg32qnc36dpa30")))) "1z75x1pxwp8ajwq9iazlg2c3wd7rdlim08yclpdg32qnc36dpa30"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build))) (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") (synopsis "Check for POD errors in files")
(description "Check POD files for errors or warnings in a test file, using (description "Check POD files for errors or warnings in a test file, using
Pod::Simple to do the heavy lifting.") Pod::Simple to do the heavy lifting.")
@ -949,7 +949,7 @@ Pod::Simple to do the heavy lifting.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-pod-coverage" ,perl-pod-coverage))) `(("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") (synopsis "Check for pod coverage")
(description "This module adds a test to your Perl distribution which (description "This module adds a test to your Perl distribution which
checks for pod coverage of all appropriate files.") checks for pod coverage of all appropriate files.")
@ -968,7 +968,7 @@ checks for pod coverage of all appropriate files.")
(base32 (base32
"1d9f481lj12cw1ciil46xq9nq16p6a90nm7yrsalpf8asn8s6s17")))) "1d9f481lj12cw1ciil46xq9nq16p6a90nm7yrsalpf8asn8s6s17"))))
(build-system perl-build-system) (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") (synopsis "Checks to see if the module can be loaded")
(description "Test::Requires 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.") If this fails, then rather than failing tests this skips all tests.")
@ -989,7 +989,7 @@ If this fails, then rather than failing tests this skips all tests.")
(base32 (base32
"0gl33vpj9bb78pzyijp884b66sbw6jkh1ci0xki8rmf03hmb79xv")))) "0gl33vpj9bb78pzyijp884b66sbw6jkh1ci0xki8rmf03hmb79xv"))))
(build-system perl-build-system) (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") (synopsis "Easily test network connectivity when running tests")
(description (description
"This Perl module is intended to easily test network connectivity to "This Perl module is intended to easily test network connectivity to
@ -1021,7 +1021,7 @@ reported, and the tests skipped.")
("perl-multidimensional" ,perl-multidimensional) ("perl-multidimensional" ,perl-multidimensional)
("perl-strictures" ,perl-strictures) ("perl-strictures" ,perl-strictures)
("perl-sub-install" ,perl-sub-install))) ("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") (synopsis "Composable, reusable tests with roles and Moo")
(description "Test::Roo provides composable, reusable tests with roles.") (description "Test::Roo provides composable, reusable tests with roles.")
(license asl2.0))) (license asl2.0)))
@ -1047,7 +1047,7 @@ reported, and the tests skipped.")
`(("perl-path-tiny" ,perl-path-tiny) `(("perl-path-tiny" ,perl-path-tiny)
("perl-test-trap" ,perl-test-trap) ("perl-test-trap" ,perl-test-trap)
("valgrind" ,valgrind))) ("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") (synopsis "Tests that an external program is valgrind-clean")
(description "Test::RunValgind checks weather Valgrind does not detect (description "Test::RunValgind checks weather Valgrind does not detect
errors (such as memory leaks) in an arbitrary binary executable.") errors (such as memory leaks) in an arbitrary binary executable.")
@ -1073,7 +1073,7 @@ errors (such as memory leaks) in an arbitrary binary executable.")
"The intent of the Test::Script module is to provide a series of basic "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 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.") 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))) (license perl-license)))
(define-public perl-test-sharedfork (define-public perl-test-sharedfork
@ -1091,7 +1091,7 @@ bin as is also commonly used) paths of your Perl distribution.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-requires" ,perl-test-requires))) `(("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") (synopsis "Fork test in Perl")
(description "Test::SharedFork is a utility module for Test::Builder. It (description "Test::SharedFork is a utility module for Test::Builder. It
makes fork(2) safe to use in test cases.") makes fork(2) safe to use in test cases.")
@ -1112,7 +1112,7 @@ makes fork(2) safe to use in test cases.")
(synopsis "Basic utilities for writing tests") (synopsis "Basic utilities for writing tests")
(description (description
"Test::Simple contains basic utilities for writing tests.") "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))) (license perl-license)))
(define-public perl-test-taint (define-public perl-test-taint
@ -1128,7 +1128,7 @@ makes fork(2) safe to use in test cases.")
(base32 (base32
"01rip5d7gdr1c7lq6yczzkqfd0500nfa977ryigylj6jj75526vj")))) "01rip5d7gdr1c7lq6yczzkqfd0500nfa977ryigylj6jj75526vj"))))
(build-system perl-build-system) (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") (synopsis "Checks for taintedness of variables")
(description "Tainted data is data that comes from an unsafe source, such (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 as the command line, or, in the case of web apps, any @code{GET} or
@ -1157,7 +1157,7 @@ easy ways to check and report on the taintedness of your data, in standard
(description (description
"Test::Tester allows testing of test modules based on Test::Builder with "Test::Tester allows testing of test modules based on Test::Builder with
a minimum of effort.") 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))) (license perl-license)))
(define-public perl-test-perltidy (define-public perl-test-perltidy
@ -1179,7 +1179,7 @@ a minimum of effort.")
("perl-file-slurp" ,perl-file-slurp) ("perl-file-slurp" ,perl-file-slurp)
("perltidy" ,perltidy) ("perltidy" ,perltidy)
("perl-text-diff" ,perl-text-diff))) ("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") (synopsis "Check that all your Perl files are tidy")
(description (description
"Using @code{Test::PerlTidy}, any file ending in .pl, .pm, .t or .PL will "Using @code{Test::PerlTidy}, any file ending in .pl, .pm, .t or .PL will
@ -1205,7 +1205,7 @@ cause a test fail unless it is exactly as @code{perltidy} would like it to be.")
(propagated-inputs (propagated-inputs
`(("perl-test-tester" ,perl-test-tester) `(("perl-test-tester" ,perl-test-tester)
("perl-data-dump" ,perl-data-dump))) ("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") (synopsis "Trap exit codes, exceptions, output, and so on")
(description "This module is primarily (but not exclusively) for use in (description "This module is primarily (but not exclusively) for use in
test scripts: A block eval configurable and extensible but by default trapping test scripts: A block eval configurable and extensible but by default trapping
@ -1228,7 +1228,7 @@ from boxed blocks of test code.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-install" ,perl-module-install))) `(("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") (synopsis "UTF-8 testing in Perl")
(description "This module is a collection of tests useful for dealing with (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 UTF-8 strings in Perl. This module has two types of tests: The validity tests
@ -1251,7 +1251,7 @@ will check that string has a given set of characteristics.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-sub-uplevel" ,perl-sub-uplevel))) `(("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") (synopsis "Perl extension to test methods for warnings")
(description "This module provides a few convenience methods for testing (description "This module provides a few convenience methods for testing
warning based code.") warning based code.")
@ -1270,7 +1270,7 @@ warning based code.")
(base32 (base32
"024srkwjckp15dxkni9lb1hc8bg4xwc52zz0iich8rv1nnqnhaxf")))) "024srkwjckp15dxkni9lb1hc8bg4xwc52zz0iich8rv1nnqnhaxf"))))
(build-system perl-build-system) (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") (synopsis "Test for warnings and the lack of them")
(description "This module is intended to be used as a drop-in replacement (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 for Test::NoWarnings. It also adds an extra test, but runs this test before
@ -1292,7 +1292,7 @@ plan, or not, and things will still Just Work.")
(base32 (base32
"0955ib9cz1naz7a2v6lx78kj29q7ihmdn51im6wd1im669yfp6lf")))) "0955ib9cz1naz7a2v6lx78kj29q7ihmdn51im6wd1im669yfp6lf"))))
(build-system perl-build-system) (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") (synopsis "Test fallback behaviour in absence of modules")
(description "This module allows you to deliberately hide modules from a (description "This module allows you to deliberately hide modules from a
program even though they are installed. This is mostly useful for testing program even though they are installed. This is mostly useful for testing
@ -1320,7 +1320,7 @@ installed.")
`(("perl-data-tumbler" ,perl-data-tumbler) `(("perl-data-tumbler" ,perl-data-tumbler)
("perl-file-homedir" ,perl-file-homedir) ("perl-file-homedir" ,perl-file-homedir)
("perl-module-pluggable" ,perl-module-pluggable))) ("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") (synopsis "Dynamic generation of tests")
(description "The Test::WriteVariants module provides for the dynamic (description "The Test::WriteVariants module provides for the dynamic
generation of tests in nested combinations of contexts.") generation of tests in nested combinations of contexts.")
@ -1341,7 +1341,7 @@ generation of tests in nested combinations of contexts.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-test-base" ,perl-test-base))) `(("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") (synopsis "Testing module for YAML implementations")
(description "Test::YAML is a subclass of Test::Base with YAML specific (description "Test::YAML is a subclass of Test::Base with YAML specific
support.") support.")
@ -1371,7 +1371,7 @@ support.")
("perl-text-glob" ,perl-text-glob) ("perl-text-glob" ,perl-text-glob)
("perl-number-compare" ,perl-number-compare))) ("perl-number-compare" ,perl-number-compare)))
(home-page (home-page
"http://search.cpan.org/dist/Test-TrailingSpace/") "https://metacpan.org/release/Test-TrailingSpace")
(synopsis (synopsis
"Test for trailing space in Perl source files") "Test for trailing space in Perl source files")
(description "Test::TrailingSpace tests for trailing spaces (description "Test::TrailingSpace tests for trailing spaces

File diff suppressed because it is too large Load Diff

View File

@ -216,7 +216,7 @@ MTP, and much more.")
(lib (dirname (dirname (car pm))))) (lib (dirname (dirname (car pm)))))
(wrap-program (string-append out "/bin/exiftool") (wrap-program (string-append out "/bin/exiftool")
`("PERL5LIB" prefix (,lib))))))))) `("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") (synopsis "Program and Perl library to manipulate EXIF and other metadata")
(description "This package provides the @code{exiftool} command and the (description "This package provides the @code{exiftool} command and the
@code{Image::ExifTool} Perl library to manipulate EXIF tags of digital images @code{Image::ExifTool} Perl library to manipulate EXIF tags of digital images

View File

@ -212,7 +212,7 @@ interfaces (GUIs) in the Tcl language.")
(synopsis "Graphical user interface toolkit for Perl") (synopsis "Graphical user interface toolkit for Perl")
(description (description
"Tk is a Graphical User Interface ToolKit.") "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 ;; 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 ;; 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 ;; 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 © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; 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 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; ;;;
@ -4094,7 +4094,7 @@ This package contains the complete TeX Live distribution.")
("perl-config-autoconf" ,perl-config-autoconf) ("perl-config-autoconf" ,perl-config-autoconf)
("perl-extutils-libbuilder" ,perl-extutils-libbuilder) ("perl-extutils-libbuilder" ,perl-extutils-libbuilder)
("perl-module-build" ,perl-module-build))) ("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") (synopsis "Interface to read and parse BibTeX files")
(description "@code{Text::BibTeX} is a Perl library for reading, parsing, (description "@code{Text::BibTeX} is a Perl library for reading, parsing,
and processing BibTeX files. @code{Text::BibTeX} gives you access to the data and processing BibTeX files. @code{Text::BibTeX} gives you access to the data

View File

@ -658,7 +658,7 @@ http servers, too), an sslcat() function for writing your own clients, and
finally access to the SSL api of the SSLeay/OpenSSL package so you can write finally access to the SSL api of the SSLeay/OpenSSL package so you can write
servers or clients for more complicated applications.") servers or clients for more complicated applications.")
(license license:perl-license) (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 (define-public perl-crypt-openssl-rsa
(package (package
@ -683,7 +683,7 @@ servers or clients for more complicated applications.")
("openssl" ,openssl))) ("openssl" ,openssl)))
(arguments perl-crypt-arguments) (arguments perl-crypt-arguments)
(home-page (home-page
"http://search.cpan.org/dist/Crypt-OpenSSL-RSA") "https://metacpan.org/release/Crypt-OpenSSL-RSA")
(synopsis (synopsis
"RSA encoding and decoding, using the openSSL libraries") "RSA encoding and decoding, using the openSSL libraries")
(description "Crypt::OpenSSL::RSA does RSA encoding and decoding (using the (description "Crypt::OpenSSL::RSA does RSA encoding and decoding (using the
@ -718,7 +718,7 @@ OpenSSL libraries).")
(inputs `(("openssl" ,openssl))) (inputs `(("openssl" ,openssl)))
(arguments perl-crypt-arguments) (arguments perl-crypt-arguments)
(home-page (home-page
"http://search.cpan.org/dist/Crypt-OpenSSL-Bignum") "https://metacpan.org/release/Crypt-OpenSSL-Bignum")
(synopsis (synopsis
"OpenSSL's multiprecision integer arithmetic in Perl") "OpenSSL's multiprecision integer arithmetic in Perl")
(description "Crypt::OpenSSL::Bignum provides multiprecision integer (description "Crypt::OpenSSL::Bignum provides multiprecision integer
@ -740,7 +740,7 @@ arithmetic in Perl.")
(base32 (base32
"0rvi9l4ljcbhwwvspq019nfq2h2v746dk355h2nwnlmqikiihsxa")))) "0rvi9l4ljcbhwwvspq019nfq2h2v746dk355h2nwnlmqikiihsxa"))))
(build-system perl-build-system) (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") (synopsis "Guess the OpenSSL include path")
(description (description
"The Crypt::OpenSSL::Guess Perl module provides helpers to guess the "The Crypt::OpenSSL::Guess Perl module provides helpers to guess the
@ -769,7 +769,7 @@ correct OpenSSL include path. It is intended for use in your
`(("openssl" ,openssl))) `(("openssl" ,openssl)))
(arguments perl-crypt-arguments) (arguments perl-crypt-arguments)
(home-page (home-page
"http://search.cpan.org/dist/Crypt-OpenSSL-Random") "https://metacpan.org/release/Crypt-OpenSSL-Random")
(synopsis (synopsis
"OpenSSL/LibreSSL pseudo-random number generator access") "OpenSSL/LibreSSL pseudo-random number generator access")
(description "Crypt::OpenSSL::Random is a OpenSSL/LibreSSL pseudo-random (description "Crypt::OpenSSL::Random is a OpenSSL/LibreSSL pseudo-random

View File

@ -460,7 +460,7 @@ servers that may need it).")
("perl-net-server" ,perl-net-server) ("perl-net-server" ,perl-net-server)
("perl-plack" ,perl-plack) ("perl-plack" ,perl-plack)
("perl-test-tcp" ,perl-test-tcp))) ("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") (synopsis "PSGI/Plack web server")
(description "Starman is a PSGI perl web server that has unique features (description "Starman is a PSGI perl web server that has unique features
such as high performance, preforking, signal support, superdaemon awareness, such as high performance, preforking, signal support, superdaemon awareness,
@ -1287,7 +1287,7 @@ language known as SASS.")
(propagated-inputs (propagated-inputs
`(("perl-posix-strftime-compiler" ,perl-posix-strftime-compiler))) `(("perl-posix-strftime-compiler" ,perl-posix-strftime-compiler)))
(arguments `(#:tests? #f)) ;TODO: Timezone test failures (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") (synopsis "Compile a log format string to perl-code")
(description "This module provides methods to compile a log format string (description "This module provides methods to compile a log format string
to perl-code, for faster generation of access_log lines.") to perl-code, for faster generation of access_log lines.")
@ -1316,7 +1316,7 @@ to perl-code, for faster generation of access_log lines.")
(propagated-inputs (propagated-inputs
`(("perl-digest-hmac" ,perl-digest-hmac) `(("perl-digest-hmac" ,perl-digest-hmac)
("perl-gssapi" ,perl-gssapi))) ("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") (synopsis "SASL authentication framework")
(description "Authen::SASL provides an SASL authentication framework.") (description "Authen::SASL provides an SASL authentication framework.")
(license l:perl-license))) (license l:perl-license)))
@ -1342,7 +1342,7 @@ to perl-code, for faster generation of access_log lines.")
`(("perl-catalyst-runtime" ,perl-catalyst-runtime) `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
("perl-data-visitor" ,perl-data-visitor) ("perl-data-visitor" ,perl-data-visitor)
("perl-mro-compat" ,perl-mro-compat))) ("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") (synopsis "Sensible default Catalyst action")
(description "This Catalyst action implements a sensible default end (description "This Catalyst action implements a sensible default end
action, which will forward to the first available view.") action, which will forward to the first available view.")
@ -1375,7 +1375,7 @@ action, which will forward to the first available view.")
("perl-params-validate" ,perl-params-validate) ("perl-params-validate" ,perl-params-validate)
("perl-uri-find" ,perl-uri-find) ("perl-uri-find" ,perl-uri-find)
("perl-xml-simple" ,perl-xml-simple))) ("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") (synopsis "Automated REST Method Dispatching")
(description "This Action handles doing automatic method dispatching for (description "This Action handles doing automatic method dispatching for
REST requests. It takes a normal Catalyst action, and changes the dispatch to REST requests. It takes a normal Catalyst action, and changes the dispatch to
@ -1413,7 +1413,7 @@ regular method.")
("perl-dbix-class" ,perl-dbix-class) ("perl-dbix-class" ,perl-dbix-class)
("perl-catalyst-model-dbic-schema" ,perl-catalyst-model-dbic-schema))) ("perl-catalyst-model-dbic-schema" ,perl-catalyst-model-dbic-schema)))
(home-page (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") (synopsis "Storage class for Catalyst authentication using DBIx::Class")
(description "The Catalyst::Authentication::Store::DBIx::Class class (description "The Catalyst::Authentication::Store::DBIx::Class class
provides access to authentication information stored in a database via provides access to authentication information stored in a database via
@ -1440,7 +1440,7 @@ DBIx::Class.")
`(("perl-catalyst-runtime" ,perl-catalyst-runtime) `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
("perl-moose" ,perl-moose))) ("perl-moose" ,perl-moose)))
(home-page (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") (synopsis "Create only one instance of Moose component per context")
(description "Catalyst::Component::InstancePerContext returns a new (description "Catalyst::Component::InstancePerContext returns a new
instance of a component on each request.") instance of a component on each request.")
@ -1478,7 +1478,7 @@ instance of a component on each request.")
("perl-namespace-clean" ,perl-namespace-clean) ("perl-namespace-clean" ,perl-namespace-clean)
("perl-path-class" ,perl-path-class) ("perl-path-class" ,perl-path-class)
("perl-template-toolkit" ,perl-template-toolkit))) ("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") (synopsis "Catalyst Development Tools")
(description "The Catalyst-Devel distribution includes a variety of (description "The Catalyst-Devel distribution includes a variety of
modules useful for the development of Catalyst applications, but not required modules useful for the development of Catalyst applications, but not required
@ -1508,7 +1508,7 @@ modules.")
(propagated-inputs (propagated-inputs
`(("perl-moose" ,perl-moose) `(("perl-moose" ,perl-moose)
("perl-text-simpletable" ,perl-text-simpletable))) ("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") (synopsis "Regex DispatchType for Catalyst")
(description "Dispatch type managing path-matching behaviour using (description "Dispatch type managing path-matching behaviour using
regexes. Regex dispatch types have been deprecated and removed from Catalyst regexes. Regex dispatch types have been deprecated and removed from Catalyst
@ -1558,7 +1558,7 @@ when the dispatch type is first seen in your application.")
("perl-namespace-clean" ,perl-namespace-clean) ("perl-namespace-clean" ,perl-namespace-clean)
("perl-tie-ixhash" ,perl-tie-ixhash) ("perl-tie-ixhash" ,perl-tie-ixhash)
("perl-try-tiny" ,perl-try-tiny))) ("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") (synopsis "DBIx::Class::Schema Model Class")
(description "This is a Catalyst Model for DBIx::Class::Schema-based (description "This is a Catalyst Model for DBIx::Class::Schema-based
Models.") Models.")
@ -1582,7 +1582,7 @@ Models.")
("perl-datetime" ,perl-datetime) ("perl-datetime" ,perl-datetime)
("perl-moose" ,perl-moose) ("perl-moose" ,perl-moose)
("perl-namespace-autoclean" ,perl-namespace-autoclean))) ("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") (synopsis "Request logging from within Catalyst")
(description "This Catalyst plugin enables you to create \"access logs\" (description "This Catalyst plugin enables you to create \"access logs\"
from within a Catalyst application instead of requiring a webserver to do it from within a Catalyst application instead of requiring a webserver to do it
@ -1617,7 +1617,7 @@ for you. It will work even with Catalyst debug logging turned off.")
("perl-string-rewriteprefix" ,perl-string-rewriteprefix) ("perl-string-rewriteprefix" ,perl-string-rewriteprefix)
("perl-test-exception" ,perl-test-exception) ("perl-test-exception" ,perl-test-exception)
("perl-try-tiny" ,perl-try-tiny))) ("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") (synopsis "Infrastructure plugin for the Catalyst authentication framework")
(description "The authentication plugin provides generic user support for (description "The authentication plugin provides generic user support for
Catalyst apps. It is the basis for both authentication (checking the user is Catalyst apps. It is the basis for both authentication (checking the user is
@ -1649,7 +1649,7 @@ system authorises them to do).")
("perl-set-object" ,perl-set-object) ("perl-set-object" ,perl-set-object)
("perl-universal-isa" ,perl-universal-isa))) ("perl-universal-isa" ,perl-universal-isa)))
(home-page (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") (synopsis "Role-based authorization for Catalyst")
(description "Catalyst::Plugin::Authorization::Roles provides role-based (description "Catalyst::Plugin::Authorization::Roles provides role-based
authorization for Catalyst based on Catalyst::Plugin::Authentication.") authorization for Catalyst based on Catalyst::Plugin::Authentication.")
@ -1673,7 +1673,7 @@ authorization for Catalyst based on Catalyst::Plugin::Authentication.")
("perl-catalyst-runtime" ,perl-catalyst-runtime) ("perl-catalyst-runtime" ,perl-catalyst-runtime)
("perl-gd-securityimage" ,perl-gd-securityimage) ("perl-gd-securityimage" ,perl-gd-securityimage)
("perl-http-date" ,perl-http-date))) ("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") (synopsis "Captchas for Catalyst")
(description "This plugin creates and validates Captcha images for (description "This plugin creates and validates Captcha images for
Catalyst.") Catalyst.")
@ -1701,7 +1701,7 @@ Catalyst.")
("perl-config-any" ,perl-config-any) ("perl-config-any" ,perl-config-any)
("perl-data-visitor" ,perl-data-visitor) ("perl-data-visitor" ,perl-data-visitor)
("perl-mro-compat" ,perl-mro-compat))) ("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") (synopsis "Load config files of various types")
(description "This module will attempt to load find and load configuration (description "This module will attempt to load find and load configuration
files of various types. Currently it supports YAML, JSON, XML, INI and Perl files of various types. Currently it supports YAML, JSON, XML, INI and Perl
@ -1734,7 +1734,7 @@ formats.")
("perl-namespace-clean" ,perl-namespace-clean) ("perl-namespace-clean" ,perl-namespace-clean)
("perl-object-signature" ,perl-object-signature) ("perl-object-signature" ,perl-object-signature)
("perl-test-www-mechanize-psgi" ,perl-test-www-mechanize-psgi))) ("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") (synopsis "Catalyst generic session plugin")
(description "This plugin links the two pieces required for session (description "This plugin links the two pieces required for session
management in web applications together: the state, and the store.") management in web applications together: the state, and the store.")
@ -1763,7 +1763,7 @@ management in web applications together: the state, and the store.")
("perl-mro-compat" ,perl-mro-compat) ("perl-mro-compat" ,perl-mro-compat)
("perl-namespace-autoclean" ,perl-namespace-autoclean))) ("perl-namespace-autoclean" ,perl-namespace-autoclean)))
(home-page (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") (synopsis "Maintain session IDs using cookies")
(description "In order for Catalyst::Plugin::Session to work, the session (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 ID needs to be stored on the client, and the session data needs to be stored
@ -1794,7 +1794,7 @@ cookie mechanism.")
("perl-mro-compat" ,perl-mro-compat) ("perl-mro-compat" ,perl-mro-compat)
("perl-path-class" ,perl-path-class))) ("perl-path-class" ,perl-path-class)))
(home-page (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") (synopsis "FastMmap session storage backend")
(description "Catalyst::Plugin::Session::Store::FastMmap is a fast session (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 storage plugin for Catalyst that uses an mmap'ed file to act as a shared
@ -1820,7 +1820,7 @@ memory interprocess cache. It is based on Cache::FastMmap.")
`(("perl-catalyst-runtime" ,perl-catalyst-runtime) `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
("perl-devel-stacktrace" ,perl-devel-stacktrace) ("perl-devel-stacktrace" ,perl-devel-stacktrace)
("perl-mro-compat" ,perl-mro-compat))) ("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") (synopsis "Stack trace on the Catalyst debug screen")
(description "This plugin enhances the standard Catalyst debug screen by (description "This plugin enhances the standard Catalyst debug screen by
including a stack trace of your application up to the point where the error including a stack trace of your application up to the point where the error
@ -1849,7 +1849,7 @@ number, file name, and code context surrounding the line number.")
("perl-moose" ,perl-moose) ("perl-moose" ,perl-moose)
("perl-moosex-types" ,perl-moosex-types) ("perl-moosex-types" ,perl-moosex-types)
("perl-namespace-autoclean" ,perl-namespace-autoclean))) ("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") (synopsis "Simple serving of static pages")
(description "The Static::Simple plugin is designed to make serving static (description "The Static::Simple plugin is designed to make serving static
content in your application during development quick and easy, without content in your application during development quick and easy, without
@ -1912,7 +1912,7 @@ MIME type directly to the browser, without being processed through Catalyst.")
("perl-try-tiny" ,perl-try-tiny) ("perl-try-tiny" ,perl-try-tiny)
("perl-uri" ,perl-uri) ("perl-uri" ,perl-uri)
("perl-uri-ws" ,perl-uri-ws))) ("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") (synopsis "The Catalyst Framework Runtime")
(description "Catalyst is a modern framework for making web applications. (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 It is designed to make it easy to manage the various tasks you need to do to
@ -1944,7 +1944,7 @@ run an application on the web, either by doing them itself, or by letting you
("perl-namespace-autoclean" ,perl-namespace-autoclean) ("perl-namespace-autoclean" ,perl-namespace-autoclean)
("perl-uri" ,perl-uri))) ("perl-uri" ,perl-uri)))
(home-page (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") (synopsis "Replace request base with value passed by HTTP proxy")
(description "This module is a Moose::Role which allows you more (description "This module is a Moose::Role which allows you more
flexibility in your application's deployment configurations when deployed flexibility in your application's deployment configurations when deployed
@ -1972,7 +1972,7 @@ replaced with the contents of the X-Request-Base header.")
("perl-test-www-mechanize-catalyst" ,perl-test-www-mechanize-catalyst) ("perl-test-www-mechanize-catalyst" ,perl-test-www-mechanize-catalyst)
("perl-text-csv" ,perl-text-csv) ("perl-text-csv" ,perl-text-csv)
("perl-xml-simple" ,perl-xml-simple))) ("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") (synopsis "Download data in many formats")
(description "The purpose of this module is to provide a method for (description "The purpose of this module is to provide a method for
downloading data into many supportable formats. For example, downloading a downloading data into many supportable formats. For example, downloading a
@ -1999,7 +1999,7 @@ table based report in a variety of formats (CSV, HTML, etc.).")
`(("perl-catalyst-runtime" ,perl-catalyst-runtime) `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
("perl-json-maybexs" ,perl-json-maybexs) ("perl-json-maybexs" ,perl-json-maybexs)
("perl-mro-compat" ,perl-mro-compat))) ("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") (synopsis "Catalyst JSON view")
(description "Catalyst::View::JSON is a Catalyst View handler that returns (description "Catalyst::View::JSON is a Catalyst View handler that returns
stash data in JSON format.") stash data in JSON format.")
@ -2026,7 +2026,7 @@ stash data in JSON format.")
("perl-path-class" ,perl-path-class) ("perl-path-class" ,perl-path-class)
("perl-template-timer" ,perl-template-timer) ("perl-template-timer" ,perl-template-timer)
("perl-template-toolkit" ,perl-template-toolkit))) ("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") (synopsis "Template View Class")
(description "This module is a Catalyst view class for the Template (description "This module is a Catalyst view class for the Template
Toolkit.") Toolkit.")
@ -2056,7 +2056,7 @@ Toolkit.")
("perl-moosex-traits-pluggable" ,perl-moosex-traits-pluggable) ("perl-moosex-traits-pluggable" ,perl-moosex-traits-pluggable)
("perl-namespace-autoclean" ,perl-namespace-autoclean) ("perl-namespace-autoclean" ,perl-namespace-autoclean)
("perl-list-moreutils" ,perl-list-moreutils))) ("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") (synopsis "Trait Loading and Resolution for Catalyst Components")
(description "Adds a \"COMPONENT\" in Catalyst::Component method to your (description "Adds a \"COMPONENT\" in Catalyst::Component method to your
Catalyst component base class that reads the optional \"traits\" parameter Catalyst component base class that reads the optional \"traits\" parameter
@ -2082,7 +2082,7 @@ MooseX::Traits::Pluggable.")
`(("perl-catalyst-runtime" ,perl-catalyst-runtime) `(("perl-catalyst-runtime" ,perl-catalyst-runtime)
("perl-moose" ,perl-moose) ("perl-moose" ,perl-moose)
("perl-moosex-relatedclassroles" ,perl-moosex-relatedclassroles))) ("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") (synopsis "Apply roles to Catalyst classes")
(description "CatalystX::RoleApplicator applies roles to Catalyst (description "CatalystX::RoleApplicator applies roles to Catalyst
application classes.") application classes.")
@ -2110,7 +2110,7 @@ application classes.")
("perl-moose" ,perl-moose) ("perl-moose" ,perl-moose)
("perl-namespace-autoclean" ,perl-namespace-autoclean) ("perl-namespace-autoclean" ,perl-namespace-autoclean)
("starman" ,starman))) ("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") (synopsis "Catalyst development server with Starman")
(description "This module provides a Catalyst extension to replace the (description "This module provides a Catalyst extension to replace the
development server with Starman.") development server with Starman.")
@ -2135,7 +2135,7 @@ development server with Starman.")
("perl-test-warn" ,perl-test-warn))) ("perl-test-warn" ,perl-test-warn)))
(propagated-inputs (propagated-inputs
`(("perl-html-parser" ,perl-html-parser))) `(("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") (synopsis "Handle Common Gateway Interface requests and responses")
(description "CGI.pm is a stable, complete and mature solution for (description "CGI.pm is a stable, complete and mature solution for
processing and preparing HTTP requests and responses. Major features include processing and preparing HTTP requests and responses. Major features include
@ -2187,7 +2187,7 @@ form-based applications.")
`(("perl-module-build" ,perl-module-build))) `(("perl-module-build" ,perl-module-build)))
(inputs `(("perl-cgi" ,perl-cgi))) (inputs `(("perl-cgi" ,perl-cgi)))
(home-page (home-page
"http://search.cpan.org/dist/CGI-Session") "https://metacpan.org/release/CGI-Session")
(synopsis (synopsis
"Persistent session data in CGI applications") "Persistent session data in CGI applications")
(description (description
@ -2213,7 +2213,7 @@ HTTP requests.")
("perl-module-build" ,perl-module-build) ("perl-module-build" ,perl-module-build)
("perl-test-exception" ,perl-test-exception) ("perl-test-exception" ,perl-test-exception)
("perl-test-nowarnings" ,perl-test-nowarnings))) ("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") (synopsis "CGI interface that is CGI.pm compliant")
(description "CGI::Simple provides a relatively lightweight drop in (description "CGI::Simple provides a relatively lightweight drop in
replacement for CGI.pm. It shares an identical OO interface to CGI.pm for replacement for CGI.pm. It shares an identical OO interface to CGI.pm for
@ -2235,7 +2235,7 @@ parameter parsing, file upload, cookie handling and header generation.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-deep" ,perl-test-deep))) `(("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") (synopsis "Build structures from CGI data")
(description "This is a module for building structured data from CGI (description "This is a module for building structured data from CGI
inputs, in a manner reminiscent of how PHP does.") inputs, in a manner reminiscent of how PHP does.")
@ -2259,7 +2259,7 @@ inputs, in a manner reminiscent of how PHP does.")
(propagated-inputs (propagated-inputs
`(("perl-datetime" ,perl-datetime) `(("perl-datetime" ,perl-datetime)
("perl-http-date" ,perl-http-date))) ("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") (synopsis "Date conversion routines")
(description "This module provides functions that deal with the date (description "This module provides functions that deal with the date
formats used by the HTTP protocol.") formats used by the HTTP protocol.")
@ -2280,7 +2280,7 @@ formats used by the HTTP protocol.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-libwww" ,perl-libwww))) `(("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") (synopsis "MD5 sums for files and urls")
(description "Digest::MD5::File is a Perl extension for getting MD5 sums (description "Digest::MD5::File is a Perl extension for getting MD5 sums
for files and urls.") for files and urls.")
@ -2310,7 +2310,7 @@ Encode module to know this encoding under the name \"locale\". It means
bytes obtained from the environment can be converted to Unicode strings bytes obtained from the environment can be converted to Unicode strings
by calling Encode::encode(locale => $bytes) and converted back again by calling Encode::encode(locale => $bytes) and converted back again
with Encode::decode(locale => $string).") 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 (define-public perl-feed-find
(package (package
@ -2336,7 +2336,7 @@ with Encode::decode(locale => $string).")
("perl-html-parser" ,perl-html-parser) ("perl-html-parser" ,perl-html-parser)
("perl-libwww" ,perl-libwww) ("perl-libwww" ,perl-libwww)
("perl-uri" ,perl-uri))) ("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") (synopsis "Syndication feed auto-discovery")
(description "@code{Feed::Find} implements feed auto-discovery for finding (description "@code{Feed::Find} implements feed auto-discovery for finding
syndication feeds, given a URI. It will discover the following feed formats: syndication feeds, given a URI. It will discover the following feed formats:
@ -2363,7 +2363,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom.")
(description (description
"The File::Listing module exports a single function called parse_dir(), "The File::Listing module exports a single function called parse_dir(),
which can be used to parse directory listings.") 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 (define-public perl-finance-quote
(package (package
@ -2392,7 +2392,7 @@ which can be used to parse directory listings.")
("perl-libwww" ,perl-libwww) ("perl-libwww" ,perl-libwww)
("perl-lwp-protocol-https" ,perl-lwp-protocol-https) ("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
("perl-uri" ,perl-uri))) ("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") (synopsis "Stock and mutual fund quotes")
(description (description
"Finance::Quote gets stock quotes from various internet sources, including "Finance::Quote gets stock quotes from various internet sources, including
@ -2416,7 +2416,7 @@ Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange.")
(arguments (arguments
`(#:make-maker-flags `(#:make-maker-flags
`(,(string-append "--gssapiimpl=" (assoc-ref %build-inputs "gssapi"))))) `(,(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") (synopsis "Perl extension providing access to the GSSAPIv2 library")
(description "This is a Perl extension for using GSSAPI C bindings as (description "This is a Perl extension for using GSSAPI C bindings as
described in RFC 2744.") described in RFC 2744.")
@ -2437,7 +2437,7 @@ described in RFC 2744.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-html-tree" ,perl-html-tree))) `(("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") (synopsis "Manipulate tables of HTML::Element")
(description (description
"HTML::Element::Extended is a Perl extension for manipulating a table "HTML::Element::Extended is a Perl extension for manipulating a table
@ -2463,7 +2463,7 @@ composed of HTML::Element style components.")
("perl-http-message" ,perl-http-message) ("perl-http-message" ,perl-http-message)
("perl-lwp-mediatypes" ,perl-lwp-mediatypes) ("perl-lwp-mediatypes" ,perl-lwp-mediatypes)
("perl-uri" ,perl-uri))) ("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") (synopsis "Perl class representing an HTML form element")
(description "Objects of the HTML::Form class represents a single HTML (description "Objects of the HTML::Form class represents a single HTML
<form> ... </form> instance.") <form> ... </form> instance.")
@ -2494,7 +2494,7 @@ composed of HTML::Element style components.")
(inputs (inputs
`(("perl-html-parser" ,perl-html-parser))) `(("perl-html-parser" ,perl-html-parser)))
(home-page (home-page
"http://search.cpan.org/dist/HTML-Scrubber") "https://metacpan.org/release/HTML-Scrubber")
(synopsis (synopsis
"Perl extension for scrubbing/sanitizing html") "Perl extension for scrubbing/sanitizing html")
(description (description
@ -2518,7 +2518,7 @@ composed of HTML::Element style components.")
`(("perl-html-parser" ,perl-html-parser) `(("perl-html-parser" ,perl-html-parser)
("perl-html-tagset" ,perl-html-tagset) ("perl-html-tagset" ,perl-html-tagset)
("perl-libwww" ,perl-libwww))) ("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") (synopsis "Check for HTML errors in a string or file")
(description "HTML::Lint is a pure-Perl HTML parser and checker for (description "HTML::Lint is a pure-Perl HTML parser and checker for
syntactic legitmacy.") syntactic legitmacy.")
@ -2540,7 +2540,7 @@ syntactic legitmacy.")
(propagated-inputs (propagated-inputs
`(("perl-html-element-extended" ,perl-html-element-extended) `(("perl-html-element-extended" ,perl-html-element-extended)
("perl-html-parser" ,perl-html-parser))) ("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") (synopsis "Extract contents from HTML tables")
(description (description
"HTML::TableExtract is a Perl module for extracting the content contained "HTML::TableExtract is a Perl module for extracting the content contained
@ -2567,7 +2567,7 @@ in tables within an HTML document, either as text or encoded element trees.")
`(("perl-html-parser" ,perl-html-parser) `(("perl-html-parser" ,perl-html-parser)
("perl-html-tagset" ,perl-html-tagset) ("perl-html-tagset" ,perl-html-tagset)
("perl-libwww" ,perl-libwww))) ("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") (synopsis "Work with HTML in a DOM-like tree structure")
(description "This distribution contains a suite of modules for (description "This distribution contains a suite of modules for
representing, creating, and extracting information from HTML syntax trees.") representing, creating, and extracting information from HTML syntax trees.")
@ -2596,7 +2596,7 @@ representing, creating, and extracting information from HTML syntax trees.")
it from plain text (alias data content) in HTML documents. As different it from plain text (alias data content) in HTML documents. As different
kinds of markup and text are recognized, the corresponding event handlers kinds of markup and text are recognized, the corresponding event handlers
are invoked.") are invoked.")
(home-page "http://search.cpan.org/~gaas/HTML-Parser/"))) (home-page "https://metacpan.org/release/HTML-Parser")))
(define-public perl-html-tagset (define-public perl-html-tagset
(package (package
@ -2616,7 +2616,7 @@ are invoked.")
(description (description
"The HTML::Tagset module contains several data tables useful in various "The HTML::Tagset module contains several data tables useful in various
kinds of HTML parsing operations.") 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 (define-public perl-html-template
(package (package
@ -2632,7 +2632,7 @@ kinds of HTML parsing operations.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-cgi" ,perl-cgi))) `(("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") (synopsis "HTML-like templates")
(description (description
"This module attempts to make using HTML templates simple and natural. "This module attempts to make using HTML templates simple and natural.
@ -2662,7 +2662,7 @@ you to separate design from the data.")
(propagated-inputs (propagated-inputs
`(("perl-file-temp" ,perl-file-temp) `(("perl-file-temp" ,perl-file-temp)
("perl-http-message" ,perl-http-message))) ;For HTTP::Headers ("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") (synopsis "HTTP Body Parser")
(description "HTTP::Body parses chunks of HTTP POST data and supports (description "HTTP::Body parses chunks of HTTP POST data and supports
application/octet-stream, application/json, application/x-www-form-urlencoded, application/octet-stream, application/json, application/x-www-form-urlencoded,
@ -2690,7 +2690,7 @@ and multipart/form-data.")
(inputs (inputs
`(("perl-time-local" ,perl-time-local) `(("perl-time-local" ,perl-time-local)
("perl-http-date" ,perl-http-date))) ("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") (synopsis "Minimalist HTTP user agent cookie jar")
(description "This module implements a minimalist HTTP user agent cookie (description "This module implements a minimalist HTTP user agent cookie
jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.") jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.")
@ -2717,7 +2717,7 @@ jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.")
"The HTTP::Cookies class is for objects that represent a cookie jar, "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 that is, a database of all the HTTP cookies that a given LWP::UserAgent
object knows about.") 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 (define-public perl-http-daemon
(package (package
@ -2741,7 +2741,7 @@ object knows about.")
"Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen "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 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.") 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 (define-public perl-http-date
(package (package
@ -2761,7 +2761,7 @@ IO::Socket::INET, so you can perform socket operations directly on it too.")
(description (description
"The HTTP::Date module provides functions that deal with date formats "The HTTP::Date module provides functions that deal with date formats
used by the HTTP protocol (and then some more).") 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 (define-public perl-http-message
(package (package
@ -2788,7 +2788,7 @@ used by the HTTP protocol (and then some more).")
(synopsis "Perl HTTP style message") (synopsis "Perl HTTP style message")
(description (description
"An HTTP::Message object contains some headers and a content body.") "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 (define-public perl-http-negotiate
(package (package
@ -2814,7 +2814,7 @@ draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for
the selection of a preferred content representation based upon attributes the selection of a preferred content representation based upon attributes
of the negotiable variants and the value of the various Accept* header of the negotiable variants and the value of the various Accept* header
fields in the request.") 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 (define-public perl-http-parser
(package (package
@ -2832,7 +2832,7 @@ fields in the request.")
(propagated-inputs (propagated-inputs
`(("perl-http-message" ,perl-http-message) `(("perl-http-message" ,perl-http-message)
("perl-uri" ,perl-uri))) ("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") (synopsis "Parse HTTP/1.1 requests")
(description "This is an HTTP request parser. It takes chunks of text as (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 received and returns a 'hint' as to what is required, or returns the
@ -2855,7 +2855,7 @@ supported.")
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-install" ,perl-module-install))) `(("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") (synopsis "Fast HTTP request parser")
(description "HTTP::Parser::XS is a fast, primitive HTTP request/response (description "HTTP::Parser::XS is a fast, primitive HTTP request/response
parser.") parser.")
@ -2877,7 +2877,7 @@ parser.")
(propagated-inputs (propagated-inputs
`(("perl-class-accessor" ,perl-class-accessor) `(("perl-class-accessor" ,perl-class-accessor)
("perl-http-message" ,perl-http-message))) ("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") (synopsis "Set up a CGI environment from an HTTP::Request")
(description "This module provides a convenient way to set up a CGI (description "This module provides a convenient way to set up a CGI
environment from an HTTP::Request.") environment from an HTTP::Request.")
@ -2911,7 +2911,7 @@ environment from an HTTP::Request.")
(string-append (getcwd) ":" (string-append (getcwd) ":"
(getenv "PERL5LIB"))) (getenv "PERL5LIB")))
#t))))) #t)))))
(home-page "http://search.cpan.org/dist/HTTP-Server-Simple") (home-page "https://metacpan.org/release/HTTP-Server-Simple")
(synopsis "Lightweight HTTP server") (synopsis "Lightweight HTTP server")
(description "HTTP::Server::Simple is a simple standalone HTTP daemon with (description "HTTP::Server::Simple is a simple standalone HTTP daemon with
no non-core module dependencies. It can be used for building a standalone no non-core module dependencies. It can be used for building a standalone
@ -2937,7 +2937,7 @@ http-based UI to your existing tools.")
("perl-io-socket-ssl" ,perl-io-socket-ssl) ("perl-io-socket-ssl" ,perl-io-socket-ssl)
("perl-mozilla-ca" ,perl-mozilla-ca) ("perl-mozilla-ca" ,perl-mozilla-ca)
("perl-net-ssleay" ,perl-net-ssleay))) ("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") (synopsis "HTTP/1.1 client")
(description "This is a very simple HTTP/1.1 client, designed for doing (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. simple requests without the overhead of a large framework like LWP::UserAgent.
@ -2963,7 +2963,7 @@ It supports proxies and redirection. It also correctly resumes after EINTR.")
"IO::HTML provides an easy way to open a file containing HTML while "IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding sniffing automatically determining its encoding. It uses the HTML5 encoding sniffing
algorithm specified in section 8.2.2.1 of the draft standard.") 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 (define-public perl-io-socket-ip
(package (package
@ -2979,7 +2979,7 @@ algorithm specified in section 8.2.2.1 of the draft standard.")
"15kv5g1yb4a345sk3r5wfr99f868lhfqkddzsgpqddvccfkhv58i")))) "15kv5g1yb4a345sk3r5wfr99f868lhfqkddzsgpqddvccfkhv58i"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build))) (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") (synopsis "Family-neutral IP socket supporting both IPv4 and IPv6")
(description "This module provides a protocol-independent way to use IPv4 (description "This module provides a protocol-independent way to use IPv4
and IPv6 sockets, intended as a replacement for IO::Socket::INET.") and IPv6 sockets, intended as a replacement for IO::Socket::INET.")
@ -3047,7 +3047,7 @@ World-Wide Web. The main focus of the library is to provide classes
and functions that allow you to write WWW clients. The library also and functions that allow you to write WWW clients. The library also
contains modules that are of more general use and even classes that contains modules that are of more general use and even classes that
help you implement simple HTTP servers.") 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 (define-public perl-lwp-online
(package (package
@ -3068,7 +3068,7 @@ help you implement simple HTTP servers.")
("perl-uri" ,perl-uri))) ("perl-uri" ,perl-uri)))
(native-inputs (native-inputs
`(("perl-module-install" ,perl-module-install))) `(("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") (synopsis "Checks whether your process has access to the web")
(description "This module attempts to answer, as accurately as it can, one (description "This module attempts to answer, as accurately as it can, one
of the nastiest technical questions there is: am I on the internet? of the nastiest technical questions there is: am I on the internet?
@ -3098,7 +3098,7 @@ not have DNS. We might not have a network card at all!")
known as MIME) types and encodings. The mapping from file extensions to 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 media types is defined by the media.types file. If the ~/.media.types file
exists it is used instead.") 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 (define-public perl-lwp-protocol-https
(package (package
@ -3122,7 +3122,7 @@ exists it is used instead.")
;; Users should instead make sure SSL_ca_path is set properly. ;; Users should instead make sure SSL_ca_path is set properly.
;; ("perl-mozilla-ca" ,perl-mozilla-ca) ;; ("perl-mozilla-ca" ,perl-mozilla-ca)
("perl-net-http" ,perl-net-http))) ("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") (synopsis "HTTPS support for LWP::UserAgent")
(description "The LWP::Protocol::https module provides support for using (description "The LWP::Protocol::https module provides support for using
https schemed URLs with LWP.") https schemed URLs with LWP.")
@ -3143,7 +3143,7 @@ https schemed URLs with LWP.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-libwww" ,perl-libwww))) `(("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") (synopsis "Virtual browser that retries errors")
(description "LWP::UserAgent::Determined works just like LWP::UserAgent, (description "LWP::UserAgent::Determined works just like LWP::UserAgent,
except that when you use it to get a web page but run into a except that when you use it to get a web page but run into a
@ -3189,7 +3189,7 @@ and retry a few times.")
("perl-term-progressbar-simple" ,perl-term-progressbar-simple) ("perl-term-progressbar-simple" ,perl-term-progressbar-simple)
("perl-uri" ,perl-uri) ("perl-uri" ,perl-uri)
("perl-xml-libxml" ,perl-xml-libxml))) ("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") (synopsis "Perl interface to Amazon S3")
(description "This module provides a Perlish interface to Amazon S3.") (description "This module provides a Perlish interface to Amazon S3.")
(license l:perl-license))) (license l:perl-license)))
@ -3217,7 +3217,7 @@ and retry a few times.")
Net::HTTP class represents a connection to an HTTP server. The HTTP protocol 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 is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and
HTTP/1.1.") 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 (define-public perl-net-server
(package (package
@ -3232,7 +3232,7 @@ HTTP/1.1.")
(base32 (base32
"0gw1k9gcw7habbkxvsfa2gz34brlbwcidk6khgsf1qjm0dbccrw2")))) "0gw1k9gcw7habbkxvsfa2gz34brlbwcidk6khgsf1qjm0dbccrw2"))))
(build-system perl-build-system) (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") (synopsis "Extensible Perl server engine")
(description "Net::Server is an extensible, generic 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. It attempts to be a generic server as in Net::Daemon and NetServer::Generic.
@ -3261,7 +3261,7 @@ or to multiple server ports.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl))) `(("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") (synopsis "SSL support for Net::SMTP")
(description "SSL support for Net::SMTP.") (description "SSL support for Net::SMTP.")
(license l:perl-license))) (license l:perl-license)))
@ -3296,7 +3296,7 @@ or to multiple server ports.")
("perl-test-tcp" ,perl-test-tcp) ("perl-test-tcp" ,perl-test-tcp)
("perl-try-tiny" ,perl-try-tiny) ("perl-try-tiny" ,perl-try-tiny)
("perl-uri" ,perl-uri))) ("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)") (synopsis "Perl Superglue for Web frameworks and servers (PSGI toolkit)")
(description "Plack is a set of tools for using the PSGI stack. It (description "Plack is a set of tools for using the PSGI stack. It
contains middleware components, a reference server, and utilities for Web contains middleware components, a reference server, and utilities for Web
@ -3323,7 +3323,7 @@ WSGI.")
("perl-http-message" ,perl-http-message) ("perl-http-message" ,perl-http-message)
("perl-plack" ,perl-plack))) ;for Plack::Test ("perl-plack" ,perl-plack))) ;for Plack::Test
(home-page (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") (synopsis "Plack::Middleware which sets body for redirect response")
(description "This module sets the body in redirect response, if it's not (description "This module sets the body in redirect response, if it's not
already set.") already set.")
@ -3347,7 +3347,7 @@ already set.")
`(("perl-module-build" ,perl-module-build))) `(("perl-module-build" ,perl-module-build)))
(propagated-inputs (propagated-inputs
`(("perl-plack" ,perl-plack))) `(("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") (synopsis "Override REST methods to Plack apps via POST")
(description "This middleware allows for POST requests that pretend to be (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 something else: by adding either a header named X-HTTP-Method-Override to the
@ -3372,7 +3372,7 @@ can say what method it actually meant.")
(propagated-inputs (propagated-inputs
`(("perl-plack" ,perl-plack))) `(("perl-plack" ,perl-plack)))
(home-page (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") (synopsis "Plack::Middleware which removes body for HTTP response")
(description "This module removes the body in an HTTP response if it's not (description "This module removes the body in an HTTP response if it's not
required.") required.")
@ -3396,7 +3396,7 @@ required.")
`(("perl-module-install" ,perl-module-install))) `(("perl-module-install" ,perl-module-install)))
(propagated-inputs (propagated-inputs
`(("perl-plack" ,perl-plack))) `(("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") (synopsis "Supports app to run as a reverse proxy backend")
(description "Plack::Middleware::ReverseProxy resets some HTTP headers, (description "Plack::Middleware::ReverseProxy resets some HTTP headers,
which are changed by reverse-proxy. You can specify the reverse proxy address which are changed by reverse-proxy. You can specify the reverse proxy address
@ -3418,7 +3418,7 @@ and stop fake requests using 'enable_if' directive in your app.psgi.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-plack" ,perl-plack))) `(("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") (synopsis "Run HTTP tests on external live servers")
(description "This module allows your to run your Plack::Test tests (description "This module allows your to run your Plack::Test tests
against an external server instead of just against a local application through against an external server instead of just against a local application through
@ -3441,7 +3441,7 @@ either mocked HTTP or a locally spawned server.")
(propagated-inputs (propagated-inputs
`(("perl-test-sharedfork" ,perl-test-sharedfork))) `(("perl-test-sharedfork" ,perl-test-sharedfork)))
(arguments `(#:tests? #f)) ;related to signaling in t/05_sigint.t (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") (synopsis "Testing TCP programs")
(description "Test::TCP is test utilities for TCP/IP programs.") (description "Test::TCP is test utilities for TCP/IP programs.")
(license l:perl-license))) (license l:perl-license)))
@ -3467,7 +3467,7 @@ either mocked HTTP or a locally spawned server.")
("perl-libwww" ,perl-libwww) ("perl-libwww" ,perl-libwww)
("perl-test-longstring" ,perl-test-longstring) ("perl-test-longstring" ,perl-test-longstring)
("perl-www-mechanize" ,perl-www-mechanize))) ("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") (synopsis "Testing-specific WWW::Mechanize subclass")
(description "Test::WWW::Mechanize is a subclass of the Perl module (description "Test::WWW::Mechanize is a subclass of the Perl module
WWW::Mechanize that incorporates features for web application testing.") WWW::Mechanize that incorporates features for web application testing.")
@ -3502,7 +3502,7 @@ WWW::Mechanize that incorporates features for web application testing.")
("perl-namespace-clean" ,perl-namespace-clean) ("perl-namespace-clean" ,perl-namespace-clean)
("perl-test-www-mechanize" ,perl-test-www-mechanize) ("perl-test-www-mechanize" ,perl-test-www-mechanize)
("perl-www-mechanize" ,perl-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") (synopsis "Test::WWW::Mechanize for Catalyst")
(description "The Test::WWW::Mechanize::Catalyst module meshes the (description "The Test::WWW::Mechanize::Catalyst module meshes the
Test::WWW:Mechanize module and the Catalyst web application framework to allow Test::WWW:Mechanize module and the Catalyst web application framework to allow
@ -3527,7 +3527,7 @@ testing of Catalyst applications without needing to start up a web server.")
(propagated-inputs (propagated-inputs
`(("perl-plack" ,perl-plack) `(("perl-plack" ,perl-plack)
("perl-test-www-mechanize" ,perl-test-www-mechanize))) ("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") (synopsis "Test PSGI programs using WWW::Mechanize")
(description "PSGI is a specification to decouple web server environments (description "PSGI is a specification to decouple web server environments
from web application framework code. Test::WWW::Mechanize is a subclass of from web application framework code. Test::WWW::Mechanize is a subclass of
@ -3557,7 +3557,7 @@ applications.")
"The URI module implements the URI class. Objects of this class "The URI module implements the URI class. Objects of this class
represent \"Uniform Resource Identifier references\" as specified in RFC 2396 represent \"Uniform Resource Identifier references\" as specified in RFC 2396
and updated by RFC 2732.") 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 (define-public perl-uri-fetch
(package (package
@ -3577,7 +3577,7 @@ and updated by RFC 2732.")
`(("perl-class-errorhandler" ,perl-class-errorhandler) `(("perl-class-errorhandler" ,perl-class-errorhandler)
("perl-libwww" ,perl-libwww) ("perl-libwww" ,perl-libwww)
("perl-uri" ,perl-uri))) ("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") (synopsis "Smart URI fetching/caching")
(description "@code{URI::Fetch} is a smart client for fetching HTTP pages, (description "@code{URI::Fetch} is a smart client for fetching HTTP pages,
notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth-
@ -3601,7 +3601,7 @@ and time-saving way.")
`(("perl-module-build" ,perl-module-build))) `(("perl-module-build" ,perl-module-build)))
(propagated-inputs (propagated-inputs
`(("perl-uri" ,perl-uri))) `(("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") (synopsis "Find URIs in arbitrary text")
(description "This module finds URIs and URLs (according to what URI.pm (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 considers a URI) in plain text. It only finds URIs which include a
@ -3624,7 +3624,7 @@ URI::Find::Schemeless. For a command-line interface, urifind is provided.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-uri" ,perl-uri))) `(("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") (synopsis "WebSocket support for URI package")
(description "With this module, the URI package provides the same set of (description "With this module, the URI package provides the same set of
methods for WebSocket URIs as it does for HTTP URIs.") methods for WebSocket URIs as it does for HTTP URIs.")
@ -3649,7 +3649,7 @@ methods for WebSocket URIs as it does for HTTP URIs.")
("perl-test-pod" ,perl-test-pod) ("perl-test-pod" ,perl-test-pod)
("perl-module-install" ,perl-module-install) ("perl-module-install" ,perl-module-install)
("perl-json" ,perl-json))) ("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") (synopsis "Object for handling URI templates")
(description "This perl module provides a wrapper around URI templates as described in (description "This perl module provides a wrapper around URI templates as described in
RFC 6570.") RFC 6570.")
@ -3688,7 +3688,7 @@ RFC 6570.")
"This is a Perl extension interface for the libcurl file downloading "This is a Perl extension interface for the libcurl file downloading
library.") library.")
(license l:perl-license) (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 (define-public perl-www-mechanize
(package (package
@ -3718,7 +3718,7 @@ library.")
("perl-libwww" ,perl-libwww) ("perl-libwww" ,perl-libwww)
("perl-test-warn" ,perl-test-warn) ("perl-test-warn" ,perl-test-warn)
("perl-uri" ,perl-uri))) ("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") (synopsis "Web browsing in a Perl object")
(description "WWW::Mechanize is a Perl module for stateful programmatic (description "WWW::Mechanize is a Perl module for stateful programmatic
web browsing, used for automating interaction with websites.") web browsing, used for automating interaction with websites.")
@ -3755,7 +3755,7 @@ web browsing, used for automating interaction with websites.")
("perl-uri-template" ,perl-uri-template) ("perl-uri-template" ,perl-uri-template)
("perl-xml-feed" ,perl-xml-feed) ("perl-xml-feed" ,perl-xml-feed)
("perl-xml-libxml" ,perl-xml-libxml))) ("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") (synopsis "Search A9 OpenSearch compatible engines")
(description (description
"@code{WWW::OpenSearch} is a module to search @url{A9's OpenSearch, "@code{WWW::OpenSearch} is a module to search @url{A9's OpenSearch,
@ -3785,7 +3785,7 @@ http://opensearch.a9.com} compatible search engines.")
<http://www.robotstxt.org/wc/norobots.html>. Webmasters can use the <http://www.robotstxt.org/wc/norobots.html>. Webmasters can use the
/robots.txt file to forbid conforming robots from accessing parts of /robots.txt file to forbid conforming robots from accessing parts of
their web site.") their web site.")
(home-page "http://search.cpan.org/~gaas/WWW-RobotRules/"))) (home-page "https://metacpan.org/release/WWW-RobotRules")))
(define-public python-feedparser (define-public python-feedparser
(package (package
@ -6436,7 +6436,7 @@ based on this library, allowing Perl programmers to easily validate HTML.")
("tidyp" ,tidyp))) ("tidyp" ,tidyp)))
(native-inputs (native-inputs
`(("perl-test-exception" ,perl-test-exception))) `(("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") (synopsis "(X)HTML validation in a Perl object")
(description "@code{HTML::Tidy} is an HTML checker in a handy dandy (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 object. It's meant as a replacement for @code{HTML::Lint}, which is written

View File

@ -248,7 +248,7 @@ developers.")
(propagated-inputs (propagated-inputs
`(("perl-anyevent" ,perl-anyevent) `(("perl-anyevent" ,perl-anyevent)
("perl-json-xs" ,perl-json-xs))) ("perl-json-xs" ,perl-json-xs)))
(home-page "http://search.cpan.org/dist/AnyEvent-I3") (home-page "https://metacpan.org/release/AnyEvent-I3")
(synopsis (synopsis
"Communicate with the i3 window manager through perl") "Communicate with the i3 window manager through perl")
(description (description

View File

@ -220,7 +220,7 @@ based on libxml for XML parsing, tree manipulation and XPath support.")
("perl-parse-yapp" ,perl-parse-yapp) ("perl-parse-yapp" ,perl-parse-yapp)
("perl-xml-parser" ,perl-xml-parser) ("perl-xml-parser" ,perl-xml-parser)
("perl-xml-writer" ,perl-xml-writer))) ("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") (synopsis "Modules for reading and writing directed graphs")
(description "This is a collection of perl classes for reading and writing (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 directed graphs in a variety of file formats. The graphs are represented in
@ -267,7 +267,7 @@ the @code{Graph} class and write it out in a specific file format.")
("perl-uri" ,perl-uri) ("perl-uri" ,perl-uri)
("perl-xml-libxml" ,perl-xml-libxml) ("perl-xml-libxml" ,perl-xml-libxml)
("perl-xml-xpath" ,perl-xml-xpath))) ("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") (synopsis "Atom feed and API implementation")
(description (description
"Atom is a syndication, API, and archiving format for weblogs and other data. "Atom is a syndication, API, and archiving format for weblogs and other data.
@ -291,7 +291,7 @@ the @code{Graph} class and write it out in a specific file format.")
(propagated-inputs (propagated-inputs
`(("perl-test-differences" ,perl-test-differences) `(("perl-test-differences" ,perl-test-differences)
("perl-xml-tokeparser" ,perl-xml-tokeparser))) ("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") (synopsis "Recursive descent XML parsing")
(description (description
"The conventional models for parsing XML are either @dfn{DOM} "The conventional models for parsing XML are either @dfn{DOM}
@ -331,7 +331,7 @@ may be provided when the XML::Parser object is created. These options are
then passed on to the Expat object on each parse call. They can also be given 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 as extra arguments to the parse methods, in which case they override options
given at XML::Parser creation time.") 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 (define-public perl-xml-tokeparser
(package (package
@ -346,7 +346,7 @@ given at XML::Parser creation time.")
"1hnpwb3lh6cbgwvjjgqzcp6jm4mp612qn6ili38adc9nhkwv8fc5")))) "1hnpwb3lh6cbgwvjjgqzcp6jm4mp612qn6ili38adc9nhkwv8fc5"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs `(("perl-xml-parser" ,perl-xml-parser))) (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") (synopsis "Simplified interface to XML::Parser")
(description (description
"@code{XML::TokeParser} provides a procedural (\"pull mode\") interface "@code{XML::TokeParser} provides a procedural (\"pull mode\") interface
@ -378,7 +378,7 @@ corresponding to an @code{XML::Parser} event.")
documents for working with XML in Perl. libxml-perl software works in documents for working with XML in Perl. libxml-perl software works in
combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM}, combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM},
@code{XML::Grove}, and others.") @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 (define-public perl-xml-libxml
(package (package
@ -398,7 +398,7 @@ combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM},
("perl-xml-sax" ,perl-xml-sax))) ("perl-xml-sax" ,perl-xml-sax)))
(inputs (inputs
`(("libxml2" ,libxml2))) `(("libxml2" ,libxml2)))
(home-page "http://search.cpan.org/dist/XML-LibXML") (home-page "https://metacpan.org/release/XML-LibXML")
(synopsis "Perl interface to libxml2") (synopsis "Perl interface to libxml2")
(description "This module implements a Perl interface to the libxml2 (description "This module implements a Perl interface to the libxml2
library which provides interfaces for parsing and manipulating XML files. This library which provides interfaces for parsing and manipulating XML files. This
@ -421,7 +421,7 @@ XML parser and the high performance DOM implementation.")
(propagated-inputs (propagated-inputs
`(("perl-file-slurp-tiny" ,perl-file-slurp-tiny) `(("perl-file-slurp-tiny" ,perl-file-slurp-tiny)
("perl-xml-libxml" ,perl-xml-libxml))) ("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") (synopsis "XML::LibXML based XML::Simple clone")
(description (description
"This package provides the same API as @code{XML::Simple} but is based on "This package provides the same API as @code{XML::Simple} but is based on
@ -445,7 +445,7 @@ XML parser and the high performance DOM implementation.")
`(("libxslt" ,libxslt))) `(("libxslt" ,libxslt)))
(propagated-inputs (propagated-inputs
`(("perl-xml-libxml" ,perl-xml-libxml))) `(("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") (synopsis "Perl bindings to GNOME libxslt library")
(description "This Perl module is an interface to the GNOME project's (description "This Perl module is an interface to the GNOME project's
libxslt library.") libxslt library.")
@ -464,7 +464,7 @@ libxslt library.")
(base32 (base32
"1vz5pbi4lm5fhq2slrs2hlp6bnk29863abgjlcx43l4dky2rbsa7")))) "1vz5pbi4lm5fhq2slrs2hlp6bnk29863abgjlcx43l4dky2rbsa7"))))
(build-system perl-build-system) (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") (synopsis "XML namespace support class")
(description "This module offers a simple to process namespaced XML (description "This module offers a simple to process namespaced XML
names (unames) from within any application that may need them. It also helps names (unames) from within any application that may need them. It also helps
@ -498,7 +498,7 @@ checks.")
("perl-datetime-format-w3cdtf" ,perl-datetime-format-w3cdtf) ("perl-datetime-format-w3cdtf" ,perl-datetime-format-w3cdtf)
("perl-html-parser" ,perl-html-parser) ("perl-html-parser" ,perl-html-parser)
("perl-xml-parser" ,perl-xml-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") (synopsis "Creates and updates RSS files")
(description (description
"This module provides a basic framework for creating and maintaining "This module provides a basic framework for creating and maintaining
@ -535,7 +535,7 @@ that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and
(string-append (getenv "PERL5LIB") ":" (string-append (getenv "PERL5LIB") ":"
(assoc-ref outputs "out") (assoc-ref outputs "out")
"/lib/perl5/site_perl"))))))) "/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") (synopsis "Perl API for XML")
(description "XML::SAX consists of several framework classes for using and (description "XML::SAX consists of several framework classes for using and
building Perl SAX2 XML parsers, filters, and drivers.") building Perl SAX2 XML parsers, filters, and drivers.")
@ -554,7 +554,7 @@ building Perl SAX2 XML parsers, filters, and drivers.")
(base32 (base32
"1l1ai9g1z11ja7mvnfl5mj346r13jyckbg9qlw6c2izglidkbjv6")))) "1l1ai9g1z11ja7mvnfl5mj346r13jyckbg9qlw6c2izglidkbjv6"))))
(build-system perl-build-system) (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") (synopsis "Base class for SAX Drivers and Filters")
(description "This module has a very simple task - to be a base class for (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 PerlSAX drivers and filters. It's default behaviour is to pass the input
@ -585,7 +585,7 @@ callback.")
"The XML::Simple module provides a simple API layer on top of an "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 underlying XML parsing module (either XML::Parser or one of the SAX2
parser modules).") parser modules).")
(home-page "http://search.cpan.org/dist/XML-Simple"))) (home-page "https://metacpan.org/release/XML-Simple")))
(define-public perl-xml-regexp (define-public perl-xml-regexp
(package (package
@ -608,7 +608,7 @@ parser modules).")
"XML::RegExp contains regular expressions for the following XML tokens: "XML::RegExp contains regular expressions for the following XML tokens:
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
EntityRef, CharRef, Reference, Name, NmToken, and AttValue.") 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 (define-public perl-xml-dom
(package (package
@ -637,7 +637,7 @@ XML::Parser module is built on top of XML::Parser::Expat, which is a lower
level interface to James Clark's expat library. XML::DOM::Parser is derived 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 from XML::Parser. It parses XML strings or files and builds a data structure
that conforms to the API of the Document Object Model.") 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 (define-public perl-xml-compile-tester
(package (package
@ -654,7 +654,7 @@ that conforms to the API of the Document Object Model.")
(propagated-inputs (propagated-inputs
`(("perl-log-report" ,perl-log-report) `(("perl-log-report" ,perl-log-report)
("perl-test-deep" ,perl-test-deep))) ("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") (synopsis "XML::Compile related regression testing")
(description (description
"The @code{XML::Compile} module suite has extensive regression testing. "The @code{XML::Compile} module suite has extensive regression testing.
@ -679,7 +679,7 @@ This module provide functions which simplify writing tests for
("perl-xml-compile-tester" ,perl-xml-compile-tester) ("perl-xml-compile-tester" ,perl-xml-compile-tester)
("perl-xml-libxml" ,perl-xml-libxml) ("perl-xml-libxml" ,perl-xml-libxml)
("perl-test-deep" ,perl-test-deep))) ("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") (synopsis "Compilation-based XML processing")
(description (description
"@code{XML::Compile} can be used to translate a Perl data-structure into "@code{XML::Compile} can be used to translate a Perl data-structure into
@ -704,7 +704,7 @@ a schema.")
("perl-xml-compile" ,perl-xml-compile) ("perl-xml-compile" ,perl-xml-compile)
("perl-xml-compile-tester" ,perl-xml-compile-tester) ("perl-xml-compile-tester" ,perl-xml-compile-tester)
("perl-xml-libxml-simple" ,perl-xml-libxml-simple))) ("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") (synopsis "Cache compiled XML translators")
(description (description
"This package provides methods to cache compiled XML translators.") "This package provides methods to cache compiled XML translators.")
@ -729,7 +729,7 @@ a schema.")
("perl-xml-compile" ,perl-xml-compile) ("perl-xml-compile" ,perl-xml-compile)
("perl-xml-compile-cache" ,perl-xml-compile-cache) ("perl-xml-compile-cache" ,perl-xml-compile-cache)
("perl-xml-compile-tester" ,perl-xml-compile-tester))) ("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") (synopsis "Base-class for SOAP implementations")
(description (description
"This module provides a class to handle the SOAP protocol. The first "This module provides a class to handle the SOAP protocol. The first
@ -755,7 +755,7 @@ used.")
("perl-xml-compile" ,perl-xml-compile) ("perl-xml-compile" ,perl-xml-compile)
("perl-xml-compile-cache" ,perl-xml-compile-cache) ("perl-xml-compile-cache" ,perl-xml-compile-cache)
("perl-xml-compile-soap" ,perl-xml-compile-soap))) ("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") (synopsis "Create SOAP messages defined by WSDL 1.1")
(description (description
"This module understands WSDL version 1.1. A WSDL file defines a set of "This module understands WSDL version 1.1. A WSDL file defines a set of
@ -795,7 +795,7 @@ server, collect the answer, and finally decoding the XML to Perl.")
("perl-xml-atom" ,perl-xml-atom) ("perl-xml-atom" ,perl-xml-atom)
("perl-xml-libxml" ,perl-xml-libxml) ("perl-xml-libxml" ,perl-xml-libxml)
("perl-xml-rss" ,perl-xml-rss))) ("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") (synopsis "XML Syndication Feed Support")
(description "@code{XML::Feed} is a syndication feed parser for both RSS and (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. Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI.
@ -819,7 +819,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom")
`(("perl-path-tiny" ,perl-path-tiny))) `(("perl-path-tiny" ,perl-path-tiny)))
(propagated-inputs (propagated-inputs
`(("perl-xml-parser" ,perl-xml-parser))) `(("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") (synopsis "Parse and evaluate XPath statements")
(description (description
"This module aims to comply exactly to the @url{XPath specification, "This module aims to comply exactly to the @url{XPath specification,
@ -1348,7 +1348,7 @@ maintaining each reference encountered.")
(base32 (base32
"0r72na14bmsxfd16s9nlza155amqww0k8wsa9x2a3sqbpp5ppznj")))) "0r72na14bmsxfd16s9nlza155amqww0k8wsa9x2a3sqbpp5ppznj"))))
(build-system perl-build-system) (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") (synopsis "Re-usable XPath engine for DOM-like trees")
(description (description
"This module provides an XPath engine, that can be re-used by other "This module provides an XPath engine, that can be re-used by other
@ -1373,7 +1373,7 @@ should be able to use this module very easily (you might need to add the
(base32 (base32
"1vbbw8wxm79r3xbra8narw1dqvm34510q67wbmg2zmj6zd1k06r9")))) "1vbbw8wxm79r3xbra8narw1dqvm34510q67wbmg2zmj6zd1k06r9"))))
(build-system perl-build-system) (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") (synopsis "Re-usable XPath engine")
(description (description
"This module provides an XPath engine, that can be re-used by other "This module provides an XPath engine, that can be re-used by other
@ -1397,7 +1397,7 @@ by @code{Tree::XPathEngine}.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-xml-sax-base" ,perl-xml-sax-base))) `(("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") (synopsis "Filter to put all characters() in one event")
(description "This is a very simple filter. One common cause of (description "This is a very simple filter. One common cause of
grief (and programmer error) is that XML parsers aren't required to provide grief (and programmer error) is that XML parsers aren't required to provide
@ -1424,7 +1424,7 @@ characters into a single event.")
("perl-xml-filter-buffertext" ,perl-xml-filter-buffertext) ("perl-xml-filter-buffertext" ,perl-xml-filter-buffertext)
("perl-xml-namespacesupport" ,perl-xml-namespacesupport) ("perl-xml-namespacesupport" ,perl-xml-namespacesupport)
("perl-xml-sax-base" ,perl-xml-sax-base))) ("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") (synopsis "SAX2 XML Writer")
(description (description
"This is an XML writer that understands SAX2. It is based on "This is an XML writer that understands SAX2. It is based on
@ -1446,7 +1446,7 @@ characters into a single event.")
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-libxml" ,perl-libxml))) `(("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") (synopsis "Yet another Perl SAX XML Writer")
(description "YAWriter implements Yet Another @code{XML::Handler::Writer}. (description "YAWriter implements Yet Another @code{XML::Handler::Writer}.
It provides a flexible escaping technique and pretty printing.") It provides a flexible escaping technique and pretty printing.")
@ -1481,7 +1481,7 @@ It provides a flexible escaping technique and pretty printing.")
("perl-xml-xpathengine" ,perl-xml-xpathengine) ("perl-xml-xpathengine" ,perl-xml-xpathengine)
("perl-test-pod" ,perl-test-pod) ("perl-test-pod" ,perl-test-pod)
("perl-tree-xpathengine" ,perl-tree-xpathengine))) ("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") (synopsis "Perl module for processing huge XML documents in tree mode")
(description "@code{XML::Twig} is an XML transformation module. Its (description "@code{XML::Twig} is an XML transformation module. Its
strong points: can be used to process huge documents while still being in tree 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 © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co> ;;; 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. ;;; This file is part of GNU Guix.
;;; ;;;
@ -117,7 +117,7 @@ or #f on failure. MODULE should be e.g. \"Test::Script\""
(json-fetch-alist (string-append "https://fastapi.metacpan.org/v1/release/" name))) (json-fetch-alist (string-append "https://fastapi.metacpan.org/v1/release/" name)))
(define (cpan-home 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) (define (cpan-source-url meta)
"Return the download URL for a module's source tarball." "Return the download URL for a module's source tarball."