Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
This module abstracts out the process of choosing one of several
underlying implementations for a module. This can be used to provide
XS and pure Perl implementations of a module, or it could be used to
load an implementation for a given OS or any other case of needing
to provide multiple implementations.
This module is only useful when you know all the implementations ahead
of time. If you want to load arbitrary implementations then you
probably want something like a plugin system, not this module.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:30 wiz Exp $
DISTNAME= Module-Implementation-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Implementation/
COMMENT= Loads one of several alternate underlying implementations
LICENSE= artistic-2.0
# ExtUtils::MakeMaker >= 6.30 is in core since 5.8.8
DEPENDS+= p5-Module-Runtime>=0.12:../../devel/p5-Module-Runtime
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
# Test::More >= 0.88 is in core since 5.10.1
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Implementation/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/03/08 09:58:30 sno Exp $
SHA1 (Module-Implementation-0.06.tar.gz) = bf3f7a443f18c78a72f62d151d46ed2a81ef701d
RMD160 (Module-Implementation-0.06.tar.gz) = f936fcdc9586abd76ec0d902a1c2152595f6517b
Size (Module-Implementation-0.06.tar.gz) = 10514 bytes