From b759bf01e28b2213331d4f53aeec22dee30796be Mon Sep 17 00:00:00 2001 From: msf Date: Fri, 21 May 2004 22:11:47 +0000 Subject: [PATCH] Initial import of ExtUtils-ParseXS-2.08 "ExtUtils::ParseXS" 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. ok sturm@ --- devel/p5-ExtUtils-ParseXS/Makefile | 27 +++++++++++++++++++++++++++ devel/p5-ExtUtils-ParseXS/distinfo | 3 +++ devel/p5-ExtUtils-ParseXS/pkg/DESCR | 3 +++ devel/p5-ExtUtils-ParseXS/pkg/PLIST | 11 +++++++++++ 4 files changed, 44 insertions(+) create mode 100644 devel/p5-ExtUtils-ParseXS/Makefile create mode 100644 devel/p5-ExtUtils-ParseXS/distinfo create mode 100644 devel/p5-ExtUtils-ParseXS/pkg/DESCR create mode 100644 devel/p5-ExtUtils-ParseXS/pkg/PLIST diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile new file mode 100644 index 00000000000..dcac85021d5 --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/05/21 22:11:47 msf Exp $ + +COMMENT= "converts Perl XS code into C code" + +DISTNAME= ExtUtils-ParseXS-2.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Mathieu Sauve-Frankel + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::devel/p5-ExtUtils-CBuilder + +CONFIGURE_STYLE= perl +CONFIGURE_ARGS+= INSTALLDIRS= perl + +PKG_ARCH= * + +.include diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo new file mode 100644 index 00000000000..95f3d196390 --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/distinfo @@ -0,0 +1,3 @@ +MD5 (ExtUtils-ParseXS-2.08.tar.gz) = 96a63d75e5ff2e2665ee97370690068a +RMD160 (ExtUtils-ParseXS-2.08.tar.gz) = d4b4a7416642322be33ddca52c3a57559c2632f1 +SHA1 (ExtUtils-ParseXS-2.08.tar.gz) = ca1ffa9ce12bf42128ce757a5ad35a3de02e9202 diff --git a/devel/p5-ExtUtils-ParseXS/pkg/DESCR b/devel/p5-ExtUtils-ParseXS/pkg/DESCR new file mode 100644 index 00000000000..f1f7fba2cfe --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/pkg/DESCR @@ -0,0 +1,3 @@ +"ExtUtils::ParseXS" 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. diff --git a/devel/p5-ExtUtils-ParseXS/pkg/PLIST b/devel/p5-ExtUtils-ParseXS/pkg/PLIST new file mode 100644 index 00000000000..7a764d41c83 --- /dev/null +++ b/devel/p5-ExtUtils-ParseXS/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/21 22:11:47 msf Exp $ +${P5SITE}/ExtUtils/ParseXS.pm +${P5SITE}/ExtUtils/xsubpp +@comment ${P5ARCH}/auto/ExtUtils/ParseXS/.packlist +man/man3p/ExtUtils::ParseXS.3p +@dirrm man/man3p +@comment @dirrm ${P5ARCH}/auto/ExtUtils/ParseXS +@comment @dirrm ${P5ARCH}/auto/ExtUtils +@comment @dirrm ${P5ARCH}/auto +@comment @dirrm ${P5ARCH} +@dirrm ${P5SITE}/ExtUtils