diff options
author | seb <seb@pkgsrc.org> | 2007-04-28 10:58:56 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-04-28 10:58:56 +0000 |
commit | e9e1d3f74ccce82185a5b578993d4a2f1ea54dbf (patch) | |
tree | 1ba88ca88f396cdb22b60ca42a82c6d4aaca4a25 /devel/p5-Sort-Maker | |
parent | 3434fe5e5d9f7733ae384dd97e5965a13b651c7a (diff) | |
download | pkgsrc-e9e1d3f74ccce82185a5b578993d4a2f1ea54dbf.tar.gz |
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 (limited to 'devel/p5-Sort-Maker')
-rw-r--r-- | devel/p5-Sort-Maker/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-Sort-Maker/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Sort-Maker/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Sort-Maker/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
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 |