[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/30: gnu: perl-encode-detect: Move to alphabetical position.
From: |
Ricardo Wurmus |
Subject: |
13/30: gnu: perl-encode-detect: Move to alphabetical position. |
Date: |
Sun, 27 Nov 2016 08:50:09 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 49a3fcc13c4efbb543625b50f8156603c9825ec5
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 23 22:04:31 2016 +0100
gnu: perl-encode-detect: Move to alphabetical position.
* gnu/packages/perl.scm (perl-encode-detect): Move variable definition.
---
gnu/packages/perl.scm | 45 +++++++++++++++++++++------------------------
1 file changed, 21 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5a42cbb..a742447 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2322,6 +2322,27 @@ SHA-1 message digest algorithm for use by Perl
programs.")
modules separately and deal with them after the module is done installing.")
(license (package-license perl))))
+(define-public perl-encode-detect
+ (package
+ (name "perl-encode-detect")
+ (version "1.01")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/J/JG/JGMYERS/"
+ "Encode-Detect-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1wdv9ffgs4xyfh5dnh09dqkmmlbf5m1hxgdgb3qy6v6vlwx8jkc3"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-module-build" ,perl-module-build)))
+ (home-page "http://search.cpan.org/dist/Encode-Detect")
+ (synopsis "Detect the encoding of data")
+ (description "This package provides a class @code{Encode::Detect} to detect
+the encoding of data.")
+ (license mpl1.1)))
+
(define-public perl-env-path
(package
(name "perl-env-path")
@@ -7484,27 +7505,3 @@ interface to File::Find::Object.")
(description "Test::TrailingSpace tests for trailing spaces
in Perl source files.")
(license x11)))
-
-(define-public perl-encode-detect
- (package
- (name "perl-encode-detect")
- (version "1.01")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "mirror://cpan/authors/id/J/JG/JGMYERS/Encode-Detect-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "1wdv9ffgs4xyfh5dnh09dqkmmlbf5m1hxgdgb3qy6v6vlwx8jkc3"))))
- (build-system perl-build-system)
- (inputs
- `(("perl-module-build" ,perl-module-build)))
- (home-page
- "http://search.cpan.org/dist/Encode-Detect")
- (synopsis
- "Perl Encode::Encoding subclass that detects the encoding of data")
- (description "Encode::Detect detects the encoding of data for Perl.")
- (license mpl1.1)))
- branch master updated (a82f0b3 -> 253cdd6), Ricardo Wurmus, 2016/11/27
- 04/30: gnu: Add perl-business-isbn-data., Ricardo Wurmus, 2016/11/27
- 03/30: gnu: Add perl-autovivification., Ricardo Wurmus, 2016/11/27
- 09/30: gnu: Add perl-data-compare., Ricardo Wurmus, 2016/11/27
- 05/30: gnu: Add perl-business-isbn., Ricardo Wurmus, 2016/11/27
- 18/30: gnu: Add perl-ipc-cmd., Ricardo Wurmus, 2016/11/27
- 10/30: gnu: Add perl-data-uniqid., Ricardo Wurmus, 2016/11/27
- 02/30: gnu: Add perl-mojolicious., Ricardo Wurmus, 2016/11/27
- 14/30: gnu: Add perl-encode-eucjpascii., Ricardo Wurmus, 2016/11/27
- 13/30: gnu: perl-encode-detect: Move to alphabetical position.,
Ricardo Wurmus <=
- 08/30: gnu: Add perl-business-ismn., Ricardo Wurmus, 2016/11/27
- 01/30: gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host., Ricardo Wurmus, 2016/11/27
- 07/30: gnu: Add perl-tie-cycle., Ricardo Wurmus, 2016/11/27
- 11/30: gnu: Add perl-date-simple., Ricardo Wurmus, 2016/11/27
- 12/30: gnu: Add perl-datetime-calendar-julian., Ricardo Wurmus, 2016/11/27
- 17/30: gnu: Add perl-extutils-libbuilder., Ricardo Wurmus, 2016/11/27
- 19/30: gnu: Add perl-lingua-translit., Ricardo Wurmus, 2016/11/27
- 15/30: gnu: Add perl-encode-jis2k., Ricardo Wurmus, 2016/11/27
- 26/30: gnu: perl-unicode-linebreak: Update to 2016.003., Ricardo Wurmus, 2016/11/27
- 23/30: gnu: Add perl-text-roman., Ricardo Wurmus, 2016/11/27