diff options
author | wen <wen@pkgsrc.org> | 2013-10-13 01:36:26 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-13 01:36:26 +0000 |
commit | a5fa7a269c923bbdd5b8f5936019c5fe4058684d (patch) | |
tree | 91ef1c486d3c3bc2e5e4e83b6e5de72213fdfe78 /www/p5-HTML-Lint | |
parent | 2a06dc80d671079a4a60983aa83c22d6ba6e7ee0 (diff) | |
download | pkgsrc-a5fa7a269c923bbdd5b8f5936019c5fe4058684d.tar.gz |
Update to 2.20
Update DEPENDS
Add LICENSE
Upstream changes:
2.20 Fri Apr 6 00:49:51 CDT 2012
[ENHANCEMENTS]
Sometimes creating HTML::Lint-compliant HTML just isn't possible.
Now, you can now turn individual errors on and off in your HTML
via comment directives, like so:
<!-- html-lint elem-img-sizes-missing: off, attr-unknown: off -->
And if you have a batch of code that's hopeless:
<!-- html-lint all: off -->
Added check for unknown entities, such as "&foo;".
Added check for unclosed entitities, such as "&" without the
closing semicolon.
Added a check for a bare ampersand that should be written as &
Diffstat (limited to 'www/p5-HTML-Lint')
-rw-r--r-- | www/p5-HTML-Lint/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Lint/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTML-Lint/Makefile b/www/p5-HTML-Lint/Makefile index 8130d1a1a78..52314fd158e 100644 --- a/www/p5-HTML-Lint/Makefile +++ b/www/p5-HTML-Lint/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/10/13 01:36:26 wen Exp $ -DISTNAME= HTML-Lint-2.10 +DISTNAME= HTML-Lint-2.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 +LICENSE= artistic-2.0 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTML/Lint/.packlist -DEPENDS+= p5-HTML-Parser>=3.20:../../www/p5-HTML-Parser +DEPENDS+= p5-HTML-Parser>=3.47:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww diff --git a/www/p5-HTML-Lint/distinfo b/www/p5-HTML-Lint/distinfo index c2ab1b48c40..6e6661a9289 100644 --- a/www/p5-HTML-Lint/distinfo +++ b/www/p5-HTML-Lint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/01/26 13:56:21 rhaen Exp $ +$NetBSD: distinfo,v 1.4 2013/10/13 01:36:26 wen Exp $ -SHA1 (HTML-Lint-2.10.tar.gz) = 5fe43d1077b341b15712ab0ac4d5bffea348e13f -RMD160 (HTML-Lint-2.10.tar.gz) = 45aeae08738904e3bddc9550acc3e2ef13c1c10b -Size (HTML-Lint-2.10.tar.gz) = 23505 bytes +SHA1 (HTML-Lint-2.20.tar.gz) = 8f36a97e573adb602b1d5c98c91b9ffbd90f7bed +RMD160 (HTML-Lint-2.20.tar.gz) = 765b6a49216df7862baf2af4507f101399f5382d +Size (HTML-Lint-2.20.tar.gz) = 25974 bytes |