2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-12 14:39:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.18:
0.18
- added accessor: Text::MicroTemplate::File->include_path
0.17
- detects absolute paths using File::Spec->file_name_is_absolute (win32 \
compatibility fix)
0.16
- treat filenames starting with "/" as absolute paths
- support lines like "? =pod"
- fix documentation issues
0.15
- [bugfix] fix degradation in the optimazition introduced in 0.14 that caused \
compound lines within template to be miscompiled
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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-05 00:37:14 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Text-MicroTemplate from version 0.13 to version 0.14.
Upstream changes:
0.14
- optimization (concatenate multi-line string constants at compile time)
|
2010-07-19 06:55:44 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Text-MicroTemplate from version 0.11 to version 0.13.
Upstream changes:
0.13
- suppress syntax error when last expression within an entire template includes \
a comment (by typester)
0.12
- the last token in a template line was dropped if it was "false" \
when evaluated in boolean context
- suppress warning on render_mt("") (by typester)
|
2010-04-24 13:05:45 by Stoned Elipot | Files touched by this commit (3) | |
Log message:
Initial import of p5-Text-MicroTemplate version 0.11 in the NetBSD
Packages Collection.
The Perl 5 module Text::MicroTemplate is a standalone, fast,
intelligent, extensible template engine.
|