SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-debug/Makefile
Normal file
20
devel/ruby-debug/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT= ruby debugger
|
||||
|
||||
DISTNAME= debug-1.7.2
|
||||
CATEGORIES= devel
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Ruby, BSD-2-Clause
|
||||
PERMIT_PACKAGE=Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
WANTLIB+= c m
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-irb \
|
||||
devel/ruby-reline
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-debug/distinfo
Normal file
2
devel/ruby-debug/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (debug-1.7.2.gem) = rlEAg64SR/0cfsAAO9oFQdggytZ+qVeOuIknIxEoqXQ=
|
||||
SIZE (debug-1.7.2.gem) = 95232
|
1
devel/ruby-debug/pkg/DESCR
Normal file
1
devel/ruby-debug/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Debugging functionality for Ruby
|
55
devel/ruby-debug/pkg/PLIST
Normal file
55
devel/ruby-debug/pkg/PLIST
Normal file
|
@ -0,0 +1,55 @@
|
|||
${GEM_BIN}/rdbg30
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/debug/
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/debug/debug.so
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/TODO.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/debug.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/exe/
|
||||
${GEM_LIB}/gems/${DISTNAME}/exe/rdbg
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/.sitearchdir.-.debug.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/debug.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/debug.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/debug/debug.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/debug_version.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/iseq_collector.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/debug/iseq_collector.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/abbrev_command.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/breakpoint.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/color.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/config.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/console.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/debug/debug.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/frame_info.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/local.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/open.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/open_nonstop.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/prelude.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/server.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/server_cdp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/server_dap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/session.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/source_repository.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/start.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/thread_client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/tracer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/debug/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/misc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/misc/README.md.erb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue