Commit graph

7 commits

Author SHA1 Message Date
sno
785c5d2a43 pkgsrc changes:
- Updating package for p5 module Template::Declare from 0.39 to 0.40
  - Adding license (perl5) and module type (Module::Install)

Upstream changes:
0.40 - 2009-07-08
* Fix subname issue with the debugger and specifically Devel::NYTProf
* String::BufferStack usage improvements
2009-07-18 21:43:02 +00:00
seb
f2d98fec77 Update from version 0.38 to version 0.39.
pkgsrc changes:
- adjust build dependency on devel/p5-Test-Warn

Upstream changes:
0.39 - 2009-03-05
* No code changes; increase Test::Warn dependency to 0.11, as 0.10 was
  broken
2009-03-07 05:38:37 +00:00
seb
361423d028 Update from version 0.37 to version 0.38.
Upstream changes:
0.38 - 2009-02-27
* Support, but deprecate, Template::Declare->buffer->data(...) usage
2009-02-28 20:42:25 +00:00
he
ffb1fda3d5 Update from version 0.30 to 0.37.
Pkgsrc changes:
 o Add p5-String-BufferStack as a dependency.

Upstream changes:

0.37 - 2009-02-19
* Make HTML::Lint an optional dependency

0.36 - 2009-02-05
* Hint to the source of the buffer using a 'from' argument.  This
  allows us to inspect the call stack by looking at the buffer stack.

0.35 - 2009-01-20
* Buffers have been moved to using String::BufferStack, for better
  interopability with other templating systems.  Code which
  manipulated Template::Declare::Buffer objects by hand may need to be
  adjusted.

0.31_01 - 2008-12-19
* INCOMPATIBLE: there were inconsistency in arguments passing.
  show in TD::Tags could pass arguments into template as array
  reference depending on a way it's called. Now arguments
  are always passwed the same way they passed into show.

  This change is only backwards incompatible for those who
  were using this incorrect behaviour.

* stringify argument in TD::Buffer::append as we can deal with
  an object with overloaded stringification that puts data into
  buffer when stringified
* correctly escape objects with overloaded stringification
* use less buffers for operations and a few other small optimizations
2009-02-22 16:26:11 +00:00
he
ec80faec54 Update from version 0.29nb1 to 0.30.
Upstream changes:

0.30 - 2008-11-26
* Remove the "wrapper" export, its name is too generic and clashes with a lot
  of existing code. It's a negligible amount of sugar.
2009-01-11 16:21:43 +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
seb
d5adc72d62 Initial import of p5-Template-Declare version 0.29 in the NetBSD
Packages Collection.

The Perl 5 module Template::Declare is a pure-perl declarative
HTML/XUL/RDF/XML templating system.
2008-09-02 22:30:19 +00:00