Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.48 2015/08/06 10:59:52 wiz Exp $
# $NetBSD: Makefile,v 1.52 2016/08/21 07:14:42 wiz Exp $
DISTNAME= Module-Build-0.4214
DISTNAME= Module-Build-0.4220
PKGNAME= p5-${DISTNAME}0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE}
#DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
#DEPENDS+= p5-ExtUtils-ParseXS>=2.21:../../devel/p5-ExtUtils-ParseXS
# needed for tests
BUILD_DEPENDS+= p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:../../devel/p5-CPAN-Meta
# one test not skipped if,
# (but getting cyclic dependency if enabled as BUILD_DEPENDS)
#DEPENDS+= p5-PAR-Dist-[0-9]*:../../devel/p5-PAR-Dist

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.28 2015/08/06 10:59:52 wiz Exp $
$NetBSD: distinfo,v 1.32 2016/08/21 07:14:42 wiz Exp $
SHA1 (Module-Build-0.4214.tar.gz) = 4da2002098518ae035a9f87e0749d9d57483d107
RMD160 (Module-Build-0.4214.tar.gz) = f0c92085072918ea9a65177ad3630fc2743a07fd
Size (Module-Build-0.4214.tar.gz) = 305051 bytes
SHA1 (Module-Build-0.4220.tar.gz) = bb8efab85305c95068dac877e1cfe4c3000271ab
RMD160 (Module-Build-0.4220.tar.gz) = 70ab603b94fda124a3061363d5c2408b9efd280c
SHA512 (Module-Build-0.4220.tar.gz) = 20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0
Size (Module-Build-0.4220.tar.gz) = 304299 bytes

View File

@@ -1,17 +1,17 @@
# $NetBSD: options.mk,v 1.7 2015/07/12 18:56:15 wiz Exp $
# $NetBSD: options.mk,v 1.8 2016/08/21 07:14:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
PKG_SUPPORTED_OPTIONS= dist_authoring license_creation
PKG_SUPPORTED_OPTIONS= p5-module-build-dist-authoring p5-module-build-license-creation
PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdist_authoring)
.if !empty(PKG_OPTIONS:Mp5-module-build-dist-authoring)
#DEPENDS+= {perl>=5.10.0,p5-Archive-Tar>=1.09}:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Pod-Readme>=0.04:../../textproc/p5-Pod-Readme
DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature
.endif
.if !empty(PKG_OPTIONS:Mlicense_creation)
.if !empty(PKG_OPTIONS:Mp5-module-build-license-creation)
DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
.endif