Port variant | v30 |
Summary | Make-like program implemented in Ruby (v30) |
Package version | 13.1.0 |
Homepage | https://github.com/ruby/rake |
Keywords | ruby |
Maintainer | Ruby Automaton |
License | Not yet specified |
Other variants | v31 | v32 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 30 OCT 2023, 13:11:46 UTC |
Port created | 25 SEP 2017, 06:49:21 UTC |
single | Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake 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 synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks. |
Build and Runtime | ruby-rubygems:single:v30 |
main | mirror://RUBYGEMS/ |
ruby-mimemagic:v30 | Fast mime detection by extension or content (v30) |
ruby-railties:v30 | Rails bootup, plugins and other internals (v30) |