mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -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$
|
||||
|
||||
PORTNAME= debugger-xml
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= XML interface for rubygem-debugger
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder \
|
||||
rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger
|
||||
RUN_DEPENDS= rubygem-builder32>=2.0.0:${PORTSDIR}/devel/rubygem-builder32 \
|
||||
rubygem-byebug>=0:${PORTSDIR}/devel/rubygem-byebug
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/debugger-xml-0.3.2.gem) = 610d6be5654cad09c3d689ef51e92a613fcf994d64131b016d07c760d6ccfe3b
|
||||
SIZE (rubygem/debugger-xml-0.3.2.gem) = 26624
|
||||
SHA256 (rubygem/debugger-xml-0.4.1.gem) = 5893489530559223572c3461220cfeda510105a5991fba7fd0c4686a063e029c
|
||||
SIZE (rubygem/debugger-xml-0.4.1.gem) = 29184
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
An XML interface which glues rubygem-debugger to IDEs
|
||||
like Eclipse (RDT) and NetBeans. Compatible with ruby-debug-ide.
|
||||
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…
Add table
Reference in a new issue