Updated to 0.10, solved broken .pod issue, added post-install script
to register XML::SAX::PurePerl. Approved by: markm
This commit is contained in:
parent
7cd3685d47
commit
dd12e813f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57446
3 changed files with 12 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (XML-SAX-0.05.tar.gz) = 464cd12f7ffa72a0e351fccf64f8f84c
|
||||
MD5 (XML-SAX-0.10.tar.gz) = d673a7f453bb9115a435142b4ac517ef
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue