diff options
author | wiz <wiz> | 2010-09-12 12:39:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-12 12:39:33 +0000 |
commit | c5130efbfe871e279e4c1003b89270ef47cfff17 (patch) | |
tree | 7f03b70526cf77831085fb6fcb671016a9a1ba02 /textproc | |
parent | 8230e7eca56598e5dd8301ace8e382db4ce53ee1 (diff) | |
download | pkgsrc-c5130efbfe871e279e4c1003b89270ef47cfff17.tar.gz |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-MicroTemplate/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-MicroTemplate/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-MicroTemplate/Makefile b/textproc/p5-Text-MicroTemplate/Makefile index fbcad00394b..fce08e47391 100644 --- a/textproc/p5-Text-MicroTemplate/Makefile +++ b/textproc/p5-Text-MicroTemplate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:36:05 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/12 12:39:33 wiz Exp $ -DISTNAME= Text-MicroTemplate-0.14 +DISTNAME= Text-MicroTemplate-0.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-MicroTemplate/distinfo b/textproc/p5-Text-MicroTemplate/distinfo index ee128784825..a79711080ac 100644 --- a/textproc/p5-Text-MicroTemplate/distinfo +++ b/textproc/p5-Text-MicroTemplate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/08/04 22:37:14 seb Exp $ +$NetBSD: distinfo,v 1.4 2010/09/12 12:39:33 wiz Exp $ -SHA1 (Text-MicroTemplate-0.14.tar.gz) = ae277262db1e6f7773f4a40629eea068cb434eea -RMD160 (Text-MicroTemplate-0.14.tar.gz) = 709a987f1342a0074bbdf36bbb45fbed2d3b9e02 -Size (Text-MicroTemplate-0.14.tar.gz) = 42151 bytes +SHA1 (Text-MicroTemplate-0.18.tar.gz) = 62efc64781aa7fd4f296196af8a9bdbc941baf1c +RMD160 (Text-MicroTemplate-0.18.tar.gz) = d24b77e172a8b50e4723ecdcf308afd2bf54d3aa +Size (Text-MicroTemplate-0.18.tar.gz) = 25669 bytes |