Commit graph

9 commits

Author SHA1 Message Date
shell
84f2c0a166 Updated to p5-XML-DOM-1.39
Changes :

1.39 (tjmather) 04/16/2002
- Deletes value if both System ID and value are defined
  (Brian Thomas)
- Fixed bug, now TextNode->getData doesn't expand entities when
  NoExpand => 1, added t/dom_noexpand.t test script (Brian Thomas)

1.38 (tjmather) 04/05/2002
- Removed bin/pretty.pl, it is now in XML-Filter-Reindent
- Removed return from addCDATA function to fix memory leak
  (Steve Hay)
- Added missing _to_sax method to ProcessingInstruction class
  (Patrick Whittle)
- Removed extranous debugging statement from ExternEnt subroutine
  (Jon Grov)

1.37 (tjmather) 02/15/2002
- parameter should be last argument of DocumentType::addEntity
  (Patrick Whittle)
2002-04-17 10:59:55 +00:00
mjl
1defb688f9 Update p5-XML-DOM to 1.36.
- Replaced 'our' with 'my' in t/dom_text.t, to work with perl < 5.6.0
2002-01-19 03:28:32 +00:00
martti
c179f99a55 Updated to 1.35 (PR#14750)
Changes :
- Removed dependency on p5-Parse-Yapp
- Separated out XML::UM, XML::Filter::* and XML::Builder::* modules
  into sperate modules
- Added use bytes pragma to XML::DOM to fix unicode problems
- The '>' character is now encoded in attribute values
- hasFeature now is case-insensitve for name of feature
2001-11-28 11:21:06 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
mjl
f494b1b182 Add conflict to p5-libxml-enno, the author now distributes all
those modules in one big packet instead of individual small ones.
2001-08-10 15:38:09 +00:00
mjl
918a493b42 Initial import of p5-XML-DOM-1.31
This is a Perl extension to XML::Parser. It adds a new 'Style' to
  XML::Parser, called 'Dom', that allows XML::Parser to build an Object
  Oriented datastructure with a DOM Level 1 compliant interface.
  For a description of the DOM (Document Object Model), see
  http://www.w3.org/DOM/
2001-08-10 12:47:39 +00:00