Commit graph

8 commits

Author SHA1 Message Date
obache
e455a99a59 Update p5-Tie-File to 0.98, to be newer than perl5 builtin version.
While here, set LICENSE same as perl5.

What's new in version 0.98:
 - No changes. Production release after CPAN testers cleared.

What's new in version 0.97_01:
All changes in this release are from perl 5 porters:
 - Update address for FSF in POD
 - z/OS: CPAN-ized ext/ and lib/
 - Missing ; in Tie::File
 - Typos in comments
 - BeOS specific Updates
 - turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
 - fix for VMS - last if $last_read_was_short
2012-03-26 13:11:15 +00:00
hans
b336571c09 Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:26:17 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
6d95bb047a Fixing PLIST by removing '*.orig' relics from patch stage 2010-02-16 15:22:44 +00:00
he
8e8f185427 Update from version 0.96nb1 to 0.96nb2.
Pkgsrc changes:
 o Add patch-aa from PR#40184, restoring "pass" status for "make test"
2008-12-18 00:20:10 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
obache
87a9aca822 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.
2008-08-09 06:15:34 +00:00