From owner-cvs-all@FreeBSD.ORG Fri Apr 30 05:56:49 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D988A106566C; Fri, 30 Apr 2010 05:56:49 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C9B998FC1E; Fri, 30 Apr 2010 05:56:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3U5unbB047751; Fri, 30 Apr 2010 05:56:49 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3U5unE6047750; Fri, 30 Apr 2010 05:56:49 GMT (envelope-from kevlo) Message-Id: <201004300556.o3U5unE6047750@repoman.freebsd.org> From: Kevin Lo Date: Fri, 30 Apr 2010 05:56:49 +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/devel Makefile ports/devel/p5-Regexp-Subst-Parallel 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, 30 Apr 2010 05:56:49 -0000 kevlo 2010-04-30 05:56:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Regexp-Subst-Parallel Makefile distinfo pkg-descr pkg-plist Log: Initial import of p5-Regexp-Subst-Parallel 0.11 Regexp::Subst::Parallel is a module that allows you to make multiple simultaneous substitutions safely. Using the sole exported "subst" function has a rather different effect from doing each substitution sequentially. Revision Changes Path 1.3907 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Regexp-Subst-Parallel/Makefile (new) 1.1 +3 -0 ports/devel/p5-Regexp-Subst-Parallel/distinfo (new) 1.1 +6 -0 ports/devel/p5-Regexp-Subst-Parallel/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Regexp-Subst-Parallel/pkg-plist (new)