Subject: Re: CVS commit: pkgsrc/devel/p5-Sort-Maker
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@ssr.univ-paris-diderot.fr>
List: pkgsrc-changes
Date: 04/28/2007 13:27:18
On Sat, Apr 28, 2007 at 10:59:06AM +0000, Stoned Elipot wrote:
> Log Message:
>
> 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.
Truncated commit logs corrected in the repository:
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.