From owner-cvs-ports@FreeBSD.ORG Wed Apr 25 18:13:59 2012 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 CFB6E106564A; Wed, 25 Apr 2012 18:13:59 +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 A156E8FC08; Wed, 25 Apr 2012 18:13:59 +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 q3PIDxab068724; Wed, 25 Apr 2012 18:13:59 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3PIDxFs068723; Wed, 25 Apr 2012 18:13:59 GMT (envelope-from sunpoet) Message-Id: <201204251813.q3PIDxFs068723@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 25 Apr 2012 18:13:59 +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-App 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: Wed, 25 Apr 2012 18:13:59 -0000 sunpoet 2012-04-25 18:13:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-MooseX-App Makefile distinfo pkg-descr pkg-plist Log: - Add p5-MooseX-App 1.02 MooseX-App is a highly customizeable helper to write user-friendly command-line applications without having to worry about most of the annoying things usually involved. Just take any existing Moose class, add a single line (use MooseX-App qw(PluginA PluginB ...)) and create one class for each command in an underlying namespace. MooseX-App will then take care of - Finding, loading and initializing the command classes - Creating automated doucumentation - Reading and validating the command line options entered by the user Read the Tutorial[1] for getting started with a simple MooseX::App command line application. [1] http://search.cpan.org/dist/MooseX-App/lib/MooseX/App/Tutorial.pod WWW: http://search.cpan.org/dist/MooseX-App/ Revision Changes Path 1.4934 +1 -0 ports/devel/Makefile 1.1 +49 -0 ports/devel/p5-MooseX-App/Makefile (new) 1.1 +2 -0 ports/devel/p5-MooseX-App/distinfo (new) 1.1 +17 -0 ports/devel/p5-MooseX-App/pkg-descr (new) 1.1 +34 -0 ports/devel/p5-MooseX-App/pkg-plist (new)