From owner-cvs-all@FreeBSD.ORG Sat Jun 11 14:56:32 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 C72E3106564A; Sat, 11 Jun 2011 14:56:32 +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 B7E418FC15; Sat, 11 Jun 2011 14:56:32 +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 p5BEuWMJ033380; Sat, 11 Jun 2011 14:56:32 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5BEuWpG033379; Sat, 11 Jun 2011 14:56:32 GMT (envelope-from sunpoet) Message-Id: <201106111456.p5BEuWpG033379@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Jun 2011 14:56:32 +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-MooseX-Runnable 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: Sat, 11 Jun 2011 14:56:32 -0000 sunpoet 2011-06-11 14:56:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-MooseX-Runnable Makefile distinfo pkg-descr pkg-plist Log: - Add p5-MooseX-Runnable 0.03 MooseX::Runnable is a framework for making classes runnable applications. This role doesn't do anything other than tell the rest of the framework that your class is a runnable application that has a "run" method which accepts arguments and returns the process' exit code. This is a convention that the community has been using for a while. This role tells the computer that your class uses this convention, and let's the computer abstract away some of the tedium this entails. WWW: http://search.cpan.org/dist/MooseX-Runnable/ Revision Changes Path 1.4368 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/p5-MooseX-Runnable/Makefile (new) 1.1 +2 -0 ports/devel/p5-MooseX-Runnable/distinfo (new) 1.1 +10 -0 ports/devel/p5-MooseX-Runnable/pkg-descr (new) 1.1 +28 -0 ports/devel/p5-MooseX-Runnable/pkg-plist (new)