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:
parent
549cd5aaa7
commit
f90606a808
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269711
@ -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
|
||||
|
21
devel/p5-List-UtilsBy/Makefile
Normal file
21
devel/p5-List-UtilsBy/Makefile
Normal 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>
|
2
devel/p5-List-UtilsBy/distinfo
Normal file
2
devel/p5-List-UtilsBy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (List-UtilsBy-0.06.tar.gz) = c7a24e898cc8559140706d6756113959026ca88972d06906976869bfef16e3c7
|
||||
SIZE (List-UtilsBy-0.06.tar.gz) = 18478
|
10
devel/p5-List-UtilsBy/pkg-descr
Normal file
10
devel/p5-List-UtilsBy/pkg-descr
Normal 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/
|
5
devel/p5-List-UtilsBy/pkg-plist
Normal file
5
devel/p5-List-UtilsBy/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user