summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Filter
AgeCommit message (Collapse)AuthorFilesLines
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-27Update p5-Apache-Filter from 1.019 to 1.022.he3-16/+14
Add a HOMEPAGE pointing into search.cpan.org. Adapt the patch to the new version of the package. Change log: Version: 1.022 Fri Jan 31 14:00:48 CST 2003 - Now can be installed using either Module::Build or ExtUtils::MakeMaker. - Simplified a few of the TIEHANDLE code chunks that used substr() to manipulate saved filehandle data. Version: 1.021 Fri Dec 27 10:13:23 CST 2002 - The test suite now provides a bit more useful information upon failure and uses Test.pm to generate its output. - Avoid an "undefined value" warning in READLINE() method [Dave Rolsky] - If the initial $r isn't an Apache object (could be Apache::Request or a subclass of Apache), make an on-the-fly subclass of whatever it is. [Dave Rolsky] Version: 1.020 Date: Mon Nov 11 17:11:31 AEST 2002 Fixed the Apache::PerlRunFilter module, which was missing a call to filter_register(). [Ruslan U. Zakirov, Oleh Khoma] Minor regex speedup in READLINE() method of filehandle. Correct doc bug about Filter2 and Filter3. Add Apache::HTML::ClassParser to list of filter-aware modules.
2004-05-09Convert to buildlink3.snj1-3/+3
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-8/+4
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${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-10-01p5-Apache-Filter: alter the output of previous Apache handlersjlam5-0/+63
These modules provide the ability to chain PerlHandler routines together, so that the output of one handler/filter becomes the input of the next handler/filter. The following Perl modules are known to be "Filter-aware": Apache::Registry (using Apache::RegistryFilter) Apache::SSI Apache::ASP HTML::Mason Apache::SimpleReplace