From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:49:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82286118; Wed, 27 Nov 2013 19:49:56 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7178B2430; Wed, 27 Nov 2013 19:49:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJnu42011670; Wed, 27 Nov 2013 19:49:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJntTr011665; Wed, 27 Nov 2013 19:49:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271949.rARJntTr011665@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 19:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335050 - in head/devel: . p5-Devel-CheckCompiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 19:49:56 -0000 Author: sunpoet Date: Wed Nov 27 19:49:54 2013 New Revision: 335050 URL: http://svnweb.freebsd.org/changeset/ports/335050 Log: - Add p5-Devel-CheckCompiler 0.04 Devel::CheckCompiler is a checker for compiler's availability. WWW: http://search.cpan.org/dist/Devel-CheckCompiler/ Added: head/devel/p5-Devel-CheckCompiler/ head/devel/p5-Devel-CheckCompiler/Makefile (contents, props changed) head/devel/p5-Devel-CheckCompiler/distinfo (contents, props changed) head/devel/p5-Devel-CheckCompiler/pkg-descr (contents, props changed) head/devel/p5-Devel-CheckCompiler/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 19:40:30 2013 (r335049) +++ head/devel/Makefile Wed Nov 27 19:49:54 2013 (r335050) @@ -1828,6 +1828,7 @@ SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite + SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Constants Added: head/devel/p5-Devel-CheckCompiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/Makefile Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Devel-CheckCompiler +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Check the compiler availability + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires + +USE_PERL5= modbuild +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Devel-CheckCompiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/distinfo Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,2 @@ +SHA256 (Devel-CheckCompiler-0.04.tar.gz) = e69ae92346721fffbea1fbad335cc03d844fad82feccb3595e1aecb64466f737 +SIZE (Devel-CheckCompiler-0.04.tar.gz) = 11138 Added: head/devel/p5-Devel-CheckCompiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/pkg-descr Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,3 @@ +Devel::CheckCompiler is a checker for compiler's availability. + +WWW: http://search.cpan.org/dist/Devel-CheckCompiler/ Added: head/devel/p5-Devel-CheckCompiler/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/pkg-plist Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Devel/AssertC99.pm +%%SITE_PERL%%/Devel/CheckCompiler.pm +%%PERL5_MAN3%%/Devel::AssertC99.3.gz +%%PERL5_MAN3%%/Devel::CheckCompiler.3.gz +@dirrmtry %%SITE_PERL%%/Devel