[Lunar-commits] r20862 - in moonbase/trunk/perl: . Sys-Gamin

Jens Luedicke perldude at lunar-linux.org
Wed Aug 2 09:51:13 UTC 2006


Author: perldude
Date: 2006-08-02 09:51:12 +0000 (Wed, 02 Aug 2006)
New Revision: 20862

Added:
   moonbase/trunk/perl/Sys-Gamin/
   moonbase/trunk/perl/Sys-Gamin/BUILD
   moonbase/trunk/perl/Sys-Gamin/DEPENDS
   moonbase/trunk/perl/Sys-Gamin/DETAILS
Log:
add Sys-Gamin Perl module.



Added: moonbase/trunk/perl/Sys-Gamin/BUILD
===================================================================
--- moonbase/trunk/perl/Sys-Gamin/BUILD	                        (rev 0)
+++ moonbase/trunk/perl/Sys-Gamin/BUILD	2006-08-02 09:51:12 UTC (rev 20862)
@@ -0,0 +1,8 @@
+(
+
+  perl  Makefile.PL  &&
+  make               &&
+  prepare_install    &&
+  make    install
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/perl/Sys-Gamin/DEPENDS
===================================================================
--- moonbase/trunk/perl/Sys-Gamin/DEPENDS	                        (rev 0)
+++ moonbase/trunk/perl/Sys-Gamin/DEPENDS	2006-08-02 09:51:12 UTC (rev 20862)
@@ -0,0 +1,2 @@
+depends perl &&
+depends gamin

Added: moonbase/trunk/perl/Sys-Gamin/DETAILS
===================================================================
--- moonbase/trunk/perl/Sys-Gamin/DETAILS	                        (rev 0)
+++ moonbase/trunk/perl/Sys-Gamin/DETAILS	2006-08-02 09:51:12 UTC (rev 20862)
@@ -0,0 +1,14 @@
+          MODULE=Sys-Gamin
+         VERSION=0.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GARNACHO
+      SOURCE_VFY=sha1:cbbd45aa2e50e1e1d0f04b2d7ac8a8d3e6c0fcc9
+        WEB_SITE=http://search.cpan.org/~garnacho/Sys-Gamin-0.1/
+      MAINTAINER=perldude at lunar-linux.org
+         ENTERED=20060802
+         UPDATED=20060802
+           SHORT="Perl interface to Gamin"
+cat << EOF
+Sys::Gamin - Perl interface to Gamin (File Access Monitor implementation)
+EOF
+



More information about the Lunar-commits mailing list