aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-04-08 16:09:23 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-04-08 16:09:23 +0000
commitdd12e813f24b4d49d3c554860de96e5f729a4b0c (patch)
treef57206bd7b4c488de53866282c81b601044ddd54 /textproc/p5-XML-SAX
parent7cd3685d47b444d5bcced88530ec1e91fde586ad (diff)
downloadports-dd12e813f24b4d49d3c554860de96e5f729a4b0c.tar.gz
ports-dd12e813f24b4d49d3c554860de96e5f729a4b0c.zip
Updated to 0.10, solved broken .pod issue, added post-install script
to register XML::SAX::PurePerl. Approved by: markm
Notes
Notes: svn path=/head/; revision=57446
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r--textproc/p5-XML-SAX/Makefile7
-rw-r--r--textproc/p5-XML-SAX/distinfo2
-rw-r--r--textproc/p5-XML-SAX/pkg-plist7
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