freebsd-ports/devel/pear-Config/pkg-plist
Edwin Groothuis 0c7e49b585 New port: PEAR Config package provides methods for configuration manipulation
The Config package provides methods for configuration manipulation.

	* Creates configurations from scratch
	* Parses and outputs different formats (XML, PHP, INI, Apache...).
	* Edits existing configurations
	* Converts configurations to other formats
	* Allows manipulation of sections, comments, directives...
	* Parses configurations into a tree structure

PR:		ports/56362
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:34:19 +00:00

16 lines
614 B
Text

%%PEARDIR%%/Config.php
%%PEARDIR%%/Config/Container.php
%%PEARDIR%%/Config/Container/Apache.php
%%PEARDIR%%/Config/Container/GenericConf.php
%%PEARDIR%%/Config/Container/IniCommented.php
%%PEARDIR%%/Config/Container/IniFile.php
%%PEARDIR%%/Config/Container/PHPArray.php
%%PEARDIR%%/Config/Container/XML.php
%%PKGREGDIR%%/package.xml
%%PORTDOCS%%%%PEARDIR%%/docs/Config/Apache.php
%%PORTDOCS%%%%PEARDIR%%/docs/Config/IniCommented.php
%%PORTDOCS%%%%PEARDIR%%/docs/Config/IniFromScratch.php
@dirrm %%PEARDIR%%/Config/Container
@dirrm %%PEARDIR%%/Config
@dirrm %%PKGREGDIR%%
%%PORTDOCS%%@dirrm %%PEARDIR%%/docs/Config