pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Mixin-ExtraFields-Param Initial import of p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39c0ad8beda9
branches:  trunk
changeset: 574056:39c0ad8beda9
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Apr 10 15:43:39 2010 +0000

description:
Initial import of p5-Mixin-ExtraFields-Param version 0.011 in the
NetBSD Packages Collection.

The Perl 5 module Mixin::ExtraFields::Param mixes in to your class
to provide a param method like the ones provided by CGI, CGI::Application,
and other classes. It uses Mixin::ExtraFields, which means it can
use any Mixin::ExtraFields driver to store your data.

diffstat:

 devel/p5-Mixin-ExtraFields-Param/DESCR    |   4 ++++
 devel/p5-Mixin-ExtraFields-Param/Makefile |  23 +++++++++++++++++++++++
 devel/p5-Mixin-ExtraFields-Param/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r ae7ae1d7ae92 -r 39c0ad8beda9 devel/p5-Mixin-ExtraFields-Param/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mixin-ExtraFields-Param/DESCR    Sat Apr 10 15:43:39 2010 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Mixin::ExtraFields::Param mixes in to your class
+to provide a param method like the ones provided by CGI, CGI::Application,
+and other classes. It uses Mixin::ExtraFields, which means it can
+use any Mixin::ExtraFields driver to store your data.
diff -r ae7ae1d7ae92 -r 39c0ad8beda9 devel/p5-Mixin-ExtraFields-Param/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mixin-ExtraFields-Param/Makefile Sat Apr 10 15:43:39 2010 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 15:43:39 seb Exp $
+#
+
+DISTNAME=      Mixin-ExtraFields-Param-0.011
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Mixin-ExtraFields-Param/
+COMMENT=       Perl 5 module to make your class provide a familiar "param" method
+LICENSE=       ${PERL5_LICENSE}
+
+USE_LANGUAGES=         # empty
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Mixin-ExtraFields>=0.002:../../devel/p5-Mixin-ExtraFields
+DEPENDS+=      p5-Sub-Exporter>=0.900:../../devel/p5-Sub-Exporter
+
+PERL5_PACKLIST=        auto/Mixin/ExtraFields/Param/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ae7ae1d7ae92 -r 39c0ad8beda9 devel/p5-Mixin-ExtraFields-Param/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Mixin-ExtraFields-Param/distinfo Sat Apr 10 15:43:39 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/10 15:43:39 seb Exp $
+
+SHA1 (Mixin-ExtraFields-Param-0.011.tar.gz) = a1dab4c3ab2226a3b228b461353b7e72efa31f74
+RMD160 (Mixin-ExtraFields-Param-0.011.tar.gz) = 747d9e298824badf6d7ec5dbbaf16b360417ee36
+Size (Mixin-ExtraFields-Param-0.011.tar.gz) = 10945 bytes



Home | Main Index | Thread Index | Old Index