Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an
Object Oriented datastructure with a DOM Level 1 compliant interface.
For a description of the DOM (Document Object Model), see
http://www.w3.org/DOM/

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.30 2013/05/31 12:42:19 wiz Exp $
#
DISTNAME= XML-DOM-1.44
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
SVR4_PKGNAME= p5xdo
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= rhaen@NetBSD.org
COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-libxml-[0-9]*:../../textproc/p5-libxml
DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp
CONFLICTS+= p5-libxml-enno-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XML-DOM/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.8 2008/07/18 14:42:57 rhaen Exp $
SHA1 (XML-DOM-1.44.tar.gz) = bea3dd8dbe83784e8de94c8cb8bc7febf665ffc6
RMD160 (XML-DOM-1.44.tar.gz) = 2810f00c3d6d493095e46250be7ad3e1c3c2ed1d
Size (XML-DOM-1.44.tar.gz) = 117024 bytes