diff options
author | jtb <jtb> | 2001-04-16 20:50:24 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 20:50:24 +0000 |
commit | 79b0d4c863c5570973d057eac49a9bd6a03c2201 (patch) | |
tree | 36382d93d841e896e2ff4dea4ed89732d4b666a3 /textproc/p5-libxml-enno | |
parent | c86c2427d4d801395c5a5b54cd81f6235c3799a4 (diff) | |
download | pkgsrc-79b0d4c863c5570973d057eac49a9bd6a03c2201.tar.gz |
Initial import of p5-libxml-enno.
libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and
several other packages. The XML::DOM code is fairly stable and has
been used quite a bit. The other code should be considered alpha
code.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12645.
Diffstat (limited to 'textproc/p5-libxml-enno')
-rw-r--r-- | textproc/p5-libxml-enno/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-libxml-enno/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-libxml-enno/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-libxml-enno/pkg/PLIST | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-libxml-enno/Makefile b/textproc/p5-libxml-enno/Makefile new file mode 100644 index 00000000000..b68a2730ef8 --- /dev/null +++ b/textproc/p5-libxml-enno/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 20:50:24 jtb Exp $ + +DISTNAME= libxml-enno-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://www.erols.com/enno/ +COMMENT= Several XML manipulation tools, including XML::DOM + +DEPENDS+= p5-XML-Parser>=2.30:../p5-XML-Parser +DEPENDS+= p5-Date-Manip>=5.39:../../devel/p5-Date-Manip +DEPENDS+= p5-libwww>=5.50:../../www/p5-libwww +DEPENDS+= p5-libxml>=0.07:../../textproc/p5-libxml +DEPENDS+= p5-Parse-Yapp>=1.04:../../devel/p5-Parse-Yapp + +USE_PERL5= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libxml-enno/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-libxml-enno/files/md5 b/textproc/p5-libxml-enno/files/md5 new file mode 100644 index 00000000000..6eb65671aff --- /dev/null +++ b/textproc/p5-libxml-enno/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 20:50:24 jtb Exp $ + +SHA1 (libxml-enno-1.04.tar.gz) = 9f6d54f6df71013bb38bfde90fb441ee2dcc3fe6 diff --git a/textproc/p5-libxml-enno/pkg/DESCR b/textproc/p5-libxml-enno/pkg/DESCR new file mode 100644 index 00000000000..4ada7c9e6fb --- /dev/null +++ b/textproc/p5-libxml-enno/pkg/DESCR @@ -0,0 +1,4 @@ +libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and +several other packages. The XML::DOM code is fairly stable and has +been used quite a bit. The other code should be considered alpha +code. diff --git a/textproc/p5-libxml-enno/pkg/PLIST b/textproc/p5-libxml-enno/pkg/PLIST new file mode 100644 index 00000000000..19d58b0a9ce --- /dev/null +++ b/textproc/p5-libxml-enno/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 20:50:24 jtb Exp $ |