Bug#300239: RFA: libxml-smart-perl -- Convenience features for access to parsed XML trees

Jeroen van Wolffelaar Jeroen van Wolffelaar <jeroen@wolffelaar.nl>, 300239@bugs.debian.org
Fri, 18 Mar 2005 15:08:16 +0100


Package: wnpp
Severity: normal

The current maintainer of libxml-smart-perl, Michael K. Edwards,
has this package up for adoption.  If you want to be the new maintainer,
please get in contact with the maintainer first. Note: the correct current
Email address is m.k.edwards@gmail.com, the @sane.net one doesn't work
anymore.

It might be a good idea if the PERL group would be interested in adopting this
package.

Some information about this package:

Package: libxml-smart-perl
Binary: libxml-smart-perl
Version: 1.6.9-1
Priority: optional
Section: perl
Maintainer: Michael K. Edwards <medwards-debian@sane.net>
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), libobject-multitype-perl
Architecture: all
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/libx/libxml-smart-perl
Files: 037c46fc798b743e8d07111ada438350 720 libxml-smart-perl_1.6.9-1.dsc
 648309c0d613ddaca6f6b16e9f13c81d 50195 libxml-smart-perl_1.6.9.orig.tar.gz
 fb14d27a39148eefbf325eedb8b9fb5a 2319 libxml-smart-perl_1.6.9-1.diff.gz
Uploaders: Jay Bonci <jaybonci@debian.org>

Package: libxml-smart-perl
Priority: optional
Section: perl
Installed-Size: 288
Maintainer: Michael K. Edwards <medwards-debian@sane.net>
Architecture: all
Version: 1.6.9-1
Depends: perl (>= 5.6.0-16), libobject-multitype-perl
Filename: pool/main/libx/libxml-smart-perl/libxml-smart-perl_1.6.9-1_all.deb
Size: 72924
MD5sum: ba7c6173ef7f38f329a94993fec751d3
Description: Convenience features for access to parsed XML trees
 With this module, nodes in an XML tree made with XML::LibXML can be
 accessed equally conveniently with the Perl syntax for hashes and arrays.
 It also provides convenience features such as searching for nodes by
 attribute, selection of an attribute value in each of multiple nodes,
 change the format of returned data, and so forth.
 .
 The module also professes to automatically handle binary data
 (encoding/decoding to/from base64), CDATA sections (used for text
 content with unbalanced <tags> and so forth), and Unicode.  It can be
 used to create XML files and load XML from the Web (just pasting an URL
 as a file path).  It also provides an easy way to send XML data through
 sockets, adding the length of the data in the <?xml?> header.