[Lunar-commits] r24779 - in moonbase/trunk/perl: . ExtUtils-CBuilder

Jens Luedicke perldude at lunar-linux.org
Sun Jun 10 21:47:09 CEST 2007


Author: perldude
Date: 2007-06-10 21:47:09 +0200 (Sun, 10 Jun 2007)
New Revision: 24779

Added:
   moonbase/trunk/perl/ExtUtils-CBuilder/
   moonbase/trunk/perl/ExtUtils-CBuilder/BUILD
   moonbase/trunk/perl/ExtUtils-CBuilder/DEPENDS
   moonbase/trunk/perl/ExtUtils-CBuilder/DETAILS
Log:
ExtUtils::CBuilder module

Added: moonbase/trunk/perl/ExtUtils-CBuilder/BUILD
===================================================================
--- moonbase/trunk/perl/ExtUtils-CBuilder/BUILD	                        (rev 0)
+++ moonbase/trunk/perl/ExtUtils-CBuilder/BUILD	2007-06-10 19:47:09 UTC (rev 24779)
@@ -0,0 +1,6 @@
+(
+
+  perl Makefile.PL &&
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/perl/ExtUtils-CBuilder/DEPENDS
===================================================================
--- moonbase/trunk/perl/ExtUtils-CBuilder/DEPENDS	                        (rev 0)
+++ moonbase/trunk/perl/ExtUtils-CBuilder/DEPENDS	2007-06-10 19:47:09 UTC (rev 24779)
@@ -0,0 +1 @@
+depends perl

Added: moonbase/trunk/perl/ExtUtils-CBuilder/DETAILS
===================================================================
--- moonbase/trunk/perl/ExtUtils-CBuilder/DETAILS	                        (rev 0)
+++ moonbase/trunk/perl/ExtUtils-CBuilder/DETAILS	2007-06-10 19:47:09 UTC (rev 24779)
@@ -0,0 +1,16 @@
+          MODULE=ExtUtils-CBuilder
+         VERSION=0.19
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS
+      SOURCE_VFY=sha1:5150d9d75e40d76d9277329ad383eef491deee4a
+	WEB_SITE=http://search.cpan.org/~kwilliams/ExtUtils-CBuilder-0.19/
+         ENTERED=20070610
+         UPDATED=20070610
+           SHORT="Compile and link C code for Perl modules."
+cat << EOF
+ExtUtils::CBuilder - Compile and link C code for Perl modules.
+
+This module can build the C portions of Perl modules by invoking 
+the appropriate compilers and linkers in a cross-platform manner.
+EOF
+



More information about the Lunar-commits mailing list