From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 18:09:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E175E2E5; Sat, 26 Apr 2014 18:09:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD9AC1444; Sat, 26 Apr 2014 18:09:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QI9Zuf066714; Sat, 26 Apr 2014 18:09:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QI9YFr066709; Sat, 26 Apr 2014 18:09:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404261809.s3QI9YFr066709@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Apr 2014 18:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352277 - in head/devel: . p5-ExtUtils-MakeMaker-CPANfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 18:09:36 -0000 Author: sunpoet Date: Sat Apr 26 18:09:34 2014 New Revision: 352277 URL: http://svnweb.freebsd.org/changeset/ports/352277 QAT: https://qat.redports.org/buildarchive/r352277/ Log: - Add p5-ExtUtils-MakeMaker-CPANfile 0.06 ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and modifies parameters for WriteMakefile in your Makefile.PL. Just use it instead of ExtUtils::MakeMaker (which should be loaded internally), and prepare cpanfile. As of version 0.03, ExtUtils::MakeMaker::CPANfile also removes WriteMakefile parameters that the installed version of ExtUtils::MakeMaker doesn't know, to avoid warnings. WWW: http://search.cpan.org/dist/ExtUtils-MakeMaker-CPANfile/ Added: head/devel/p5-ExtUtils-MakeMaker-CPANfile/ head/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile (contents, props changed) head/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo (contents, props changed) head/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-descr (contents, props changed) head/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Apr 26 17:58:59 2014 (r352276) +++ head/devel/Makefile Sat Apr 26 18:09:34 2014 (r352277) @@ -1957,6 +1957,7 @@ SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker + SUBDIR += p5-ExtUtils-MakeMaker-CPANfile SUBDIR += p5-ExtUtils-MakeMaker-Coverage SUBDIR += p5-ExtUtils-Manifest SUBDIR += p5-ExtUtils-ParseXS Added: head/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-MakeMaker-CPANfile/Makefile Sat Apr 26 18:09:34 2014 (r352277) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ExtUtils-MakeMaker-CPANfile +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cpanfile support for ExtUtils::MakeMaker + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-CPANfile>=0:${PORTSDIR}/devel/p5-Module-CPANfile +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-MakeMaker-CPANfile/distinfo Sat Apr 26 18:09:34 2014 (r352277) @@ -0,0 +1,2 @@ +SHA256 (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = e527b05f809177691b3d21d3c7d6aff34a3461117eab9cd223e4d0d044a39900 +SIZE (ExtUtils-MakeMaker-CPANfile-0.06.tar.gz) = 11152 Added: head/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-descr Sat Apr 26 18:09:34 2014 (r352277) @@ -0,0 +1,9 @@ +ExtUtils::MakeMaker::CPANfile loads cpanfile in your distribution and modifies +parameters for WriteMakefile in your Makefile.PL. Just use it instead of +ExtUtils::MakeMaker (which should be loaded internally), and prepare cpanfile. + +As of version 0.03, ExtUtils::MakeMaker::CPANfile also removes WriteMakefile +parameters that the installed version of ExtUtils::MakeMaker doesn't know, to +avoid warnings. + +WWW: http://search.cpan.org/dist/ExtUtils-MakeMaker-CPANfile/ Added: head/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-MakeMaker-CPANfile/pkg-plist Sat Apr 26 18:09:34 2014 (r352277) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/ExtUtils/MakeMaker/CPANfile.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/MakeMaker/CPANfile/.packlist +%%PERL5_MAN3%%/ExtUtils::MakeMaker::CPANfile.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/MakeMaker/CPANfile +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/MakeMaker +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils +@dirrmtry %%SITE_PERL%%/ExtUtils/MakeMaker +@dirrmtry %%SITE_PERL%%/ExtUtils