[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: Add MIME::Charset.
From: |
Ricardo Wurmus |
Subject: |
01/16: gnu: Add MIME::Charset. |
Date: |
Thu, 24 Dec 2015 09:11:11 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 55932aeee13827b2df0d0729ee857e422e990a98
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 22 14:08:41 2015 +0100
gnu: Add MIME::Charset.
* gnu/packages/perl.scm (perl-mime-charset): New variable.
---
gnu/packages/perl.scm | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 95aa596..4abd997 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2839,6 +2839,25 @@ follows LRU semantics, that is, the last n results,
where n is specified as
the argument to the CACHESIZE parameter, will be cached.")
(license (package-license perl))))
+(define-public perl-mime-charset
+ (package
+ (name "perl-mime-charset")
+ (version "1.012")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/N/NE/NEZUMI/"
+ "MIME-Charset-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1kfc5p4g1x9c0ffhg125wvhravcviny3alwrgnhnrm2a33ad3rff"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/MIME-Charset";)
+ (synopsis "Charset information for MIME messages")
+ (description
+ "@code{MIME::Charset} provides information about character sets used for
+MIME messages on Internet.")
+ (license (package-license perl))))
+
(define-public perl-mime-types
(package
(name "perl-mime-types")
- branch master updated (8f1640e -> 398abcf), Ricardo Wurmus, 2015/12/24
- 01/16: gnu: Add MIME::Charset.,
Ricardo Wurmus <=
- 05/16: gnu: Add Log::Report., Ricardo Wurmus, 2015/12/24
- 03/16: gnu: Add String::Print., Ricardo Wurmus, 2015/12/24
- 04/16: gnu: Add Log::Report::Optional., Ricardo Wurmus, 2015/12/24
- 02/16: gnu: Add Unicode::LineBreak., Ricardo Wurmus, 2015/12/24
- 09/16: gnu: Add File::Slurp::Tiny., Ricardo Wurmus, 2015/12/24
- 07/16: gnu: Add XML::Compile., Ricardo Wurmus, 2015/12/24
- 06/16: gnu: Add XML::Compile::Tester., Ricardo Wurmus, 2015/12/24
- 10/16: gnu: Add XML::LibXML::Simple., Ricardo Wurmus, 2015/12/24
- 11/16: gnu: Add XML::Compile::Cache., Ricardo Wurmus, 2015/12/24
- 13/16: gnu: Add XML::Compile::WSDL11., Ricardo Wurmus, 2015/12/24