summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-08-05 10:22:31 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-08-05 10:22:31 +0000
commitc060bace6ca0d9a769265a4dfc34c9e85d3a475d (patch)
tree69b5135c04e965553d23b1879a0f96c8ee345a86
parentUnmasked pyxfce. It was easy to fix :) (diff)
downloadhistorical-c060bace6ca0d9a769265a4dfc34c9e85d3a475d.tar.gz
historical-c060bace6ca0d9a769265a4dfc34c9e85d3a475d.tar.bz2
historical-c060bace6ca0d9a769265a4dfc34c9e85d3a475d.zip
Initial commit of Sort-Naturally perl module. Imported from perl overlay
Package-Manager: portage-2.2_rc35/cvs/Linux x86_64
-rw-r--r--dev-perl/Sort-Naturally/ChangeLog10
-rw-r--r--dev-perl/Sort-Naturally/Manifest4
-rw-r--r--dev-perl/Sort-Naturally/Sort-Naturally-1.02.ebuild16
-rw-r--r--dev-perl/Sort-Naturally/metadata.xml12
4 files changed, 42 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/Manifest b/dev-perl/Sort-Naturally/Manifest
new file mode 100644
index 000000000000..60427bab0975
--- /dev/null
+++ b/dev-perl/Sort-Naturally/Manifest
@@ -0,0 +1,4 @@
+DIST Sort-Naturally-1.02.tar.gz 10357 RMD160 a1ba471cc0349b55c3119c9a65550e8f78745367 SHA1 da7b21e222c8c0e8f9a8cf5587410cc57a836f31 SHA256 b8320a18e32d0a15541d95ffae3ba18e64bfca2478b8c74b80947ad2aa6874b1
+EBUILD Sort-Naturally-1.02.ebuild 404 RMD160 65675376b189bfbe0b33018831fcbd6ad408b803 SHA1 aac818328013fcb55e7718b1856d7271428032d9 SHA256 546769aed9a962e745f7f80997380cfc13223dec46f12193fad339bd8eac8768
+MISC ChangeLog 405 RMD160 6c4baf55ba3acb0b928a935828fcecdac8619b2d SHA1 274d0d167b1b89b71b7d845f8e7ef6498195cdd7 SHA256 b21d116340e5b9d045e316e89fda60356b45a08dd312a1a6b0c42e51eeb89a72
+MISC metadata.xml 450 RMD160 892389d8eae8f712a7675caaec5b1758e0e5e10d SHA1 04dbc46a63f5f95d3aea9a3a3b4c3a917613788b SHA256 40fbbd41a751b9355214760dccf91b0184504f3ea3b5a5dc78254e3027bae9c2
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>
+