pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Dist-Zooky Adding new package for Perl 5 modu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0eeb6ea15a05
branches: trunk
changeset: 607301:0eeb6ea15a05
user: sno <sno%pkgsrc.org@localhost>
date: Wed Aug 08 09:21:27 2012 +0000
description:
Adding new package for Perl 5 module Dist::Zooky version 0.10 from CPAN
into devel/p5-Dist-Zooky.
Dist::Zooky is Dist::Zilla's nephew. He has the ability to summon his uncle.
dzooky will try its best to convert a distribution to use Dist::Zilla. It
supports ExtUtils::MakeMaker, Module::Install and Module::Build based
distributions, with certain limitations.
Simply execute dzooky in the directory containing the distribution you wish
to convert to Dist::Zilla.
diffstat:
devel/p5-Dist-Zooky/DESCR | 8 ++++++++
devel/p5-Dist-Zooky/Makefile | 32 ++++++++++++++++++++++++++++++++
devel/p5-Dist-Zooky/distinfo | 5 +++++
3 files changed, 45 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 614e1c9bdf80 -r 0eeb6ea15a05 devel/p5-Dist-Zooky/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Dist-Zooky/DESCR Wed Aug 08 09:21:27 2012 +0000
@@ -0,0 +1,8 @@
+Dist::Zooky is Dist::Zilla's nephew. He has the ability to summon his uncle.
+
+dzooky will try its best to convert a distribution to use Dist::Zilla. It
+supports ExtUtils::MakeMaker, Module::Install and Module::Build based
+distributions, with certain limitations.
+
+Simply execute dzooky in the directory containing the distribution you wish
+to convert to Dist::Zilla.
diff -r 614e1c9bdf80 -r 0eeb6ea15a05 devel/p5-Dist-Zooky/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Dist-Zooky/Makefile Wed Aug 08 09:21:27 2012 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2012/08/08 09:21:27 sno Exp $
+
+DISTNAME= Dist-Zooky-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Dist-Zooky/
+COMMENT= Perl 5 module to convert a distribution to Dist::Zilla
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-App-Cmd>=0.307:../../devel/p5-App-Cmd
+DEPENDS+= p5-CPAN-Meta>=2.101610:../../devel/p5-CPAN-Meta
+DEPENDS+= p5-Dist-Zilla>=4.102342:../../devel/p5-Dist-Zilla
+DEPENDS+= p5-ExtUtils-MakeMaker>=6.56:../../devel/p5-ExtUtils-MakeMaker
+DEPENDS+= p5-Module-Build>=0.36070:../../devel/p5-Module-Build
+DEPENDS+= p5-Moose>=1.07:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-Types>=0.22:../../devel/p5-MooseX-Types
+DEPENDS+= p5-MooseX-Types-Perl>=0.101340:../../devel/p5-MooseX-Types-Perl
+DEPENDS+= p5-Software-License>=0.101.620:../../devel/p5-Software-License
+
+# for implicit depdendencies like File::Temp, IPC::Cmd,
+# Module::Load::Conditional, Params::Check
+PERL5_REQD+= 5.14.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Dist/Zooky/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 614e1c9bdf80 -r 0eeb6ea15a05 devel/p5-Dist-Zooky/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Dist-Zooky/distinfo Wed Aug 08 09:21:27 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/08 09:21:27 sno Exp $
+
+SHA1 (Dist-Zooky-0.10.tar.gz) = b966edf0d8f0fdc0b3ac7fe81572b2a35dde8c3b
+RMD160 (Dist-Zooky-0.10.tar.gz) = 16249c463aaa96bc82ed9c7cfb60b93a2edb1333
+Size (Dist-Zooky-0.10.tar.gz) = 16639 bytes
Home |
Main Index |
Thread Index |
Old Index