From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 14:32:36 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 258DA48D; Mon, 10 Feb 2014 14:32:36 +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 0E4C11300; Mon, 10 Feb 2014 14:32:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1AEWZB8060042; Mon, 10 Feb 2014 14:32:35 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1AEWZgX060037; Mon, 10 Feb 2014 14:32:35 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201402101432.s1AEWZgX060037@svn.freebsd.org> From: Frederic Culot Date: Mon, 10 Feb 2014 14:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343640 - in head/devel: . p5-Path-FindDev 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: Mon, 10 Feb 2014 14:32:36 -0000 Author: culot Date: Mon Feb 10 14:32:34 2014 New Revision: 343640 URL: http://svnweb.freebsd.org/changeset/ports/343640 QAT: https://qat.redports.org/buildarchive/r343640/ Log: Path::FindDev is used to find a development path somewhere in an upper hierarchy. It is mostly a glue layer around Path::IsDev with a few directory walking tricks. WWW: http://search.cpan.org/dist/Path-FindDev/ Added: head/devel/p5-Path-FindDev/ head/devel/p5-Path-FindDev/Makefile (contents, props changed) head/devel/p5-Path-FindDev/distinfo (contents, props changed) head/devel/p5-Path-FindDev/pkg-descr (contents, props changed) head/devel/p5-Path-FindDev/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 10 14:22:19 2014 (r343639) +++ head/devel/Makefile Mon Feb 10 14:32:34 2014 (r343640) @@ -2528,6 +2528,7 @@ SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative + SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource Added: head/devel/p5-Path-FindDev/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-FindDev/Makefile Mon Feb 10 14:32:34 2014 (r343640) @@ -0,0 +1,26 @@ +# Created by: Frederic Culot +# $FreeBSD$ + +PORTNAME= Path-FindDev +PORTVERSION= 0.4.1 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KENTNL +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= Find a development path in an upper hierarchy + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Tiny>=0.010:${PORTSDIR}/devel/p5-Class-Tiny \ + p5-Path-IsDev>=0.2.2:${PORTSDIR}/devel/p5-Path-IsDev \ + p5-Path-Tiny>=0.038:${PORTSDIR}/devel/p5-Path-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/devel/p5-Path-FindDev/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-FindDev/distinfo Mon Feb 10 14:32:34 2014 (r343640) @@ -0,0 +1,2 @@ +SHA256 (Path-FindDev-0.4.1.tar.gz) = 961e89026473e5c0f891fb0d0d1e7b49ce965180e03131dd7021d4e9754ba76d +SIZE (Path-FindDev-0.4.1.tar.gz) = 34255 Added: head/devel/p5-Path-FindDev/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-FindDev/pkg-descr Mon Feb 10 14:32:34 2014 (r343640) @@ -0,0 +1,5 @@ +Path::FindDev is used to find a development path somewhere in an upper +hierarchy. It is mostly a glue layer around Path::IsDev with a few +directory walking tricks. + +WWW: http://search.cpan.org/dist/Path-FindDev/ Added: head/devel/p5-Path-FindDev/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Path-FindDev/pkg-plist Mon Feb 10 14:32:34 2014 (r343640) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Path/FindDev.pm +%%SITE_PERL%%/Path/FindDev/Object.pm +%%PERL5_MAN3%%/Path::FindDev.3.gz +%%PERL5_MAN3%%/Path::FindDev::Object.3.gz +@dirrm %%SITE_PERL%%/Path/FindDev +@dirrmtry %%SITE_PERL%%/Path