From 9aba9b127840a116c806a2cbac901cf8077abcd0 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 15:53:20 +0200 Subject: Migrate search.cpan.org home pages to metacpan.org. The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes. --- gnu/packages/mail.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'gnu/packages/mail.scm') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e60a3561ca..486fd165bc 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1399,7 +1399,7 @@ mailboxes. Currently Maildir and IMAP are supported types.") `(("perl-email-simple" ,perl-email-simple) ("perl-module-pluggable" ,perl-module-pluggable) ("perl-mro-compat" ,perl-mro-compat))) - (home-page "http://search.cpan.org/dist/Email-Abstract") + (home-page "https://metacpan.org/release/Email-Abstract") (synopsis "Interface to mail representations") (description "Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code.") @@ -1418,7 +1418,7 @@ write simple, representation-independent mail handling code.") (base32 "0l7x6sl06j9ffgfz5f9vgms2b5axd4cgp5fj03ivb3kia4km6b3g")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Email-Address") + (home-page "https://metacpan.org/release/Email-Address") (synopsis "Email address parsing and creation") (description "Email::Address implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address @@ -1438,7 +1438,7 @@ objects found. Alternatively you may construct objects manually.") (base32 "012ivfwpnbl3wr50f9c6f4azhdlxnm31pdn72528g79v61z6372p")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Email-Date-Format") + (home-page "https://metacpan.org/release/Email-Date-Format") (synopsis "Produce RFC 2822 date strings") (description "Email::Date::Format provides a means for generating an RFC 2822 compliant datetime string.") @@ -1457,7 +1457,7 @@ objects found. Alternatively you may construct objects manually.") (base32 "1f22sdnfq169qw1l0lg7y74pmiam7j9v95bggjnf3q4mygdmshpc")))) (build-system perl-build-system) - (home-page "http://search.cpan.org/dist/Email-MessageID") + (home-page "https://metacpan.org/release/Email-MessageID") (synopsis "Generate world unique message-ids") (description "Email::MessageID generates recommended message-ids to identify a message uniquely.") @@ -1484,7 +1484,7 @@ identify a message uniquely.") ("perl-email-simple" ,perl-email-simple) ("perl-mime-types" ,perl-mime-types) ("perl-module-runtime" ,perl-module-runtime))) - (home-page "http://search.cpan.org/dist/Email-MIME") + (home-page "https://metacpan.org/release/Email-MIME") (synopsis "MIME message handling") (description "Email::MIME is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up @@ -1507,7 +1507,7 @@ message. Headers are decoded from MIME encoding.") (build-system perl-build-system) (native-inputs `(("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Email-MIME-ContentType") + (home-page "https://metacpan.org/release/Email-MIME-ContentType") (synopsis "Parse MIME Content-Type headers") (description "Email::MIME::ContentType parses a MIME Content-Type header.") @@ -1528,7 +1528,7 @@ header.") (build-system perl-build-system) (native-inputs `(("perl-capture-tiny" ,perl-capture-tiny))) - (home-page "http://search.cpan.org/dist/Email-MIME-Encodings") + (home-page "https://metacpan.org/release/Email-MIME-Encodings") (synopsis "Unified interface to MIME encoding and decoding") (description "This module wraps MIME::Base64 and MIME::QuotedPrint.") (license perl-license))) @@ -1559,7 +1559,7 @@ header.") ("perl-sub-exporter" ,perl-sub-exporter) ("perl-throwable" ,perl-throwable) ("perl-try-tiny" ,perl-try-tiny))) - (home-page "http://search.cpan.org/dist/Email-Sender") + (home-page "https://metacpan.org/release/Email-Sender") (synopsis "Perl library for sending email") (description "Email::Sender replaces the old and sometimes problematic Email::Send library.") @@ -1580,7 +1580,7 @@ Email::Send library.") (build-system perl-build-system) (propagated-inputs `(("perl-email-date-format" ,perl-email-date-format))) - (home-page "http://search.cpan.org/dist/Email-Simple") + (home-page "https://metacpan.org/release/Email-Simple") (synopsis "Parsing of RFC 2822 messages") (description "Email::Simple provides simple parsing of RFC 2822 message format and headers.") @@ -1802,7 +1802,7 @@ Khard can also be used from within the email client @command{mutt}.") ("perl-netaddr-ip" ,perl-netaddr-ip) ("perl-uri" ,perl-uri))) (home-page - "http://search.cpan.org/dist/Mail-SPF") + "https://metacpan.org/release/Mail-SPF") (synopsis "Perl implementation of Sender Policy Framework") (description "Mail::SPF is the Sender Policy Framework implemented -- cgit 1.4.1