Module submission - rake
Dave Brown
dagbrown at lart.ca
Wed Mar 1 07:59:58 UTC 2006
module name : rake
suggested section : devel
update (y/n) : n
bugfix (y/n) : n
security (y/n) : n
I needed this to do development on another package, and it's not in the
moonbase! This should be rectified, so that's what I'm doing.
Dave Brown
-------------- next part --------------
--- rake/BUILD 1970-01-01 09:00:00.000000000 +0900
+++ rake/BUILD 2005-09-23 03:01:33.000000000 +0900
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ ruby install.rb
+
+) > $C_FIFO 2>&1
--- rake/DEPENDS 1970-01-01 09:00:00.000000000 +0900
+++ rake/DEPENDS 2005-09-23 03:01:33.000000000 +0900
@@ -0,0 +1 @@
+depends ruby
--- rake/DETAILS 1970-01-01 09:00:00.000000000 +0900
+++ rake/DETAILS 2006-03-01 16:59:47.000000000 +0900
@@ -0,0 +1,22 @@
+ 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
-------------- next part --------------
lvu submit rake 8d145338b0023ef51bad44b1c22c781f -
2.6.11 2.6.12 gcc-3.4.5 glibc-2.3.6
More information about the Lunar
mailing list