From owner-cvs-ports@FreeBSD.ORG Sun Apr 29 21:34:36 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49C5816A402; Sun, 29 Apr 2007 21:34:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 37AD313C458; Sun, 29 Apr 2007 21:34:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3TLYasO061467; Sun, 29 Apr 2007 21:34:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3TLYaJv061466; Sun, 29 Apr 2007 21:34:36 GMT (envelope-from miwi) Message-Id: <200704292134.l3TLYaJv061466@repoman.freebsd.org> From: Martin Wilke Date: Sun, 29 Apr 2007 21:34: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_HTMLValidator Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2007 21:34:36 -0000 miwi 2007-04-29 21:34:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-Services_W3C_HTMLValidator Makefile distinfo pkg-descr Log: This package provides an object oriented interface to the API of the W3 HTML Validator application (http://validator.w3.org/). 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 web page. WWW: http://pear.php.net/package/Services_W3C_HTMLValidator Revision Changes Path 1.1803 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/pear-Services_W3C_HTMLValidator/Makefile (new) 1.1 +3 -0 ports/www/pear-Services_W3C_HTMLValidator/distinfo (new) 1.1 +7 -0 ports/www/pear-Services_W3C_HTMLValidator/pkg-descr (new)