summaryrefslogtreecommitdiff
path: root/devel/rake
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-09-15 04:54:48 +0000
committerminskim <minskim@pkgsrc.org>2008-09-15 04:54:48 +0000
commitf6e927e5724fada7576bacf20e464dcd0e807e55 (patch)
tree0d7242bac2936daa5fbbf2d63d543dbb6109b663 /devel/rake
parent8a31d8b61b2d45deeb54d2da4bad257bf7b15f5d (diff)
downloadpkgsrc-f6e927e5724fada7576bacf20e464dcd0e807e55.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')
-rw-r--r--devel/rake/Makefile5
-rw-r--r--devel/rake/PLIST11
-rw-r--r--devel/rake/distinfo10
-rw-r--r--devel/rake/patches/patch-aa12
-rw-r--r--devel/rake/patches/patch-ab12
5 files changed, 27 insertions, 23 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile
index 66a142ccbb8..1afa4e90867 100644
--- a/devel/rake/Makefile
+++ b/devel/rake/Makefile
@@ -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
diff --git a/devel/rake/PLIST b/devel/rake/PLIST
index 13de6c6fba8..bdf7e90b679 100644
--- a/devel/rake/PLIST
+++ b/devel/rake/PLIST
@@ -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.0.rdoc
${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/runtest.rb
${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/statusreturn/Rakefile
${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_require.rb
${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 --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
diff --git a/devel/rake/patches/patch-aa b/devel/rake/patches/patch-aa
deleted file mode 100644
index 78ddd2b0fc9..00000000000
--- a/devel/rake/patches/patch-aa
+++ /dev/null
@@ -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 --git a/devel/rake/patches/patch-ab b/devel/rake/patches/patch-ab
new file mode 100644
index 00000000000..bc20183c99f
--- /dev/null
+++ b/devel/rake/patches/patch-ab
@@ -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