pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-Install Import devel/p5-ExtUtils-Ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e44c87ea69a
branches:  trunk
changeset: 542860:8e44c87ea69a
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu May 29 08:22:30 2008 +0000

description:
Import devel/p5-ExtUtils-Install-1.50

Handles the installing and uninstalling of perl modules, scripts,
man pages, etc...

Both install() and uninstall() are specific to the way ExtUtils::MakeMaker
handles the installation and deinstallation of perl modules. They
are not designed as general purpose tools.

diffstat:

 devel/p5-ExtUtils-Install/DESCR    |   6 ++++++
 devel/p5-ExtUtils-Install/Makefile |  18 ++++++++++++++++++
 devel/p5-ExtUtils-Install/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r d18d35c3e1bb -r 8e44c87ea69a devel/p5-ExtUtils-Install/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Install/DESCR   Thu May 29 08:22:30 2008 +0000
@@ -0,0 +1,6 @@
+Handles the installing and uninstalling of perl modules, scripts,
+man pages, etc...
+
+Both install() and uninstall() are specific to the way ExtUtils::MakeMaker
+handles the installation and deinstallation of perl modules. They
+are not designed as general purpose tools.
diff -r d18d35c3e1bb -r 8e44c87ea69a devel/p5-ExtUtils-Install/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Install/Makefile        Thu May 29 08:22:30 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/29 08:22:30 abs Exp $
+
+DISTNAME=      ExtUtils-Install-1.50
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~autrijus/ExtUtils-Install/
+COMMENT=       Install files from here to there
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/ExtUtils/Install/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d18d35c3e1bb -r 8e44c87ea69a devel/p5-ExtUtils-Install/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Install/distinfo        Thu May 29 08:22:30 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/29 08:22:30 abs Exp $
+
+SHA1 (ExtUtils-Install-1.50.tar.gz) = 8bd5064194eecc92ef5628be918374f9dec26969
+RMD160 (ExtUtils-Install-1.50.tar.gz) = 1e44f61e69d1b8d8f95d606cf482e3e53fd027e0
+Size (ExtUtils-Install-1.50.tar.gz) = 62057 bytes



Home | Main Index | Thread Index | Old Index