pkgsrc/www/p5-HTML-Template/Makefile

22 lines
617 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2011/08/14 16:05:55 obache Exp $
Updated to version 2.9. Pkgsrc changes: - Marked the package as supporting installation to DESTDIR. Changes since version 2.7: ========================== 2.9 Mon Jan 29 15:54:03 EST 2007 - New Feature: the new force_untaint option makes sure you do not pass tainted values to param(). [Sven Neuhaus] - New Feature: Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed both to work with default_escape. [cpan@punch.net] - Bug Fix: DEFAULT didn't work with URL and JS escaping. - Bug Fix: Long-standing bug where variables set in a loop weren't available inside inner loops under global_vars if the variable wasn't actually used in the outer loop. (Thanks to Richard Fein for help debugging the fix.) - Doc Fix: Changed references to CVS in the docs to Subversion now that the switch is complete. - Test Fix: At long last, the work from the Phalanx project has been merged! The tests are now more complete and easier to work on. Thanks Phalanx guys! 2.8 Wed Dec 21 18:37:39 EST 2005 - New Feature: the new default_escape option allows you to apply escaping to all variables in a template. [Alex Kapranoff] - Bug Fix: ESCAPE wasn't working on variables containing code-refs. - Bug Fix: Changed HTML::Template to help sub-classes by called _new_from_loop() via ref($self) rather than hard-coding the package name. [Mark Stosberg] - Bug Fix: Including more than one <tmpl_else> tag in <tmpl_unless> or <tmpl_unless> now dies with an error message, instead of silently ignoring one of the clauses. [Mitar and Mark Stosberg] - Bug Fix: Fixed HTML::Template to re-evaluate conditions to handle <tmpl_else>. This bug could cause HTML::Template to take both branches of a conditional if a code-ref parameter returned a different value when called a second time. [Emanuele Zeppieri]
2007-04-30 23:34:03 +02:00
DISTNAME= HTML-Template-2.9
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5htm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
${MASTER_SITE_SOURCEFORGE:=html-template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://html-template.sourceforge.net/
COMMENT= Perl5 module to create HTML templates with simple tags
PKG_INSTALLATION_TYPES= overwrite pkgviews
Updated to version 2.9. Pkgsrc changes: - Marked the package as supporting installation to DESTDIR. Changes since version 2.7: ========================== 2.9 Mon Jan 29 15:54:03 EST 2007 - New Feature: the new force_untaint option makes sure you do not pass tainted values to param(). [Sven Neuhaus] - New Feature: Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed both to work with default_escape. [cpan@punch.net] - Bug Fix: DEFAULT didn't work with URL and JS escaping. - Bug Fix: Long-standing bug where variables set in a loop weren't available inside inner loops under global_vars if the variable wasn't actually used in the outer loop. (Thanks to Richard Fein for help debugging the fix.) - Doc Fix: Changed references to CVS in the docs to Subversion now that the switch is complete. - Test Fix: At long last, the work from the Phalanx project has been merged! The tests are now more complete and easier to work on. Thanks Phalanx guys! 2.8 Wed Dec 21 18:37:39 EST 2005 - New Feature: the new default_escape option allows you to apply escaping to all variables in a template. [Alex Kapranoff] - Bug Fix: ESCAPE wasn't working on variables containing code-refs. - Bug Fix: Changed HTML::Template to help sub-classes by called _new_from_loop() via ref($self) rather than hard-coding the package name. [Mark Stosberg] - Bug Fix: Including more than one <tmpl_else> tag in <tmpl_unless> or <tmpl_unless> now dies with an error message, instead of silently ignoring one of the clauses. [Mitar and Mark Stosberg] - Bug Fix: Fixed HTML::Template to re-evaluate conditions to handle <tmpl_else>. This bug could cause HTML::Template to take both branches of a conditional if a code-ref parameter returned a different value when called a second time. [Emanuele Zeppieri]
2007-04-30 23:34:03 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/HTML/Template/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"