summaryrefslogtreecommitdiff
path: root/devel/p5-Tie-File
diff options
context:
space:
mode:
authorobache <obache>2008-08-09 06:15:34 +0000
committerobache <obache>2008-08-09 06:15:34 +0000
commit98b5710c2fae3acf6980f2faeeabef4a0a2a2b71 (patch)
tree132bf39bc707dd071ebd038180ee1a962f46c596 /devel/p5-Tie-File
parentfe10d55ab43972bab0c75f337b27bb591d8a93fb (diff)
downloadpkgsrc-98b5710c2fae3acf6980f2faeeabef4a0a2a2b71.tar.gz
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.
Diffstat (limited to 'devel/p5-Tie-File')
-rw-r--r--devel/p5-Tie-File/DESCR5
-rw-r--r--devel/p5-Tie-File/Makefile20
-rw-r--r--devel/p5-Tie-File/distinfo5
3 files changed, 30 insertions, 0 deletions
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