From owner-cvs-all@FreeBSD.ORG Thu Apr 14 13:18:39 2011 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 A3A4A1065670; Thu, 14 Apr 2011 13:18:39 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE7E8FC1B; Thu, 14 Apr 2011 13:18:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3EDIdkh049814; Thu, 14 Apr 2011 13:18:39 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3EDIdkZ049813; Thu, 14 Apr 2011 13:18:39 GMT (envelope-from culot) Message-Id: <201104141318.p3EDIdkZ049813@repoman.freebsd.org> From: Frederic Culot Date: Thu, 14 Apr 2011 13:18:39 +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/p5-WWW-RobotRules Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2011 13:18:39 -0000 culot 2011-04-14 13:18:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-RobotRules Makefile distinfo pkg-descr pkg-plist Log: WWW::RobotRules parses /robots.txt files which are used to forbid conforming robots from accessing parts of a web site. The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. WWW: http://search.cpan.org/dist/WWW-RobotRules/ This new port is needed to update www/p5-libwww. Revision Changes Path 1.2852 +1 -0 ports/www/Makefile 1.1 +26 -0 ports/www/p5-WWW-RobotRules/Makefile (new) 1.1 +2 -0 ports/www/p5-WWW-RobotRules/distinfo (new) 1.1 +6 -0 ports/www/p5-WWW-RobotRules/pkg-descr (new) 1.1 +7 -0 ports/www/p5-WWW-RobotRules/pkg-plist (new)