File: rake.blurb

package info (click to toggle)
rake 0.8.7-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 808 kB
  • ctags: 877
  • sloc: ruby: 6,912; makefile: 36; ansic: 19
file content (19 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: rake
document: http://rake.rubyforge.org
download: http://rubyforge.org/project/showfiles.php?group_id=50
description: >
    <p>This package contains Rake, a simple ruby build program with
    capabilities similar to make.</p>

    <p> Rake has the following features: </p>

    <ul>
      <li>Rakefiles (rake&#8217;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?)</li>
      <li>Users can specify tasks with prerequisites.</li>
      <li>Rake supports rule patterns to sythesize implicit tasks.</li>
      <li>Rake is lightweight. It can be distributed with other
      projects as a single file. Projects that depend upon rake do not
      require that rake be installed on target systems.</li>
    </ul>