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-LogAny Adding package for CPAN d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b664383b5338
branches:  trunk
changeset: 620980:b664383b5338
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 15:45:21 2013 +0000

description:
Adding package for CPAN distribution MooseX-Types-LogAny version 0.001001
into devel/p5-MooseX-Types-LogAny.

The motivation behind this modules is that Log::Any::Adapter::Null does
not inherit from Log::Any::Adapter::Base which all of the other adapters
do. Moose will not allow a type union of undefined types unless they are
Moose classes. This module allows you to simply use the LogAny type which
has done the union for you.

diffstat:

 devel/p5-MooseX-Types-LogAny/DESCR    |   5 +++++
 devel/p5-MooseX-Types-LogAny/Makefile |  26 ++++++++++++++++++++++++++
 devel/p5-MooseX-Types-LogAny/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r e9a3a8388bb3 -r b664383b5338 devel/p5-MooseX-Types-LogAny/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-LogAny/DESCR        Wed Jul 03 15:45:21 2013 +0000
@@ -0,0 +1,5 @@
+The motivation behind this modules is that Log::Any::Adapter::Null does
+not inherit from Log::Any::Adapter::Base which all of the other adapters
+do. Moose will not allow a type union of undefined types unless they are
+Moose classes. This module allows you to simply use the LogAny type which
+has done the union for you.
diff -r e9a3a8388bb3 -r b664383b5338 devel/p5-MooseX-Types-LogAny/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-LogAny/Makefile     Wed Jul 03 15:45:21 2013 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2013/07/03 15:45:21 sno Exp $
+#
+
+DISTNAME=      MooseX-Types-LogAny-0.001001
+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-LogAny/
+COMMENT=       Moose Types for Log::Any
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
+DEPENDS+=      p5-Log-Any-Adapter-[0-9]*:../../devel/p5-Log-Any-Adapter
+DEPENDS+=      p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
+
+BUILD_DEPENDS+=        p5-Class-Load>=0.20:../../devel/p5-Class-Load
+BUILD_DEPENDS+=        p5-Moose-[0-9]*:../../devel/p5-Moose
+BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/MooseX/Types/LogAny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9a3a8388bb3 -r b664383b5338 devel/p5-MooseX-Types-LogAny/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MooseX-Types-LogAny/distinfo     Wed Jul 03 15:45:21 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/03 15:45:21 sno Exp $
+
+SHA1 (MooseX-Types-LogAny-0.001001.tar.gz) = e07770e0c811f8021bbd42c3174ce814c9126243
+RMD160 (MooseX-Types-LogAny-0.001001.tar.gz) = 176c0ec62264c25f7fa473eae4444d9714d7f139
+Size (MooseX-Types-LogAny-0.001001.tar.gz) = 10198 bytes



Home | Main Index | Thread Index | Old Index