pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-byebug



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jul 13 14:36:27 UTC 2017

Added Files:
        pkgsrc/devel/ruby-byebug: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
Add ruby-byebug package version 9.0.6.

Byebug is a simple to use, feature rich debugger for Ruby 2. It uses the new
TracePoint API for execution control and the new Debug Inspector API for call
stack navigation, so it doesn't depend on internal core sources. It's developed
as a C extension, so it's fast. And it has a full test suite so it's reliable.

It allows you to see what is going on _inside_ a Ruby program while it executes
and offers many of the traditional debugging features such as:

* Stepping: Running your program one line at a time.
* Breaking: Pausing the program at some event or specified instruction, to
  examine the current state.
* Evaluating: Basic REPL functionality, although [pry] does a better job at
  that.
* Tracking: Keeping track of the different values of your variables or the
  different lines executed by your program.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-byebug/ALTERNATIVES \
    pkgsrc/devel/ruby-byebug/DESCR pkgsrc/devel/ruby-byebug/Makefile \
    pkgsrc/devel/ruby-byebug/PLIST pkgsrc/devel/ruby-byebug/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-byebug/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/ruby-byebug/ALTERNATIVES:1.1
--- /dev/null   Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/ALTERNATIVES       Thu Jul 13 14:36:27 2017
@@ -0,0 +1 @@
+bin/byebug @PREFIX@/bin/byebug@RUBY_SUFFIX@
Index: pkgsrc/devel/ruby-byebug/DESCR
diff -u /dev/null pkgsrc/devel/ruby-byebug/DESCR:1.1
--- /dev/null   Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/DESCR      Thu Jul 13 14:36:27 2017
@@ -0,0 +1,15 @@
+Byebug is a simple to use, feature rich debugger for Ruby 2. It uses the new
+TracePoint API for execution control and the new Debug Inspector API for call
+stack navigation, so it doesn't depend on internal core sources. It's developed
+as a C extension, so it's fast. And it has a full test suite so it's reliable.
+
+It allows you to see what is going on _inside_ a Ruby program while it executes
+and offers many of the traditional debugging features such as:
+
+* Stepping: Running your program one line at a time.
+* Breaking: Pausing the program at some event or specified instruction, to
+  examine the current state.
+* Evaluating: Basic REPL functionality, although [pry] does a better job at
+  that.
+* Tracking: Keeping track of the different values of your variables or the
+  different lines executed by your program.
Index: pkgsrc/devel/ruby-byebug/Makefile
diff -u /dev/null pkgsrc/devel/ruby-byebug/Makefile:1.1
--- /dev/null   Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/Makefile   Thu Jul 13 14:36:27 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/07/13 14:36:27 taca Exp $
+
+DISTNAME=      byebug-9.0.6
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/deivid-rodriguez/byebug
+COMMENT=       Ruby 2.0 fast debugger - base + CLI
+LICENSE=       2-clause-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-byebug/PLIST
diff -u /dev/null pkgsrc/devel/ruby-byebug/PLIST:1.1
--- /dev/null   Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/PLIST      Thu Jul 13 14:36:27 2017
@@ -0,0 +1,132 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/13 14:36:27 taca Exp $
+bin/byebug${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/byebug/byebug.${RUBY_DLEXT}
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/GUIDE.md
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/bin/byebug
+${GEM_LIBDIR}/ext/byebug/breakpoint.c
+${GEM_LIBDIR}/ext/byebug/byebug.c
+${GEM_LIBDIR}/ext/byebug/byebug.h
+${GEM_LIBDIR}/ext/byebug/context.c
+${GEM_LIBDIR}/ext/byebug/extconf.rb
+${GEM_LIBDIR}/ext/byebug/locker.c
+${GEM_LIBDIR}/ext/byebug/threads.c
+${GEM_LIBDIR}/lib/byebug.rb
+${GEM_LIBDIR}/lib/byebug/attacher.rb
+${GEM_LIBDIR}/lib/byebug/breakpoint.rb
+${GEM_LIBDIR}/lib/byebug/byebug.${RUBY_DLEXT}
+${GEM_LIBDIR}/lib/byebug/command.rb
+${GEM_LIBDIR}/lib/byebug/command_list.rb
+${GEM_LIBDIR}/lib/byebug/commands.rb
+${GEM_LIBDIR}/lib/byebug/commands/break.rb
+${GEM_LIBDIR}/lib/byebug/commands/catch.rb
+${GEM_LIBDIR}/lib/byebug/commands/condition.rb
+${GEM_LIBDIR}/lib/byebug/commands/continue.rb
+${GEM_LIBDIR}/lib/byebug/commands/debug.rb
+${GEM_LIBDIR}/lib/byebug/commands/delete.rb
+${GEM_LIBDIR}/lib/byebug/commands/disable.rb
+${GEM_LIBDIR}/lib/byebug/commands/disable/breakpoints.rb
+${GEM_LIBDIR}/lib/byebug/commands/disable/display.rb
+${GEM_LIBDIR}/lib/byebug/commands/display.rb
+${GEM_LIBDIR}/lib/byebug/commands/down.rb
+${GEM_LIBDIR}/lib/byebug/commands/edit.rb
+${GEM_LIBDIR}/lib/byebug/commands/enable.rb
+${GEM_LIBDIR}/lib/byebug/commands/enable/breakpoints.rb
+${GEM_LIBDIR}/lib/byebug/commands/enable/display.rb
+${GEM_LIBDIR}/lib/byebug/commands/finish.rb
+${GEM_LIBDIR}/lib/byebug/commands/frame.rb
+${GEM_LIBDIR}/lib/byebug/commands/help.rb
+${GEM_LIBDIR}/lib/byebug/commands/history.rb
+${GEM_LIBDIR}/lib/byebug/commands/info.rb
+${GEM_LIBDIR}/lib/byebug/commands/info/breakpoints.rb
+${GEM_LIBDIR}/lib/byebug/commands/info/display.rb
+${GEM_LIBDIR}/lib/byebug/commands/info/file.rb
+${GEM_LIBDIR}/lib/byebug/commands/info/line.rb
+${GEM_LIBDIR}/lib/byebug/commands/info/program.rb
+${GEM_LIBDIR}/lib/byebug/commands/interrupt.rb
+${GEM_LIBDIR}/lib/byebug/commands/irb.rb
+${GEM_LIBDIR}/lib/byebug/commands/kill.rb
+${GEM_LIBDIR}/lib/byebug/commands/list.rb
+${GEM_LIBDIR}/lib/byebug/commands/method.rb
+${GEM_LIBDIR}/lib/byebug/commands/next.rb
+${GEM_LIBDIR}/lib/byebug/commands/pry.rb
+${GEM_LIBDIR}/lib/byebug/commands/quit.rb
+${GEM_LIBDIR}/lib/byebug/commands/restart.rb
+${GEM_LIBDIR}/lib/byebug/commands/save.rb
+${GEM_LIBDIR}/lib/byebug/commands/set.rb
+${GEM_LIBDIR}/lib/byebug/commands/show.rb
+${GEM_LIBDIR}/lib/byebug/commands/source.rb
+${GEM_LIBDIR}/lib/byebug/commands/step.rb
+${GEM_LIBDIR}/lib/byebug/commands/thread.rb
+${GEM_LIBDIR}/lib/byebug/commands/thread/current.rb
+${GEM_LIBDIR}/lib/byebug/commands/thread/list.rb
+${GEM_LIBDIR}/lib/byebug/commands/thread/resume.rb
+${GEM_LIBDIR}/lib/byebug/commands/thread/stop.rb
+${GEM_LIBDIR}/lib/byebug/commands/thread/switch.rb
+${GEM_LIBDIR}/lib/byebug/commands/tracevar.rb
+${GEM_LIBDIR}/lib/byebug/commands/undisplay.rb
+${GEM_LIBDIR}/lib/byebug/commands/untracevar.rb
+${GEM_LIBDIR}/lib/byebug/commands/up.rb
+${GEM_LIBDIR}/lib/byebug/commands/var.rb
+${GEM_LIBDIR}/lib/byebug/commands/var/all.rb
+${GEM_LIBDIR}/lib/byebug/commands/var/args.rb
+${GEM_LIBDIR}/lib/byebug/commands/var/const.rb
+${GEM_LIBDIR}/lib/byebug/commands/var/global.rb
+${GEM_LIBDIR}/lib/byebug/commands/var/instance.rb
+${GEM_LIBDIR}/lib/byebug/commands/var/local.rb
+${GEM_LIBDIR}/lib/byebug/commands/where.rb
+${GEM_LIBDIR}/lib/byebug/context.rb
+${GEM_LIBDIR}/lib/byebug/core.rb
+${GEM_LIBDIR}/lib/byebug/errors.rb
+${GEM_LIBDIR}/lib/byebug/frame.rb
+${GEM_LIBDIR}/lib/byebug/helpers/eval.rb
+${GEM_LIBDIR}/lib/byebug/helpers/file.rb
+${GEM_LIBDIR}/lib/byebug/helpers/frame.rb
+${GEM_LIBDIR}/lib/byebug/helpers/parse.rb
+${GEM_LIBDIR}/lib/byebug/helpers/path.rb
+${GEM_LIBDIR}/lib/byebug/helpers/reflection.rb
+${GEM_LIBDIR}/lib/byebug/helpers/string.rb
+${GEM_LIBDIR}/lib/byebug/helpers/thread.rb
+${GEM_LIBDIR}/lib/byebug/helpers/toggle.rb
+${GEM_LIBDIR}/lib/byebug/helpers/var.rb
+${GEM_LIBDIR}/lib/byebug/history.rb
+${GEM_LIBDIR}/lib/byebug/interface.rb
+${GEM_LIBDIR}/lib/byebug/interfaces/local_interface.rb
+${GEM_LIBDIR}/lib/byebug/interfaces/remote_interface.rb
+${GEM_LIBDIR}/lib/byebug/interfaces/script_interface.rb
+${GEM_LIBDIR}/lib/byebug/interfaces/test_interface.rb
+${GEM_LIBDIR}/lib/byebug/option_setter.rb
+${GEM_LIBDIR}/lib/byebug/printers/base.rb
+${GEM_LIBDIR}/lib/byebug/printers/plain.rb
+${GEM_LIBDIR}/lib/byebug/printers/texts/base.yml
+${GEM_LIBDIR}/lib/byebug/printers/texts/plain.yml
+${GEM_LIBDIR}/lib/byebug/processors/command_processor.rb
+${GEM_LIBDIR}/lib/byebug/processors/control_processor.rb
+${GEM_LIBDIR}/lib/byebug/processors/post_mortem_processor.rb
+${GEM_LIBDIR}/lib/byebug/processors/script_processor.rb
+${GEM_LIBDIR}/lib/byebug/remote.rb
+${GEM_LIBDIR}/lib/byebug/runner.rb
+${GEM_LIBDIR}/lib/byebug/setting.rb
+${GEM_LIBDIR}/lib/byebug/settings/autoirb.rb
+${GEM_LIBDIR}/lib/byebug/settings/autolist.rb
+${GEM_LIBDIR}/lib/byebug/settings/autopry.rb
+${GEM_LIBDIR}/lib/byebug/settings/autosave.rb
+${GEM_LIBDIR}/lib/byebug/settings/basename.rb
+${GEM_LIBDIR}/lib/byebug/settings/callstyle.rb
+${GEM_LIBDIR}/lib/byebug/settings/fullpath.rb
+${GEM_LIBDIR}/lib/byebug/settings/histfile.rb
+${GEM_LIBDIR}/lib/byebug/settings/histsize.rb
+${GEM_LIBDIR}/lib/byebug/settings/linetrace.rb
+${GEM_LIBDIR}/lib/byebug/settings/listsize.rb
+${GEM_LIBDIR}/lib/byebug/settings/post_mortem.rb
+${GEM_LIBDIR}/lib/byebug/settings/savefile.rb
+${GEM_LIBDIR}/lib/byebug/settings/stack_on_error.rb
+${GEM_LIBDIR}/lib/byebug/settings/width.rb
+${GEM_LIBDIR}/lib/byebug/subcommands.rb
+${GEM_LIBDIR}/lib/byebug/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-byebug/distinfo
diff -u /dev/null pkgsrc/devel/ruby-byebug/distinfo:1.1
--- /dev/null   Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/distinfo   Thu Jul 13 14:36:27 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/13 14:36:27 taca Exp $
+
+SHA1 (byebug-9.0.6.gem) = cfdfd310b03f667d652e773e31f9133e564d752a
+RMD160 (byebug-9.0.6.gem) = a11e4779bfb6e58ade4467f6ea8731f204482e4c
+SHA512 (byebug-9.0.6.gem) = 52c9f0e9b703d79db2693aa1196a13764361714b0fbf9f57f120e1c64a97d5af756d5b2253aad23b2ab100284513b1edcff322ae5ab47eeab9faedaa3a0e3feb
+Size (byebug-9.0.6.gem) = 79360 bytes



Home | Main Index | Thread Index | Old Index