| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/pulseview/ |
Upload File : |
PORTNAME= pulseview
PORTVERSION= 0.4.2
PORTREVISION= 3
CATEGORIES= science cad
MASTER_SITES= http://sigrok.org/download/source/pulseview/
# Fix build with glib 2.68.3
PATCH_SITES= https://github.com/sigrokproject/pulseview/commit/
PATCHFILES= ed643f0b4ac587204a5243451cda181ee1405d62.diff:-p1
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI client that supports various hardware logic analyzers
WWW= https://sigrok.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libsigrok.so:devel/libsigrok \
libsigrokdecode.so:devel/libsigrokdecode
USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5
USE_GNOME= glibmm glib20 libsigc++20
USE_QT= buildtools:build core gui linguisttools:build qmake:build svg widgets
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \
-DDISABLE_WERROR:BOOL=TRUE
PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz \
share/applications/org.sigrok.PulseView.desktop \
share/icons/hicolor/48x48/apps/pulseview.png \
share/icons/hicolor/scalable/apps/pulseview.svg \
share/metainfo/org.sigrok.PulseView.appdata.xml
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>