summaryrefslogtreecommitdiff
path: root/devel/p5-Tie-File
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16Fixing PLIST by removing '*.orig' relics from patch stagesno1-2/+5
2008-12-18Update from version 0.96nb1 to 0.96nb2.he3-3/+17
Pkgsrc changes: o Add patch-aa from PR#40184, restoring "pass" status for "make test"
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-09Import p5-Tie-File-0.96 as devel/p5-Tie-File.obache3-0/+30
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.