From owner-svn-ports-all@FreeBSD.ORG Tue Mar 10 06:42:33 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F184822; Tue, 10 Mar 2015 06:42: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39F2F83C; Tue, 10 Mar 2015 06:42:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2A6gXhN031163; Tue, 10 Mar 2015 06:42:33 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2A6gVAA031158; Tue, 10 Mar 2015 06:42:31 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201503100642.t2A6gVAA031158@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 10 Mar 2015 06:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380901 - in head/devel: . p5-App-local-lib-helper 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.18-1 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: Tue, 10 Mar 2015 06:42:33 -0000 Author: vanilla Date: Tue Mar 10 06:42:31 2015 New Revision: 380901 URL: https://svnweb.freebsd.org/changeset/ports/380901 QAT: https://qat.redports.org/buildarchive/r380901/ Log: Add p5-App-local-lib-helper 0.07, make it easy to run code against a local-lib. PR: 198308 Submitted by: Geoffroy Desvernay Added: head/devel/p5-App-local-lib-helper/ head/devel/p5-App-local-lib-helper/Makefile (contents, props changed) head/devel/p5-App-local-lib-helper/distinfo (contents, props changed) head/devel/p5-App-local-lib-helper/pkg-descr (contents, props changed) head/devel/p5-App-local-lib-helper/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 10 06:40:55 2015 (r380900) +++ head/devel/Makefile Tue Mar 10 06:42:31 2015 (r380901) @@ -1510,6 +1510,7 @@ SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanoutdated + SUBDIR += p5-App-local-lib-helper SUBDIR += p5-App-perlbrew SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig Added: head/devel/p5-App-local-lib-helper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-local-lib-helper/Makefile Tue Mar 10 06:42:31 2015 (r380901) @@ -0,0 +1,22 @@ +# Created by: Geoffroy Desvernay +# $FreeBSD$ + +PORTNAME= App-local-lib-helper +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dgeo@centrale-marseille.fr +COMMENT= Make it easy to run code against a local-lib + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS:= p5-local-lib>=2.000004:${PORTSDIR}/devel/p5-local-lib +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-App-local-lib-helper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-local-lib-helper/distinfo Tue Mar 10 06:42:31 2015 (r380901) @@ -0,0 +1,2 @@ +SHA256 (App-local-lib-helper-0.07.tar.gz) = 7f70cebc46e4ed2863bc8df48512cbeaad9b61052ff08f1be5e46c9ef74fc7d7 +SIZE (App-local-lib-helper-0.07.tar.gz) = 79312 Added: head/devel/p5-App-local-lib-helper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-local-lib-helper/pkg-descr Tue Mar 10 06:42:31 2015 (r380901) @@ -0,0 +1,12 @@ +Helper for 'local' libs versions + +This is an object which provide the functionality to create a +local::lib 'helper' script in either the currently loaded local::lib +environment or in a target directory of choice. i +By default the script is called localenv and can be used to invoke +a command under the local::lib which it was built against. +For example, assume you build a local::lib like so: + + cpanm --local-lib ~/mylib App::local::lib::helper + +WWW: http://search.cpan.org/dist/App-local-lib-helper/ Added: head/devel/p5-App-local-lib-helper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-App-local-lib-helper/pkg-plist Tue Mar 10 06:42:31 2015 (r380901) @@ -0,0 +1,6 @@ +bin/local-lib-helper +%%PERL5_MAN3%%/App::local::lib::helper.3.gz +%%PERL5_MAN3%%/App::local::lib::helper::rationale.3.gz +%%SITE_PERL%%/App/local/lib/helper.pm +%%SITE_PERL%%/App/local/lib/helper/rationale.pod +man/man1/local-lib-helper.1.gz