aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_W3C_HTMLValidator
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-01-27 16:14:35 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-01-27 16:14:35 +0000
commit309dbfa69251924dd2f8d7b23df1201e3aeace85 (patch)
tree6d263a07796c465ee6f063f7bd99df5affb28387 /www/pear-Services_W3C_HTMLValidator
parenta2d2cc2d58dda4e56346f6a8917d7f795759c981 (diff)
downloadports-309dbfa69251924dd2f8d7b23df1201e3aeace85.tar.gz
ports-309dbfa69251924dd2f8d7b23df1201e3aeace85.zip
- Update to 1.9.0
PR: ports/130774 Submitted by: Wen Heping <wenheping gmail.com> Approved by: maintainer implicit
Notes
Notes: svn path=/head/; revision=226972
Diffstat (limited to 'www/pear-Services_W3C_HTMLValidator')
-rw-r--r--www/pear-Services_W3C_HTMLValidator/Makefile16
-rw-r--r--www/pear-Services_W3C_HTMLValidator/distinfo6
-rw-r--r--www/pear-Services_W3C_HTMLValidator/pkg-plist16
3 files changed, 30 insertions, 8 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile
index eda72e396fd5..465f5b05207f 100644
--- a/www/pear-Services_W3C_HTMLValidator/Makefile
+++ b/www/pear-Services_W3C_HTMLValidator/Makefile
@@ -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"
diff --git a/www/pear-Services_W3C_HTMLValidator/distinfo b/www/pear-Services_W3C_HTMLValidator/distinfo
index cba474463f53..684cf08e1bbb 100644
--- a/www/pear-Services_W3C_HTMLValidator/distinfo
+++ b/www/pear-Services_W3C_HTMLValidator/distinfo
@@ -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
diff --git a/www/pear-Services_W3C_HTMLValidator/pkg-plist b/www/pear-Services_W3C_HTMLValidator/pkg-plist
new file mode 100644
index 000000000000..61d6caedaeac
--- /dev/null
+++ b/www/pear-Services_W3C_HTMLValidator/pkg-plist
@@ -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