pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-rlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 11:19:37 UTC 2020

Added Files:
        pkgsrc/devel/p5-rlib: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-rlib/DESCR \
    pkgsrc/devel/p5-rlib/Makefile pkgsrc/devel/p5-rlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-rlib/DESCR
diff -u /dev/null pkgsrc/devel/p5-rlib/DESCR:1.1
--- /dev/null   Mon Sep  7 11:19:37 2020
+++ pkgsrc/devel/p5-rlib/DESCR  Mon Sep  7 11:19:37 2020
@@ -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.
Index: pkgsrc/devel/p5-rlib/Makefile
diff -u /dev/null pkgsrc/devel/p5-rlib/Makefile:1.1
--- /dev/null   Mon Sep  7 11:19:37 2020
+++ pkgsrc/devel/p5-rlib/Makefile       Mon Sep  7 11:19:37 2020
@@ -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"
Index: pkgsrc/devel/p5-rlib/distinfo
diff -u /dev/null pkgsrc/devel/p5-rlib/distinfo:1.1
--- /dev/null   Mon Sep  7 11:19:37 2020
+++ pkgsrc/devel/p5-rlib/distinfo       Mon Sep  7 11:19:37 2020
@@ -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