Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-rlib devel/p5-rlib: import p5-rlib-0.02
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad5d76f21e66
branches: trunk
changeset: 438401:ad5d76f21e66
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 07 11:19:37 2020 +0000
description:
devel/p5-rlib: import p5-rlib-0.02
rlib allows @INC to be modified with relative path names. Where
the pathname is relative from depends on where the module is used
from.
diffstat:
devel/p5-rlib/DESCR | 3 +++
devel/p5-rlib/Makefile | 16 ++++++++++++++++
devel/p5-rlib/distinfo | 6 ++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diffs (37 lines):
diff -r f4ba333b89ad -r ad5d76f21e66 devel/p5-rlib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-rlib/DESCR Mon Sep 07 11:19:37 2020 +0000
@@ -0,0 +1,3 @@
+rlib allows @INC to be modified with relative path names. Where
+the pathname is relative from depends on where the module is used
+from.
diff -r f4ba333b89ad -r ad5d76f21e66 devel/p5-rlib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-rlib/Makefile Mon Sep 07 11:19:37 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/09/07 11:19:37 wiz Exp $
+
+DISTNAME= rlib-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GB/GBARR/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/rlib
+COMMENT= Perl module to manipulate @INC at compile time with relative paths
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/rlib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f4ba333b89ad -r ad5d76f21e66 devel/p5-rlib/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-rlib/distinfo Mon Sep 07 11:19:37 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/07 11:19:37 wiz Exp $
+
+SHA1 (rlib-0.02.tar.gz) = 5adb79ab693110736e1a8088076f36339f272c8f
+RMD160 (rlib-0.02.tar.gz) = 69a3a8aa45b5751935d52e6f6653f24340119b9e
+SHA512 (rlib-0.02.tar.gz) = cb9ed13db8a5709e19464412d46f8d818004d8cac339ec78e6314c1f05cadde784a4454f654b5db5ae17ed25b2107b8e3e7b68766405a270b67c06fed6defaa5
+Size (rlib-0.02.tar.gz) = 1766 bytes
Home |
Main Index |
Thread Index |
Old Index