guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: Add perl-datetime-format-mail.


From: Efraim Flashner
Subject: 03/14: gnu: Add perl-datetime-format-mail.
Date: Mon, 5 Sep 2016 18:39:40 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 951e924c9b0f34ed57d7676b2f67d520b05b8482
Author: ng0 <address@hidden>
Date:   Sun Aug 14 13:13:18 2016 +0000

    gnu: Add perl-datetime-format-mail.
    
    * gnu/packages/perl.scm (perl-datetime-format-mail): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4e3d1fa..db941fb 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1792,6 +1792,27 @@ to create DateTime objects, with some custom tweaks to 
smooth out the rough
 edges (mainly concerning timezone detection and selection).")
     (license (package-license perl))))
 
+(define-public perl-datetime-format-mail
+  (package
+    (name "perl-datetime-format-mail")
+    (version "0.403")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/B/BO/BOOK/"
+                                  "DateTime-Format-Mail-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1c7wapbi9g9p2za52l3skhh31vg4da5kx2yfqzsqyf3p8iff7y4d"))))
+    (build-system perl-build-system)
+    (inputs
+     `(("perl-datetime" ,perl-datetime)
+       ("perl-params-validate" ,perl-params-validate)))
+    (home-page "http://search.cpan.org/dist/DateTime-Format-Mail";)
+    (synopsis "Convert between DateTime and RFC2822/822 formats")
+    (description "RFCs 2822 and 822 specify date formats to be used by email.
+This module parses and emits such dates.")
+    (license (package-license perl))))
+
 (define-public perl-devel-caller
   (package
     (name "perl-devel-caller")



reply via email to

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