devel/seer-gdb: New port: GUI frontend to gdb
This commit is contained in:
parent
2def943a75
commit
81cd705011
4 changed files with 40 additions and 0 deletions
|
@ -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
33
devel/seer-gdb/Makefile
Normal 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
3
devel/seer-gdb/distinfo
Normal 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
3
devel/seer-gdb/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Seer is a gui frontend to gdb.
|
||||
|
||||
The aim is a simple, yet pleasing gui to gdb.
|
Loading…
Reference in a new issue