diff options
author | jlam <jlam> | 2000-10-15 02:50:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-15 02:50:49 +0000 |
commit | 17631e3f80dd1e71c2432a6e85477b9cb203a3bf (patch) | |
tree | 7128e5dda56e9fa58e21c17d353158d84a0a530b /www | |
parent | 924d6e7bed1fd691584478e6dfc3429eb4fdcdb1 (diff) | |
download | pkgsrc-17631e3f80dd1e71c2432a6e85477b9cb203a3bf.tar.gz |
p5-HTML-Tree: perl5 modules for manipulating HTML syntax trees
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Tree/Makefile | 19 | ||||
-rw-r--r-- | www/p5-HTML-Tree/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-HTML-Tree/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-HTML-Tree/pkg/DESCR | 4 | ||||
-rw-r--r-- | www/p5-HTML-Tree/pkg/PLIST | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile new file mode 100644 index 00000000000..9153015f0c3 --- /dev/null +++ b/www/p5-HTML-Tree/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 02:50:49 jlam Exp $ + +DISTNAME= HTML-Tree-3.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= jlam@netbsd.org + +DEPENDS+= p5-HTML-Parser>=2.19:../../www/p5-HTML-Parser +DEPENDS+= p5-HTML-Tagset>=3.02:../../www/p5-HTML-Tagset + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-Tree/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Tree/files/md5 b/www/p5-HTML-Tree/files/md5 new file mode 100644 index 00000000000..c2d5e4a2654 --- /dev/null +++ b/www/p5-HTML-Tree/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 02:50:49 jlam Exp $ + +MD5 (HTML-Tree-3.04.tar.gz) = 4991b88b150744930406292dccdbfd75 diff --git a/www/p5-HTML-Tree/pkg/COMMENT b/www/p5-HTML-Tree/pkg/COMMENT new file mode 100644 index 00000000000..c0822da1abd --- /dev/null +++ b/www/p5-HTML-Tree/pkg/COMMENT @@ -0,0 +1 @@ +perl5 modules for manipulating HTML syntax trees diff --git a/www/p5-HTML-Tree/pkg/DESCR b/www/p5-HTML-Tree/pkg/DESCR new file mode 100644 index 00000000000..e130078a869 --- /dev/null +++ b/www/p5-HTML-Tree/pkg/DESCR @@ -0,0 +1,4 @@ +This is a collection of modules that represent, create, and extract +information from HTML syntax trees. These modules used to be part of +the libwww-perl distribution, but are now unbundled in order to +facilitate a separate development track. diff --git a/www/p5-HTML-Tree/pkg/PLIST b/www/p5-HTML-Tree/pkg/PLIST new file mode 100644 index 00000000000..9ffdee754be --- /dev/null +++ b/www/p5-HTML-Tree/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 02:50:49 jlam Exp $ |