From 98b5710c2fae3acf6980f2faeeabef4a0a2a2b71 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 9 Aug 2008 06:15:34 +0000 Subject: Import p5-Tie-File-0.96 as devel/p5-Tie-File. Packaged by Jens Rehsack and provided via PR 39221. Tie::File represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is not loaded into memory, so this will work even for gigantic files. Changes to the array are reflected in the file immediately. --- devel/p5-Tie-File/DESCR | 5 +++++ devel/p5-Tie-File/Makefile | 20 ++++++++++++++++++++ devel/p5-Tie-File/distinfo | 5 +++++ 3 files changed, 30 insertions(+) create mode 100644 devel/p5-Tie-File/DESCR create mode 100644 devel/p5-Tie-File/Makefile create mode 100644 devel/p5-Tie-File/distinfo (limited to 'devel/p5-Tie-File') diff --git a/devel/p5-Tie-File/DESCR b/devel/p5-Tie-File/DESCR new file mode 100644 index 00000000000..0b042f4d8f4 --- /dev/null +++ b/devel/p5-Tie-File/DESCR @@ -0,0 +1,5 @@ +Tie::File represents a regular text file as a Perl array. Each element in the +array corresponds to a record in the file. The first line of the file is +element 0 of the array; the second line is element 1, and so on. +The file is not loaded into memory, so this will work even for gigantic files. +Changes to the array are reflected in the file immediately. diff --git a/devel/p5-Tie-File/Makefile b/devel/p5-Tie-File/Makefile new file mode 100644 index 00000000000..1d7ada62a23 --- /dev/null +++ b/devel/p5-Tie-File/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 06:15:34 obache Exp $ +# + +DISTNAME= Tie-File-0.96 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tfi +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Tie-File/ +COMMENT= Access the lines of a disk file via a Perl array + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Tie/File/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Tie-File/distinfo b/devel/p5-Tie-File/distinfo new file mode 100644 index 00000000000..d6fe384bf17 --- /dev/null +++ b/devel/p5-Tie-File/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/09 06:15:34 obache Exp $ + +SHA1 (Tie-File-0.96.tar.gz) = 61e90791422424b13797adfbda7b7eb8f08dd38a +RMD160 (Tie-File-0.96.tar.gz) = d81ff7d8bcb78832c473293a123cebcd1847b634 +Size (Tie-File-0.96.tar.gz) = 67992 bytes -- cgit v1.2.3