diff options
author | seb <seb@pkgsrc.org> | 2009-11-10 13:46:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-11-10 13:46:37 +0000 |
commit | 4e74712fc9485d7bbd7bae869e87ff8534087691 (patch) | |
tree | 7fd147ca7d0e8f81aeb705503c5df835f2154e09 /textproc | |
parent | 1db4049765270d43a9676df721e5d4264f8abf70 (diff) | |
download | pkgsrc-4e74712fc9485d7bbd7bae869e87ff8534087691.tar.gz |
Update from version 0.40 to version 0.42.
Upstream changes:
0.42 2009-11-01
* Added the "strict" attribute to make exceptional situations fatal. (Theory)
* Removed unused "implementor" attribute in Template::Declare::TagSet. (Theory)
0.41 2009-10-29
* Documentation tweaks (Theory)
0.40_02 2009-10-23
* David (Theory) Wheeler spent considerable effort on cleaning up
Template-Declare for this release.
* Reworked all the documentation, neatening things, expanding the "USAGE"
section, fixing bugs in the examples, and adding missing docs for various
functions and methods.
* Added "dispatch_to" to replace "roots", which is now deprecated. Note that
"dispatch_to" resolves to template classes in the opposite order to "roots".
This won't be an issue if you only use a single temlate class.
* Converted the implementation of "alias" to be the same as that used for
"import_templates", which is much more efficient.
* Added the "into" parameter to "alias" and "import_templates".
* Added the "setting" syntactical sugar keyword for use with "alias".
* Renamed "import_templates" to "mix". The former is still around, but is
deprecated.
* Added support for package variables with "mix".
* Deprecated the undocumented "aliases()" and "alias_metadata()" methods, as
they are no longer needed. They're now no-ops that issue warnings. To be
removed altogether in a future version.
0.40_01 2009-08-12
* Support for inline tagset definitions. Thanks to Olivier 'dolmen' Mengué
[rt.cpan.org #48642]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Template-Declare/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Template-Declare/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile index b9b3f85a57d..1ca8a53e368 100644 --- a/textproc/p5-Template-Declare/Makefile +++ b/textproc/p5-Template-Declare/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2009/07/18 21:43:02 sno Exp $ +# $NetBSD: Makefile,v 1.8 2009/11/10 13:46:37 seb Exp $ -DISTNAME= Template-Declare-0.40 +DISTNAME= Template-Declare-0.42 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} diff --git a/textproc/p5-Template-Declare/distinfo b/textproc/p5-Template-Declare/distinfo index 63b40913091..4bdfe42bb50 100644 --- a/textproc/p5-Template-Declare/distinfo +++ b/textproc/p5-Template-Declare/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2009/07/18 21:43:02 sno Exp $ +$NetBSD: distinfo,v 1.7 2009/11/10 13:46:37 seb Exp $ -SHA1 (Template-Declare-0.40.tar.gz) = d98953937e0ab3f4c634af2ae16ecdfaf0930b4e -RMD160 (Template-Declare-0.40.tar.gz) = b19bd5b77990c9ef0549a84253fbff171e10efa0 -Size (Template-Declare-0.40.tar.gz) = 61261 bytes +SHA1 (Template-Declare-0.42.tar.gz) = 50db1cf4d49ad4acd95f07c612c0b3a4db3e46ec +RMD160 (Template-Declare-0.42.tar.gz) = 9f32ef5f84bf8d40a92e9e9fcb11677baba6c8c3 +Size (Template-Declare-0.42.tar.gz) = 79736 bytes |