mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-sort-naturally.
* gnu/packages/perl.scm (perl-sort-naturally): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
b6cd89084d
commit
8ae0558aad
1 changed files with 21 additions and 0 deletions
|
@ -6320,6 +6320,27 @@ compact.")
|
||||||
arrays by one or multiple calculated keys.")
|
arrays by one or multiple calculated keys.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-sort-naturally
|
||||||
|
(package
|
||||||
|
(name "perl-sort-naturally")
|
||||||
|
(version "1.03")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/Sort-Naturally-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ip7q5g8d3lr7ri3ffcbrpk1hzzsiwgsn14k10k7hnjphxf1raza"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Sort-Naturally/")
|
||||||
|
(synopsis "Sort lexically, but sort numeral parts numerically")
|
||||||
|
(description "This module exports two functions, @code{nsort} and
|
||||||
|
@code{ncmp}; they are used in implementing a \"natural sorting\" algorithm.
|
||||||
|
Under natural sorting, numeric substrings are compared numerically, and other
|
||||||
|
word-characters are compared lexically.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-specio
|
(define-public perl-specio
|
||||||
(package
|
(package
|
||||||
(name "perl-specio")
|
(name "perl-specio")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue