diff options
author | seb <seb@pkgsrc.org> | 2006-05-15 14:58:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-05-15 14:58:32 +0000 |
commit | 64fa4ceccecb383a8b63f57128ac4ccb71ac44ca (patch) | |
tree | 0a7e211538ffab820adde5b1e4708a127fa3f968 /devel/p5-ExtUtils-ParseXS | |
parent | 83ec3d40d13e6f859a8470d09d227c91868d04d2 (diff) | |
download | pkgsrc-64fa4ceccecb383a8b63f57128ac4ccb71ac44ca.tar.gz |
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 (limited to 'devel/p5-ExtUtils-ParseXS')
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-ParseXS/DESCR b/devel/p5-ExtUtils-ParseXS/DESCR new file mode 100644 index 00000000000..fcab6c4613e --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/DESCR @@ -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 --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile new file mode 100644 index 00000000000..2db4a9bd42c --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/Makefile @@ -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 +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 --git a/devel/p5-ExtUtils-ParseXS/PLIST b/devel/p5-ExtUtils-ParseXS/PLIST new file mode 100644 index 00000000000..6f3af2a8e25 --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $ diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo new file mode 100644 index 00000000000..1c352a009da --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/distinfo @@ -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 |