Path to this page:
./
textproc/p5-XML-Elemental,
Simplistic and perlish handling of XML data
Branch: CURRENT,
Version: 2.1.1nb1,
Package name: p5-XML-Elemental-2.1.1nb1,
Maintainer: rhaenXML::Elemental is a SAX-based package for easily parsing XML documents
into a more native and mostly object-oriented perl form.
The development of this package grew out of the desire for something
more object-oriented then XML::Simple and was more simplistic and
perlish then the various standard XML API modules such as XML::DOM.
Easier installation of modules was also a contributing factor.
Required to run:[
textproc/p5-XML-SAX] [
lang/perl5]
Required to build:[
devel/p5-Task-Weaken]
Master sites: (Expand)
SHA1: b00ef0a5ea5ba20dde6aa2cd975db85528dabb45
RMD160: 25dc0be0a312d7c7911c180cdc846025c4274a4c
Filesize: 9.596 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-XML-Elemental-2.1.1nb1
- (2010-02-22) Updated to version: p5-XML-Elemental-2.1.1
- (2008-10-20) Updated to version: p5-XML-Elemental-2.1nb1
- (2008-07-22) Package added to pkgsrc.se, version p5-XML-Elemental-2.1 (created)
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
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!
|
| 2010-02-22 16:23:06 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-XML-Elemental from 2.1 to 2.1.1
pkgsrc changes:
- Add license definition
- Make dependency to Task::Weaken a build-dependency, because it's not used
Upstream changes:
2.11 Nov 24 2009
- Fixed another circular reference that was causing memeory leaks.
|
| 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-07-16 01:07:03 by Ulrich Habel | Files touched by this commit (3) |  |
Log message:
XML::Elemental is a SAX-based package for easily parsing XML documents
into a more native and mostly object-oriented perl form.
The development of this package grew out of the desire for something
more object-oriented then XML::Simple and was more simplistic and
perlish then the various standard XML API modules such as XML::DOM.
Easier installation of modules was also a contributing factor.
|