Received: by mail.netbsd.org (Postfix, from userid 605) id BC4B284F9E; Thu, 9 Aug 2018 11:36:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE2C484F9D for ; Thu, 9 Aug 2018 11:36:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id udI8xUbsVf2u for ; Thu, 9 Aug 2018 11:36:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EC55D84D85 for ; Thu, 9 Aug 2018 11:36:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5982FBEC; Thu, 9 Aug 2018 11:36:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533814596179900" MIME-Version: 1.0 Date: Thu, 9 Aug 2018 11:36:36 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180809113636.E5982FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1533814596179900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Aug 9 11:36:36 UTC 2018 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/p5-Menlo: DESCR Makefile distinfo Log Message: devel: Import p5-Menlo version 1.9019. Menlo is a backend for cpanm 2.0, developed with the goal to replace cpanm internals with a set of modules that are more flexible, extensible and easier to use. To generate a diff of this commit: cvs rdiff -u -r1.2712 -r1.2713 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Menlo/DESCR \ pkgsrc/devel/p5-Menlo/Makefile pkgsrc/devel/p5-Menlo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533814596179900 Content-Disposition: inline Content-Length: 3389 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2712 pkgsrc/devel/Makefile:1.2713 --- pkgsrc/devel/Makefile:1.2712 Thu Aug 9 11:13:27 2018 +++ pkgsrc/devel/Makefile Thu Aug 9 11:36:36 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2712 2018/08/09 11:13:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.2713 2018/08/09 11:36:36 jperkin Exp $ # COMMENT= Development utilities @@ -1310,6 +1310,7 @@ SUBDIR+= p5-Make SUBDIR+= p5-Memoize SUBDIR+= p5-Memoize-ExpireLRU SUBDIR+= p5-Memoize-Memcached +SUBDIR+= p5-Menlo SUBDIR+= p5-MetaCPAN-API SUBDIR+= p5-MetaCPAN-Client SUBDIR+= p5-Method-Signatures Added files: Index: pkgsrc/devel/p5-Menlo/DESCR diff -u /dev/null pkgsrc/devel/p5-Menlo/DESCR:1.1 --- /dev/null Thu Aug 9 11:36:36 2018 +++ pkgsrc/devel/p5-Menlo/DESCR Thu Aug 9 11:36:36 2018 @@ -0,0 +1,3 @@ +Menlo is a backend for cpanm 2.0, developed with the goal to replace +cpanm internals with a set of modules that are more flexible, extensible +and easier to use. Index: pkgsrc/devel/p5-Menlo/Makefile diff -u /dev/null pkgsrc/devel/p5-Menlo/Makefile:1.1 --- /dev/null Thu Aug 9 11:36:36 2018 +++ pkgsrc/devel/p5-Menlo/Makefile Thu Aug 9 11:36:36 2018 @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2018/08/09 11:36:36 jperkin Exp $ + +DISTNAME= Menlo-1.9019 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Menlo +COMMENT= A CPAN client +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-CPAN-Common-Index-[0-9]*:../../devel/p5-CPAN-Common-Index +DEPENDS+= p5-CPAN-DistnameInfo-[0-9]*:../../devel/p5-CPAN-DistnameInfo +DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check +DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny +DEPENDS+= p5-Class-Tiny-[0-9]*:../../devel/p5-Class-Tiny +DEPENDS+= p5-ExtUtils-Config-[0-9]*:../../devel/p5-ExtUtils-Config +DEPENDS+= p5-ExtUtils-Helpers-[0-9]*:../../devel/p5-ExtUtils-Helpers +DEPENDS+= p5-ExtUtils-InstallPaths-[0-9]*:../../devel/p5-ExtUtils-InstallPaths +DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd +DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd +DEPENDS+= p5-HTTP-Tinyish-[0-9]*:../../www/p5-HTTP-Tinyish +DEPENDS+= p5-Module-CPANfile-[0-9]*:../../devel/p5-Module-CPANfile +DEPENDS+= p5-Parse-PMFile-[0-9]*:../../devel/p5-Parse-PMFile +DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-Win32-ShellQuote-[0-9]*:../../textproc/p5-Win32-ShellQuote +DEPENDS+= p5-local-lib-[0-9]*:../../devel/p5-local-lib + +PERL5_PACKLIST= auto/Menlo/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Menlo/distinfo diff -u /dev/null pkgsrc/devel/p5-Menlo/distinfo:1.1 --- /dev/null Thu Aug 9 11:36:36 2018 +++ pkgsrc/devel/p5-Menlo/distinfo Thu Aug 9 11:36:36 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/09 11:36:36 jperkin Exp $ + +SHA1 (Menlo-1.9019.tar.gz) = 68acd425802f5e635581e1dd46c28c77d4b93551 +RMD160 (Menlo-1.9019.tar.gz) = 6ca0a29c4d97ca43921ec2b58f0e11baf4779d4a +SHA512 (Menlo-1.9019.tar.gz) = 6b541a94f01c56154b104d3d4ed9607389c489996f355bf7138805d66abeaa7423cadf0cb33ec9046ee80e516a96296dd12b26e70d133ee83fa9eeb587acf5be +Size (Menlo-1.9019.tar.gz) = 37558 bytes --_----------=_1533814596179900--