summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template
AgeCommit message (Collapse)AuthorFilesLines
2002-03-22Make sure to update the distinfo file.taca1-3/+3
2002-03-22Update to 2.5.uebayasi1-2/+2
2.3 Thu June 28 12:00:00 2001 - New Feature: template tags can now span lines. (Roland Giersig) - New Feature: new() option 'filehandle'. (Roland Giersig) - Bug Fix: includes were broken in some cases using scalarref templates. (Lance Thomas) - Bug Fix: recursive include detection was broken for scalarref templates. (Mark Stosberg) - Bug Fix: cleaned up more 5.004 warnings. (Jere Julian) 2.4 Mon August 27 12:00:00 2001 - Bug Fix: case_sensitive option broke loops (Peter Leonard) - Bug Fix: code-ref params now work with IF and UNLESS 2.5 Fri Feb 01 12:00:00 2002 - Bug Fix: global_vars fixed for loops within loops - Bug Fix: include paths were broken under Windows (David Ferrance) - Bug Fix: nested include path handling was wrong (Gyepi Sam) - Bug Fix: MD5 signatures for file cache corrected (Martin Schroth) - Bug Fix: print_to was broken for tied filehandles (Darren Chamberlain) - Doc Fix: added mailing-list archive URL to FAQ, added link to tutorial, fixed typos and formatting - Doc Fix: added reference to new HTML::Template website at http://html-template.sourceforge.net/
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-23Update to 2.2.abs2-4/+4
Changes since 2.0 2.1 Sun December 18 12:00:00 2000 - New Feature: new 'file_cache' and 'double_file_cache' options provide a file based caching method (T.J. Mather) - New Feature: new 'print_to' option for output() allows output() to print to a filehandle as it runs. (Chris Nokleberg) - New Feature: new 'case_sensitive' option to allow template variable names to be case sensitive. (Matthew Wickline) - New Feature: new 'filter' option allows pre-parse filtering of template files. - Bug Fix: added single-quote escaping to HTML escaping code (Ralph Corderoy) - Bug Fix: fixed a noisy bug in param() when used with 'associate' (William Ward) - Doc Fix: broke out FAQ into separate file. 2.2 Sat December 23 12:00:00 2000 - Bug Fix: fixed memory leak in global_vars implementation (Ade Olonoh) - Bug Fix: fixed file_cache not reloading templates on changes (T.J. Mather) - Bug Fix: fixed broken error checking in param() (Mark Stosberg)
2000-10-15p5-HTML-Template: perl5 module to create HTML templates by extending HTMLjlam5-0/+30
with simple tags