diff options
author | seb <seb@pkgsrc.org> | 2008-08-23 09:25:56 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-23 09:25:56 +0000 |
commit | 8b997d4a3f076ae5dfe8ce028435eb2de059a071 (patch) | |
tree | 9678efd9acc806c6a39e159bef4a8910bcf8b780 /www/p5-HTML-Lint | |
parent | 8e8898da0b35b17359dc420f0d8afb28eea8a84f (diff) | |
download | pkgsrc-8b997d4a3f076ae5dfe8ce028435eb2de059a071.tar.gz |
Initial import of p5-HTML-Lint version 2.04 in the NetBSD Packages
Collection.
The Perl 5 module HTML::Lint checks for HTML errors in a string or
file. HTML::Lint also comes with a wrapper program called weblint
that handles linting from the command line.
Diffstat (limited to 'www/p5-HTML-Lint')
-rw-r--r-- | www/p5-HTML-Lint/DESCR | 3 | ||||
-rw-r--r-- | www/p5-HTML-Lint/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTML-Lint/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTML-Lint/DESCR b/www/p5-HTML-Lint/DESCR new file mode 100644 index 00000000000..4af4a216abb --- /dev/null +++ b/www/p5-HTML-Lint/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module HTML::Lint checks for HTML errors in a string or +file. HTML::Lint also comes with a wrapper program called weblint +that handles linting from the command line. diff --git a/www/p5-HTML-Lint/Makefile b/www/p5-HTML-Lint/Makefile new file mode 100644 index 00000000000..445866a9446 --- /dev/null +++ b/www/p5-HTML-Lint/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 09:25:56 seb Exp $ + +DISTNAME= HTML-Lint-2.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-Lint/ +COMMENT= Perl 5 module to check for HTML errors in a string or file + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/HTML/Lint/.packlist + +DEPENDS+= p5-HTML-Parser>=3.20:../../www/p5-HTML-Parser +DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Lint/distinfo b/www/p5-HTML-Lint/distinfo new file mode 100644 index 00000000000..197dd91988e --- /dev/null +++ b/www/p5-HTML-Lint/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/23 09:25:56 seb Exp $ + +SHA1 (HTML-Lint-2.04.tar.gz) = b75be255299922150e8dadb54dc7dbf9a235bd9a +RMD160 (HTML-Lint-2.04.tar.gz) = 54a43cbe62bec8a2d15cb8b30d8172da85e5a253 +Size (HTML-Lint-2.04.tar.gz) = 22971 bytes |