summaryrefslogtreecommitdiff
path: root/devel/ruby-debugger
AgeCommit message (Collapse)AuthorFilesLines
2016-01-18Pullup ticket #4896 - requested by tacabsiegert1-2/+2
devel/ruby-debugger: build fix devel/ruby-debugger-linecache: build fix Revisions pulled up: - devel/ruby-debugger-linecache/Makefile 1.3 - devel/ruby-debugger/Makefile 1.7 --- Module Name: pkgsrc Committed By: taca Date: Sun Dec 27 12:06:16 UTC 2015 Modified Files: pkgsrc/devel/ruby-debugger: Makefile pkgsrc/devel/ruby-debugger-linecache: Makefile Log Message: Drop ruby21 support.
2015-11-24Fix RUBY_VERSION_SUPPORTED, it's "21" not "210".jperkin1-2/+2
2015-11-23Remove 193 from RUBY_VERSION_SUPPORTED.taca1-2/+2
2015-11-23Allow use of ruby200 and ruby21.taca1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-14Bump PKGREVISION since ruby200 was dropped by precious commit.taca1-1/+2
2015-03-10These pacakges do not support newer Ruby 2.0 and Ruby 2.1.taca1-2/+2
2015-02-04Add ruby-debugger package version 1.6.8. It supports Ruby 1.9.3 and 2.0.0.taca4-0/+235
debugger is a fast implementation of the standard Ruby debugger debug.rb. It is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things.