pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Install-AuthorRequires Import p5-Modul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef23b49c114e
branches:  trunk
changeset: 650919:ef23b49c114e
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 28 12:15:56 2015 +0000

description:
Import p5-Module-Install-AuthorRequires-0.02 as devel/p5-Module-Install-AuthorRequires.

Modules often have optional requirements, for example dependencies that are
useful for (optional) tests, but not required for the module to work
properly.

Usually you want all developers of a project to have these optional modules
installed. However, simply telling everyone or printing diagnostic messages
if optional dependencies are missing often isn't enough to make sure all
authors have all optional modules installed.

diffstat:

 devel/p5-Module-Install-AuthorRequires/DESCR    |   8 ++++++++
 devel/p5-Module-Install-AuthorRequires/Makefile |  19 +++++++++++++++++++
 devel/p5-Module-Install-AuthorRequires/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 022d16314292 -r ef23b49c114e devel/p5-Module-Install-AuthorRequires/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-AuthorRequires/DESCR      Tue Apr 28 12:15:56 2015 +0000
@@ -0,0 +1,8 @@
+Modules often have optional requirements, for example dependencies that are
+useful for (optional) tests, but not required for the module to work
+properly.
+
+Usually you want all developers of a project to have these optional modules
+installed. However, simply telling everyone or printing diagnostic messages
+if optional dependencies are missing often isn't enough to make sure all
+authors have all optional modules installed.
diff -r 022d16314292 -r ef23b49c114e devel/p5-Module-Install-AuthorRequires/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-AuthorRequires/Makefile   Tue Apr 28 12:15:56 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/04/28 12:15:56 mef Exp $
+
+DISTNAME=      Module-Install-AuthorRequires-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/F/FL/FLORA/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~flora/Module-Install-AuthorRequires/
+COMMENT=       Module::Install::AuthorRequires - declare author-only dependencies
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
+
+PERL5_PACKLIST=        auto/Module/Install/AuthorRequires/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 022d16314292 -r ef23b49c114e devel/p5-Module-Install-AuthorRequires/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-AuthorRequires/distinfo   Tue Apr 28 12:15:56 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/28 12:15:56 mef Exp $
+
+SHA1 (Module-Install-AuthorRequires-0.02.tar.gz) = dbd07651f239cb8cc1a7f3284b02ef9a9a32f6ca
+RMD160 (Module-Install-AuthorRequires-0.02.tar.gz) = 13136bb7a3b0112507fe21be1a05024aa7b1ff30
+Size (Module-Install-AuthorRequires-0.02.tar.gz) = 15596 bytes



Home | Main Index | Thread Index | Old Index