head	1.5;
access;
symbols
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.01.01.19.30.53;	author ohauer;	state dead;
branches;
next	1.4;

1.4
date	2011.10.24.09.11.21;	author dougb;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.08.09.28.55;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.04.10.16.44;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.07.04.33.24;	author will;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@This module lets you stack handlers so that the next one will handle
or "filter" the output of previous one.

From README:
    When you've got this module, you can use the same handler both as a
    stand-alone handler, and as an element in a chain. Just make sure that
    whenever you're chaining, all the handlers in the chain are "Filter-
    aware," i.e. they each call $r->filter_register() exactly once, before
    they start printing to STDOUT. There should be almost no overhead for
    doing this when there's only one element in the chain.

    Currently the following public modules are Filter-aware.

     Apache::Registry (using Apache::RegistryFilter, included here)
     Apache::SSI
     Apache::ASP
     HTML::Mason
     Apache::SimpleReplace

WWW: http://search.cpan.org/dist/Apache-Filter/
@


1.4
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@@


1.3
log
@1. Unbreak port building
2. Minor style cleanup
@
text
@a20 2

-- Alex Kapranoff <kapr@@crosswinds.net>
@


1.2
log
@Maintainer update www/p5-Apache-Filter
- update to 1.022
- add WWW

PR:		ports/47783
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d20 1
a20 1
WWW: WWW: http://search.cpan.org/dist/Apache-Filter/
@


1.1
log
@Add p5-Apache-Filter 1.016, a perl module to alter the output of
previous handlers.

PR:		26290
Submitted by:	Alex Kapranoff <kapr@@crosswinds.net>
@
text
@d20 2
@

