Wed Jul 3 15:45:21 2013 UTC ()
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.


(sno)
diff -r0 -r1.1 pkgsrc/devel/p5-MooseX-Types-LogAny/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-MooseX-Types-LogAny/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-MooseX-Types-LogAny/distinfo

File Added: pkgsrc/devel/p5-MooseX-Types-LogAny/DESCR
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.

File Added: pkgsrc/devel/p5-MooseX-Types-LogAny/Makefile
# $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
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"

File Added: pkgsrc/devel/p5-MooseX-Types-LogAny/distinfo
$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