mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f64d997379
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
16 lines
630 B
Plaintext
16 lines
630 B
Plaintext
Rake is a Ruby make-like utility using standard Ruby syntax for the
|
|
build specification file.
|
|
|
|
It 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.
|
|
- 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.
|
|
|
|
WWW: http://rubygems.org/gems/rake/
|