svn commit: r330968 - in head/devel: . rubygem-debugger-xml
Steve Wills
swills at FreeBSD.org
Sun Oct 20 03:58:37 UTC 2013
Author: swills
Date: Sun Oct 20 03:58:35 2013
New Revision: 330968
URL: http://svnweb.freebsd.org/changeset/ports/330968
Log:
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 at mail.mipt.ru>
Added:
head/devel/rubygem-debugger-xml/
head/devel/rubygem-debugger-xml/Makefile (contents, props changed)
head/devel/rubygem-debugger-xml/distinfo (contents, props changed)
head/devel/rubygem-debugger-xml/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Oct 20 03:56:01 2013 (r330967)
+++ head/devel/Makefile Sun Oct 20 03:58:35 2013 (r330968)
@@ -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
Added: head/devel/rubygem-debugger-xml/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-debugger-xml/Makefile Sun Oct 20 03:58:35 2013 (r330968)
@@ -0,0 +1,22 @@
+# Created by: Vladimir Kondratiev <wulf at mail.mipt.ru>
+# $FreeBSD$
+
+PORTNAME= debugger-xml
+PORTVERSION= 0.1.6
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= wulf at 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>
Added: head/devel/rubygem-debugger-xml/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-debugger-xml/distinfo Sun Oct 20 03:58:35 2013 (r330968)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/debugger-xml-0.1.6.gem) = d816ba903a536c355730daa5763fd410d570a5df5210bba78a15a5e3b4c5d536
+SIZE (rubygem/debugger-xml-0.1.6.gem) = 24576
Added: head/devel/rubygem-debugger-xml/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-debugger-xml/pkg-descr Sun Oct 20 03:58:35 2013 (r330968)
@@ -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
More information about the svn-ports-all
mailing list