pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Param Import p5-MooseX-Param version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a0099876710
branches:  trunk
changeset: 549058:5a0099876710
user:      he <he%pkgsrc.org@localhost>
date:      Mon Oct 27 00:00:20 2008 +0000

description:
Import p5-MooseX-Param version 0.02.

This is a very simple Moose role which provides a CGI like param
method.

I found that I had written this code over and over and over and
over again, and each time it was the same. So I thought, why not
put it in a role?

diffstat:

 devel/p5-MooseX-Param/DESCR    |   6 ++++++
 devel/p5-MooseX-Param/Makefile |  22 ++++++++++++++++++++++
 devel/p5-MooseX-Param/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 33a9588fa549 -r 5a0099876710 devel/p5-MooseX-Param/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Param/DESCR       Mon Oct 27 00:00:20 2008 +0000
@@ -0,0 +1,6 @@
+This is a very simple Moose role which provides a CGI like param
+method.
+
+I found that I had written this code over and over and over and
+over again, and each time it was the same. So I thought, why not
+put it in a role?
diff -r 33a9588fa549 -r 5a0099876710 devel/p5-MooseX-Param/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Param/Makefile    Mon Oct 27 00:00:20 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/27 00:00:20 he Exp $
+#
+
+DISTNAME=      MooseX-Param-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/MooseX-Param/
+COMMENT=       Simple role to provide a standard param method
+
+BUILD_DEPENDS+=        p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
+DEPENDS+=      p5-Moose>=0.32:../../devel/p5-Moose
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Param/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 33a9588fa549 -r 5a0099876710 devel/p5-MooseX-Param/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Param/distinfo    Mon Oct 27 00:00:20 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/27 00:00:20 he Exp $
+
+SHA1 (MooseX-Param-0.02.tar.gz) = 870bc3d595aceb7f2e3ef20ee0cd0917b72e9510
+RMD160 (MooseX-Param-0.02.tar.gz) = f8722c5bff55b382c103c2de07ebb13185bbd2a9
+Size (MooseX-Param-0.02.tar.gz) = 4094 bytes



Home | Main Index | Thread Index | Old Index