freebsd-ports/devel/py-gdbgui/Makefile
Mahdi Mokhtari 384cf6ac3c devel/py-gdbgui: Update to 0.7.8.2
This update has fixes/features added:
*    bugfix in logic when jumping to source code line
*    bugfix for when variable goes fromempty -> 1 element
*    add CODE OF CONDUCT, CONTRIBUTING, and CHANGELOG files
*    correctly display < and > in console widget
*    show disassembly when file is unknown or missing
*    improve logic when source code line should be jumped to
*    escape brackets in disassembly, and gracefully hide missing opcodes
*    update socketio version for more reliable websocket connection

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D11457
2017-07-17 20:14:38 +00:00

28 lines
804 B
Makefile

# $FreeBSD$
PORTNAME= gdbgui
PORTVERSION= 0.7.8.2
CATEGORIES= devel lang python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Browser-based frontend/gui for GDB
LICENSE= CC-BY-NC-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.12.2:www/py-flask \
${PYTHON_PKGNAMEPREFIX}Flask-SocketIO>=2.9.0:www/py-flask-socketio \
${PYTHON_PKGNAMEPREFIX}eventlet>=0.21.0:net/py-eventlet \
${PYTHON_PKGNAMEPREFIX}pygdbmi>=0.7.3.3:devel/py-pygdbmi \
${PYTHON_PKGNAMEPREFIX}pypugjs>=4.2.0:devel/py-pypugjs \
${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}gevent>=1.2.2:devel/py-gevent
USE_GITHUB= yes
GH_ACCOUNT= cs01
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>