pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-AutoInstall Import ExtUtils-AutoInst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9b8a9e52786
branches:  trunk
changeset: 490100:e9b8a9e52786
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Mar 03 04:12:37 2005 +0000

description:
Import ExtUtils-AutoInstall-0.61.

This module lets Makefile.PL automatically install dependencies
via CPAN or CPANPLUS.

* Features

- Letting the user enable/disable optional dependencies.
- Support sane defaults by probing for the machine's capability.
- If not inside a cpan shell, use CPAN.pm to install dependencies.
- Enable/disable the associated tests automatically.
- Supply UNINST=1 when it is safe and possibly needed.
- Checks MANIFEST to avoid unnecessary grepping of EXE_FILES.
- Utilizes CPANPLUS and/or Sort::Versions where feasible.
- Offers check-only and skip-all Makefile.PL targets.
- Offers check-only and install-only Makefile targets.
- Take advantage of the 'sudo' command where available.

diffstat:

 devel/p5-ExtUtils-AutoInstall/DESCR    |  15 +++++++++++++++
 devel/p5-ExtUtils-AutoInstall/Makefile |  19 +++++++++++++++++++
 devel/p5-ExtUtils-AutoInstall/PLIST    |   1 +
 devel/p5-ExtUtils-AutoInstall/distinfo |   4 ++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r bc58d7f914ae -r e9b8a9e52786 devel/p5-ExtUtils-AutoInstall/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-AutoInstall/DESCR       Thu Mar 03 04:12:37 2005 +0000
@@ -0,0 +1,15 @@
+This module lets Makefile.PL automatically install dependencies
+via CPAN or CPANPLUS.
+
+* Features
+
+- Letting the user enable/disable optional dependencies.
+- Support sane defaults by probing for the machine's capability.
+- If not inside a cpan shell, use CPAN.pm to install dependencies.
+- Enable/disable the associated tests automatically.
+- Supply UNINST=1 when it is safe and possibly needed.
+- Checks MANIFEST to avoid unnecessary grepping of EXE_FILES.
+- Utilizes CPANPLUS and/or Sort::Versions where feasible.
+- Offers check-only and skip-all Makefile.PL targets.
+- Offers check-only and install-only Makefile targets.
+- Take advantage of the 'sudo' command where available.
diff -r bc58d7f914ae -r e9b8a9e52786 devel/p5-ExtUtils-AutoInstall/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-AutoInstall/Makefile    Thu Mar 03 04:12:37 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/03 04:12:37 epg Exp $
+
+DISTNAME=      ExtUtils-AutoInstall-0.61
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Lets Makefile.PL automatically install dependencies
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/ExtUtils/AutoInstall/.packlist
+
+MAKE_ENV+=     PERL_EXTUTILS_AUTOINSTALL=--skip
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bc58d7f914ae -r e9b8a9e52786 devel/p5-ExtUtils-AutoInstall/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-AutoInstall/PLIST       Thu Mar 03 04:12:37 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/03 04:12:37 epg Exp $
diff -r bc58d7f914ae -r e9b8a9e52786 devel/p5-ExtUtils-AutoInstall/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-AutoInstall/distinfo    Thu Mar 03 04:12:37 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/03 04:12:37 epg Exp $
+
+SHA1 (ExtUtils-AutoInstall-0.61.tar.gz) = 133d3f0bd648e26f337533c726b3b5598605f97e
+Size (ExtUtils-AutoInstall-0.61.tar.gz) = 26021 bytes



Home | Main Index | Thread Index | Old Index