From owner-svn-ports-all@FreeBSD.ORG Sat Nov 23 12:37:34 2013 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 002393D2; Sat, 23 Nov 2013 12:37:33 +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 D5D1E2637; Sat, 23 Nov 2013 12:37:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rANCbXwk092357; Sat, 23 Nov 2013 12:37:33 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rANCbWD7092349; Sat, 23 Nov 2013 12:37:32 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201311231237.rANCbWD7092349@svn.freebsd.org> From: Lars Thegler Date: Sat, 23 Nov 2013 12:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334664 - in head/devel: . p5-Module-Path 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.16 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: Sat, 23 Nov 2013 12:37:34 -0000 Author: lth Date: Sat Nov 23 12:37:32 2013 New Revision: 334664 URL: http://svnweb.freebsd.org/changeset/ports/334664 Log: Add p5-Module-Path 0.09, get the full path to a locally installed module. Added: head/devel/p5-Module-Path/ head/devel/p5-Module-Path/Makefile (contents, props changed) head/devel/p5-Module-Path/distinfo (contents, props changed) head/devel/p5-Module-Path/pkg-descr (contents, props changed) head/devel/p5-Module-Path/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 23 12:23:19 2013 (r334663) +++ head/devel/Makefile Sat Nov 23 12:37:32 2013 (r334664) @@ -2297,6 +2297,7 @@ SUBDIR += p5-Module-Manifest SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Metadata + SUBDIR += p5-Module-Path SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered Added: head/devel/p5-Module-Path/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Path/Makefile Sat Nov 23 12:37:32 2013 (r334664) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= Module-Path +PORTVERSION= 0.09 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Get the full path to a locally installed module + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Module-Path/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Path/distinfo Sat Nov 23 12:37:32 2013 (r334664) @@ -0,0 +1,2 @@ +SHA256 (Module-Path-0.09.tar.gz) = 5330a76ff56800778d825548b4d631510a1a6b4f04725dddca95e68c4ed3ac18 +SIZE (Module-Path-0.09.tar.gz) = 11423 Added: head/devel/p5-Module-Path/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Path/pkg-descr Sat Nov 23 12:37:32 2013 (r334664) @@ -0,0 +1,4 @@ +Module::Path provides a single function, module_path(), which will +find where a module is installed locally. + +WWW: http://metacpan.org/release/Module-Path Added: head/devel/p5-Module-Path/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Path/pkg-plist Sat Nov 23 12:37:32 2013 (r334664) @@ -0,0 +1,8 @@ +bin/mpath +%%SITE_PERL%%/Module/Path.pm +%%SITE_PERL%%/mach/auto/Module/Path/.packlist +man/man1/mpath.1.gz +%%PERL5_MAN3%%/Module::Path.3.gz +@dirrmtry %%SITE_PERL%%/mach/auto/Module/Path +@dirrmtry %%SITE_PERL%%/mach/auto/Module +@dirrmtry %%SITE_PERL%%/Module