From 3456c3ed44f4bc72e33b299960c5fb7ce9befe4d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 15 Dec 2001 10:10:00 +0000 Subject: "fix" upgrade to 1.31 PR: 32836 Submitted by: maintainer --- textproc/p5-XML-LibXML/Makefile | 15 +++++++++------ textproc/p5-XML-LibXML/pkg-descr | 3 +++ textproc/p5-XML-LibXML/pkg-plist | 10 +++++++++- 3 files changed, 21 insertions(+), 7 deletions(-) (limited to 'textproc/p5-XML-LibXML') diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 61f61ad15b81..b12df5df307c 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -21,12 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' -MAN3= XML::LibXML::Element.3 XML::LibXML::CDATASection.3 \ - XML::LibXML::Comment.3 XML::LibXML::Text.3 XML::LibXML.3 \ - XML::LibXML::Node.3 XML::LibXML::Document.3 \ - XML::LibXML::Dtd.3 XML::LibXML::Namespace.3 \ - XML::LibXML::DocumentFragment.3 XML::LibXML::Attr.3 - MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \ + XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \ + XML::LibXML::Document.3 XML::LibXML::DocumentFragment.3 \ + XML::LibXML::Dtd.3 XML::LibXML::Element.3 \ + XML::LibXML::Literal.3 XML::LibXML::Namespace.3 \ + XML::LibXML::Node.3 XML::LibXML::NodeList.3 \ + XML::LibXML::Number.3 XML::LibXML::SAX::Builder.3 \ + XML::LibXML::SAX::Generator.3 XML::LibXML::SAX::Parser.3 \ + XML::LibXML::Text.3 .include diff --git a/textproc/p5-XML-LibXML/pkg-descr b/textproc/p5-XML-LibXML/pkg-descr index 47d42a48232d..3f7808a19a01 100644 --- a/textproc/p5-XML-LibXML/pkg-descr +++ b/textproc/p5-XML-LibXML/pkg-descr @@ -1,3 +1,6 @@ This module is a minimal interface to the Gnome libxml2 library. WWW: http://www.xmlsoft.org/ + +-- Sergey Skvortsov +skv@protey.ru diff --git a/textproc/p5-XML-LibXML/pkg-plist b/textproc/p5-XML-LibXML/pkg-plist index 157cda2781d9..37ac7851d1ec 100644 --- a/textproc/p5-XML-LibXML/pkg-plist +++ b/textproc/p5-XML-LibXML/pkg-plist @@ -1,17 +1,25 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Attr.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Booleam.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/CDATASection.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Comment.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Document.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/DocumentFragment.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Dtd.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Element.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Literal.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Namespace.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Node.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/NodeList.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Number.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX/Builder.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX/Generator.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX/Parser.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Text.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true -- cgit v1.2.3