From e9e1d3f74ccce82185a5b578993d4a2f1ea54dbf Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 28 Apr 2007 10:58:56 +0000 Subject: 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. --- 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(+) create mode 100644 devel/p5-Sort-Maker/DESCR create mode 100644 devel/p5-Sort-Maker/Makefile create mode 100644 devel/p5-Sort-Maker/PLIST create mode 100644 devel/p5-Sort-Maker/distinfo (limited to 'devel/p5-Sort-Maker') diff --git a/devel/p5-Sort-Maker/DESCR b/devel/p5-Sort-Maker/DESCR new file mode 100644 index 00000000000..69c0425dd3c --- /dev/null +++ b/devel/p5-Sort-Maker/DESCR @@ -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 --git a/devel/p5-Sort-Maker/Makefile b/devel/p5-Sort-Maker/Makefile new file mode 100644 index 00000000000..e040d387046 --- /dev/null +++ b/devel/p5-Sort-Maker/Makefile @@ -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 +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 --git a/devel/p5-Sort-Maker/PLIST b/devel/p5-Sort-Maker/PLIST new file mode 100644 index 00000000000..a803e37993b --- /dev/null +++ b/devel/p5-Sort-Maker/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/28 10:58:56 seb Exp $ diff --git a/devel/p5-Sort-Maker/distinfo b/devel/p5-Sort-Maker/distinfo new file mode 100644 index 00000000000..b814f490d3b --- /dev/null +++ b/devel/p5-Sort-Maker/distinfo @@ -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 -- cgit v1.2.3