diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-01 02:12:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-01 02:12:59 +0000 |
commit | 42500b7205fa0c3cd9240df9bf508df173406ce8 (patch) | |
tree | 3b13184eede90c524e415ef5f2e091aeaa375551 /www/p5-Apache-SSI/distinfo | |
parent | 1c954a10b35b6927ddaa710c8964174cce617119 (diff) | |
download | pkgsrc-42500b7205fa0c3cd9240df9bf508df173406ce8.tar.gz |
p5-Apache-SSI - implements Server Side Includes in Perl
Apache::SSI implements the functionality of mod_include for handling
server-parsed html documents. It runs under Apache's mod_perl. In my mind,
there are two main reasons you might want to use this module: you can
sub-class it to implement your own custom SSI directives, and/or you can
parse the output of other mod_perl handlers, or send the SSI output through
another handler (use Apache::Filter to do this).
Diffstat (limited to 'www/p5-Apache-SSI/distinfo')
-rw-r--r-- | www/p5-Apache-SSI/distinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-Apache-SSI/distinfo b/www/p5-Apache-SSI/distinfo new file mode 100644 index 00000000000..8c67a243171 --- /dev/null +++ b/www/p5-Apache-SSI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/01 02:12:59 jlam Exp $ + +SHA1 (Apache-SSI-2.16.tar.gz) = a6e133fea2352ec364d68e0f2c67309c8a49524d +Size (Apache-SSI-2.16.tar.gz) = 24483 bytes +SHA1 (patch-aa) = b526801d502ebb6bda48b03d41a5b74f7c5b0051 |