Date: Thu, 1 Jan 2015 16:03:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375929 - in head/devel: . p5-ExtUtils-CppGuess Message-ID: <201501011603.t01G3RSq000311@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:03:26 2015 New Revision: 375929 URL: https://svnweb.freebsd.org/changeset/ports/375929 QAT: https://qat.redports.org/buildarchive/r375929/ Log: - Add p5-ExtUtils-CppGuess 0.07 ExtUtils::CppGuess attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. It can generate the necessary options to the Module::Build constructor or to ExtUtils::MakeMaker's WriteMakefile function. WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/ Added: head/devel/p5-ExtUtils-CppGuess/ head/devel/p5-ExtUtils-CppGuess/Makefile (contents, props changed) head/devel/p5-ExtUtils-CppGuess/distinfo (contents, props changed) head/devel/p5-ExtUtils-CppGuess/pkg-descr (contents, props changed) head/devel/p5-ExtUtils-CppGuess/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 1 16:01:46 2015 (r375928) +++ head/devel/Makefile Thu Jan 1 16:03:26 2015 (r375929) @@ -2016,6 +2016,7 @@ SUBDIR += p5-ExtUtils-Command SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant + SUBDIR += p5-ExtUtils-CppGuess SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-Helpers SUBDIR += p5-ExtUtils-Install Added: head/devel/p5-ExtUtils-CppGuess/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-CppGuess/Makefile Thu Jan 1 16:03:26 2015 (r375929) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ExtUtils-CppGuess +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Guess C++ compiler and flags + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include <bsd.port.mk> Added: head/devel/p5-ExtUtils-CppGuess/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-CppGuess/distinfo Thu Jan 1 16:03:26 2015 (r375929) @@ -0,0 +1,2 @@ +SHA256 (ExtUtils-CppGuess-0.07.tar.gz) = 1cd83ee8452351219b987c79ddb25cc25ee8c396318ba36c5211a92b5c87e7a8 +SIZE (ExtUtils-CppGuess-0.07.tar.gz) = 7232 Added: head/devel/p5-ExtUtils-CppGuess/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-CppGuess/pkg-descr Thu Jan 1 16:03:26 2015 (r375929) @@ -0,0 +1,7 @@ +ExtUtils::CppGuess attempts to guess the system's C++ compiler that is +compatible with the C compiler that your perl was built with. + +It can generate the necessary options to the Module::Build constructor or to +ExtUtils::MakeMaker's WriteMakefile function. + +WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/ Added: head/devel/p5-ExtUtils-CppGuess/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-ExtUtils-CppGuess/pkg-plist Thu Jan 1 16:03:26 2015 (r375929) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/ExtUtils/CppGuess.pm +%%PERL5_MAN3%%/ExtUtils::CppGuess.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011603.t01G3RSq000311>