[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28272] [PATCH 08/12] gnu: Add perl-net-idn-encode.
From: |
Christopher Baines |
Subject: |
[bug#28272] [PATCH 08/12] gnu: Add perl-net-idn-encode. |
Date: |
Tue, 29 Aug 2017 07:13:01 +0100 |
* gnu/packages/perl.scm (perl-net-idn-encode): New variable.
---
gnu/packages/perl.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 13da2a6f5..d22e461a0 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5501,6 +5501,38 @@ cycle. Functions called in the package itself will
still be bound by their
name, but they won't show up as methods on your class or instances.")
(license (package-license perl))))
+(define-public perl-net-idn-encode
+ (package
+ (name "perl-net-idn-encode")
+ (version "2.400")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/C/CF/CFAERBER/Net-IDN-Encode-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0a9knav5f9kjldrkxx1k47ivd3p23zkmi8aqgyhnxidhgasz1dlq"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-module-build" ,perl-module-build)
+ ("perl-test-nowarnings" ,perl-test-nowarnings)))
+ (home-page
+ "http://search.cpan.org/dist/Net-IDN-Encode")
+ (synopsis
+ "Internationalizing Domain Names in Applications (IDNA)")
+ (description
+ "Internationalized Domain Names (IDNs) use characters drawn from a large
+repertoire (Unicode), but IDNA allows the non-ASCII characters to be
+represented using only the ASCII characters already allowed in so-called host
+names today (letter-digit-hyphen, /[A-Z0-9-]/i).
+
+Use this module if you just want to convert domain names (or email addresses),
+using whatever IDNA standard is the best choice at the moment.")
+ (license (package-license perl))))
+
(define-public perl-net-statsd
(package
(name "perl-net-statsd")
--
2.14.1
- [bug#28272] [PATCH] Improve and upgrade signing-party., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 01/12] gnu: Add perl-moox., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 11/12] gnu: Add libmd., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 10/12] gnu: Add perl-gnupg-interface., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 07/12] gnu: Add perl-mime-tools., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 03/12] gnu: Add perl-moox-handlesvia., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 02/12] gnu: Add perl-data-perl., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 09/12] gnu: Add perl-text-template., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 06/12] gnu: Add perl-mailtools., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 12/12] gnu: Update signing-party., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 08/12] gnu: Add perl-net-idn-encode.,
Christopher Baines <=
- [bug#28272] [PATCH 05/12] gnu: Add perl-convert-binhex., Christopher Baines, 2017/08/29
- [bug#28272] [PATCH 04/12] gnu: Add perl-moox-late., Christopher Baines, 2017/08/29