From owner-svn-ports-head@FreeBSD.ORG Fri Aug 1 18:03:20 2014 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 A723B976; Fri, 1 Aug 2014 18:03:20 +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 87F832133; Fri, 1 Aug 2014 18:03:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s71I3KNa025801; Fri, 1 Aug 2014 18:03:20 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s71I3Jmk025793; Fri, 1 Aug 2014 18:03:19 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201408011803.s71I3Jmk025793@svn.freebsd.org> From: Kurt Jaeger Date: Fri, 1 Aug 2014 18:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363747 - in head/devel: . p5-Devel-CheckBin 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.18 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: Fri, 01 Aug 2014 18:03:20 -0000 Author: pi Date: Fri Aug 1 18:03:19 2014 New Revision: 363747 URL: http://svnweb.freebsd.org/changeset/ports/363747 QAT: https://qat.redports.org/buildarchive/r363747/ Log: New port: devel/p5-Devel-CheckBin Devel::CheckBin is a perl module that checks whether a particular command is available. WWW: http://search.cpan.org/dist/Devel-CheckBin/ Submitted by: pi@FreeBSD.org Added: head/devel/p5-Devel-CheckBin/ head/devel/p5-Devel-CheckBin/Makefile (contents, props changed) head/devel/p5-Devel-CheckBin/distinfo (contents, props changed) head/devel/p5-Devel-CheckBin/pkg-descr (contents, props changed) head/devel/p5-Devel-CheckBin/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Aug 1 18:02:17 2014 (r363746) +++ head/devel/Makefile Fri Aug 1 18:03:19 2014 (r363747) @@ -1862,6 +1862,7 @@ SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite + SUBDIR += p5-Devel-CheckBin SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS Added: head/devel/p5-Devel-CheckBin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckBin/Makefile Fri Aug 1 18:03:19 2014 (r363747) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Devel-CheckBin +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl5 module to check that a command is available + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= modbuildtiny +CONFIGURE_SCRIPT= Build.PL + +.include Added: head/devel/p5-Devel-CheckBin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckBin/distinfo Fri Aug 1 18:03:19 2014 (r363747) @@ -0,0 +1,2 @@ +SHA256 (Devel-CheckBin-0.02.tar.gz) = f5643d4a11eaf6309137a377b907f0e25d9d966699c1144c950e789954d5e13c +SIZE (Devel-CheckBin-0.02.tar.gz) = 10006 Added: head/devel/p5-Devel-CheckBin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckBin/pkg-descr Fri Aug 1 18:03:19 2014 (r363747) @@ -0,0 +1,4 @@ +Devel::CheckBin is a perl module that checks whether a particular command +is available. + +WWW: http://search.cpan.org/dist/Devel-CheckBin/ Added: head/devel/p5-Devel-CheckBin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckBin/pkg-plist Fri Aug 1 18:03:19 2014 (r363747) @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Devel::CheckBin.3.gz +%%SITE_PERL%%/Devel/CheckBin.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckBin/.packlist +@dirrmtry %%SITE_PERL%%/Devel +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckBin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel