Import p5-W3C-LinkChecker-4.81.

This package contains the W3C Link Checker.

The link checker can be run as a CGI script in a web server as well as on
the command line.  The CGI version provides a HTML interface as seen at
<http://validator.w3.org/checklink>.

ok sthen@
This commit is contained in:
bentley 2019-06-09 08:17:29 +00:00
parent c9b884da85
commit 668b334b5f
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/06/09 08:17:29 bentley Exp $
COMMENT = check the validity of links in an HTML or XHTML document
MODULES = cpan
PKG_ARCH = *
DISTNAME = W3C-LinkChecker-4.81
CATEGORIES = www
RUN_DEPENDS = www/p5-CSS-DOM \
www/p5-LWP-Protocol-https \
www/p5-libwww
TEST_DEPENDS = ${RUN_DEPENDS}
# W3C https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (W3C-LinkChecker-4.81.tar.gz) = Yjn2GyDZHc57IeTU9iark6jx4vIH2lAVWQ1QjPbGamU=
SIZE (W3C-LinkChecker-4.81.tar.gz) = 56480

View File

@ -0,0 +1,6 @@
This package contains the W3C Link Checker. It checks HTML pages for
links pointing to resources that have been moved or no longer exist.
The link checker can be run as a CGI script in a web server as well as on
the command line. The CGI version provides a HTML interface as seen at
<http://validator.w3.org/checklink>.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/06/09 08:17:29 bentley Exp $
bin/checklink
${P5SITE}/W3C/
${P5SITE}/W3C/LinkChecker.pm
@man man/man1/checklink.1