From 9ce363548c215d78ffa30cc4510ec6f848e3d421 Mon Sep 17 00:00:00 2001 From: msf Date: Fri, 21 May 2004 22:09:56 +0000 Subject: [PATCH] Initial import of ExtUtils-CBuilder-0.02 This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. ok sturm@ --- devel/p5-ExtUtils-CBuilder/Makefile | 23 +++++++++++++++++++++++ devel/p5-ExtUtils-CBuilder/distinfo | 3 +++ devel/p5-ExtUtils-CBuilder/pkg/DESCR | 5 +++++ devel/p5-ExtUtils-CBuilder/pkg/PLIST | 21 +++++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 devel/p5-ExtUtils-CBuilder/Makefile create mode 100644 devel/p5-ExtUtils-CBuilder/distinfo create mode 100644 devel/p5-ExtUtils-CBuilder/pkg/DESCR create mode 100644 devel/p5-ExtUtils-CBuilder/pkg/PLIST diff --git a/devel/p5-ExtUtils-CBuilder/Makefile b/devel/p5-ExtUtils-CBuilder/Makefile new file mode 100644 index 00000000000..b3263fd0c45 --- /dev/null +++ b/devel/p5-ExtUtils-CBuilder/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/05/21 22:09:56 msf Exp $ + +COMMENT= "compile and link C code for Perl modules" + +DISTNAME= ExtUtils-CBuilder-0.02 +PKG_NAME= 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/} + +CONFIGURE_STYLE= perl + +PKG_ARCH= * + +.include diff --git a/devel/p5-ExtUtils-CBuilder/distinfo b/devel/p5-ExtUtils-CBuilder/distinfo new file mode 100644 index 00000000000..2d8482b27c7 --- /dev/null +++ b/devel/p5-ExtUtils-CBuilder/distinfo @@ -0,0 +1,3 @@ +MD5 (ExtUtils-CBuilder-0.02.tar.gz) = 29b54b5a6bd0aca41ab35d094b4aca83 +RMD160 (ExtUtils-CBuilder-0.02.tar.gz) = fb8f79297e69568bfa9dc81ce2ada2b5fbe1f49b +SHA1 (ExtUtils-CBuilder-0.02.tar.gz) = 666643eb0acef9d78766addd1a747619c25b4ce4 diff --git a/devel/p5-ExtUtils-CBuilder/pkg/DESCR b/devel/p5-ExtUtils-CBuilder/pkg/DESCR new file mode 100644 index 00000000000..ffdfaa90571 --- /dev/null +++ b/devel/p5-ExtUtils-CBuilder/pkg/DESCR @@ -0,0 +1,5 @@ +This module can build the C portions of Perl modules by invoking the +appropriate compilers and linkers in a cross-platform manner. It was +motivated by the "Module::Build" project, but may be useful for other +purposes as well. However, it is not intended as a general +cross-platform interface to all your C building needs. diff --git a/devel/p5-ExtUtils-CBuilder/pkg/PLIST b/devel/p5-ExtUtils-CBuilder/pkg/PLIST new file mode 100644 index 00000000000..0273de9992d --- /dev/null +++ b/devel/p5-ExtUtils-CBuilder/pkg/PLIST @@ -0,0 +1,21 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/21 22:09:56 msf Exp $ +${P5SITE}/ExtUtils/CBuilder.pm +${P5SITE}/ExtUtils/CBuilder/Base.pm +${P5SITE}/ExtUtils/CBuilder/Platform/Unix.pm +${P5SITE}/ExtUtils/CBuilder/Platform/VMS.pm +${P5SITE}/ExtUtils/CBuilder/Platform/Windows.pm +${P5SITE}/ExtUtils/CBuilder/Platform/aix.pm +${P5SITE}/ExtUtils/CBuilder/Platform/cygwin.pm +${P5SITE}/ExtUtils/CBuilder/Platform/darwin.pm +${P5SITE}/ExtUtils/CBuilder/Platform/os2.pm +@comment ${P5ARCH}/auto/ExtUtils/CBuilder/.packlist +man/man3p/ExtUtils::CBuilder.3p +man/man3p/ExtUtils::CBuilder::Platform::Windows.3p +@dirrm man/man3p +@comment @dirrm ${P5ARCH}/auto/ExtUtils/CBuilder +@comment @dirrm ${P5ARCH}/auto/ExtUtils +@comment @dirrm ${P5ARCH}/auto +@comment @dirrm ${P5ARCH} +@dirrm ${P5SITE}/ExtUtils/CBuilder/Platform +@dirrm ${P5SITE}/ExtUtils/CBuilder +@dirrm ${P5SITE}/ExtUtils