pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-Types-Common Added devel/p5-MooseX-Typ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3ddcafd9d43
branches:  trunk
changeset: 554400:c3ddcafd9d43
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Feb 13 23:42:27 2009 +0000

description:
Added devel/p5-MooseX-Types-Common version 0.001000

A set of commonly-used type constraints that do not ship with Moose by default.

 Numeric:
    * PositiveNum
    * PositiveInt
    * NegativeNum
    * Int
    * SingleDigit

 String:
    * SimpleStr
      A Str with no new-line characters.
    * NonEmptySimpleStr
      Does what it says on the tin.
    * Password
    * StrongPassword
    * NonEmptyStr

diffstat:

 devel/p5-MooseX-Types-Common/DESCR    |  17 +++++++++++++++++
 devel/p5-MooseX-Types-Common/Makefile |  22 ++++++++++++++++++++++
 devel/p5-MooseX-Types-Common/distinfo |   5 +++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r cd8a5f913fd7 -r c3ddcafd9d43 devel/p5-MooseX-Types-Common/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Common/DESCR        Fri Feb 13 23:42:27 2009 +0000
@@ -0,0 +1,17 @@
+A set of commonly-used type constraints that do not ship with Moose by default.
+
+ Numeric:
+    * PositiveNum
+    * PositiveInt
+    * NegativeNum
+    * Int
+    * SingleDigit
+
+ String:
+    * SimpleStr
+      A Str with no new-line characters.
+    * NonEmptySimpleStr
+      Does what it says on the tin.
+    * Password
+    * StrongPassword
+    * NonEmptyStr
diff -r cd8a5f913fd7 -r c3ddcafd9d43 devel/p5-MooseX-Types-Common/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Common/Makefile     Fri Feb 13 23:42:27 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:42:27 abs Exp $
+#
+
+DISTNAME=      MooseX-Types-Common-0.001000
+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-Types-Common/
+COMMENT=       Commonly-used type constraints that do not ship with Moose by default
+
+DEPENDS+=      p5-Moose>=0.39:../../devel/p5-Moose
+DEPENDS+=      p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MooseX/Types/Common/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cd8a5f913fd7 -r c3ddcafd9d43 devel/p5-MooseX-Types-Common/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-Common/distinfo     Fri Feb 13 23:42:27 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:42:27 abs Exp $
+
+SHA1 (MooseX-Types-Common-0.001000.tar.gz) = f767e326f10ebc21df58420e57b409bcbe51ce7e
+RMD160 (MooseX-Types-Common-0.001000.tar.gz) = fb03cbd3d197fe57ff71d517cb1410b7f6f6457f
+Size (MooseX-Types-Common-0.001000.tar.gz) = 14273 bytes



Home | Main Index | Thread Index | Old Index