pkgsrc/devel/ruby-debug/Makefile
taca f24b40d23f 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.
2010-09-10 05:19:13 +00:00

24 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/10 05:19:13 taca Exp $
DISTNAME= ruby-debug-0.10.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/ruby-debug/
COMMENT= Command line interface for ruby-debug
LICENSE= 2-clause-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-columnize>=0.1:../../misc/ruby-columnize
DEPENDS+= ${RUBY_PKGPREFIX}-debug-base>=0.10.3:../../devel/ruby-debug-base
RUBY_VERSION_SUPPORTED= 18
pre-configure:
cd ${WRKSRC}/cli/ruby-debug/commands && \
${MV} disassemble.RB disassemble.rb; \
${MV} source.RB source.rb; \
${RM} -f continue.RB.save
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"