diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 00:34:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 00:34:19 +0000 |
commit | 0c7e49b585377090479f4d28fbc5240e9fd45e19 (patch) | |
tree | 3b567dd1797989e2f872891cb122b8564323a067 /devel/pear-Config/pkg-descr | |
parent | 4c28ca343d11b2197a996ae2a73830e950028667 (diff) | |
download | ports-0c7e49b585377090479f4d28fbc5240e9fd45e19.tar.gz ports-0c7e49b585377090479f4d28fbc5240e9fd45e19.zip |
Notes
Diffstat (limited to 'devel/pear-Config/pkg-descr')
-rw-r--r-- | devel/pear-Config/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/pear-Config/pkg-descr b/devel/pear-Config/pkg-descr new file mode 100644 index 000000000000..8f6675f739b7 --- /dev/null +++ b/devel/pear-Config/pkg-descr @@ -0,0 +1,10 @@ +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 + +WWW: http://pear.php.net/package-info.php?package=Config |