devel/seer-gdb: New port: GUI frontend to gdb

This commit is contained in:
Yuri Victorovich 2023-08-17 00:12:17 -07:00
parent 2def943a75
commit 81cd705011
4 changed files with 40 additions and 0 deletions

View file

@ -7551,6 +7551,7 @@
SUBDIR += sdsl-lite
SUBDIR += sdts++
SUBDIR += sedsed
SUBDIR += seer-gdb
SUBDIR += selene
SUBDIR += sentry-cli
SUBDIR += serd

33
devel/seer-gdb/Makefile Normal file
View file

@ -0,0 +1,33 @@
PORTNAME= seer-gdb
DISTVERSIONPREFIX= v
DISTVERSION= 2.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= GUI frontend to gdb
WWW= https://github.com/epasveer/seer
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../LICENSE
RUN_DEPENDS= gdb:devel/gdb
USES= cmake compiler:c++17-lang gl qt:6
USE_QT= base charts svg
USE_GL= gl opengl
USE_GITHUB= yes
GH_ACCOUNT= epasveer
GH_PROJECT= seer
WRKSRC_SUBDIR= src
PLIST_FILES= bin/seergdb
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/gdb|${LOCALBASE}/bin/gdb|' \
${WRKSRC}/SeerGdbConfigPage.cpp \
${WRKSRC}/SeerGdbWidget.cpp \
${WRKSRC}/SeerMainWindow.cpp
.include <bsd.port.mk>

3
devel/seer-gdb/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1692254429
SHA256 (epasveer-seer-v2.1_GH0.tar.gz) = fdac5540d7d889c5b7645566c68eafbe5917fdb63c6d47515a44e2f7ff9f15fe
SIZE (epasveer-seer-v2.1_GH0.tar.gz) = 419994

3
devel/seer-gdb/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
Seer is a gui frontend to gdb.
The aim is a simple, yet pleasing gui to gdb.