Commit graph

5 commits

Author SHA1 Message Date
jlam
906af92c66 The plist module automatically handles converting "man" entries into
${PKGMANDIR} entries -- no need to do it here.
2006-03-16 23:12:48 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
99fc4648ee Update rake to 0.6.2.
- pkgsrc changes; install documatation, examples and manual page.
- Changes from 0.5.4 are huge, please see CHANGES file.
2005-11-02 13:54:45 +00:00
taca
965fe70b5b Update rake package to 0.5.4.
= Rake Changelog

== Version 0.5.4

* Added double quotes to the test runner.
* Added .svn to default ignore list.
* Updated FileList#include to support nested arrays and filelists.
2005-09-04 13:51:33 +00:00
minskim
6d2359aba7 Import rake.
Rake is a simple ruby build program with capabilities similar to make.
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 sythesize 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.
2005-04-11 04:07:44 +00:00