import of List-UtilsBy-0.07 a module that contains
higher-order list utility functions
This commit is contained in:
parent
b170eee541
commit
877eafb526
15
textproc/p5-List-UtilsBy/Makefile
Normal file
15
textproc/p5-List-UtilsBy/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 11:14:19 robert Exp $
|
||||
|
||||
COMMENT= higher-order list utility functions
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= List-UtilsBy-0.07
|
||||
CATEGORIES= textproc
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-List-UtilsBy/distinfo
Normal file
5
textproc/p5-List-UtilsBy/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (List-UtilsBy-0.07.tar.gz) = LDmoogIb32PuSo1+CwgppA==
|
||||
RMD160 (List-UtilsBy-0.07.tar.gz) = 3qTCVwTazGF7uPJj0kbPP9tDILE=
|
||||
SHA1 (List-UtilsBy-0.07.tar.gz) = cMGLKDDI+zWwbPLFAMkbvo6bZYc=
|
||||
SHA256 (List-UtilsBy-0.07.tar.gz) = rfwhy89kb399Avd8NEJFCY2VsUCqFDAcnkf8T92BlKs=
|
||||
SIZE (List-UtilsBy-0.07.tar.gz) = 20850
|
8
textproc/p5-List-UtilsBy/pkg/DESCR
Normal file
8
textproc/p5-List-UtilsBy/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
4
textproc/p5-List-UtilsBy/pkg/PLIST
Normal file
4
textproc/p5-List-UtilsBy/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/14 11:14:19 robert Exp $
|
||||
${P5SITE}/List/
|
||||
${P5SITE}/List/UtilsBy.pm
|
||||
@man man/man3p/List::UtilsBy.3p
|
Loading…
x
Reference in New Issue
Block a user