pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-MakeMaker Import p5-ExtUtils-MakeMak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d568e22863e
branches:  trunk
changeset: 508174:1d568e22863e
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Feb 15 23:17:46 2006 +0000

description:
Import p5-ExtUtils-MakeMaker-6.30 into pkgsrc

This utility is designed to write a Makefile for an extension module
from a Makefile.PL. It is based on the Makefile.SH model provided
by Andy Dougherty and the perl5-porters.

It splits the task of generating the Makefile into several subroutines
that can be individually overridden. Each subroutine returns the
text it wishes to have written to the Makefile.

MakeMaker is object oriented. Each directory below the current
directory that contains a Makefile.PL is treated as a separate
object. This makes it possible to write an unlimited number of
Makefiles with a single invocation of WriteMakefile().

diffstat:

 devel/p5-ExtUtils-MakeMaker/DESCR    |  12 ++++++++++++
 devel/p5-ExtUtils-MakeMaker/Makefile |  17 +++++++++++++++++
 devel/p5-ExtUtils-MakeMaker/PLIST    |   1 +
 devel/p5-ExtUtils-MakeMaker/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r d98ce511abae -r 1d568e22863e devel/p5-ExtUtils-MakeMaker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/DESCR Wed Feb 15 23:17:46 2006 +0000
@@ -0,0 +1,12 @@
+This utility is designed to write a Makefile for an extension module
+from a Makefile.PL. It is based on the Makefile.SH model provided
+by Andy Dougherty and the perl5-porters.
+
+It splits the task of generating the Makefile into several subroutines
+that can be individually overridden. Each subroutine returns the
+text it wishes to have written to the Makefile.
+
+MakeMaker is object oriented. Each directory below the current
+directory that contains a Makefile.PL is treated as a separate
+object. This makes it possible to write an unlimited number of
+Makefiles with a single invocation of WriteMakefile().
diff -r d98ce511abae -r 1d568e22863e devel/p5-ExtUtils-MakeMaker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/Makefile      Wed Feb 15 23:17:46 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/15 23:17:46 abs Exp $
+#
+
+DISTNAME=      ExtUtils-MakeMaker-6.30
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MS/MSCHWERN/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Write a Makefile for an extension module from a Makefile.PL
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=        auto/ExtUtils/MakeMaker/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d98ce511abae -r 1d568e22863e devel/p5-ExtUtils-MakeMaker/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/PLIST Wed Feb 15 23:17:46 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/15 23:17:46 abs Exp $
diff -r d98ce511abae -r 1d568e22863e devel/p5-ExtUtils-MakeMaker/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-MakeMaker/distinfo      Wed Feb 15 23:17:46 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/15 23:17:46 abs Exp $
+
+SHA1 (ExtUtils-MakeMaker-6.30.tar.gz) = 6845b52970a35ef7cfddce8b2a9fc23b0a2b3812
+RMD160 (ExtUtils-MakeMaker-6.30.tar.gz) = 3cf6d412e1fb10bd7a432216a860df4e5d1d862d
+Size (ExtUtils-MakeMaker-6.30.tar.gz) = 219796 bytes



Home | Main Index | Thread Index | Old Index