Initial import of p5-XML-LibXML-0.91

---
This module is an interface to the gnome libxml2 DOM parser (no SAX
parser support yet), and the DOM tree. It also provides an
XML::XPath-like findnodes() interface, providing access to the XPath
API in libxml2.
This commit is contained in:
shell 2001-05-21 02:56:47 +00:00
parent 7ead3c9252
commit 3d628b0337
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/21 02:56:47 shell Exp $
COMMENT= "perl interface to the libxml2 library"
VERSION= 0.91
DISTNAME= XML-LibXML-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.409
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
MAINTAINER= Shell Hung <shell@openbsd.org>
LIB_DEPENDS= xml2.5::textproc/libxml
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (XML-LibXML-0.91.tar.gz) = f9f3dc2d8dcac50f5d849597d5fe9c03
RMD160 (XML-LibXML-0.91.tar.gz) = b2fd15f4857d75e66f77a0a504f31d450a4c9d77
SHA1 (XML-LibXML-0.91.tar.gz) = 875f5a5ec1bab4b4b6e1b30f443bbcbb2a03b3e7

View File

@ -0,0 +1,4 @@
This module is an interface to the gnome libxml2 DOM parser (no SAX
parser support yet), and the DOM tree. It also provides an
XML::XPath-like findnodes() interface, providing access to the XPath
API in libxml2.

View File

@ -0,0 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/21 02:56:48 shell Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/CDATASection.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Comment.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Document.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Element.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Node.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Text.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/XML/LibXML/.packlist
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/XML/LibXML/LibXML.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/XML/LibXML/LibXML.so
man/man3/XML::LibXML.3p
man/man3/XML::LibXML::CDATASection.3p
man/man3/XML::LibXML::Comment.3p
man/man3/XML::LibXML::Document.3p
man/man3/XML::LibXML::Element.3p
man/man3/XML::LibXML::Node.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