summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Filter/pkg/DESCR
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-01 02:09:46 +0000
committerjlam <jlam>2001-10-01 02:09:46 +0000
commit08558f34c22def31aaf4ad9bce7b50db5ec76b59 (patch)
tree1521ca8d05ed6f79f5a6a5b9592900139654fde4 /www/p5-Apache-Filter/pkg/DESCR
parent6568a132b656783d20c87054cc5badbca37cb034 (diff)
downloadpkgsrc-08558f34c22def31aaf4ad9bce7b50db5ec76b59.tar.gz
p5-Apache-Filter: alter the output of previous Apache handlers
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
Diffstat (limited to 'www/p5-Apache-Filter/pkg/DESCR')
-rw-r--r--www/p5-Apache-Filter/pkg/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/p5-Apache-Filter/pkg/DESCR b/www/p5-Apache-Filter/pkg/DESCR
new file mode 100644
index 00000000000..9317ae584c1
--- /dev/null
+++ b/www/p5-Apache-Filter/pkg/DESCR
@@ -0,0 +1,9 @@
+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