NOTICE: This package has been removed from pkgsrc

./textproc/p5-XML-Xerces, Validating XML parser API for Perl

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.7.0.0nb2, Package name: p5-XML-Xerces-2.7.0.0nb2, Maintainer: manu

XML::Xerces is the Perl API to the Apache project's Xerces XML parser.
It is implemented using the Xerces C++ API, and it provides access to
most of the C++ API from Perl.

Because it is based on Xerces-C, XML::Xerces provides a validating XML
parser that makes it easy to give your application the ability to read
and write XML data. Classes are provided for parsing, generating,
manipulating, and validating XML documents. XML::Xerces is faithful
to the XML 1.0 recommendation and associated standards (DOM levels
1,2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser
provides high performance, modularity, and scalability, and provides
full support for Unicode.

XML::Xerces implements the vast majority of the Xerces-C API. The
exception is some functions in the C++ API which either have better
Perl counterparts (such as file I/O) or which manipulate internal C++
information that has no role in the Perl module.

The majority of the API is created automatically using Simplified
Wrapper Interface Generator (SWIG). However, care has been taken to
make most method invocations natural to perl programmers, so a number
of rough C++ edges have been smoothed over.


Required to run:
[textproc/xerces-c] [lang/perl5]

Required to build:
[devel/gmake]

Master sites: (Expand)

SHA1: 7d9f90a5e9d46b3bff668a7a60034b944ac9e735
RMD160: 033a8181e9c1400dfd4a49aa1bb258ad9f3d535e
Filesize: 284.374 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-23 09:54:08 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
Removed textproc/p5-XML-Xerces (cannot be built with xerces-c 3.1.1)
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2009-05-26 11:32:21 by Hasso Tepper | Files touched by this commit (2)
Log message:
Make it build with xerces-c 2.8.0.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2006-10-05 00:01:00 by Thomas Klausner | Files touched by this commit (18)
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
   2006-08-10 15:48:23 by David Brownlee | Files touched by this commit (2)
Log message:
Update p5-XML-Xerces from 2.3.0-4 to 2.7.0-0

2.7.0-0 Sun Jan  1 08:44:27 IST 2006
        - first public 2.7 release
        - working with SWIG-1.3.28 pre-release
        - removed all uses of XMLString::transcode() from the Perl
          callback handler classes in Handler/

2.6.0-2
        - first public 2.6 release
        - all known memory leaks fixed
        - all known segfaults fixed (especially with regards to
          exception handling) - perhaps this will fix AIX?

2.6.0-1
        - second beta 2.6 release

2.6.0-0
        - first attempt at 2.6 release
        - most memory leaks resovlved

2.3.0-5
        - fifth bugfix release of 2.3.0 series.
        - added new samples: validator.pl, memtest.pl, xerces-memtest.pl