freebsd-ports/devel/libsigrokdecode/Makefile
Boris Samorodov afd5367192 devel/libsigrokdecode: Update to version 0.5.2.
From the announcement at the site:
-----
This is a "minor" release that doesn't change or remove any existing public
API functions, so all existing clients will continue to work (without even
the need to recompile).

The following new protocol decoders are now available:

    mcs48: Intel MCS-48 external memory access protocol
    st7735: Sitronix ST7735 TFT controller protocol
    atsha204a: Microchip ATSHA204A CryptoAuthentication device
    cfp: 100 Gigabit C form-factor pluggable (CFP) protocol
    jtag_ejtag: MIPS EJTAG protocol
    swim: STM8 Single Wire Interface Module (SWIM) protocol
    cec: HDMI Consumer Electronics Control (CEC) protocol
    miller: Miller encoding protocol
    ook: On-off keying protocol
    ook_oregon: Oregon Scientific weather sensor protocol
    ook_vis: OOK visualisation in various formats

In total, we now support 93 different protocol decoders.
-----
2018-09-13 22:36:19 +00:00

21 lines
483 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= libsigrokdecode
PORTVERSION= 0.5.2
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libsigrokdecode/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Framework for hardware logic analyzers, protocol decoders library
LICENSE= GPLv3
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig python:3.4+
USE_GNOME= glib20
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>