[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49210] [PATCH v4 14/16] gnu: Add perl-mime-base64.
From: |
Raghav Gururajan |
Subject: |
[bug#49210] [PATCH v4 14/16] gnu: Add perl-mime-base64. |
Date: |
Tue, 29 Jun 2021 23:35:36 -0400 |
* gnu/packages/perl.scm (perl-mime-base64): New variable.
---
gnu/packages/perl.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 90bbf8c72c..a51e9e31f6 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6410,6 +6410,31 @@ 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-base64
+ (package
+ (name "perl-mime-base64")
+ (version "3.16")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
+ "MIME-Base64-" version ".tar.gz"))
+ (sha256
+ (base32 "05v04kjaz2ya0zaj4m64gzxpfv4vgxhw5n5h12z373gbg9pkvxvp"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-exporter" ,perl-exporter)
+ ("perl-xsloader" ,perl-xsloader)))
+ (home-page "https://metacpan.org/dist/MIME-Base64")
+ (synopsis "Encoding and decoding of base64 strings")
+ (description "MIME::Base64 module provides functions to encode and decode
+strings into and from the base64 encoding specified in RFC 2045 - MIME
+(Multipurpose Internet Mail Extensions). The base64 encoding is designed to
+represent arbitrary sequences of octets in a form that need not be humanly
+readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling
+6 bits to be represented per printable character.")
+ (license (package-license perl))))
+
(define-public perl-mime-charset
(package
(name "perl-mime-charset")
--
2.32.0
- [bug#49210] [PATCH v4 02/16] gnu: perl-glib: Propagate glib., (continued)
- [bug#49210] [PATCH v4 02/16] gnu: perl-glib: Propagate glib., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 03/16] gnu: perl-cairo: Propagate cairo., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 04/16] gnu: Add perl-cairo-gobject., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 05/16] gnu: Add perl-glib-object-introspection., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 06/16] gnu: Add perl-gtk3., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 07/16] gnu: Add perl-text-tabs+wrap., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 08/16] gnu: Add perl-text-parsewords., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 10/16] gnu: Add perl-test-portability-files., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 13/16] gnu: Add perl-encode., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 12/16] gnu: Add perl-storable., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 14/16] gnu: Add perl-mime-base64.,
Raghav Gururajan <=
- [bug#49210] [PATCH v4 15/16] gnu: Add pipe-viewer., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 09/16] gnu: Add perl-term-ansicolor., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 11/16] gnu: Add perl-xsloader., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 16/16] gnu: straw-viewer: Deprecate package., Raghav Gururajan, 2021/06/29