[Lunar-commits] r25816 - in moonbase/trunk/perl: . Net-DBus
Dennis Veatch
stumbles at lunar-linux.org
Sun Sep 16 21:15:13 CEST 2007
Author: stumbles
Date: 2007-09-16 21:15:12 +0200 (Sun, 16 Sep 2007)
New Revision: 25816
Added:
moonbase/trunk/perl/Net-DBus/
moonbase/trunk/perl/Net-DBus/BUILD
moonbase/trunk/perl/Net-DBus/DEPENDS
moonbase/trunk/perl/Net-DBus/DETAILS
Log:
Initial import for perl support of DBus.
Added: moonbase/trunk/perl/Net-DBus/BUILD
===================================================================
--- moonbase/trunk/perl/Net-DBus/BUILD (rev 0)
+++ moonbase/trunk/perl/Net-DBus/BUILD 2007-09-16 19:15:12 UTC (rev 25816)
@@ -0,0 +1,7 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/perl/Net-DBus/DEPENDS
===================================================================
--- moonbase/trunk/perl/Net-DBus/DEPENDS (rev 0)
+++ moonbase/trunk/perl/Net-DBus/DEPENDS 2007-09-16 19:15:12 UTC (rev 25816)
@@ -0,0 +1,4 @@
+depends Time-HiRes
+depends XML-Twig
+depends XML-Parser
+
Added: moonbase/trunk/perl/Net-DBus/DETAILS
===================================================================
--- moonbase/trunk/perl/Net-DBus/DETAILS (rev 0)
+++ moonbase/trunk/perl/Net-DBus/DETAILS 2007-09-16 19:15:12 UTC (rev 25816)
@@ -0,0 +1,16 @@
+ MODULE=Net-DBus
+ VERSION=0.33.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/
+ SOURCE_VFY=sha1:44d14c42122f392cdd187d19e2c24610acfb79fa
+ WEB_SITE=http://search.cpan.org/~danberr/Net-DBus-0.33.3/
+ ENTERED=20070916
+ UPDATED=20070716
+ SHORT="Perl XS API to dbus"
+
+cat << EOF
+Net::DBus provides a Perl XS API to the dbus inter-application
+messaging system. The Perl API covers the core base level
+of the dbus APIs, not concerning itself yet with the GLib
+or QT wrappers
+EOF
More information about the Lunar-commits
mailing list