[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: Add perl-mime-tools.
From: |
Christopher Baines |
Subject: |
07/12: gnu: Add perl-mime-tools. |
Date: |
Tue, 12 Sep 2017 18:00:13 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit a6fe9304525ed0e5763821bf0fa8ec7726abeeaa
Author: Christopher Baines <address@hidden>
Date: Mon Aug 28 20:54:39 2017 +0100
gnu: Add perl-mime-tools.
* gnu/packages/perl.scm (perl-mime-tools): New variable.
---
gnu/packages/perl.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e2aa33f..d25b788 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4289,6 +4289,36 @@ the argument to the CACHESIZE parameter, will be
cached.")
MIME messages on Internet.")
(license (package-license perl))))
+(define-public perl-mime-tools
+ (package
+ (name "perl-mime-tools")
+ (version "5.509")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/D/DS/DSKOLL/MIME-tools-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0wv9rzx5j1wjm01c3dg48qk9wlbm6iyf91j536idk09xj869ymv4"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-deep" ,perl-test-deep)))
+ (inputs
+ `(("perl-convert-binhex" ,perl-convert-binhex)))
+ (propagated-inputs
+ `(("perl-mailtools" ,perl-mailtools)))
+ (home-page
+ "http://search.cpan.org/dist/MIME-tools")
+ (synopsis "Tools to manipulate MIME messages")
+ (description
+ "MIME-tools is a collection of Perl5 MIME:: modules for parsing,
+decoding, and generating single- or multipart (even nested multipart) MIME
+messages.")
+ (license perl-license)))
+
(define-public perl-mime-types
(package
(name "perl-mime-types")
- 01/12: gnu: Add perl-moox., (continued)
- 01/12: gnu: Add perl-moox., Christopher Baines, 2017/09/12
- 06/12: gnu: Add perl-mailtools., Christopher Baines, 2017/09/12
- 05/12: gnu: Add perl-convert-binhex., Christopher Baines, 2017/09/12
- 04/12: gnu: Add perl-moox-late., Christopher Baines, 2017/09/12
- 02/12: gnu: Add perl-data-perl., Christopher Baines, 2017/09/12
- 08/12: gnu: Add perl-net-idn-encode., Christopher Baines, 2017/09/12
- 03/12: gnu: Add perl-moox-handlesvia., Christopher Baines, 2017/09/12
- 09/12: gnu: Add perl-text-template., Christopher Baines, 2017/09/12
- 11/12: gnu: Add libmd., Christopher Baines, 2017/09/12
- 12/12: gnu: Update signing-party., Christopher Baines, 2017/09/12
- 07/12: gnu: Add perl-mime-tools.,
Christopher Baines <=
- 10/12: gnu: Add perl-gnupg-interface., Christopher Baines, 2017/09/12