pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-Depends Initial import of p5-ExtUtil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10a1dc4ddd37
branches:  trunk
changeset: 473416:10a1dc4ddd37
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 19 17:24:14 2004 +0000

description:
Initial import of p5-ExtUtils-Depends-0.202, from pkgsrc-wip.

This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.

diffstat:

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

diffs (44 lines):

diff -r 0770f99f9d4a -r 10a1dc4ddd37 devel/p5-ExtUtils-Depends/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Depends/DESCR   Mon Apr 19 17:24:14 2004 +0000
@@ -0,0 +1,4 @@
+This module tries to make it easy to build Perl extensions that use
+functions and typemaps provided by other perl extensions. This means
+that a perl extension is treated like a shared library that provides
+also a C and an XS interface besides the perl one.
diff -r 0770f99f9d4a -r 10a1dc4ddd37 devel/p5-ExtUtils-Depends/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Depends/Makefile        Mon Apr 19 17:24:14 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $
+#
+
+DISTNAME=      ExtUtils-Depends-0.202
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://gtk2-perl.sourceforge.net/
+COMMENT=       Easily build XS extensions that depend on XS extensions
+
+PERL5_REQD=    5.8
+USE_BUILDLINK3=        yes
+
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/ExtUtils/Depends/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0770f99f9d4a -r 10a1dc4ddd37 devel/p5-ExtUtils-Depends/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Depends/PLIST   Mon Apr 19 17:24:14 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $
diff -r 0770f99f9d4a -r 10a1dc4ddd37 devel/p5-ExtUtils-Depends/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Depends/distinfo        Mon Apr 19 17:24:14 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $
+
+SHA1 (ExtUtils-Depends-0.202.tar.gz) = d9c9bc7217acb12093d632ece1ac2db130217350
+Size (ExtUtils-Depends-0.202.tar.gz) = 8697 bytes



Home | Main Index | Thread Index | Old Index