summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-08-07 16:11:32 +0000
committertaca <taca@pkgsrc.org>2006-08-07 16:11:32 +0000
commit9df53a34b637ac811dfd1595f5928781f2dadd6d (patch)
tree80fdd1ef4d8fdd74225edc28c1b636efd67ab16c /devel
parentc2eb8edc7d1a7349300c37e00d702ff5ba1e383a (diff)
downloadpkgsrc-9df53a34b637ac811dfd1595f5928781f2dadd6d.tar.gz
Update rake to 0.7.1, pkgsrc changes:
- install release notes. = Rake Changelog == Version 0.7.1 * Added optional filter parameter to the --tasks command line option. * Added flatten to allow rule transform procs to return lists of prereqs (Joel VanderWerf provided patch). * Added pathmap to String and FileList. * The -r option will now load .rake files (but a straight require doesn't yet). NOTE: This is experimental ... it may be discontinued. * The -f option without a value will disable the search for a Rakefile. The assumption is that the -r files are adequate. * Fixed the safe_ln function to fall back to cp in more error scenarios. == Version 0.7.0 * Added Rake.original_dir to return the original starting directory of the rake application. * Added safe_ln support for openAFS (from Ludvig Omholt). * Added --trace reminder on short exception messages (David Heinemeier Hansson suggestion). * Added multitask declaration that executes prerequisites in parallel. (Doug Young providied an initial implementation). * Fixed missing_const hack to be compatible with Rails. (Jamis Buck supplied test case). * Made the RDoc task default to internal (in-process) RDoc formatting. The old behavior is still available by setting the +external+ flag to true. * Rakefiles are now loaded with the expanded path to prevent accidental polution from the Ruby load path. * The +namespace+ command now returns a NameSpace object that can be used to lookup tasks defined in that namespace. This allows for better anonymous namespace behavior. * Task objects my now be used in prerequisite lists directly.
Diffstat (limited to 'devel')
-rw-r--r--devel/rake/Makefile13
-rw-r--r--devel/rake/PLIST11
-rw-r--r--devel/rake/distinfo8
3 files changed, 22 insertions, 10 deletions
diff --git a/devel/rake/Makefile b/devel/rake/Makefile
index 6fd5fac32f1..ab56923319e 100644
--- a/devel/rake/Makefile
+++ b/devel/rake/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/11/02 13:54:45 taca Exp $
+# $NetBSD: Makefile,v 1.4 2006/08/07 16:11:32 taca Exp $
-DISTNAME= rake-0.6.2
+DISTNAME= rake-0.7.1
CATEGORIES= devel ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/6357/
+MASTER_SITES= http://rubyforge.org/frs/download.php/9499/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
@@ -26,14 +26,17 @@ pre-configure:
${RM} ${WRKSRC}/bin/rake.orig
post-install:
- @if [ ! -f ${WRKSRC}/doc/rake.1 ]; then \
+ if [ ! -f ${WRKSRC}/doc/rake.1 ]; then \
${GUNZIP_CMD} ${WRKSRC}/doc/rake.1.gz; \
fi
${INSTALL_MAN} ${WRKSRC}/doc/rake.1 ${PREFIX}/${PKGMANDIR}/man1
- ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}/release_notes
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
.endfor
+ for f in ${WRKSRC}/doc/release_notes/*; do \
+ ${INSTALL_DATA} $$f ${DOCDIR}/release_notes; \
+ done
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/doc/example/${f} ${EXAMPLESDIR}
diff --git a/devel/rake/PLIST b/devel/rake/PLIST
index b526a8c7201..af3cb614388 100644
--- a/devel/rake/PLIST
+++ b/devel/rake/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/03/16 23:12:48 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/08/07 16:11:32 taca Exp $
bin/rake
man/man1/rake.1
${RUBY_SITELIBDIR}/rake.rb
@@ -30,6 +30,15 @@ ${RUBY_DOCDIR}/rake/jamis.rb
${RUBY_DOCDIR}/rake/proto_rake.rdoc
${RUBY_DOCDIR}/rake/rakefile.rdoc
${RUBY_DOCDIR}/rake/rational.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.4.14.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.4.15.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.5.0.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.5.3.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.5.4.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.6.0.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.7.0.rdoc
+${RUBY_DOCDIR}/rake/release_notes/rake-0.7.1.rdoc
+@dirrm ${RUBY_DOCDIR}/rake/release_notes
@dirrm ${RUBY_DOCDIR}/rake
${RUBY_EXAMPLESDIR}/rake/Rakefile1
${RUBY_EXAMPLESDIR}/rake/Rakefile2
diff --git a/devel/rake/distinfo b/devel/rake/distinfo
index 0e8516e86c2..4a220790574 100644
--- a/devel/rake/distinfo
+++ b/devel/rake/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/01/03 14:25:49 taca Exp $
+$NetBSD: distinfo,v 1.5 2006/08/07 16:11:32 taca Exp $
-SHA1 (rake-0.6.2.tgz) = 7d6d61bfa65aa99cf906980be2b32da1f98340a9
-RMD160 (rake-0.6.2.tgz) = b7e77aaf89ac2c86006ad7498435e8dc115c01f6
-Size (rake-0.6.2.tgz) = 62292 bytes
+SHA1 (rake-0.7.1.tgz) = f5ba6d6abfcfd486aac48a19fc1d35883c742e96
+RMD160 (rake-0.7.1.tgz) = f694937c4ef2beaba2aafa2d4763a3a0d82384da
+Size (rake-0.7.1.tgz) = 73714 bytes