diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-08-05 10:22:31 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-08-05 10:22:31 +0000 |
commit | 878d9d66ff620b54a5c1d0fa57a7148291fd436e (patch) | |
tree | bf09b753fa0566c82a1f73bbbc1667923f25199a /dev-perl | |
parent | Unmasked pyxfce. It was easy to fix :) (diff) | |
download | gentoo-2-878d9d66ff620b54a5c1d0fa57a7148291fd436e.tar.gz gentoo-2-878d9d66ff620b54a5c1d0fa57a7148291fd436e.tar.bz2 gentoo-2-878d9d66ff620b54a5c1d0fa57a7148291fd436e.zip |
Initial commit of Sort-Naturally perl module. Imported from perl overlay
(Portage version: 2.2_rc35/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sort-Naturally/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Sort-Naturally/metadata.xml | 12 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Sort-Naturally/ChangeLog b/dev-perl/Sort-Naturally/ChangeLog new file mode 100644 index 000000000000..0d842a4ca38c --- /dev/null +++ b/dev-perl/Sort-Naturally/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Sort-Naturally +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sort-Naturally/ChangeLog,v 1.1 2009/08/05 10:22:31 hwoarang Exp $ + +*Sort-Naturally-1.02 (05 Aug 2009) + + 05 Aug 2009; Markos Chandras <hwoarang@gentoo.org> + +Sort-Naturally-1.02.ebuild, +metadata.xml: + Initial commit for Sort-Naturally perl module + diff --git a/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild b/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild new file mode 100644 index 000000000000..4d9f3ec124b6 --- /dev/null +++ b/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild,v 1.1 2009/08/05 10:22:31 hwoarang Exp $ + +EAPI=2 + +MODULE_AUTHOR=SBURKE +inherit perl-module + +DESCRIPTION="sort lexically, but sort numeral parts numerically" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Sort-Naturally/metadata.xml b/dev-perl/Sort-Naturally/metadata.xml new file mode 100644 index 000000000000..d61617d0999c --- /dev/null +++ b/dev-perl/Sort-Naturally/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>perl</herd> +<longdescription lang="en"> + This module exports two functions, nsort and ncmp; they are used in + implementing my idea of a "natural sorting" algorithm. Under natural + sorting, numeric substrings are compared numerically, and other + word-characters are compared lexically. +</longdescription> +</pkgmetadata> + |