mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
An XML interface which glues rubygem-debugger to IDEs
like Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide. WWW: https://github.com/astashov/debugger-xml PR: ports/183037 Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru>
This commit is contained in:
parent
10eef067f4
commit
c75b27a8a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330968
@ -4055,6 +4055,7 @@
|
||||
SUBDIR += rubygem-daemons
|
||||
SUBDIR += rubygem-debugger
|
||||
SUBDIR += rubygem-debugger-linecache
|
||||
SUBDIR += rubygem-debugger-xml
|
||||
SUBDIR += rubygem-deeptest
|
||||
SUBDIR += rubygem-delayed_job
|
||||
SUBDIR += rubygem-dep_selector
|
||||
|
22
devel/rubygem-debugger-xml/Makefile
Normal file
22
devel/rubygem-debugger-xml/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= debugger-xml
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= wulf@mail.mipt.ru
|
||||
COMMENT= XML interface for rubygem-debugger
|
||||
|
||||
RUN_DEPENDS= rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger \
|
||||
rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-debugger-xml/distinfo
Normal file
2
devel/rubygem-debugger-xml/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/debugger-xml-0.1.6.gem) = d816ba903a536c355730daa5763fd410d570a5df5210bba78a15a5e3b4c5d536
|
||||
SIZE (rubygem/debugger-xml-0.1.6.gem) = 24576
|
4
devel/rubygem-debugger-xml/pkg-descr
Normal file
4
devel/rubygem-debugger-xml/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
An XML interface which glues rubygem-debugger to IDEs
|
||||
like Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide.
|
||||
|
||||
WWW: https://github.com/astashov/debugger-xml
|
Loading…
Reference in New Issue
Block a user