mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Update to 0.4.1
- Take maintainership - Reformat pkg-descr Changes: https://github.com/astashov/debugger-xml/commits/master
This commit is contained in:
parent
2d2fb982e3
commit
c69b10f29f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385993
3 changed files with 9 additions and 8 deletions
|
@ -2,21 +2,22 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= debugger-xml
|
PORTNAME= debugger-xml
|
||||||
PORTVERSION= 0.3.2
|
PORTVERSION= 0.4.1
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= XML interface for rubygem-debugger
|
COMMENT= XML interface for rubygem-debugger
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder \
|
RUN_DEPENDS= rubygem-builder32>=2.0.0:${PORTSDIR}/devel/rubygem-builder32 \
|
||||||
rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger
|
rubygem-byebug>=0:${PORTSDIR}/devel/rubygem-byebug
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
|
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/debugger-xml-0.3.2.gem) = 610d6be5654cad09c3d689ef51e92a613fcf994d64131b016d07c760d6ccfe3b
|
SHA256 (rubygem/debugger-xml-0.4.1.gem) = 5893489530559223572c3461220cfeda510105a5991fba7fd0c4686a063e029c
|
||||||
SIZE (rubygem/debugger-xml-0.3.2.gem) = 26624
|
SIZE (rubygem/debugger-xml-0.4.1.gem) = 29184
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
An XML interface which glues rubygem-debugger to IDEs
|
An XML interface which glues rubygem-debugger to IDEs like Eclipse (RDT) and
|
||||||
like Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide.
|
NetBeans. Compatible with ruby-debug-ide.
|
||||||
|
|
||||||
WWW: https://github.com/astashov/debugger-xml
|
WWW: https://github.com/astashov/debugger-xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue