1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Update to 1.9.0

PR:		ports/130774
Submitted by:	Wen Heping <wenheping gmail.com>
Approved by:	maintainer implicit
This commit is contained in:
Thomas Abthorpe 2009-01-27 16:14:35 +00:00
parent a2d2cc2d58
commit 309dbfa692
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226972
3 changed files with 30 additions and 8 deletions

View File

@ -6,21 +6,27 @@
#
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 0.2.0
PORTVERSION= 1.0.0r2
CATEGORIES= www pear
DISTNAME= ${PORTNAME}-1.0.0RC2
MAINTAINER= miwi@FreeBSD.org
COMMENT= An Object Oriented Interface to the W3C HTML Validator service.
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
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
EXAMPLES= example.html validate_byfile.php \
validate_byuri.php validate_fragment.php \
validate_responsexml.php \
PHPUnit/URIValidationTest.php PHPUnit/ValidationSuite.php
TESTS= AllTests.php Services/W3C/HTMLValidatorTest.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"

View File

@ -1,3 +1,3 @@
MD5 (PEAR/Services_W3C_HTMLValidator-0.2.0.tgz) = eeeaaccad8fac68f2ce3218544ce69e2
SHA256 (PEAR/Services_W3C_HTMLValidator-0.2.0.tgz) = aaacd919bb74462e248cf9f8e2c1dcf69b3330e60a988c272c3cdca654a146d8
SIZE (PEAR/Services_W3C_HTMLValidator-0.2.0.tgz) = 9987
MD5 (PEAR/Services_W3C_HTMLValidator-1.0.0RC2.tgz) = 0a2959ca9d23aa45b4b2208951a0efd6
SHA256 (PEAR/Services_W3C_HTMLValidator-1.0.0RC2.tgz) = 3bfbcc1e6ecd99bae0cc68ceeec010faaf4354e21cad6b1266f63a0bc2ce3fcf
SIZE (PEAR/Services_W3C_HTMLValidator-1.0.0RC2.tgz) = 13656

View File

@ -0,0 +1,16 @@
share/pear/Services/HTMLValidator/Error.php
share/pear/Services/HTMLValidator/Message.php
share/pear/Services/HTMLValidator/Response.php
share/pear/Services/HTMLValidator/Warning.php
share/pear/Services/HTMLValidator.php
share/pear/tests/Services_W3C_HTMLValidator/AllTests.php
share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/HTMLValidatorTest.php
share/pear/packages/pear-Services_W3C_HTMLValidator-1.0.0r2/package.xml
@dirrm share/pear/Services/HTMLValidator
@dirrm share/pear/Services
@dirrm share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/
@dirrm share/pear/tests/Services_W3C_HTMLValidator/Services
@dirrm share/pear/tests/Services_W3C_HTMLValidator
@dirrm share/examples/pear/Services_W3C_HTMLValidator/PHPUnit
@dirrm share/examples/pear/Services_W3C_HTMLValidator
@dirrm share/pear/packages/pear-Services_W3C_HTMLValidator-1.0.0r2