Add www/p5-HTML-Lint 2.02, a Perl module that checks for HTML errors in
a string or file.
This commit is contained in:
parent
a1d851e348
commit
3bc1f9017c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152188
5 changed files with 58 additions and 0 deletions
|
@ -545,6 +545,7 @@
|
|||
SUBDIR += p5-HTML-FillInForm
|
||||
SUBDIR += p5-HTML-FromText
|
||||
SUBDIR += p5-HTML-LinkExtractor
|
||||
SUBDIR += p5-HTML-Lint
|
||||
SUBDIR += p5-HTML-Mason
|
||||
SUBDIR += p5-HTML-Pager
|
||||
SUBDIR += p5-HTML-Parser
|
||||
|
|
36
www/p5-HTML-Lint/Makefile
Normal file
36
www/p5-HTML-Lint/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: www/p5-HTML-Lint
|
||||
# Date created: 27 December 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-Lint
|
||||
PORTVERSION= 2.02
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= HTML::Lint - check for HTML errors in a string or file
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::Lint.3 \
|
||||
HTML::Lint::Error.3 \
|
||||
HTML::Lint::HTML4.3 \
|
||||
Test::HTML::Lint.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-HTML-Lint/distinfo
Normal file
3
www/p5-HTML-Lint/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (HTML-Lint-2.02.tar.gz) = f08241fbe2473d7542be5ef660ced6e3
|
||||
SHA256 (HTML-Lint-2.02.tar.gz) = 517caf805cf792fdbd44ffacc57ccbf57a45709e987f49fee881886dfa6c6395
|
||||
SIZE (HTML-Lint-2.02.tar.gz) = 22629
|
6
www/p5-HTML-Lint/pkg-descr
Normal file
6
www/p5-HTML-Lint/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
HTML::Lint - check 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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-Lint/
|
12
www/p5-HTML-Lint/pkg-plist
Normal file
12
www/p5-HTML-Lint/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
bin/weblint
|
||||
%%SITE_PERL%%/HTML/Lint.pm
|
||||
%%SITE_PERL%%/HTML/Lint/Error.pm
|
||||
%%SITE_PERL%%/HTML/Lint/HTML4.pm
|
||||
%%SITE_PERL%%/Test/HTML/Lint.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Lint/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Lint 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Test/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/HTML/Lint 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true
|
Loading…
Reference in a new issue