[Lunar-commits] r15962 - in moonbase/trunk/perl: . YAML
Jens Luedicke
perldude at lunar-linux.org
Sun Jul 31 22:45:10 UTC 2005
Author: perldude
Date: 2005-07-31 22:45:09 +0000 (Sun, 31 Jul 2005)
New Revision: 15962
Added:
moonbase/trunk/perl/YAML/
moonbase/trunk/perl/YAML/BUILD
moonbase/trunk/perl/YAML/DEPENDS
moonbase/trunk/perl/YAML/DETAILS
Log:
add YAML module
Added: moonbase/trunk/perl/YAML/BUILD
===================================================================
--- moonbase/trunk/perl/YAML/BUILD 2005-07-31 22:26:51 UTC (rev 15961)
+++ moonbase/trunk/perl/YAML/BUILD 2005-07-31 22:45:09 UTC (rev 15962)
@@ -0,0 +1,8 @@
+(
+
+ perl Makefile.PL &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/perl/YAML/DEPENDS
===================================================================
--- moonbase/trunk/perl/YAML/DEPENDS 2005-07-31 22:26:51 UTC (rev 15961)
+++ moonbase/trunk/perl/YAML/DEPENDS 2005-07-31 22:45:09 UTC (rev 15962)
@@ -0,0 +1 @@
+depends perl
Added: moonbase/trunk/perl/YAML/DETAILS
===================================================================
--- moonbase/trunk/perl/YAML/DETAILS 2005-07-31 22:26:51 UTC (rev 15961)
+++ moonbase/trunk/perl/YAML/DETAILS 2005-07-31 22:45:09 UTC (rev 15962)
@@ -0,0 +1,18 @@
+ MODULE=YAML
+ VERSION=0.39
+ SOURCE=YAML-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/id/I/IN/INGY
+ SOURCE_VFY=sha1:096aca1bf3ebb27358cbb0bb2c78f1c9154864f1
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/YAML-$VERSION
+ WEB_SITE=http://search.cpan.org/search?dist=YAML
+ ENTERED=20050801
+ UPDATED=20050801
+ SHORT="YAML - YAML Ain't Markup Language (tm)"
+cat << EOF
+The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/>
+
+YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of
+most modern programming languages. (Including Perl!!!)
+
+For information on the YAML syntax, please refer to the YAML specification.
+EOF
More information about the Lunar-commits
mailing list