head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.16 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2008.06.22.16.05.19; author taca; state dead; branches; next 1.1; 1.1 date 2008.04.21.15.42.17; author jlam; state Exp; branches; next ; desc @@ 1.2 log @Update ruby-parsetree package to 2.2.0. === 2.2.0 / 2008-06-09 * 18 minor enhancements: * Added 1.9 and rubinius to multiruby skip list. * Added 1.9 fixes for SexpProcessor. * Added compatibility changes for regexp option values. * Added custom compact since Array#compact is hostile to subclasses. * Added some tests for wonky index edge cases. some commented out. * Added test changes for 1.9 and r2r changes. Esp fixed regexp differences. * Added tests for dasgn, proc arities, * Added/updated some tests for ruby_parser. * Changed tests to default to nil for verbose. * Fixed all assertions deprecated in miniunit. * Raises LoadError if incompatible ruby, allows fallback to ruby_parser. * Removed Unified's rewrite_fbody and moved up into defn... not sure about that. * Removed argscat rewriter from unified_ruby.rb * Renamed shadowed variable name. * Reworked parse_tree_for_(method|string) to take optional verbose arg. * Started removing ending newlines from pt_testcase.rb. * Uncommented all commented out tests. ruby_parser must not be a pansy. * Updated rakefile for new hoe abilities. * 3 bug fixes: * Fixed 1.8.[45] wrt dasgn_curr declaration removal. * Fixed pt_testcase bug. * Fixes for colon2/3 in class/module/cdecls. @ text @$NetBSD: patch-aa,v 1.1 2008/04/21 15:42:17 jlam Exp $ --- Rakefile.orig 2008-04-21 11:39:20.000000000 -0400 +++ Rakefile @@@@ -8,6 +8,8 @@@@ require './lib/parse_tree.rb' Hoe.new("ParseTree", ParseTree::VERSION) do |p| p.rubyforge_name = "parsetree" + p.author = "Ryan Davis" + p.email = "support@@zenspider.com" p.summary = "Extract and enumerate ruby parse trees." p.summary = p.paragraphs_of("README.txt", 2).join("\n\n") p.description = p.paragraphs_of("README.txt", 2..6, 8).join("\n\n") @ 1.1 log @Fix build using Hoe by providing values for "email" and "author". @ text @d1 1 a1 1 $NetBSD$ @