ports/119833: New port: pear/pear-Services_W3C_CSSValidator PHP interface to W3C CSS Validator API

Ditesh Shashikant Gathani ditesh at gathani.org
Sun Jan 20 17:50:02 UTC 2008


>Number:         119833
>Category:       ports
>Synopsis:       New port: pear/pear-Services_W3C_CSSValidator PHP interface to W3C CSS Validator API
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 20 17:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ditesh Shashikant Gathani
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
This package provides an object oriented interface to the API of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/).

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 a style sheet.

>How-To-Repeat:
Not applicable.
>Fix:
shar file, as attached.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./pkg-descr
#	./distinfo
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThis package provides an object oriented interface to the API
Xof the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/).
X
XWith this package you can connect to a running instance of the validator and
Xretrieve the validation results (true|false) as well as the errors and warnings
Xfor a a style sheet.
X
XWWW: http://pear.php.net/package/Services_W3C_CSSValidator/
X
X- Ditesh Shashikant Gathani
Xditesh at gathani.org
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (PEAR/Services_W3C_CSSValidator-0.1.0.tgz) = 7d4caa54880de5b94808db8cba85f665
XSHA256 (PEAR/Services_W3C_CSSValidator-0.1.0.tgz) = 1687f4cb65eccb382a9d1b99c0aa15a10a0cf27b5c25814af7ee4bdbe5a2cd5c
XSIZE (PEAR/Services_W3C_CSSValidator-0.1.0.tgz) = 8397
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Ports collection makefile for:  pear-Services_W3C_CSSValidator:
X# Date created:			  21 Jan 2007
X# Whom:				  Ditesh Shashikant Gathani <ditesh at gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Services_W3C_CSSValidator
XPORTVERSION=	0.1.0
XCATEGORIES=	www pear
X
XMAINTAINER=	ditesh at gathani.org
XCOMMENT=	PHP interface to W3C CSS Validator API
X
XBUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request \
X		${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	Services
XFILES=		CSSValidator.php CSSValidator/Error.php CSSValidator/Message.php \
X		CSSValidator/Response.php CSSValidator/Warning.php
X
XTESTS=		AllTests.php fragment.css Services_W3C_CSSValidatorTest.php
XEXAMPLES=	examples/foo.css examples/fragment.css examples/pear_manual.css \
X		examples/validate_atrules.php examples/validate_byfile.php \
X		examples/validate_byuri.php examples/validate_fragment.php
X_EXAMPLESDIR=	docs
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list