diff options
author | minskim <minskim@pkgsrc.org> | 2008-09-15 04:54:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-09-15 04:54:48 +0000 |
commit | ae0c5dc7081e38ed3e2931369946533b6f4b3964 (patch) | |
tree | 0d7242bac2936daa5fbbf2d63d543dbb6109b663 /devel/rake/distinfo | |
parent | 8c10e323ed6a9b1a85fe2c3ba2cf3f2b36160537 (diff) | |
download | pkgsrc-ae0c5dc7081e38ed3e2931369946533b6f4b3964.tar.gz |
Update rake to 0.8.2.
New features:
* Switched from getoptlong to optparse (patches supplied by Edwin
Pratomo).
* The -T option will now attempt to dynamically sense the size of the
terminal. The -T output will only self-truncate if the output is a
tty. However, if RAKE_COLUMNS is explicitly set, it will be honored
in any case. (Patch provided by Gavin Stark).
* The following public methods have been added to rake task objects:
* task.clear -- Clear both the prerequisites and actions of the
target rake task.
* task.clear_prerequisites -- Clear all the existing prerequisites
from the target rake task.
* task.clear_actions -- Clear all the existing actions from the
target rake task.
* task.reenable -- Re-enable a task, allowing its actions to be
executed again if the task is invoked.
* Changed RDoc test task to have no default template. This makes it
easier for the tempate to pick up the template from the environment.
* Default values for task arguments can easily be specified with the
:with_defaults method. (Idea for default argument merging supplied
by (Adam Q. Salter)
Diffstat (limited to 'devel/rake/distinfo')
-rw-r--r-- | devel/rake/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/rake/distinfo b/devel/rake/distinfo index 19e889df00c..c7ca2030f8b 100644 --- a/devel/rake/distinfo +++ b/devel/rake/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2008/04/04 15:30:00 jlam Exp $ +$NetBSD: distinfo,v 1.9 2008/09/15 04:54:48 minskim Exp $ -SHA1 (rake-0.8.1.gem) = 349b0853d5a32012a8f282750c2f1abaf1169213 -RMD160 (rake-0.8.1.gem) = fbb00b09f577b71081fe01c7e318e54acaabf37c -Size (rake-0.8.1.gem) = 90112 bytes -SHA1 (patch-aa) = 289062ead67e2dde7a5a28a8b3d7c9d0df00ac01 +SHA1 (rake-0.8.2.gem) = bb6c24933b51686127323732ed56fe4507b1f1ee +RMD160 (rake-0.8.2.gem) = f813ae1ec6cb5a39e93ca44ed8b459365f3adafd +Size (rake-0.8.2.gem) = 99328 bytes +SHA1 (patch-ab) = 8e3adeb77bee65db93884360dfb6bd38a54f359a |