pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Find-Lib Import p5-Find-Lib-1.04 as devel/p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63328b1593a8
branches:  trunk
changeset: 650983:63328b1593a8
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 30 02:44:09 2015 +0000

description:
Import p5-Find-Lib-1.04 as devel/p5-Find-Lib.

The purpose of this module is to replace
    use FindBin;
    use lib "$FindBin::Bin/../bootstrap/lib";
with something shorter. This is specially useful if your project has a
lot of scripts (For instance tests scripts).

diffstat:

 devel/p5-Find-Lib/DESCR    |   5 +++++
 devel/p5-Find-Lib/Makefile |  17 +++++++++++++++++
 devel/p5-Find-Lib/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 089a4c8eae14 -r 63328b1593a8 devel/p5-Find-Lib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Find-Lib/DESCR   Thu Apr 30 02:44:09 2015 +0000
@@ -0,0 +1,5 @@
+The purpose of this module is to replace
+    use FindBin;
+    use lib "$FindBin::Bin/../bootstrap/lib";
+with something shorter. This is specially useful if your project has a
+lot of scripts (For instance tests scripts).
diff -r 089a4c8eae14 -r 63328b1593a8 devel/p5-Find-Lib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Find-Lib/Makefile        Thu Apr 30 02:44:09 2015 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/04/30 02:44:09 mef Exp $
+
+DISTNAME=      Find-Lib-1.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Find/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~yannk/Find-Lib/
+COMMENT=       Helper to smartly find libs to use in the filesystem tree
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Find/Lib/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 089a4c8eae14 -r 63328b1593a8 devel/p5-Find-Lib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Find-Lib/distinfo        Thu Apr 30 02:44:09 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/30 02:44:09 mef Exp $
+
+SHA1 (Find-Lib-1.04.tar.gz) = 1b3ada2c1dc0f3827746308a274c40d7e5530f38
+RMD160 (Find-Lib-1.04.tar.gz) = 7c1c41c549251d59f668a756acadca41568e8359
+Size (Find-Lib-1.04.tar.gz) = 8914 bytes



Home | Main Index | Thread Index | Old Index