Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 06:42:31 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
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
Message-ID:  <201503100642.t2A6gVAA031158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dgeo@centrale-marseille.fr>

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 <dgeo@centrale-marseille.fr>
+# $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 <bsd.port.mk>

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



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