Commit graph

13 commits

Author SHA1 Message Date
Pav Lucistnik
2783fca049 - Update to 1.2.7
PR:		ports/91638
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:35:21 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Thierry Thomas
c288988b57 - Upgrade to 1.2.6;
- take maintainership;

- fix CATEGORIES.

PR:		ports/79313
Submitted by:	Antônio Carlos Venâncio Júnior
2005-04-09 16:48:03 +00:00
Thierry Thomas
6b05254d71 Upgrade to 1.2.5.
Changelog at <http://pear.php.net/package/XML_Parser/download/>.
2005-02-26 22:03:36 +00:00
Thierry Thomas
652ac6c310 Upgrade to 1.2.4.
Changelog at <http://pear.php.net/package/XML_Parser/download/>.
2005-01-18 21:28:19 +00:00
Thierry Thomas
2b801338bf Upgrade to 1.2.3.
Changelog at <http://pear.php.net/package/XML_Parser/download/>.
2005-01-17 21:38:11 +00:00
Thierry Thomas
89f5b9eee1 Upgrade to 1.2.2. 2004-12-22 21:41:46 +00:00
Thierry Thomas
f9d9f18133 Upgrade to 1.2.1. 2004-10-12 20:01:26 +00:00
Thierry Thomas
e8abe264d8 Upgrade to 1.2.0. 2004-06-05 20:03:21 +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
4c28ca343d New port: PEAR XML parsing class based on PHP's bundled expat
This is an XML parser based on PHP's built-in xml extension.
	It supports two basic modes of operation: "func" and "event".
	In "func" mode, it will look for a function named after
	each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
	for end tags), and in "event" mode it uses a set of generic
	callbacks.

PR:		ports/56361
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 00:29:37 +00:00