- initial import of File-Slurp-9999.06

This module provides subs that allow you to read or write entire files
with one simple call. They are designed to be simple to use, have
flexible ways to pass in or get the file contents and to be very
efficient.  There is also a sub to read in all the files in a directory
other than "." and ".."
This commit is contained in:
msf 2004-12-30 02:43:05 +00:00
parent d2d999fb2c
commit 66740013e0
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 02:43:05 msf Exp $
COMMENT= "efficient reading/writing of complete files"
DISTNAME= File-Slurp-9999.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-Slurp-9999.06.tar.gz) = 07b1550711ce6624572d05f948fa88e7
RMD160 (File-Slurp-9999.06.tar.gz) = 50ce1d0a2b328a33427be30ce7b5ff2ce217c13f
SHA1 (File-Slurp-9999.06.tar.gz) = 9498ef8f3f7b8519671f16efcb4f6c60896e3b49

View File

@ -0,0 +1,5 @@
This module provides subs that allow you to read or write entire files
with one simple call. They are designed to be simple to use, have
flexible ways to pass in or get the file contents and to be very
efficient. There is also a sub to read in all the files in a directory
other than "." and ".."

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/30 02:43:05 msf Exp $
${P5SITE}/File/
${P5SITE}/File/Slurp.pm
@man man/man3p/File::Slurp.3p