summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Application
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-01-18Update p5-CGI-Application to 2.1.mjl2-5/+5
- Enhanced capabilities for creating general superclasses for your projects. - All run modes may be referenced by method name, in addition to subref. - Created cgiapp_init() hook to allow for inherited common behaviors. - Added ability to set mode_param() to use a call-back instance method (specified by subref) instead of a CGI parameter. - HTML::Template is now only loaded if load_tmpl() is called. - Run-modes may now return scalar-refs in addition to scalars. - Added new run-mode of last resort: "AUTOLOAD". See POD for usage. - The param() method has been extended to allow multiple parameters to be set at one time, via a hash (or hashref). - Fixed bug in run() method where a null-string run-mode would be considered valid. A zero-length run-mode will now result in the start_mode() being called. - The run_mode() method now may be called a subsequent time to amend the list of run-modes. - Bug fixed and documentation updated Fixes PR/15221 by Shell Hung.
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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-09-05Alter dependencies so that perl>=5.6.1nb2 will satisfy the dependency forjlam1-2/+2
p5-CGI or p5-Data-Dumper.
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
2000-10-15p5-CGI-Application: perl5 module to create sophisticated, reusablejlam5-0/+41
web-based applications