pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Sort-Maker Initial import of p5-Sort-Maker ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/507618abced8
branches: trunk
changeset: 528296:507618abced8
user: seb <seb%pkgsrc.org@localhost>
date: Sat Apr 28 10:58:56 2007 +0000
description:
Initial import of p5-Sort-Maker version 0.06 into The NetBSD
Packages Collection.
The Perl 5 module Sort::Maker has two main goals: to make it easy
to create correct sort functions, and to make it simple to select
the optimum sorting algorithm for the number of items to be sorted.
Sort::Maker generates complete sort subroutines in one of four
styles, plain, orcish maneuver, Schwartzian Transform and the
Guttman-Rosler Transform. You can also get the source for a sort
sub you create via the sorter_source call.
diffstat:
devel/p5-Sort-Maker/DESCR | 7 +++++++
devel/p5-Sort-Maker/Makefile | 17 +++++++++++++++++
devel/p5-Sort-Maker/PLIST | 1 +
devel/p5-Sort-Maker/distinfo | 5 +++++
4 files changed, 30 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 693eb0de0117 -r 507618abced8 devel/p5-Sort-Maker/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sort-Maker/DESCR Sat Apr 28 10:58:56 2007 +0000
@@ -0,0 +1,7 @@
+The Perl 5 module Sort::Maker has two main goals: to make it easy
+to create correct sort functions, and to make it simple to select
+the optimum sorting algorithm for the number of items to be sorted.
+Sort::Maker generates complete sort subroutines in one of four
+styles, plain, orcish maneuver, Schwartzian Transform and the
+Guttman-Rosler Transform. You can also get the source for a sort
+sub you create via the sorter_source call.
diff -r 693eb0de0117 -r 507618abced8 devel/p5-Sort-Maker/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sort-Maker/Makefile Sat Apr 28 10:58:56 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/28 10:58:56 seb Exp $
+#
+
+DISTNAME= Sort-Maker-0.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sort/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Sort-Maker/
+COMMENT= Perl 5 module providing a simple way to make efficient sort subs
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Sort/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 693eb0de0117 -r 507618abced8 devel/p5-Sort-Maker/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sort-Maker/PLIST Sat Apr 28 10:58:56 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/28 10:58:56 seb Exp $
diff -r 693eb0de0117 -r 507618abced8 devel/p5-Sort-Maker/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sort-Maker/distinfo Sat Apr 28 10:58:56 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/28 10:58:56 seb Exp $
+
+SHA1 (Sort-Maker-0.06.tar.gz) = bbc06502c6df7480e1d12931a2fec96d5bddc913
+RMD160 (Sort-Maker-0.06.tar.gz) = 56c2c99a1ac636934d082e3020b75b1e9b466361
+Size (Sort-Maker-0.06.tar.gz) = 25278 bytes
Home |
Main Index |
Thread Index |
Old Index