Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 07:55:55 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
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
Message-ID:  <201210140755.q9E7ttsX018510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gslin@gslin.org>
  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 <gslin@gslin.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210140755.q9E7ttsX018510>