head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.12.28.08.20.17;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.24.09.11.21;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.25.16.01.00;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.3
log
@End WWW CPAN URL with a "/"
@
text
@The Apache::ConfigParser module is used to load an Apache configuration 
file to allow programs to determine Apache's configuration directives and 
contexts. The resulting object contains a tree based structure using the 
Apache::ConfigParser::Directive class, which is a subclass of 
Tree::DAG_node, so all of the methods that enable tree based searches and 
modifications from Tree::DAG_Node are also available. The tree structure 
is used to represent the ability to nest sections, such as <VirtualHost>, 
<Directory>, etc.

Apache does a great job of checking Apache configuration files for errors 
and this modules leaves most of that to Apache. This module does minimal 
configuration file checking. The module currently checks for:

Start and end context names match

    The module checks if the start and end context names match. If the end 
context name does not match the start context name, then it is ignored. 
The module does not even check if the configuration contexts have valid 
names.

Author: Blair Zajac <blair@@orcaware.com>.
WWW: http://search.cpan.org/dist/Apache-ConfigParser/
@


1.2
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
@d22 1
a22 1
WWW: http://search.cpan.org/dist/Apache-ConfigParser
@


1.1
log
@Adding port www/p5-Apache-ConfigParser, a library for loading and parsing Apache conf files.

Approved by:	tobez (implicit)
@
text
@d21 1
a22 1
Author: Blair Zajac <blair@@orcaware.com>.
@

