Upgraded to XML-LibXML-1.31
- use distinfo - add patch for ParserDetails.ini - add p5-XML-SAX as BUILD_DEPENDS
This commit is contained in:
parent
47740728fa
commit
1e13a987cf
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2001/08/07 17:09:41 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/01/01 12:44:38 shell Exp $
|
||||
|
||||
COMMENT= "perl interface to the libxml2 library"
|
||||
|
||||
VERSION= 1.00
|
||||
VERSION= 1.31
|
||||
DISTNAME= XML-LibXML-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
NEED_VERSION= 1.427
|
||||
NEED_VERSION= 1.504
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= XML
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
LIB_DEPENDS= xml2.6::textproc/libxml
|
||||
RUN_DEPENDS= ::textproc/p5-XML-SAX
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
3
textproc/p5-XML-LibXML/distinfo
Normal file
3
textproc/p5-XML-LibXML/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XML-LibXML-1.31.tar.gz) = 680089366ccb5cc06372dee14042c5e2
|
||||
RMD160 (XML-LibXML-1.31.tar.gz) = be382e4be0d8f49bf449bb37629619b13e4cddb5
|
||||
SHA1 (XML-LibXML-1.31.tar.gz) = 4578d00efe09062f2888775ab06263144de3fee4
|
@ -1,3 +0,0 @@
|
||||
MD5 (XML-LibXML-1.00.tar.gz) = c0079db3ff387d5008079f6a6cfd9feb
|
||||
RMD160 (XML-LibXML-1.00.tar.gz) = 6065f388c2519ec3560c7277aa201a3c39870587
|
||||
SHA1 (XML-LibXML-1.00.tar.gz) = b2f275cbc783a50303e7cb7d8a0dec70c5edf46d
|
12
textproc/p5-XML-LibXML/patches/patch-Makefile_PL
Normal file
12
textproc/p5-XML-LibXML/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1 2002/01/01 12:44:38 shell Exp $
|
||||
--- Makefile.PL.orig Tue Jan 1 20:30:04 2002
|
||||
+++ Makefile.PL Tue Jan 1 20:30:09 2002
|
||||
@@ -116,7 +116,7 @@
|
||||
$script .= <<"INSTALL";
|
||||
|
||||
install_sax_driver :
|
||||
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
|
||||
+#\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
|
||||
|
||||
INSTALL
|
||||
|
9
textproc/p5-XML-LibXML/pkg/MESSAGE
Normal file
9
textproc/p5-XML-LibXML/pkg/MESSAGE
Normal file
@ -0,0 +1,9 @@
|
||||
In order to use the Parser by XML::LibXML, you may need to add the
|
||||
following lines :
|
||||
|
||||
[XML::LibXML::SAX::Parser]
|
||||
http://xml.org/sax/features/namespaces = 1
|
||||
|
||||
into the ParserDetails.ini which located at :
|
||||
|
||||
${PREFIX}/libdata/perl5/site_perl/XML/SAX/
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/08/07 17:09:41 shell Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2002/01/01 12:44:38 shell Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Attr.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Boolean.pm
|
||||
@ -15,6 +15,7 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/NodeList.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Number.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/SAX/Builder.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/SAX/Generator.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/SAX/Parser.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Text.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/XML/LibXML/LibXML.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/XML/LibXML/LibXML.so
|
||||
@ -34,6 +35,7 @@ man/man3/XML::LibXML::NodeList.3p
|
||||
man/man3/XML::LibXML::Number.3p
|
||||
man/man3/XML::LibXML::SAX::Builder.3p
|
||||
man/man3/XML::LibXML::SAX::Generator.3p
|
||||
man/man3/XML::LibXML::SAX::Parser.3p
|
||||
man/man3/XML::LibXML::Text.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/XML/LibXML
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/SAX
|
||||
|
Loading…
Reference in New Issue
Block a user