From owner-cvs-all@FreeBSD.ORG Fri Sep 23 19:41:07 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 E0283106566C; Fri, 23 Sep 2011 19:41:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B74F18FC08; Fri, 23 Sep 2011 19:41:07 +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 p8NJf79s046671; Fri, 23 Sep 2011 19:41:07 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8NJf7H9046670; Fri, 23 Sep 2011 19:41:07 GMT (envelope-from sunpoet) Message-Id: <201109231941.p8NJf7H9046670@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 23 Sep 2011 19:41:07 +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-Query 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: Fri, 23 Sep 2011 19:41:08 -0000 sunpoet 2011-09-23 19:41:07 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-URI-Query Makefile distinfo pkg-descr pkg-plist Log: - Add p5-URI-Query 0.09 URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of the parameters to the current request, and potentially add or replace others. Given a query string this is doable with regexes, of course, but making sure you get the anchoring and escaping right is tedious and error-prone - this module is simpler. WWW: http://search.cpan.org/dist/URI-Query/ Revision Changes Path 1.2380 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/p5-URI-Query/Makefile (new) 1.1 +2 -0 ports/net/p5-URI-Query/distinfo (new) 1.1 +9 -0 ports/net/p5-URI-Query/pkg-descr (new) 1.1 +5 -0 ports/net/p5-URI-Query/pkg-plist (new)