a13f30e7b2
W3 HTML Validator application (http://validator.w3.org/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a web page. WWW: http://pear.php.net/package/Services_W3C_HTMLValidator
27 lines
843 B
Makefile
27 lines
843 B
Makefile
# Ports collection makefile for: pear-Services_W3C_HTMLValidator
|
|
# Date created: 2007/04/29
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Services_W3C_HTMLValidator
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= An Object Oriented Interface to the W3C HTML Validator service.
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Services
|
|
FILES= HTMLValidator.php HTMLValidator/Error.php HTMLValidator/Message.php \
|
|
HTMLValidator/Response.php HTMLValidator/Warning.php
|
|
DOCS= examples/example.html examples/validate_byfile.php \
|
|
examples/validate_byuri.php examples/validate_fragment.php \
|
|
examples/validate_responsexml.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|