guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add perl-mhonarc.


From: Efraim Flashner
Subject: Re: [PATCH] gnu: Add perl-mhonarc.
Date: Sun, 11 Sep 2016 09:21:39 +0300
User-agent: Mutt/1.7.0 (2016-08-17)

On Wed, Sep 07, 2016 at 06:24:39PM +0000, ng0 wrote:
> * gnu/packages/mail.scm (perl-mhonarc): New variable.
> ---
>  gnu/packages/mail.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
> 
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index c2fc1a9..9740339 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -1388,3 +1388,26 @@ to mbox files, maildir folders or a Mail Delivery 
> Agent (MDA),
>  TLS/SSL, several authentication methods, Internationalized Domain
>  Names (IDN) and SOCKS proxies.")
>      (license gpl3+)))
> +
> +(define-public perl-mhonarc
> +  (package
> +    (name "perl-mhonarc")
> +    (version "2.6.19")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "mirror://cpan/authors/id/E/EH/EHOOD/MHonArc-"
> +             version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0ll3v93yji334zqp6xfzfxc0127pmjcznmai1l5q6dzawrs2igzq"))))
> +    (build-system perl-build-system)
> +    (home-page "https://www.mhonarc.org/";)
> +    (synopsis "Create HTML archives of mail/news messages")
> +    (description
> +     "MHonArc is a Perl mail-to-HTML converter.  MHonArc
> +provides HTML mail archiving with index, mail thread linking,
> +etc; plus other capabilities including support for MIME and
> +powerful user customization features.")
> +    (license gpl2)))
> -- 
> 2.10.0
> 

This looks good to me. Anyone else want to take a look at it before I
push it?

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]