Bug 183037 - new port devel/rubygem-debugger-xml XML interface for rubygem-debugger
Summary: new port devel/rubygem-debugger-xml XML interface for rubygem-debugger
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 21:40 UTC by Vladimir Kondratiev
Modified: 2013-10-20 05:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.74 KB, text/plain)
2013-10-16 21:40 UTC, Vladimir Kondratiev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kondratiev 2013-10-16 21:40:00 UTC
this port is a drop-in replacement for deprecated and outdated devel/rubygem-ruby-debug-ide. It depends on previously submited devel/rubygem-debugger-linecache (ports/183035) and devel/rubygem-debugger (ports/183036).

An XML interface which glues rubygem-debugger to IDEs
Xlike Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-16 21:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-20 04:58:49 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-20 04:58:49 UTC
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@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@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>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-10-20 04:59:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!