From owner-cvs-ports@FreeBSD.ORG Mon Jun 6 17:25:52 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 6DD7C106566B; Mon, 6 Jun 2011 17:25:52 +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 5EA738FC08; Mon, 6 Jun 2011 17:25:52 +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 p56HPq7s099744; Mon, 6 Jun 2011 17:25:52 GMT (envelope-from culot@repoman.freebsd.org) Received: (from culot@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p56HPqch099741; Mon, 6 Jun 2011 17:25:52 GMT (envelope-from culot) Message-Id: <201106061725.p56HPqch099741@repoman.freebsd.org> From: Frederic Culot Date: Mon, 6 Jun 2011 17:25:52 +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-Sub-Alias 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: Mon, 06 Jun 2011 17:25:52 -0000 culot 2011-06-06 17:25:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Sub-Alias Makefile distinfo pkg-descr pkg-plist Log: Sub::Alias does a compile-time code injection to let you define subroutine aliases based on its name. This differs from p5-Sub-Name in that it defines a typeglob in a more correct way and keeps you from manipulating the symbols table directly. You can use the subroutine as if it was defined the ordinary way then. This is particularly useful in the cases when you need to have several identical subroutines with different names. WWW: http://search.cpan.org/dist/Sub-Alias/ PR: ports/157632 Submitted by: Peter Vereshagin Revision Changes Path 1.4362 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/p5-Sub-Alias/Makefile (new) 1.1 +2 -0 ports/devel/p5-Sub-Alias/distinfo (new) 1.1 +11 -0 ports/devel/p5-Sub-Alias/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Sub-Alias/pkg-plist (new)