./textproc/p5-XML-Sablotron, Perl interface to the Sablotron XSLT processor

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


Branch: pkgsrc-2011Q3, Version: 1.01nb1, Package name: p5-XML-Sablotron-1.01nb1, Maintainer: adam

This perl module is encapsulation of the XSLT processor called
Sablotron (textproc/sablotron). If you don't know what is XSLT, look
at http://www.w3.org/ site. If you don't know what is Sablotron, look
at http://www.gingerall.com/.


Required to run:
[lang/perl5] [textproc/p5-XML-Parser] [textproc/p5-XML-DOM] [textproc/sablotron]

Required to build:
[pkgtools/x11-links]

Master sites: (Expand)

SHA1: 0a7b688b20300f95993e0c1f56761eb0d504772a
RMD160: e4a4a9ca520ed9096ea0fced2fe4d43f227e0953
Filesize: 51.78 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-22 09:02:03 by Steven Drake | Files touched by this commit (3)
Log message:
Pullup ticket #3574 - requested by dholland
textproc/p5-XML-Sablotron build fix

Revisions pulled up:
- textproc/p5-XML-Sablotron/distinfo                            1.4
- textproc/p5-XML-Sablotron/patches/patch-DOM_DOM_xsh           1.1
- textproc/p5-XML-Sablotron/patches/patch-Processor_Processor_h 1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sat Oct 15 17:53:51 UTC 2011

   Modified Files:
   	pkgsrc/textproc/p5-XML-Sablotron: distinfo
   Added Files:
   	pkgsrc/textproc/p5-XML-Sablotron/patches: patch-DOM_DOM_xsh
   	    patch-Processor_Processor_h

   Log message:
   Fix build with perl 5.14... I think. Someone who actually knows how to
   write Perl bindings should double-check this.

   XXX: This will almost certainly not work on LP64 platforms as it casts
   XXX: Perl-provided pointers to int and back. However, fixing this
   XXX: requires changing the API of the parent Sablotron package, which
   XXX: doesn't seem like a great idea at the moment.