summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-MicroTemplate
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-06-12Fix build with perl 5.26maya1-2/+3
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-01-15Update to 0.24wen2-8/+7
Upstream changes: 0.24 - lazy loading of Carp (by Kirill Babikhin) #15
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-06Update 0.20 to 0.23mef2-7/+6
------------------- 0.23 - fix test error on Windows due to the use of unescaped paths in regex patterns (by nanis) #11 #13 0.22 - fix regression in 0.21 (use of here-doc within `<?= ?>` causes syntax error) #12 - add support for `prepend` property for prepending code (by LoonyPandora) #3 0.21 - fix the strange rule for multi-line expression #10
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-08-26Update to 0.20wen2-7/+6
Upstream changes: 0.20 - [bugfix] '?# comment' was not working (by bokutin) 0.19 - fix unexpected behavior (though is not a bug, see https://github.com/kazuho/p5-text-microtemplate/pull/6)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-12Update to 0.18:wiz2-7/+6
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-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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-04Update p5-Text-MicroTemplate from version 0.13 to version 0.14.seb2-6/+6
Upstream changes: 0.14 - optimization (concatenate multi-line string constants at compile time)
2010-07-19Update p5-Text-MicroTemplate from version 0.11 to version 0.13.seb2-6/+6
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-24Initial import of p5-Text-MicroTemplate version 0.11 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine.