pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Declare-Constraints-Simple Initial import of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1d27751f4b1
branches:  trunk
changeset: 546893:e1d27751f4b1
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Sep 08 22:31:03 2008 +0000

description:
Initial import of p5-Declare-Constraints-Simple version 0.03 in
the NetBSD Packages Collection.

The Perl 5 module Declare::Constraints::Simple provides an easy
way to build a profile to validate a data structure. It does this
by giving you a set of declarative keywords in the importing
namespace.

diffstat:

 devel/p5-Declare-Constraints-Simple/DESCR    |   4 ++++
 devel/p5-Declare-Constraints-Simple/Makefile |  23 +++++++++++++++++++++++
 devel/p5-Declare-Constraints-Simple/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r aa5b62f8be7f -r e1d27751f4b1 devel/p5-Declare-Constraints-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Declare-Constraints-Simple/DESCR Mon Sep 08 22:31:03 2008 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Declare::Constraints::Simple provides an easy
+way to build a profile to validate a data structure. It does this
+by giving you a set of declarative keywords in the importing
+namespace.
diff -r aa5b62f8be7f -r e1d27751f4b1 devel/p5-Declare-Constraints-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Declare-Constraints-Simple/Makefile      Mon Sep 08 22:31:03 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 22:31:03 seb Exp $
+#
+
+DISTNAME=      Declare-Constraints-Simple-0.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PH/PHAYLON/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Declare-Constraints-Simple/
+COMMENT=       Perl 5 module for declarative validation of data structures
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Declare/Constraints/Simple/.packlist
+
+DEPENDS+=      p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan
+DEPENDS+=      p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
+DEPENDS+=      p5-aliased-[0-9]*:../../devel/p5-aliased
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aa5b62f8be7f -r e1d27751f4b1 devel/p5-Declare-Constraints-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Declare-Constraints-Simple/distinfo      Mon Sep 08 22:31:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/08 22:31:03 seb Exp $
+
+SHA1 (Declare-Constraints-Simple-0.03.tar.gz) = ff668b68046d721f896428d0a622e64d92fdbae2
+RMD160 (Declare-Constraints-Simple-0.03.tar.gz) = f6ad718179a001ec5919ec1dfd9d4042578a6e35
+Size (Declare-Constraints-Simple-0.03.tar.gz) = 30336 bytes



Home | Main Index | Thread Index | Old Index