./wip/p5-XML-DT, Perl module for down translation of XML files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.69, Package name: p5-XML-DT-0.69, Maintainer: tonnerre

XML::DT is a simple Perl module for XML down translation


Required to run:
[textproc/p5-XML-LibXML] [www/p5-libwww] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 6c2bde631b4366814ee984a3b4040a202d3aa95d
Filesize: 31.013 KB

Version history: (Expand)


CVS history: (Expand)


   2013-05-14 04:26:40 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-XML-DT to 0.63.

Changes from previous:
----------------------
0.63  Mar 25, 2013
       - mkdtskel now uses strict/warnings

0.62  Jul 25, 2012
       - Add the -userdata option.
       - Document -userdata, -html and -recover.

0.61  Jul 25, 2012
        - Handle undef elements when parsing wrong formed XML.

0.60  Jul 25, 2012
        - Add -recover option to parse XML (not just HTML).

0.59  Jun 5, 2012
        - Fix POD encodings.

0.58  Apr 9, 2012
        - Adding missing pre-requisite (parent).

0.57  Apr 7, 2012
        - Let CDATA and PCDATA be processed in a different way.
   2012-10-04 21:11:57 by Aleksej Saushev | Files touched by this commit (56)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-15 20:10:38 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-XML-DT to 0.56.

Changes from previous:
0.56  Feb 12, 2011
        - Removed debug message :-/

0.55  Feb 12, 2011
        - Process correctly entities (I think)

0.54  Nov 19, 2010
        - require 5.8.6
        - minor changes;        

0.53  Jan 18, 2009
        - added 'inpath' function.

0.52  Oct 22, 2008
        - fixed bug on whitepc function.

0.51  Feb 22, 2008
        - tohtml function with better handle of specific HTML tags

0.50  Feb 21, 2008
        - Fixed a problem with HFS+ extended attributes

0.49  Feb 21, 2008
        - Fixed a typo

0.48  Feb 21, 2008
        - added tohtml function. Does the same as toxml, but does not 
          create empty tags.
        - use -tohtml=>1 in a handler to use tohtml instead of toxml
   2007-12-10 10:31:27 by Johann Franz | Files touched by this commit (3) | Imported package
Log message:
XML::DT is a simple Perl module for XML down translation.