I was wondering if this patch could be applied to p5-XML-SAX-ExpatXS.
Something similar may also be wanted for some of the other perl SAX
parsers.

I seem to forget to register the parser when I install this package, and
I would guess that if someone is installing the parser, they probably
want it registered.  If that is not the case, not a great big deal, but
it would be very convenient.

The docs for XML::SAX[1] suggest doing this in the Makefile.PL, and the
default Makefile.PL in XML::SAX::ExpatXS[2] does do it, but I do see
that it is patched out for the port[3], so maybe it is not wanted.  

Thank you for your time and consideration.


Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/p5-XML-SAX-ExpatXS/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   14 Nov 2006 19:09:21 -0000      1.1.1.1
+++ pkg/PLIST   4 Sep 2007 23:31:39 -0000
@@ -31,3 +31,5 @@
 ${P5ARCH}/auto/XML/SAX/ExpatXS/ExpatXS.so
 @man man/man3p/XML::SAX::ExpatXS.3p
 @man man/man3p/XML::SAX::ExpatXS::Encoding.3p
[EMAIL PROTECTED] perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
[EMAIL PROTECTED] perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::SAX::ExpatXS))->save_parsers()"


[1] http://search.cpan.org/~grantm/XML-SAX-0.16/SAX.pm
[2] http://search.cpan.org/src/PCIMPRICH/XML-SAX-ExpatXS-1.31/Makefile.PL
[3] 
http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/p5-XML-SAX-ExpatXS/patches/patch-Makefile_PL?rev=1.1.1.1&content-type=text/x-cvsweb-markup

l8rZ,
-- 
andrew - ICQ# 253198 - Jabber: [EMAIL PROTECTED]

BOFH excuse of the day: wrong polarity of neutron flow

Reply via email to