From owner-cvs-ports@FreeBSD.ORG Fri Sep 9 02:26:22 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7A6C1065672; Fri, 9 Sep 2011 02:26:22 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7BDE8FC08; Fri, 9 Sep 2011 02:26:22 +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 p892QM08013022; Fri, 9 Sep 2011 02:26:22 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p892QM2I013021; Fri, 9 Sep 2011 02:26:22 GMT (envelope-from kuriyama) Message-Id: <201109090226.p892QM2I013021@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 9 Sep 2011 02:26:22 +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/net Makefile ports/net/p5-URI-Match Makefile distinfo pkg-descr pkg-plist 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: Fri, 09 Sep 2011 02:26:22 -0000 kuriyama 2011-09-09 02:26:22 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-URI-Match Makefile distinfo pkg-descr pkg-plist Log: This is a simple utility that adds ability to match URL parts against regular expressions, subroutines, or objects that implement a match() method. Since this module uses loops and method calls, writing up a clever regular expression and using it directly against the whole URL is probably faster. This module aims to solve the problem where readability matters, or when you need to assemble the match conditions at run time. URI::Match adds the following methods to the URI namespace. WWW: http://search.cpan.org/dist/URI-Match/ Revision Changes Path 1.2375 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/p5-URI-Match/Makefile (new) 1.1 +2 -0 ports/net/p5-URI-Match/distinfo (new) 1.1 +13 -0 ports/net/p5-URI-Match/pkg-descr (new) 1.1 +3 -0 ports/net/p5-URI-Match/pkg-plist (new)