From owner-cvs-all@FreeBSD.ORG Sun Jan 20 22:12:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C61F516A419; Sun, 20 Jan 2008 22:12:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BD47813C448; Sun, 20 Jan 2008 22:12:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0KMCZmO017239; Sun, 20 Jan 2008 22:12:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0KMCZTt017238; Sun, 20 Jan 2008 22:12:35 GMT (envelope-from miwi) Message-Id: <200801202212.m0KMCZTt017238@repoman.freebsd.org> From: Martin Wilke Date: Sun, 20 Jan 2008 22:12:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/pear-Services_W3C_CSSValidator Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 22:12:35 -0000 miwi 2008-01-20 22:12:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-Services_W3C_CSSValidator Makefile distinfo pkg-descr 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 Revision Changes Path 1.1952 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/pear-Services_W3C_CSSValidator/Makefile (new) 1.1 +3 -0 ports/www/pear-Services_W3C_CSSValidator/distinfo (new) 1.1 +11 -0 ports/www/pear-Services_W3C_CSSValidator/pkg-descr (new)