pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Path-IsDev Import Path-IsDev-1.001002 as deve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/698e24ac1a78
branches:  trunk
changeset: 639399:698e24ac1a78
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Sep 12 12:52:12 2014 +0000

description:
Import Path-IsDev-1.001002 as devel/p5-Path-IsDev.

This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development".

diffstat:

 devel/p5-Path-IsDev/DESCR    |   6 ++++++
 devel/p5-Path-IsDev/Makefile |  25 +++++++++++++++++++++++++
 devel/p5-Path-IsDev/distinfo |   5 +++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r e3e967384988 -r 698e24ac1a78 devel/p5-Path-IsDev/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-IsDev/DESCR Fri Sep 12 12:52:12 2014 +0000
@@ -0,0 +1,6 @@
+This module is more or less a bunch of heuristics for determining if a
+given path is a development tree root of some kind.
+
+This has many useful applications, notably ones that require
+behaviours for "installed" modules to be different to those that are
+still "in development"
diff -r e3e967384988 -r 698e24ac1a78 devel/p5-Path-IsDev/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-IsDev/Makefile      Fri Sep 12 12:52:12 2014 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2014/09/12 12:52:12 wen Exp $
+
+DISTNAME=      Path-IsDev-1.001002
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KE/KENTNL/}
+
+MAINTAINER=    pkgsrc%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Path-IsDev/
+COMMENT=       Perl extension to determine if path resembles dev source tree
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Path/IsDev/.packlist
+
+DEPENDS+=      p5-Path-Tiny>=0.004:../../filesystems/p5-Path-Tiny
+DEPENDS+=      p5-Class-Tiny>=0.010:../../devel/p5-Class-Tiny
+DEPENDS+=      p5-File-HomeDir>0:../../devel/p5-File-HomeDir
+DEPENDS+=      p5-Module-Runtime>0:../../devel/p5-Module-Runtime
+DEPENDS+=      p5-Role-Tiny>0:../../devel/p5-Role-Tiny
+DEPENDS+=      p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e3e967384988 -r 698e24ac1a78 devel/p5-Path-IsDev/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Path-IsDev/distinfo      Fri Sep 12 12:52:12 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/12 12:52:12 wen Exp $
+
+SHA1 (Path-IsDev-1.001002.tar.gz) = 5fd427ee02a5405bdf8c748abec2e2908aa18afc
+RMD160 (Path-IsDev-1.001002.tar.gz) = 8073a9b3357dd447086080dc624d0913ddd77d2f
+Size (Path-IsDev-1.001002.tar.gz) = 190868 bytes



Home | Main Index | Thread Index | Old Index