Subject: CVS commit: pkgsrc/devel/rake
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2005 04:07:45
Module Name:	pkgsrc
Committed By:	minskim
Date:		Mon Apr 11 04:07:44 UTC 2005

Update of /cvsroot/pkgsrc/devel/rake
In directory ivanova.netbsd.org:/tmp/cvs-serv27044

Log Message:
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.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/rake/DESCR
N pkgsrc/devel/rake/distinfo
N pkgsrc/devel/rake/Makefile
N pkgsrc/devel/rake/PLIST

No conflicts created by this import