pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-ParseXS Initial addition of p5-ExtUt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/59c5ed8cbe17
branches: trunk
changeset: 512760:59c5ed8cbe17
user: seb <seb%pkgsrc.org@localhost>
date: Mon May 15 14:58:32 2006 +0000
description:
Initial addition of p5-ExtUtils-ParseXS version 2.15 into the NetBSD packages
Collection.
This Perl 5 module will compile XS code into C code by embedding
the constructs necessary to let C functions manipulate Perl values
and creates the glue necessary to let Perl access those functions.
The compiler uses typemaps to determine how to map C function
parameters and variables to Perl values.
diffstat:
devel/p5-ExtUtils-ParseXS/DESCR | 5 +++++
devel/p5-ExtUtils-ParseXS/Makefile | 18 ++++++++++++++++++
devel/p5-ExtUtils-ParseXS/PLIST | 1 +
devel/p5-ExtUtils-ParseXS/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r d1d90b7357da -r 59c5ed8cbe17 devel/p5-ExtUtils-ParseXS/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ParseXS/DESCR Mon May 15 14:58:32 2006 +0000
@@ -0,0 +1,5 @@
+This Perl 5 module will compile XS code into C code by embedding
+the constructs necessary to let C functions manipulate Perl values
+and creates the glue necessary to let Perl access those functions.
+The compiler uses typemaps to determine how to map C function
+parameters and variables to Perl values.
diff -r d1d90b7357da -r 59c5ed8cbe17 devel/p5-ExtUtils-ParseXS/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ParseXS/Makefile Mon May 15 14:58:32 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $
+
+DISTNAME= ExtUtils-ParseXS-2.15
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5epx
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
+COMMENT= Perl5 module for converting Perl XS code into C code
+
+PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
+
+DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d1d90b7357da -r 59c5ed8cbe17 devel/p5-ExtUtils-ParseXS/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ParseXS/PLIST Mon May 15 14:58:32 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $
diff -r d1d90b7357da -r 59c5ed8cbe17 devel/p5-ExtUtils-ParseXS/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-ParseXS/distinfo Mon May 15 14:58:32 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $
+
+SHA1 (ExtUtils-ParseXS-2.15.tar.gz) = 311ec7024f22040fd96bdb799c3e438248d9d56d
+RMD160 (ExtUtils-ParseXS-2.15.tar.gz) = 767d704bdc156743f2e6ffbdcc753e8d49f6160c
+Size (ExtUtils-ParseXS-2.15.tar.gz) = 24500 bytes
Home |
Main Index |
Thread Index |
Old Index