diff options
author | skv <skv@FreeBSD.org> | 2002-04-09 00:09:23 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-04-09 00:09:23 +0800 |
commit | 9531ec0a44584e201482e7868ec35e1eed4946be (patch) | |
tree | 0da51590883c79ec5f39b75dabb051e6af15e66d /textproc | |
parent | faba9031c92cf81b3a396aee33c1c85025c94faa (diff) | |
download | freebsd-ports-gnome-9531ec0a44584e201482e7868ec35e1eed4946be.tar.gz freebsd-ports-gnome-9531ec0a44584e201482e7868ec35e1eed4946be.tar.zst freebsd-ports-gnome-9531ec0a44584e201482e7868ec35e1eed4946be.zip |
Updated to 0.10, solved broken .pod issue, added post-install script
to register XML::SAX::PurePerl.
Approved by: markm
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/pkg-plist | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 93127e5e147a..9e160af9384f 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX -PORTVERSION= 0.05 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -27,9 +27,12 @@ MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-patch: + @${PERL} -pi -e 's/\x0d(?=\x0a)//;' ${WRKSRC}/SAX/Intro.pod + post-configure: # dirty hack to deceive irritable pod2man - @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \ + @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \ ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo index 31480b349dd3..c1a00778a3ea 100644 --- a/textproc/p5-XML-SAX/distinfo +++ b/textproc/p5-XML-SAX/distinfo @@ -1 +1 @@ -MD5 (XML-SAX-0.05.tar.gz) = 464cd12f7ffa72a0e351fccf64f8f84c +MD5 (XML-SAX-0.10.tar.gz) = d673a7f453bb9115a435142b4ac517ef diff --git a/textproc/p5-XML-SAX/pkg-plist b/textproc/p5-XML-SAX/pkg-plist index cdde7eef74a0..f82b30a6fbd0 100644 --- a/textproc/p5-XML-SAX/pkg-plist +++ b/textproc/p5-XML-SAX/pkg-plist @@ -1,8 +1,9 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/.packlist lib/perl5/site_perl/%%PERL_VER%%/XML/SAX.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/DocumentLocator.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Exception.pm -lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserDetails.ini +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Intro.pod lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserFactory.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DTDDecls.pm @@ -10,11 +11,15 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DebugHandler.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DocType.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/EncodingDetect.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Exception.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/NoUnicodeExt.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Productions.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/UnicodeExt.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/Stream.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/String.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/URI.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/UnicodeExt.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/XMLDecl.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/placeholder.pl @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader |