From owner-svn-ports-all@FreeBSD.ORG Sun Oct 14 07:55:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 702EF74; Sun, 14 Oct 2012 07:55:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 57C558FC1A; Sun, 14 Oct 2012 07:55:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9E7tt4F018516; Sun, 14 Oct 2012 07:55:55 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9E7ttsX018510; Sun, 14 Oct 2012 07:55:55 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201210140755.q9E7ttsX018510@svn.freebsd.org> From: Frederic Culot Date: Sun, 14 Oct 2012 07:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305862 - in head/devel: . p5-App-Rad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 07:55:55 -0000 Author: culot Date: Sun Oct 14 07:55:54 2012 New Revision: 305862 URL: http://svn.freebsd.org/changeset/ports/305862 Log: App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program. WWW: http://search.cpan.org/dist/App-Rad/ PR: ports/172530 Submitted by: Gea-Suan Lin Feature safe: yes Added: head/devel/p5-App-Rad/ head/devel/p5-App-Rad/Makefile (contents, props changed) head/devel/p5-App-Rad/distinfo (contents, props changed) head/devel/p5-App-Rad/pkg-descr (contents, props changed) head/devel/p5-App-Rad/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 14 07:29:07 2012 (r305861) +++ head/devel/Makefile Sun Oct 14 07:55:54 2012 (r305862) @@ -1353,6 +1353,7 @@ SUBDIR += p5-App-GitHub SUBDIR += p5-App-Info SUBDIR += p5-App-Options + SUBDIR += p5-App-Rad SUBDIR += p5-App-SD SUBDIR += p5-App-SVN-Bisect SUBDIR += p5-App-Trace Added: head/devel/p5-App-Rad/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-Rad/Makefile Sun Oct 14 07:55:54 2012 (r305862) @@ -0,0 +1,24 @@ +# Created by: Gea-Suan Lin +# $FreeBSD$ + +PORTNAME= App-Rad +PORTVERSION= 1.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Rapid (and easy!) creation of command line applications + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_CONFIGURE= yes + +MAN3= App::Rad.3 \ + App::Rad::Exclude.3 \ + App::Rad::Help.3 \ + App::Rad::Include.3 \ + App::Rad::Plugin.3 + +.include Added: head/devel/p5-App-Rad/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-Rad/distinfo Sun Oct 14 07:55:54 2012 (r305862) @@ -0,0 +1,2 @@ +SHA256 (App-Rad-1.04.tar.gz) = 308b039378dcefe83218cf0539e3125f072c373ffa9e5f615275f868e3230428 +SIZE (App-Rad-1.04.tar.gz) = 29551 Added: head/devel/p5-App-Rad/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-Rad/pkg-descr Sun Oct 14 07:55:54 2012 (r305862) @@ -0,0 +1,6 @@ +App::Rad aims to be a simple yet powerful framework for developing your +command-line applications. It can easily transform your Perl one-liners +into reusable subroutines than can be called directly by the user of +your program. + +WWW: http://search.cpan.org/dist/App-Rad/ Added: head/devel/p5-App-Rad/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-Rad/pkg-plist Sun Oct 14 07:55:54 2012 (r305862) @@ -0,0 +1,11 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad/.packlist +%%SITE_PERL%%/App/Rad.pm +%%SITE_PERL%%/App/Rad/Config.pm +%%SITE_PERL%%/App/Rad/Exclude.pm +%%SITE_PERL%%/App/Rad/Help.pm +%%SITE_PERL%%/App/Rad/Include.pm +%%SITE_PERL%%/App/Rad/Plugin.pod +@dirrm %%SITE_PERL%%/App/Rad +@dirrmtry %%SITE_PERL%%/App +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App