Skip to content

Commit

Permalink
Initial import of p5-XML-Parser, a Perl interface to James Clark's
Browse files Browse the repository at this point in the history
XML parser, expat.
  • Loading branch information
bad committed May 18, 1999
1 parent 022a6c0 commit a92ae0b
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 0 deletions.
17 changes: 17 additions & 0 deletions textproc/p5-XML-Parser/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/05/18 16:13:37 bad Exp $
#

DISTNAME= XML-Parser-2.23
PKGNAME= p5-XML-Parser-2.23
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}

MAINTAINER= [email protected]
HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/intro.html

USE_PERL5= YES

do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL

.include "../../mk/bsd.pkg.mk"
3 changes: 3 additions & 0 deletions textproc/p5-XML-Parser/files/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/05/18 16:13:38 bad Exp $

MD5 (XML-Parser-2.23.tar.gz) = 1308e2b70c99a331f6a8c489691a8b0f
1 change: 1 addition & 0 deletions textproc/p5-XML-Parser/pkg/COMMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a Perl extension interface to James Clark's XML parser, expat.
3 changes: 3 additions & 0 deletions textproc/p5-XML-Parser/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module provides ways to parse XML documents. It is built on top of
XML::Parser::Expat, which is a lower level interface to James Clark's
expat library.
6 changes: 6 additions & 0 deletions textproc/p5-XML-Parser/pkg/PLIST-md.shared
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/05/18 16:13:38 bad Exp $
lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/Expat/Expat.bs
lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/Expat/Expat.so
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/Expat
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML
6 changes: 6 additions & 0 deletions textproc/p5-XML-Parser/pkg/PLIST-md.static
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/05/18 16:13:38 bad Exp $
lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/Expat/Expat.a
lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/Expat/extralibs.ld
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/Expat
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser
@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML
26 changes: 26 additions & 0 deletions textproc/p5-XML-Parser/pkg/PLIST-mi
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/05/18 16:13:38 bad Exp $
lib/perl5/man/man3/XML::Parser.3
lib/perl5/man/man3/XML::Parser::Expat.3
lib/perl5/site_perl/XML/Parser.pm
lib/perl5/site_perl/XML/Parser/Encodings/Japanese_Encodings.msg
lib/perl5/site_perl/XML/Parser/Encodings/README
lib/perl5/site_perl/XML/Parser/Encodings/big5.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-2.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-3.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-4.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-5.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-7.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-8.enc
lib/perl5/site_perl/XML/Parser/Encodings/iso-8859-9.enc
lib/perl5/site_perl/XML/Parser/Encodings/windows-1250.enc
lib/perl5/site_perl/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
lib/perl5/site_perl/XML/Parser/Encodings/x-euc-jp-unicode.enc
lib/perl5/site_perl/XML/Parser/Encodings/x-sjis-cp932.enc
lib/perl5/site_perl/XML/Parser/Encodings/x-sjis-jdk117.enc
lib/perl5/site_perl/XML/Parser/Encodings/x-sjis-jisx0221.enc
lib/perl5/site_perl/XML/Parser/Encodings/x-sjis-unicode.enc
lib/perl5/site_perl/XML/Parser/Expat.pm
@dirrm lib/perl5/site_perl/XML/Parser/Encodings
@dirrm lib/perl5/site_perl/XML/Parser
@dirrm lib/perl5/site_perl/XML
lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/XML/Parser/.packlist

0 comments on commit a92ae0b

Please sign in to comment.