1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

This module provides a number of list utility functions, all of which

take an initial code block to control their behaviour.  They are
variations on similar core perl or List::Util functions of similar
names, but which use the block to control their behaviour.  For
example, the core Perl function sort takes a list of values and
returns them, sorted into order by their string value.  The sort_by
function sorts them according to the string value returned by the
extra function, when given each value.

WWW: http://search.cpan.org/dist/List-UtilsBy/
This commit is contained in:
Jun Kuriyama 2011-02-25 15:10:44 +00:00
parent 549cd5aaa7
commit f90606a808
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269711
5 changed files with 39 additions and 0 deletions

View File

@ -1838,6 +1838,7 @@
SUBDIR += p5-List-PowerSet
SUBDIR += p5-List-Rotation-Cycle
SUBDIR += p5-List-Uniq
SUBDIR += p5-List-UtilsBy
SUBDIR += p5-Locale-Maketext
SUBDIR += p5-Locale-Maketext-Fuzzy
SUBDIR += p5-Locale-Maketext-Gettext

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: List::UtilsBy
# Date created: 25 Feb 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= List-UtilsBy
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for higher-order list utility functions
PERL_CONFIGURE= yes
MAN3= List::UtilsBy.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (List-UtilsBy-0.06.tar.gz) = c7a24e898cc8559140706d6756113959026ca88972d06906976869bfef16e3c7
SIZE (List-UtilsBy-0.06.tar.gz) = 18478

View File

@ -0,0 +1,10 @@
This module provides a number of list utility functions, all of which
take an initial code block to control their behaviour. They are
variations on similar core perl or List::Util functions of similar
names, but which use the block to control their behaviour. For
example, the core Perl function sort takes a list of values and
returns them, sorted into order by their string value. The sort_by
function sorts them according to the string value returned by the
extra function, when given each value.
WWW: http://search.cpan.org/dist/List-UtilsBy/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/UtilsBy/.packlist
%%SITE_PERL%%/List/UtilsBy.pm
@dirrmtry %%SITE_PERL%%/List
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/UtilsBy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List