Commit graph

8 commits

Author SHA1 Message Date
Thierry Thomas
88a1830230 Upgrade to 1.10.4 (bugfix release).
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.
2005-02-14 18:32:07 +00:00
Thierry Thomas
9392324d91 Upgrade to 1.10.3.
PR:		ports/72971
Submitted by:	maintainer.
2004-10-26 22:26:34 +00:00
Thierry Thomas
d27d427996 Upgrade to to 1.10.2.
PR:		70987
Submitted by:	maintainer.
2004-08-26 18:39:15 +00:00
Thierry Thomas
52e5539c94 - Take maintainership;
- since I'm here, fix RUN_DEPENDS.

PR:		ports/70957
Submitted by:	Antônio Carlos Venâncio Júnior
2004-08-25 21:35:45 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Edwin Groothuis
93b7ed7f50 [PATCH] simplify pear-* ports
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>
2003-12-28 07:55:47 +00:00
Edwin Groothuis
d30e571eb6 Add the virtual category "pear" to the Makefiles of these ports.
PR:		ports/56582
Submitted by:	edwin@mavetju.org
Approved by:	portmgr@freebsd.org
2003-11-12 23:46:19 +00:00
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