pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ad8392a5116
branches:  trunk
changeset: 398036:8ad8392a5116
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 22 12:01:36 2009 +0000

description:
Initial import of p5-lib-abs version 0.90 in the NetBSD Packages
Collection.

The Perl 5 module lib::abs 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-lib-abs/DESCR    |   4 ++++
 devel/p5-lib-abs/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-lib-abs/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r e32c030c66d2 -r 8ad8392a5116 devel/p5-lib-abs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-lib-abs/DESCR    Sat Aug 22 12:01:36 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module lib::abs 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 e32c030c66d2 -r 8ad8392a5116 devel/p5-lib-abs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-lib-abs/Makefile Sat Aug 22 12:01:36 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/22 12:01:37 seb Exp $
+#
+
+DISTNAME=      lib-abs-0.90
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=lib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/lib-abs/
+COMMENT=       Perl 5 module to add in @INC absolute paths from relative ones
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/lib/abs/.packlist
+# This module uses Module::Install but only depends on modern
+# core modules so there is no need to bring in the build dependencies
+# of devel/p5-Module-Install
+#PERL5_MODULE_TYPE=    Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e32c030c66d2 -r 8ad8392a5116 devel/p5-lib-abs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-lib-abs/distinfo Sat Aug 22 12:01:36 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/22 12:01:37 seb Exp $
+
+SHA1 (lib-abs-0.90.tar.gz) = 8d29091cccbca49e8f74899f683e3a9c575f9ae5
+RMD160 (lib-abs-0.90.tar.gz) = e83c7a1ec8bbb64637a47d1b079c6108bdcb4d85
+Size (lib-abs-0.90.tar.gz) = 36960 bytes



Home | Main Index | Thread Index | Old Index