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: ng0
Subject: Re: [PATCH] gnu: Add perl-mhonarc.
Date: Wed, 14 Sep 2016 09:29:46 +0000

Leo Famulari <address@hidden> writes:

> On Sun, Sep 11, 2016 at 03:46:34PM +0000, ng0 wrote:
>> Should this then be adjusted to gpl2+ ? I took the information from
>> their website.
>
> Yes, I think it should be gpl2+, since the source files seem to all say
> "or later".
>

I have updated the license and changed the name to just mhonarc. There's
currently only one application named mhonarc.

From 8c7090c7da019b5ff2764d9fb350cf18db2507aa Mon Sep 17 00:00:00 2001
From: ng0 <address@hidden>
Date: Wed, 14 Sep 2016 09:26:04 +0000
Subject: [PATCH] gnu: Add mhonarc.

* gnu/packages/mail.scm (mhonarc): New variable.
---
 gnu/packages/mail.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c2fc1a9..90c2da4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1388,3 +1388,25 @@ 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 mhonarc
+  (package
+    (name "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


-- 
              ng0

Attachment: signature.asc
Description: PGP signature


reply via email to

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