- Add p5-Perl6-Slurp 0.03
Perl6::Slurp implements the Perl 6 'slurp' built-in. slurp takes a filename, a filehandle, a typeglob reference, an IO::File object, or a scalar reference, and converts it to an input stream if necessary, and reads in the entire stream. If slurp fails to set up or read the stream, it throws an exception. WWW: http://search.cpan.org/dist/Perl6-Slurp/
This commit is contained in:
parent
ba8e0b6569
commit
e328cf3360
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285093
5 changed files with 39 additions and 0 deletions
|
@ -2207,6 +2207,7 @@
|
|||
SUBDIR += p5-Perl6-Junction
|
||||
SUBDIR += p5-Perl6-Rules
|
||||
SUBDIR += p5-Perl6-Say
|
||||
SUBDIR += p5-Perl6-Slurp
|
||||
SUBDIR += p5-PerlIO-Layers
|
||||
SUBDIR += p5-PerlIO-Util
|
||||
SUBDIR += p5-PerlIO-eol
|
||||
|
|
25
devel/p5-Perl6-Slurp/Makefile
Normal file
25
devel/p5-Perl6-Slurp/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Perl6-Slurp
|
||||
# Date created: 2011-11-05
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Perl6-Slurp
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Implements the Perl6 'slurp' built-in
|
||||
|
||||
BUILD_DEPENDS= p5-Perl6-Export>=0.07:${PORTSDIR}/devel/p5-Perl6-Export
|
||||
RUN_DEPENDS= p5-Perl6-Export>=0.07:${PORTSDIR}/devel/p5-Perl6-Export
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Perl6::Slurp.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
2
devel/p5-Perl6-Slurp/distinfo
Normal file
2
devel/p5-Perl6-Slurp/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Perl6-Slurp-0.03.tar.gz) = 06e473478c6c8fc770ba34faae8fe281eb53d6c587201dae537c81ce5ac04135
|
||||
SIZE (Perl6-Slurp-0.03.tar.gz) = 7120
|
6
devel/p5-Perl6-Slurp/pkg-descr
Normal file
6
devel/p5-Perl6-Slurp/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Perl6::Slurp implements the Perl 6 'slurp' built-in. slurp takes a filename, a
|
||||
filehandle, a typeglob reference, an IO::File object, or a scalar reference,
|
||||
and converts it to an input stream if necessary, and reads in the entire stream.
|
||||
If slurp fails to set up or read the stream, it throws an exception.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Perl6-Slurp/
|
5
devel/p5-Perl6-Slurp/pkg-plist
Normal file
5
devel/p5-Perl6-Slurp/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Perl6/Slurp.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Slurp/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Slurp
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6
|
||||
@dirrmtry %%SITE_PERL%%/Perl6
|
Loading…
Reference in a new issue