pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-local-lib Initial import of p5-local-lib vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7cb8d2b61c2
branches:  trunk
changeset: 553867:a7cb8d2b61c2
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Feb 01 17:38:41 2009 +0000

description:
Initial import of p5-local-lib version 1.3.1 in the NetBSD Packages
Collection.

The Perl 5 module local::lib allows for the bootstrapping and usage
of a directory containing Perl modules outside of Perl's @INC. This
makes it easier to ship an application with an app-specific copy
of a Perl module, or collection of modules. Useful in cases like
when an upstream maintainer hasn't applied a patch to a module of
theirs that you need for your application.

diffstat:

 devel/p5-local-lib/DESCR    |   6 ++++++
 devel/p5-local-lib/Makefile |  19 +++++++++++++++++++
 devel/p5-local-lib/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 91f9bb534e7d -r a7cb8d2b61c2 devel/p5-local-lib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-local-lib/DESCR  Sun Feb 01 17:38:41 2009 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module local::lib allows for the bootstrapping and usage
+of a directory containing Perl modules outside of Perl's @INC. This
+makes it easier to ship an application with an app-specific copy
+of a Perl module, or collection of modules. Useful in cases like
+when an upstream maintainer hasn't applied a patch to a module of
+theirs that you need for your application.
diff -r 91f9bb534e7d -r a7cb8d2b61c2 devel/p5-local-lib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-local-lib/Makefile       Sun Feb 01 17:38:41 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 17:38:41 seb Exp $
+#
+
+DISTNAME=      local-lib-1.003001
+PKGNAME=       p5-local-lib-1.3.1
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AP/APEIRON/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/local-lib/
+COMMENT=       Create and use a local lib/ for perl modules with PERL5LIB
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/local/lib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 91f9bb534e7d -r a7cb8d2b61c2 devel/p5-local-lib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-local-lib/distinfo       Sun Feb 01 17:38:41 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/01 17:38:41 seb Exp $
+
+SHA1 (local-lib-1.003001.tar.gz) = 63d340d4aba19ad2172236a05711fde5f2971bea
+RMD160 (local-lib-1.003001.tar.gz) = 195473f4f70c957cb63c2f4e0d7778defcd0dd51
+Size (local-lib-1.003001.tar.gz) = 24497 bytes



Home | Main Index | Thread Index | Old Index