pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ex-lib Initial import of p5-ex-lib version 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7139a139b5d9
branches:  trunk
changeset: 555956:7139a139b5d9
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Mar 14 21:09:36 2009 +0000

description:
Initial import of p5-ex-lib version 0.05 in the NetBSD Packages
Collection.

The Perl 5 module ex::lib is a library to transform relative paths
to absolute paths at the BEGIN stage, and push them to @INC.  Relative
path origin is not the current working directory, but the location
of the file the statement is in.

diffstat:

 devel/p5-ex-lib/DESCR    |   4 ++++
 devel/p5-ex-lib/Makefile |  19 +++++++++++++++++++
 devel/p5-ex-lib/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 8ddc0e25063f -r 7139a139b5d9 devel/p5-ex-lib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ex-lib/DESCR     Sat Mar 14 21:09:36 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module ex::lib is a library to transform relative paths
+to absolute paths at the BEGIN stage, and push them to @INC.  Relative
+path origin is not the current working directory, but the location
+of the file the statement is in.
diff -r 8ddc0e25063f -r 7139a139b5d9 devel/p5-ex-lib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ex-lib/Makefile  Sat Mar 14 21:09:36 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/14 21:09:36 seb Exp $
+#
+
+DISTNAME=      ex-lib-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ex/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/ex-lib/
+COMMENT=       Perl 5 module to add in @INC absolute paths from relative ones
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/ex/lib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ddc0e25063f -r 7139a139b5d9 devel/p5-ex-lib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ex-lib/distinfo  Sat Mar 14 21:09:36 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/14 21:09:36 seb Exp $
+
+SHA1 (ex-lib-0.05.tar.gz) = 8a1b961ff489132381b741d4e4edb39c17ab074f
+RMD160 (ex-lib-0.05.tar.gz) = 3430a3e71e0a64b5c66eaf0324146b0d8b9ea5d8
+Size (ex-lib-0.05.tar.gz) = 34888 bytes



Home | Main Index | Thread Index | Old Index