SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

26
devel/mspdebug/Makefile Normal file
View file

@ -0,0 +1,26 @@
COMMENT= debugger for use with MSP 430 MCUs
GH_ACCOUNT= dlbeer
GH_PROJECT= mspdebug
GH_TAGNAME= v0.23
REVISION= 1
CATEGORIES= devel
HOMEPAGE= https://dlbeer.co.nz/mspdebug/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += c curses pthread readline usb
LIB_DEPENDS= devel/libusb-compat
USE_GMAKE= Yes
MAKE_FLAGS= CC="${CC}" GCC_CFLAGS="" LDFLAGS=""
FAKE_FLAGS= PREFIX=${PREFIX} MANDIR=${PREFIX}/man/man1/
NO_TEST= Yes
.include <bsd.port.mk>

2
devel/mspdebug/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (mspdebug-0.23.tar.gz) = 5NuaxRnVmJqkjkPpLwSmghpdx9/4yLN5VQinfsTt3oQ=
SIZE (mspdebug-0.23.tar.gz) = 322556

4
devel/mspdebug/pkg/DESCR Normal file
View file

@ -0,0 +1,4 @@
MSPDebug is a free debugger for use with MSP430 MCUs. It supports
FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
used as a proxy for gdb or as an independent debugger with support for
programming, disassembly and reverse engineering.

4
devel/mspdebug/pkg/PLIST Normal file
View file

@ -0,0 +1,4 @@
@bin bin/mspdebug
lib/mspdebug/
lib/mspdebug/ti_3410.fw.ihex
@man man/man1/mspdebug.1