From owner-cvs-ports@FreeBSD.ORG Mon Dec 12 11:25:50 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 B9DE7106564A; Mon, 12 Dec 2011 11:25:50 +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 A92148FC17; Mon, 12 Dec 2011 11:25:50 +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 pBCBPo4S098521; Mon, 12 Dec 2011 11:25:50 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBCBPoBY098520; Mon, 12 Dec 2011 11:25:50 GMT (envelope-from sunpoet) Message-Id: <201112121125.pBCBPoBY098520@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Dec 2011 11:25:50 +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-MouseX-App-Cmd 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, 12 Dec 2011 11:25:50 -0000 sunpoet 2011-12-12 11:25:50 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-MouseX-App-Cmd Makefile distinfo pkg-descr pkg-plist Log: - Add p5-MouseX-App-Cmd 0.08 MouseX::App::Cmd marries App::Cmd with MouseX::Getopt. It is a direct port of MooseX::App::Cmd to Mouse. Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping App::Cmd::Command for MouseX::App::Cmd::Command. Then you can write your Mouse commands as Mouse classes, with MouseX::Getopt defining the options for you instead of opt_spec returning a Getopt::Long::Descriptive spec. WWW: http://search.cpan.org/dist/MouseX-App-Cmd/ Feature safe: yes Revision Changes Path 1.4741 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/p5-MouseX-App-Cmd/Makefile (new) 1.1 +2 -0 ports/devel/p5-MouseX-App-Cmd/distinfo (new) 1.1 +11 -0 ports/devel/p5-MouseX-App-Cmd/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-MouseX-App-Cmd/pkg-plist (new)