[Lunar-commits] r18975 - in moonbase/trunk/devel: . rake
Terry Chan
tchan at lunar-linux.org
Wed Mar 1 21:21:59 UTC 2006
Author: tchan
Date: 2006-03-01 21:21:59 +0000 (Wed, 01 Mar 2006)
New Revision: 18975
Added:
moonbase/trunk/devel/rake/
moonbase/trunk/devel/rake/BUILD
moonbase/trunk/devel/rake/DEPENDS
moonbase/trunk/devel/rake/DETAILS
Log:
Added rake-0.7.0 to moonbase, courtesy of Dave Brown.
Added: moonbase/trunk/devel/rake/BUILD
===================================================================
--- moonbase/trunk/devel/rake/BUILD (rev 0)
+++ moonbase/trunk/devel/rake/BUILD 2006-03-01 21:21:59 UTC (rev 18975)
@@ -0,0 +1,7 @@
+(
+
+ prepare_install &&
+ ruby install.rb
+
+) > $C_FIFO 2>&1
+
Added: moonbase/trunk/devel/rake/DEPENDS
===================================================================
--- moonbase/trunk/devel/rake/DEPENDS (rev 0)
+++ moonbase/trunk/devel/rake/DEPENDS 2006-03-01 21:21:59 UTC (rev 18975)
@@ -0,0 +1 @@
+depends ruby
Added: moonbase/trunk/devel/rake/DETAILS
===================================================================
--- moonbase/trunk/devel/rake/DETAILS (rev 0)
+++ moonbase/trunk/devel/rake/DETAILS 2006-03-01 21:21:59 UTC (rev 18975)
@@ -0,0 +1,24 @@
+ MODULE=rake
+ VERSION=0.7.0
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://rubyforge.org/frs/download.php/8129/
+ SOURCE_VFY=sha1:ca003b7497f05fb0b3d571ad9c1decc19d904bb1
+ WEB_SITE=http://rake.rubyforge.org/
+ ENTERED=20060301
+ UPDATED=20060301
+ SHORT="A simple Ruby build program with capabilities similar to make"
+
+cat << EOF
+Rake, a simple Ruby build program with capabilities similar to make, has
+the following features:
+ * Rakefiles (rake's version of Makefiles) are completely defined in
+ standard Ruby syntax. No XML files to edit. No quirky Makefile
+ syntax to worry about (is that a tab or a space?)
+ * Users can specify tasks with prerequisites.
+ * Rake supports rule patterns to sythesize implicit tasks.
+ * Flexible FileLists that act like arrays but know about
+ manipulating file names and paths.
+ * A library of prepackaged tasks to make building rakefiles easier.
+EOF
+
+
More information about the Lunar-commits
mailing list