From owner-svn-ports-head@FreeBSD.ORG Fri Oct 17 12:07:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB8E3820; Fri, 17 Oct 2014 12:07:49 +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 971B1E25; Fri, 17 Oct 2014 12:07:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HC7nJu008076; Fri, 17 Oct 2014 12:07:49 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HC7mOl008066; Fri, 17 Oct 2014 12:07:48 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201410171207.s9HC7mOl008066@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 17 Oct 2014 12:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371049 - in head/devel: . p5-Test-Prereq 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-1 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, 17 Oct 2014 12:07:49 -0000 Author: culot Date: Fri Oct 17 12:07:47 2014 New Revision: 371049 URL: https://svnweb.freebsd.org/changeset/ports/371049 QAT: https://qat.redports.org/buildarchive/r371049/ Log: Test::Prereq is a Perl module for checking if Makefile.PL has the right pre-requisites. WWW: https://github.com/briandfoy/test-prereq PR: ports/193711 Submitted by: Sergei Vyshenski Added: head/devel/p5-Test-Prereq/ head/devel/p5-Test-Prereq/Makefile (contents, props changed) head/devel/p5-Test-Prereq/distinfo (contents, props changed) head/devel/p5-Test-Prereq/pkg-descr (contents, props changed) head/devel/p5-Test-Prereq/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 17 11:45:36 2014 (r371048) +++ head/devel/Makefile Fri Oct 17 12:07:47 2014 (r371049) @@ -2946,6 +2946,7 @@ SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files + SUBDIR += p5-Test-Prereq SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter Added: head/devel/p5-Test-Prereq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Prereq/Makefile Fri Oct 17 12:07:47 2014 (r371049) @@ -0,0 +1,23 @@ +# Created by: Sergei Vyshenski +# $FreeBSD$ + +PORTNAME= Test-Prereq +PORTVERSION= 1.038 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= svysh.fbsd@gmail.com +COMMENT= Check if Makefile.PL has the right pre-requisites + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Info>=0:${PORTSDIR}/devel/p5-Module-Info +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/devel/p5-Test-Prereq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Prereq/distinfo Fri Oct 17 12:07:47 2014 (r371049) @@ -0,0 +1,2 @@ +SHA256 (Test-Prereq-1.038.tar.gz) = 88fd8eb2a48ce764ce592e05e13a7512d4ddb453cf3d8a87c88a5163d89142b6 +SIZE (Test-Prereq-1.038.tar.gz) = 10625 Added: head/devel/p5-Test-Prereq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Prereq/pkg-descr Fri Oct 17 12:07:47 2014 (r371049) @@ -0,0 +1,4 @@ +Perl module for checking if Makefile.PL has the right +pre-requisites. + +WWW: https://github.com/briandfoy/test-prereq Added: head/devel/p5-Test-Prereq/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Prereq/pkg-plist Fri Oct 17 12:07:47 2014 (r371049) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/Test::Prereq.3.gz +%%PERL5_MAN3%%/Test::Prereq::Build.3.gz +%%SITE_PERL%%/Test/Prereq.pm +%%SITE_PERL%%/Test/Prereq/Build.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Prereq/.packlist +@dirrm %%SITE_PERL%%/Test/Prereq +@dirrmtry %%SITE_PERL%%/Test +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Prereq +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test