From owner-cvs-all@FreeBSD.ORG Tue Dec 25 08:57:51 2007 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 87D2716A41A; Tue, 25 Dec 2007 08:57:51 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89A0013C4F5; Tue, 25 Dec 2007 08:57:51 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBP8vp3h076289; Tue, 25 Dec 2007 08:57:51 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBP8vpER076288; Tue, 25 Dec 2007 08:57:51 GMT (envelope-from az) Message-Id: <200712250857.lBP8vpER076288@repoman.freebsd.org> From: Andrej Zverev Date: Tue, 25 Dec 2007 08:57:51 +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/textproc Makefile ports/textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2007 08:57:51 -0000 az 2007-12-25 08:57:51 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Regexp-Copy Makefile distinfo pkg-descr pkg-plist Log: Regexp::Copy allows you to copy the contents of one Regexp object to another. A problem that I have found with the qr// operator is that the Regexp objects that it creates are is impossible to dereference. This causes problems if you want to change the data in the regexp without losing the reference to it. Its impossible. Regexp::Copy allows you to change the Regexp by copying one object created through qr// to another. PR: ports/118991 Submitted by: az@ Revision Changes Path 1.1205 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Regexp-Copy/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Regexp-Copy/distinfo (new) 1.1 +9 -0 ports/textproc/p5-Regexp-Copy/pkg-descr (new) 1.1 +10 -0 ports/textproc/p5-Regexp-Copy/pkg-plist (new)