gunnar: server/pear/PEAR-XML_Serializer .cvsignore, NONE, 1.1 ChangeLog, NONE, 1.1 Makefile, NONE, 1.1 package.info, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jul 10 07:25:58 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear/PEAR-XML_Serializer
In directory doto:/tmp/cvs-serv6438/PEAR-XML_Serializer

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Added PEAR-XML_Serializer to CVS.

--- NEW FILE: .cvsignore ---
*.src.rpm
*.tgz
*.spec
package.patch

--- NEW FILE: ChangeLog ---
2009-07-10  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
include ../Pear.mk

--- NEW FILE: package.info ---
# The name of PEAR source package
pear_package='XML_Serializer'

# The name of the RPM package
package='PEAR-XML_Serializer'

# Where to find information about the package
package_url='http://pear.php.net/package/'

# How should the source be retrieved?
#
# WGET: Download via wget
package_origin='WGET'

# Version number
version='0.20.0'

# Package release number
release='1'

# Source URL to download from
sourceurl='http://pear.php.net/get'

# In which PHP library location should the library get installed
php_lib_loc='php'

# Build prerequisites
buildprereq='                              \
BuildPreReq:  OpenPKG, openpkg >= 20070603 \
BuildPreReq:  php, php::with_pear = yes    \
'

# Installatin prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
'

# Package summary description
summary='Swiss-army knife for reading and writing XML files. Creates XML files from data structures and vice versa.'

# Long package description
description=' \
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() and unserialize() \
as it comes with a matching XML_Unserializer that is able to create \
PHP data structures (like arrays and objects) from XML documents, if \
type hints are available.  If you use the XML_Unserializer on standard \
XML files, it will try to guess how it has to be unserialized. In most \
cases it does exactly what you expect it to do.  Try reading a RSS \
file with XML_Unserializer and you have the whole RSS file in a \
structured array or even a collection of objects, similar to XML_RSS. \
 \
Since version 0.8.0 the package is able to treat XML documents similar \
to the simplexml extension of PHP 5. \
'

# Source code license
license='BSD'





More information about the commits mailing list