pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rake Update rake to 0.8.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29036419b6d0
branches:  trunk
changeset: 547279:29036419b6d0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Sep 15 04:54:48 2008 +0000

description:
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:

 devel/rake/Makefile         |   5 ++---
 devel/rake/PLIST            |  11 ++++++++---
 devel/rake/distinfo         |  10 +++++-----
 devel/rake/patches/patch-aa |  12 ------------
 devel/rake/patches/patch-ab |  12 ++++++++++++
 5 files changed, 27 insertions(+), 23 deletions(-)

diffs (111 lines):

diff -r ba450b1d249d -r 29036419b6d0 devel/rake/Makefile
--- a/devel/rake/Makefile       Mon Sep 15 03:31:32 2008 +0000
+++ b/devel/rake/Makefile       Mon Sep 15 04:54:48 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/04/04 15:30:00 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/15 04:54:48 minskim Exp $
 
-DISTNAME=      rake-0.8.1
-PKGREVISION=   1
+DISTNAME=      rake-0.8.2
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r ba450b1d249d -r 29036419b6d0 devel/rake/PLIST
--- a/devel/rake/PLIST  Mon Sep 15 03:31:32 2008 +0000
+++ b/devel/rake/PLIST  Mon Sep 15 04:54:48 2008 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2008/04/04 15:30:00 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/09/15 04:54:48 minskim Exp $
 bin/rake
-man/man1/rake.1
 ${GEM_HOME}/cache/rake-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -29,6 +28,8 @@
 ${GEM_LIBDIR}/doc/release_notes/rake-0.7.1.rdoc
 ${GEM_LIBDIR}/doc/release_notes/rake-0.7.2.rdoc
 ${GEM_LIBDIR}/doc/release_notes/rake-0.7.3.rdoc
+${GEM_LIBDIR}/doc/release_notes/rake-0.8.0.rdoc
+${GEM_LIBDIR}/doc/release_notes/rake-0.8.2.rdoc
 ${GEM_LIBDIR}/install.rb
 ${GEM_LIBDIR}/lib/rake.rb
 ${GEM_LIBDIR}/lib/rake/classic_namespace.rb
@@ -49,7 +50,8 @@
 ${GEM_LIBDIR}/lib/rake/tasklib.rb
 ${GEM_LIBDIR}/lib/rake/testtask.rb
 ${GEM_LIBDIR}/test/capture_stdout.rb
-${GEM_LIBDIR}/test/contrib/testsys.rb
+${GEM_LIBDIR}/test/check_expansion.rb
+${GEM_LIBDIR}/test/contrib/test_sys.rb
 ${GEM_LIBDIR}/test/data/chains/Rakefile
 ${GEM_LIBDIR}/test/data/default/Rakefile
 ${GEM_LIBDIR}/test/data/dryrun/Rakefile
@@ -65,6 +67,7 @@
 ${GEM_LIBDIR}/test/data/unittest/Rakefile
 ${GEM_LIBDIR}/test/filecreation.rb
 ${GEM_LIBDIR}/test/functional.rb
+${GEM_LIBDIR}/test/in_environment.rb
 ${GEM_LIBDIR}/test/rake_test_setup.rb
 ${GEM_LIBDIR}/test/reqfile.rb
 ${GEM_LIBDIR}/test/reqfile2.rb
@@ -91,10 +94,12 @@
 ${GEM_LIBDIR}/test/test_rules.rb
 ${GEM_LIBDIR}/test/test_task_arguments.rb
 ${GEM_LIBDIR}/test/test_task_manager.rb
+${GEM_LIBDIR}/test/test_tasklib.rb
 ${GEM_LIBDIR}/test/test_tasks.rb
 ${GEM_LIBDIR}/test/test_test_task.rb
 ${GEM_LIBDIR}/test/test_top_level_functions.rb
 ${GEM_HOME}/specifications/rake-${PKGVERSION}.gemspec
+man/man1/rake.1
 @dirrm ${GEM_LIBDIR}/test/data/unittest
 @dirrm ${GEM_LIBDIR}/test/data/statusreturn
 @dirrm ${GEM_LIBDIR}/test/data/rbext
diff -r ba450b1d249d -r 29036419b6d0 devel/rake/distinfo
--- a/devel/rake/distinfo       Mon Sep 15 03:31:32 2008 +0000
+++ b/devel/rake/distinfo       Mon Sep 15 04:54:48 2008 +0000
@@ -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
diff -r ba450b1d249d -r 29036419b6d0 devel/rake/patches/patch-aa
--- a/devel/rake/patches/patch-aa       Mon Sep 15 03:31:32 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/04/04 15:30:00 jlam Exp $
-
---- ../rake-0.8.1.gemspec.orig 2008-03-13 13:26:21.000000000 -0400
-+++ ../rake-0.8.1.gemspec
-@@ -41,7 +41,6 @@ extra_rdoc_files: 
- files: 
- - install.rb
- - CHANGES
--- CVSROOT
- - MIT-LICENSE
- - Rakefile
- - README
diff -r ba450b1d249d -r 29036419b6d0 devel/rake/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rake/patches/patch-ab       Mon Sep 15 04:54:48 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2008/09/15 04:54:48 minskim Exp $
+
+--- ../rake-0.8.2.gemspec.orig 2008-09-14 21:30:11.000000000 -0700
++++ ../rake-0.8.2.gemspec
+@@ -115,7 +115,6 @@ files: 
+ - test/data/namespace/Rakefile
+ - test/data/statusreturn/Rakefile
+ - test/data/unittest/Rakefile
+-- test/data/unittest/subdir
+ - doc/example
+ - doc/example/a.c
+ - doc/example/b.c



Home | Main Index | Thread Index | Old Index