aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-XML_Serializer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update port: devel/pear-XML_Serializer to 0.13.1edwin2004-11-271-7/+7
| | | | | | | | | + update port: devel/pear-XML_Serializer to 0.13.1 + take maintainership + rewrite pkg-descr PR: ports/74434 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Upgrade to 0.13.0.thierry2004-11-111-3/+3
|
* Upgrade to 0.12.0.thierry2004-11-041-1/+1
|
* Upgrade to 0.11.1.thierry2004-08-261-6/+7
|
* Upgrading to 0.10.1.thierry2004-07-171-6/+6
|
* Upgrading to 0.10.0.thierry2004-07-031-7/+7
|
* Update port: devel/pear-XML_Serializer - update to version 0.9.1.thierry2004-04-101-4/+7
| | | | | | PR: ports/65341 Submitted by: Alex Miller <asm@asm.kiev.ua> Approved by: pav (mentor).
* [PATCH] simplify pear-* portsedwin2003-12-281-16/+7
| | | | | | | | | | | | | | | | | | | | | | 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>
* Add the virtual category "pear" to the Makefiles of these ports.edwin2003-11-131-1/+1
| | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org
* New port: PEAR Swiss-army knive for reading and writing XML filesedwin2003-09-081-0/+37
XML_Serializer serializes complex data structures like arrays or object as XML documents. This class helps you generating any XML document you require without the need for DOM. Furthermore this package can be used as a replacement to serialize() und unserialize() as it comes with a matching XML_Unserializer that is able to create PHP data strcutures (like arrays and objects) from XML documents, if type hints are available. PR: ports/56448 Submitted by: Alex Miller <asm@asm.kiev.ua>