[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63894] [PATCH 36/55] gnu: Add perl-text-iconv.
From: |
Antero Mejr |
Subject: |
[bug#63894] [PATCH 36/55] gnu: Add perl-text-iconv. |
Date: |
Sun, 4 Jun 2023 17:42:30 +0000 |
* gnu/packages/perl.scm (perl-text-iconv): New variable.
---
gnu/packages/perl.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 324832d2c1..503bd167c8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11293,6 +11293,29 @@ (define-public perl-text-haml
@url{http://haml.info/docs/yardoc/file.REFERENCE.html} specification.")
(license license:artistic2.0)))
+(define-public perl-text-iconv
+ (package
+ (name "perl-text-iconv")
+ (version "1.7")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/M/MP/MPIOTR/Text-Iconv-" version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1hymsbkjkl43wg74p7hgpyjl8yx1chc9g25spj9l7lq9wzavg02v"))))
+ (build-system perl-build-system)
+ (inputs (list libiconv))
+ (home-page "https://metacpan.org/release/Text-Iconv";)
+ (synopsis "Perl interface to iconv() codeset conversion function")
+ (description
+ "This module provides a Perl interface to the @code{iconv()} codeset
+conversion function, as defined by the Single UNIX Specification. For
+more details see the POD documentation embedded in the file @file{Iconv.pm},
+which will also be installed as @code{Text::Iconv(3)} man page.")
+ (license license:perl-license)))
+
(define-public perl-text-neattemplate
(package
(name "perl-text-neattemplate")
--
2.39.2
- [bug#63894] [PATCH 24/55] gnu: Add perl-gd., (continued)
- [bug#63894] [PATCH 24/55] gnu: Add perl-gd., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 50/55] gnu: Add perl-net-ip., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 32/55] gnu: Add perl-spreadsheet-parseexcel., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 26/55] gnu: Add perl-log-contextual., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 40/55] gnu: Add perl-tie-hash-method., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 23/55] gnu: Add perl-function-parameters., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 04/55] gnu: Add perl-dbicx-testdatabase., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 05/55] gnu: Add perl-dbix-class-dynamicdefault., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 53/55] gnu: Add perl-net-libidn., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 43/55] gnu: Add perl-text-xslate., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 36/55] gnu: Add perl-text-iconv.,
Antero Mejr <=
- [bug#63894] [PATCH 46/55] gnu: Add perl-soap-lite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 38/55] gnu: Add perl-text-reform., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 28/55] gnu: Add perl-meta-builder., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 41/55] gnu: Add perl-time-warp., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 09/55] gnu: Add perl-fennec-lite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 19/55] gnu: Add perl-datetime-format-sqlite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 22/55] gnu: Add perl-file-libmagic., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 54/55] gnu: Add perl-razor2-client-agent., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 30/55] gnu: Add perl-package-variant., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 33/55] gnu: perl-sub-quote: Update to 2.006008., Antero Mejr, 2023/06/04