Port details |
- iio-oscilloscope Oscilloscope application for interfacing with various IIO devices
- 0.18 misc
=2 0.17Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-09-02 04:20:10
- Last Update: 2025-04-02 09:10:43
- Commit Hash: 2a79198
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope
- Description:
- The ADI IIO Oscilloscope is a example application, which demonstrates how to
interface different evaluation boards from within a Linux system. The
application supports plotting of the captured data in four different modes
(time domain, frequency domain, constellation and cross-correlation). The
application also allows to view and modify several settings of the evaluation
board's devices.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- iio-oscilloscope>0:misc/iio-oscilloscope
- To install the port:
- cd /usr/ports/misc/iio-oscilloscope/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/iio-oscilloscope
- pkg install iio-oscilloscope
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iio-oscilloscope
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743576537
SHA256 (analogdevicesinc-iio-oscilloscope-v0.18-main_GH0.tar.gz) = 5eb05dc027ca260f7f1f05979043a534a5d59d43bd50ff4828bd51fea77ea5ec
SIZE (analogdevicesinc-iio-oscilloscope-v0.18-main_GH0.tar.gz) = 40752543
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libad9361.so : misc/libad9361-iio
- libcurl.so : ftp/curl
- libfftw3.so : math/fftw3
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libgtkdatabox.so : x11-toolkits/gtkdatabox
- libiio.so : misc/libiio
- libjansson.so : devel/jansson
- libmatio.so : math/matio
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libxml2.so : textproc/libxml2
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_iio-oscilloscope
- USES:
- cmake compiler:c11 gnome localbase:ldflags pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18 02 Apr 2025 09:10:43
    |
Yuri Victorovich (yuri)  |
misc/iio-oscilloscope: update 0.17 → 0.18
Reported by: portscout |
0.17 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
0.17 23 Jun 2024 10:12:32
    |
Yuri Victorovich (yuri)  |
misc/iio-oscilloscope: update 0.14 → 0.17
Reported by: portscout |
0.14_4 11 Jul 2023 17:27:04
    |
Yuri Victorovich (yuri)  |
misc/iio-oscilloscope: Broken: uses deprecated GTK functions |
0.14_4 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.14_3 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.14_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.14_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.14_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.14 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.14 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.14 06 Mar 2021 18:14:51
  |
yuri  |
misc/iio-oscilloscope: Update 0.13 -> 0.14
Reported by: portscout |
0.13 19 Jan 2021 21:02:15
  |
yuri  |
misc/iio-oscilloscope: Update 0.11 -> 0.13
Reported by: portscout |
0.11_1 21 Oct 2020 20:54:05
  |
pkubaj  |
misc/iio-oscilloscope: fix build on GCC architectures
Use C11 compiler:
cc1: warnings being treated as errors
In file included from /usr/local/include/glib-2.0/glib/gthread.h:34,
from /usr/local/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/local/include/glib-2.0/glib.h:32,
from /usr/local/include/glib-2.0/gmodule.h:28,
from
/wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.11-master/iio_utils.h:11,
from
/wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.11-master/iio_utils.c:1:
/usr/local/include/glib-2.0/glib/gutils.h:336: warning: 'GVoidFunc' is
deprecated
Also remove previous patches that fixed build with base GCC of previous version
of the port.
MFH: 2020Q4 (fix build blanket) |
0.11_1 26 Sep 2020 16:30:14
  |
makc  |
Force to rebuild after math/matio update |
0.11 08 Dec 2019 16:06:19
  |
yuri  |
misc/iio-oscilloscope: Update 0.10 -> 0.11
Reported by: portscout |
0.10 05 Nov 2019 08:33:15
  |
pkubaj  |
misc/iio-oscilloscope: fix build on GCC architectures
Build fails with base GCC:
cc1: warnings being treated as errors
/wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.10-master-28-g9b9a441/osc.c:
In function 'plugin_data_capture_of_plot':
/wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.10-master-28-g9b9a441/osc.c:576:
warning: 'markers_lock' may be used uninitialized in this function
PR: 241622
Approved by: yuri (maintainer), linimon (mentor) |
0.10 02 Sep 2019 04:20:01
  |
yuri  |
New port: misc/iio-oscilloscope: Oscilloscope application for interfacing with
various IIO devices |