head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2013.03.18.15.46.33;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.09.15.50.10;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.26.09.22.24;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.11.09.09.21;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.20.22.12.35;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314455
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Ditesh Shashikant Gathani <ditesh@@gathani.org>
# $FreeBSD: head/www/pear-Services_W3C_CSSValidator/Makefile 314455 2013-03-17 15:28:55Z miwi $

PORTNAME=	Services_W3C_CSSValidator
PORTVERSION=	0.2.3
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PHP interface to W3C CSS Validator API

BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2

PEAR_AUTOINSTALL=	YES

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_W3C_CSSValidator:
# Date created:			  21 Jan 2007
# Whom:				  Ditesh Shashikant Gathani <ditesh@@gathani.org>
#
# $FreeBSD: head/www/pear-Services_W3C_CSSValidator/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.4
log
@- Update to 0.2.3
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 0.2.2
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
d18 1
a18 10
PEAR_CATSRC=	yes

CATEGORY=	Services
FILES=		W3C/CSSValidator.php W3C/CSSValidator/Error.php W3C/CSSValidator/Message.php \
		W3C/CSSValidator/Response.php W3C/CSSValidator/Warning.php
TESTS=		AllTests.php fragment.css Services_W3C_CSSValidatorTest.php
EXAMPLES=	examples/foo.css examples/fragment.css examples/pear_manual.css \
		examples/validate_atrules.php examples/validate_byfile.php \
		examples/validate_byuri.php examples/validate_fragment.php
_EXAMPLESDIR=	docs
@


1.2
log
@- Reset ditesh (at) gathani.org due to long period of inactivity.
- Take over some ports

Approved by:	portmgr (linimon)
@
text
@d9 1
a9 1
PORTVERSION=	0.1.0
d15 4
a18 2
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
d21 2
a22 3

FILES=		CSSValidator.php CSSValidator/Error.php CSSValidator/Message.php \
		CSSValidator/Response.php CSSValidator/Warning.php
@


1.1
log
@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.

WWW: http://pear.php.net/package/Services_W3C_CSSValidator/

PR:		ports/119833
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
@
text
@d12 1
a12 1
MAINTAINER=	ditesh@@gathani.org
@

