[Lunar-commits] r20983 - in moonbase/trunk/perl: . File-DesktopEntry
Jens Luedicke
perldude at lunar-linux.org
Sat Aug 12 23:34:32 UTC 2006
Author: perldude
Date: 2006-08-12 23:34:32 +0000 (Sat, 12 Aug 2006)
New Revision: 20983
Added:
moonbase/trunk/perl/File-DesktopEntry/
moonbase/trunk/perl/File-DesktopEntry/BUILD
moonbase/trunk/perl/File-DesktopEntry/DEPENDS
moonbase/trunk/perl/File-DesktopEntry/DETAILS
Log:
add File::DesktopEntry module
Added: moonbase/trunk/perl/File-DesktopEntry/BUILD
===================================================================
--- moonbase/trunk/perl/File-DesktopEntry/BUILD (rev 0)
+++ moonbase/trunk/perl/File-DesktopEntry/BUILD 2006-08-12 23:34:32 UTC (rev 20983)
@@ -0,0 +1,7 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/perl/File-DesktopEntry/DEPENDS
===================================================================
--- moonbase/trunk/perl/File-DesktopEntry/DEPENDS (rev 0)
+++ moonbase/trunk/perl/File-DesktopEntry/DEPENDS 2006-08-12 23:34:32 UTC (rev 20983)
@@ -0,0 +1 @@
+depends perl
Added: moonbase/trunk/perl/File-DesktopEntry/DETAILS
===================================================================
--- moonbase/trunk/perl/File-DesktopEntry/DETAILS (rev 0)
+++ moonbase/trunk/perl/File-DesktopEntry/DETAILS 2006-08-12 23:34:32 UTC (rev 20983)
@@ -0,0 +1,16 @@
+ MODULE=File-DesktopEntry
+ VERSION=0.02
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/id/P/PA/PARDUS/$MODULE/
+ SOURCE_VFY=sha1:6b02fb73fc472bcc01ee8142022b84f4473effa4
+ WEB_SITE=http://search.cpan.org/search?dist=File-BaseDir
+ MAINTAINER=perldude at lunar-linux.org
+ ENTERED=20080813
+ UPDATED=20080813
+ SHORT="File::DesktopEntry - Object to handle .desktop files"
+cat << EOF
+This module is used to work with .desktop files. The format of these files is specified by
+the freedesktop "Desktp Entry" specification.
+See http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec.
+For this module version 0.9.4 of the specification was used.
+EOF
More information about the Lunar-commits
mailing list