From 3d628b0337ed52cb9bd769416a6e0403481e0904 Mon Sep 17 00:00:00 2001 From: shell Date: Mon, 21 May 2001 02:56:47 +0000 Subject: [PATCH] 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. --- textproc/p5-XML-LibXML/Makefile | 25 +++++++++++++++++++++++++ textproc/p5-XML-LibXML/files/md5 | 3 +++ textproc/p5-XML-LibXML/pkg/DESCR | 4 ++++ textproc/p5-XML-LibXML/pkg/PLIST | 20 ++++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 textproc/p5-XML-LibXML/Makefile create mode 100644 textproc/p5-XML-LibXML/files/md5 create mode 100644 textproc/p5-XML-LibXML/pkg/DESCR create mode 100644 textproc/p5-XML-LibXML/pkg/PLIST diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile new file mode 100644 index 00000000000..0908991b535 --- /dev/null +++ b/textproc/p5-XML-LibXML/Makefile @@ -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 + +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 diff --git a/textproc/p5-XML-LibXML/files/md5 b/textproc/p5-XML-LibXML/files/md5 new file mode 100644 index 00000000000..108b09b3377 --- /dev/null +++ b/textproc/p5-XML-LibXML/files/md5 @@ -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 diff --git a/textproc/p5-XML-LibXML/pkg/DESCR b/textproc/p5-XML-LibXML/pkg/DESCR new file mode 100644 index 00000000000..bffbd378e48 --- /dev/null +++ b/textproc/p5-XML-LibXML/pkg/DESCR @@ -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. diff --git a/textproc/p5-XML-LibXML/pkg/PLIST b/textproc/p5-XML-LibXML/pkg/PLIST new file mode 100644 index 00000000000..de8d9a96e1a --- /dev/null +++ b/textproc/p5-XML-LibXML/pkg/PLIST @@ -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