- 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:
parent
d2d999fb2c
commit
66740013e0
23
devel/p5-File-Slurp/Makefile
Normal file
23
devel/p5-File-Slurp/Makefile
Normal 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>
|
3
devel/p5-File-Slurp/distinfo
Normal file
3
devel/p5-File-Slurp/distinfo
Normal 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
|
5
devel/p5-File-Slurp/pkg/DESCR
Normal file
5
devel/p5-File-Slurp/pkg/DESCR
Normal 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 ".."
|
4
devel/p5-File-Slurp/pkg/PLIST
Normal file
4
devel/p5-File-Slurp/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user