diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-16 20:50:24 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-16 20:50:24 +0000 |
commit | 2950c93deedb36071f50170259105ec7643bea44 (patch) | |
tree | 36382d93d841e896e2ff4dea4ed89732d4b666a3 /textproc/p5-libxml-enno | |
parent | f7927514dfcef955b9a1129f591cc76d862a2f01 (diff) | |
download | pkgsrc-2950c93deedb36071f50170259105ec7643bea44.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 $ |