summaryrefslogtreecommitdiff
path: root/www/p5-Template-Toolkit
AgeCommit message (Collapse)AuthorFilesLines
2002-05-29Updated to 2.07. Provided by Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp>uebayasi4-146/+75
in pkg/16289 as 2.06, and further update to 2.07 by me. Some of changes from 2.04 are: * Add 'valign' as an option to the html/cell template. * Added the 'uri' filter for URI escaping text. * Incorporated Doug's XS Stash. * Modified Template::Plugins fetch() method to accept $factory as a code reference. * 'orange' became valid colour. * Added 'sorted' as a flag to the HTML plugin. * Added get_all() and get() to the DBI iterator. And many bug fixes as usual.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-02Add the p5-Template-Toolkit version 2.04. This package is a perl5 textnra5-0/+1507
template and dynamic web page intergration module.