./wip/p5-Petal, Perl Template Attribute Language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.26, Package name: p5-Petal-2.26, Maintainer: hiramatu

Petal stands for "Perl Template Attribute Language". It is inspired from the
Zope Page Templates TAL specification, and lets you write elegant, WYSIWYG
friendly templates.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: d6b3718f7b0ddd82a6aed873834e7713f15e062a
Filesize: 91.345 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-10-09 15:45:24 by Thomas Klausner | Files touched by this commit (15)
Log message:
Remove SVR4_PKGNAME per discussion on tech-pkg.
   2012-10-04 21:11:57 by Aleksej Saushev | Files touched by this commit (56)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-11 09:46:43 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated p5-Petal to 2.20.

Changes from previous:
2.20 Thu Aug 25 13:05:00 2011
    - Remove usage of Safe in taint mode to fix compatability with Perl 5.12. \ 
This may break existing
      code and reduces security! But for now it seems better to have at least a \ 
working version. (Damyan Ivanov)
    - Fix code using deprecated UNIVERSAL->import (Stefan Seifert)

2.19 Fri Jun 16 15:22:00 2006
    - alias false: modifier as not: to match TALES spec (Jonathan Vanasco)
    - fix repeat/odd documentation bug and add to cookbook (Jonathan Vanasco)
    - pod typos (sarabob)
    - CACHE_ONLY option (Jonathan Vanasco)
    - Add Digest::MD5 dependency (aaron)
    - Allow passing arguments to coderefs
    - Encoding support for gettext mo/po files (Andrew Rodland)
   2008-05-30 14:22:19 by abs | Files touched by this commit (64)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2006-01-26 11:51:25 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated to p5-Petal to 2.18.

2.18 Tue Jan 17 13:01:00 2006
    - $Petal::CodeGenerator::PI_RE should be applied newline insensitively
    - pod fixes
    - Cookbook tal:repeat example (DSL)
    - pod note that on-error isn't fully implemented
    - defang html metacharacters in on-error output
    - undo 2.16 $Petal::Hash::String::VARIABLE_RE_BRACKETS ${1} regression
   2005-10-04 10:18:08 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
Petal stands for "Perl Template Attribute Language". It is inspired \ 
from the
Zope Page Templates TAL specification, and lets you write elegant, WYSIWYG
friendly templates.