NOTICE: This package has been removed from pkgsrc

./devel/ruby-debug, Command line interface for ruby-debug

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.10.4nb3, Package name: ruby18-debug-0.10.4nb3, Maintainer: pkgsrc-users

Command line interface for the Ruby debugger ruby-debug.


Required to run:
[misc/rubygems] [lang/ruby18-base] [devel/ruby-debug-base] [misc/ruby-columnize]

Required to build:
[misc/rubygems]

Master sites: (Expand)

SHA1: 1f324185d20ff7fad063df5959850d8b56f56184
RMD160: 97373e6c612f9987de3634dd0e85a160bdae085c
Filesize: 129 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-04 14:47:40 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-debug package which support ruby18 only.
   2013-03-07 16:09:14 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Use OVERRIDE_GEMSPEC instead of modifying gemspec file.
   2011-11-08 16:37:35 by Takahiro Kambe | Files touched by this commit (32)
Log message:
* Remove .require_paths from PLIST
* Bump PKGREVISION.
   2011-08-12 18:25:03 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Restrict dependency to ruby-debug-base package.

Bump PKGREVISION.
   2011-05-28 18:32:10 by Christoph Badura | Files touched by this commit (4)
Log message:
Do not rename disassemble.RB to disaassemble.rb and install it.
It depends on gems that Do Not Work(tm) und recent versions ruby 1.8.x.
This makes ruby-debug work again.

PKGREVISION++

XXX the other .RB files seem to have been using uppcase so they do not
get loaded but I am not touching this yet.
   2010-12-04 04:53:32 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update ruby-debug to 0.10.4.

0.10.4
10/27/10

 - Various bug fixes:
   * reload command.
   * plain 'info' command
   * improve list and list - (backwards) handling when hitting end of file
 - Add ability to specify port to debug on
 - Allow breakpoints at class methods
 - "quit!" is same as "quit unconditionally"
 - irb improvements: Access to non-executing rdebug commands inside irb via
   "dbgr" method
 - Go over documentation including that created by rdoc.
 - For emacs package: add README, INSTALL, AUTHORS.
   2010-09-12 06:59:12 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Add a patch which I forgot to commit.
   2010-09-10 07:19:13 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update devel/ruby-debug to 0.10.3

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Adjust pacakge name, no duplicated ruby.

0.10.3
11/17/08

 - a backtrace now warns when it thinks the callstack is truncated which it
   gets by comparing with caller()
 - fix setting $0.
 - fix bug in showing variables in post-mortem
 - Document how Debugger.start with a block is intended to be used.
 - Move Kernel#debugger from ruby-debug-base into ruby-debug
 - Get regression tests working again
 - Warn and add a "confirmation" when setting a breakpoint on a
   file that is not loaded.