Changelog:
* Fixed bug #3298 which wouldn't parse arrays with numerical indexes
correctly.
* Fixed bug #2742 which didn't trim variable names in Inicommented file.
* changed XML_Parser and XML_Util dependencies to optional, since
they're only needed when parsing XML files (bug #2738).
* added a new container for editing files of php constants, courtesy of
philip ortel [me@phillipoertel.com] (devel).
PR: ports/77460
Submitted by: Roman Neuhauser
Approved by: maintainer.
These patches do the following things for PEAR ports:
* devel-pear-PEAR-Makefile.common.patch
- provides a do-install target and all that jazz in
devel/pear-PEAR/Makefile.common
- individual PEAR ports now just set a few variables:
* pear-ports-Makefile.common-ng.patch
contains changes for all pear-* ports including devel/pear-PEAR
See http://smradoch.innuendo.cz/FreeBSD/ for complete description.
Note: still missing are:
devel/pear-HTML_Common
devel/pear-I18N
net/pear-Net_NNTP
security/pear-Auth
PR: ports/59213
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
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>