summaryrefslogtreecommitdiff
path: root/devel/p5-Perl6-Slurp
diff options
context:
space:
mode:
authorabs <abs>2006-06-07 11:57:54 +0000
committerabs <abs>2006-06-07 11:57:54 +0000
commit4a594a74783f7ff22f6ee2a15aee37f0571c133c (patch)
treeeb4ccba780157cba53473ceedd11f031d06d2668 /devel/p5-Perl6-Slurp
parent68a3910688b6fd70351eaff84724ab628a26408d (diff)
downloadpkgsrc-4a594a74783f7ff22f6ee2a15aee37f0571c133c.tar.gz
Added devel/p5-Perl6-Slurp-0.03
slurp takes: * a filename, * a filehandle, * a typeglob reference, * an IO::File object, or * a scalar reference, 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.
Diffstat (limited to 'devel/p5-Perl6-Slurp')
-rw-r--r--devel/p5-Perl6-Slurp/DESCR11
-rw-r--r--devel/p5-Perl6-Slurp/Makefile21
-rw-r--r--devel/p5-Perl6-Slurp/PLIST1
-rw-r--r--devel/p5-Perl6-Slurp/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/p5-Perl6-Slurp/DESCR b/devel/p5-Perl6-Slurp/DESCR
new file mode 100644
index 00000000000..69e4834812f
--- /dev/null
+++ b/devel/p5-Perl6-Slurp/DESCR
@@ -0,0 +1,11 @@
+slurp takes:
+
+ * a filename,
+ * a filehandle,
+ * a typeglob reference,
+ * an IO::File object, or
+ * a scalar reference,
+
+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.
diff --git a/devel/p5-Perl6-Slurp/Makefile b/devel/p5-Perl6-Slurp/Makefile
new file mode 100644
index 00000000000..c787b776111
--- /dev/null
+++ b/devel/p5-Perl6-Slurp/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:57:54 abs Exp $
+#
+
+DISTNAME= Perl6-Slurp-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
+
+MAINTAINER= abs@absd.org
+HOMEPAGE= http://search.cpan.org/dist/Perl6-Slurp/
+COMMENT= Implements the Perl 6 'slurp' built-in
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DEPENDS+= p5-Perl6-Export-[0-9]*:../../devel/p5-Perl6-Export
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Perl6/Slurp/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Perl6-Slurp/PLIST b/devel/p5-Perl6-Slurp/PLIST
new file mode 100644
index 00000000000..86752149b5a
--- /dev/null
+++ b/devel/p5-Perl6-Slurp/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/07 11:57:54 abs Exp $
diff --git a/devel/p5-Perl6-Slurp/distinfo b/devel/p5-Perl6-Slurp/distinfo
new file mode 100644
index 00000000000..a13a276b32c
--- /dev/null
+++ b/devel/p5-Perl6-Slurp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:57:54 abs Exp $
+
+SHA1 (Perl6-Slurp-0.03.tar.gz) = f4b98d6144e786cf13fa56ee3105e214ed803acf
+RMD160 (Perl6-Slurp-0.03.tar.gz) = 1739d3c9249c42427ac2097c098b102893a34d10
+Size (Perl6-Slurp-0.03.tar.gz) = 7120 bytes