[Lunar-commits] r26418 - in moonbase/trunk/perl: . Parse-Pidl
Dennis Veatch
stumbles at lunar-linux.org
Sat Oct 27 12:33:39 CEST 2007
Author: stumbles
Date: 2007-10-27 12:33:39 +0200 (Sat, 27 Oct 2007)
New Revision: 26418
Added:
moonbase/trunk/perl/Parse-Pidl/
moonbase/trunk/perl/Parse-Pidl/BUILD
moonbase/trunk/perl/Parse-Pidl/DEPENDS
moonbase/trunk/perl/Parse-Pidl/DETAILS
Log:
Initial import. It will be needed by libmapi which is an optional_depends
for kdepim4.
Added: moonbase/trunk/perl/Parse-Pidl/BUILD
===================================================================
--- moonbase/trunk/perl/Parse-Pidl/BUILD (rev 0)
+++ moonbase/trunk/perl/Parse-Pidl/BUILD 2007-10-27 10:33:39 UTC (rev 26418)
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/perl/Parse-Pidl/DEPENDS
===================================================================
--- moonbase/trunk/perl/Parse-Pidl/DEPENDS (rev 0)
+++ moonbase/trunk/perl/Parse-Pidl/DEPENDS 2007-10-27 10:33:39 UTC (rev 26418)
@@ -0,0 +1 @@
+depends perl
Added: moonbase/trunk/perl/Parse-Pidl/DETAILS
===================================================================
--- moonbase/trunk/perl/Parse-Pidl/DETAILS (rev 0)
+++ moonbase/trunk/perl/Parse-Pidl/DETAILS 2007-10-27 10:33:39 UTC (rev 26418)
@@ -0,0 +1,19 @@
+ MODULE=Parse-Pidl
+ VERSION=0.02
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/C/CT/CTRLSOFT/
+ SOURCE_VFY=sha1:6e814c2a7a2f83e8c62d3e3bebd757f03c54b38e
+ WEB_SITE=http://search.cpan.org/~ctrlsoft/Parse-Pidl/
+ ENTERED=20071027
+ UPDATED=20071027
+ SHORT="IDL Compiler written in Perl"
+cat << EOF
+Pidl works by building a parse tree from a .pidl file (a simple
+dump of it's internal parse tree) or a .idl file
+(a file format mostly like the IDL file format midl uses).
+The IDL file parser is in idl.yp (a yacc file converted to
+perl code by yapp)
+
+After a parse tree is present, pidl will call one of it's backends
+(which one depends on the options given on the command-line).
+EOF
More information about the Lunar-commits
mailing list