Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 14:32:35 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
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
Message-ID:  <201402101432.s1AEWZgX060037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <culot@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402101432.s1AEWZgX060037>