Port details |
- libsigrok Framework for hardware logic analyzers, core library
- 0.5.2_4 devel =5 0.5.2_4Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-12-30 23:46:50
- Last Update: 2023-10-07 00:55:27
- Commit Hash: 19ba14b
- People watching this port, also watch:: sigrok-cli, rdesktop, monit, nullmailer, chromium
- License: GPLv3+
- WWW:
- https://sigrok.org/
- Description:
- The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers,
hygrometers, anemometers, light meters, DAQs, dataloggers,
function generators, spectrum analyzers, power supplies,
GPIB interfaces, and more.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsigrok>0:devel/libsigrok
- To install the port:
- cd /usr/ports/devel/libsigrok/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libsigrok
- pkg install libsigrok
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsigrok
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1579031765
SHA256 (libsigrok-0.5.2.tar.gz) = 4d341f90b6220d3e8cb251dacf726c41165285612248f2c52d15df4590a1ce3c
SIZE (libsigrok-0.5.2.tar.gz) = 1779465
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:
-
- doxygen : devel/doxygen
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- update-mime-database : misc/shared-mime-info
- Runtime dependencies:
-
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libcheck.so : devel/check
- libftdi1.so : devel/libftdi1
- libhidapi.so : comms/hidapi
- libserialport.so : devel/libserialport
- libvisa.so : devel/librevisa
- libzip.so : archivers/libzip
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libglibmm-2.4.so : devel/glibmm
- libsigc-2.0.so : devel/libsigc++20
- This port is required by:
- for Libraries
-
- science/pulseview
- science/sigrok-cli
Configuration Options:
- No options to configure
- Options name:
- devel_libsigrok
- USES:
- compiler:c11 gnome libtool pathfix pkgconfig python:-3.9,build shared-mime-info
- 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.5.2_4 07 Oct 2023 00:55:27 |
Jan Beich (jbeich) |
Drop FreeBSD < 14.0-BETA5 <sys/timerfd.h> workarounds
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373
https://cgit.freebsd.org/src/commit/?h=releng/14.0&id=7454117918cd
https://lists.freebsd.org/archives/freebsd-stable/2023-October/001533.html
Old -CURRENT, -STABLE, -RELENG snapshots were never supported in ports/.
This reverts commit 4458b6d2d931d462f260dc06fb7b9c7fa1f707aa.
This reverts commit f295903414ccab16e75feb05c851d726deb16713.
This reverts commit d7c830340dbb2e33451d3ad36ea5a707d0d222b6.
This reverts commit 572560076d1c987833958524a2bc4a60a1700287.
This reverts commit f4c28b489119fb134e7873047aea1aa643219d70.
This reverts commit 163928669d74be3a5d8a307b6a03abd06bf55cd6.
This reverts commit b8948f86c12cfe8a24ba203634e3a1572eab4ba8.
This reverts commit 5e70841f87b2d316acc170b0f550e4eab205b6e2.
This reverts commit 600ca97fd58482c907708888a7af879219540a79. |
0.5.2_4 30 Aug 2023 17:00:37 |
Muhammad Moinur Rahman (bofh) |
devel/libsigrok: Fix INDEX
In my previous commit I missed an include breaking the INDEX. |
30 Aug 2023 16:52:03
|
Muhammad Moinur Rahman (bofh) |
devel/libsigrok: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
0.5.2_4 27 Feb 2023 15:45:48 |
Muhammad Moinur Rahman (bofh) |
devel/libsigrok: Runtime fix
C/C++ Comments handling are broken in swig 4 which is a pending issue
for more than 2 years. Use this hack for now to skip parsing comments.
- Pet portclippy |
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.5.2_3 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.5.2_3 18 Aug 2022 00:23:04 |
Dima Panov (fluffy) |
devel/libsigrok: unbreak build with py310+ (+)
libsigrokcxx library require python <= 3.9 to build.
While here, add missed dependencies
Approved by: portmgr blanket (fix build)
Reporteb by: poudriere failure |
0.5.2_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
0.5.2_1 05 Aug 2022 17:58:34 |
Bernard Spil (brnrd) |
archivers/libzip: Bump PORTREVISION on dependent ports |
0.5.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.2 06 Jun 2022 11:48:06 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
0.5.2 06 Jun 2022 11:19:04 |
Rene Ladan (rene) |
all: return bsam's ports to the pool after his commit bit got safekept |
0.5.2 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.5.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.2 14 Jan 2020 20:28:44 |
bsam |
devel/libsigrok: Update to 0.5.2 |
0.5.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.5.1 20 Dec 2018 08:43:24 |
linimon |
Building this port on GCC-based architectures requires USES=compiler:c11.
PR: 234072
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.5.1 03 Nov 2018 12:34:51 |
bsam |
devel/libsigrok: Update to version 0.5.1
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 hardware is now (additionally) supported:
* Logic analyzers: DreamSourceLab DSLogic Basic/Plus, Hantek 4032L,
IPDBG (ipdbg.org FPGA IP debugger), Meilhaus Logian-16L, Saleae
Logic Pro 16, ZEROPLUS Logic Cube LAP-C (16128+) / LAP-16032U
* Oscilloscopes: Agilent MSO7034A, Hantek DSO-2250, Rigol DS4000
series, Siglent SDS1000/SDS2000 series
* Programmable power supplies: GW Instek GPD series, HP
6631B/66332A/6633B/6634B, Korad KD3005P, RDTech DPS/DPH series,
Rigol DP711/DP712, RND KA3005P, Tenma 72-2540 (Only the first 15 lines of the commit message are shown above ) |
0.5.0_1 13 Oct 2018 00:44:29 |
amdmi3 |
- Unbreak some drivers by importing patch from upstream
PR: 228789
Submitted by: romain
Approved by: maintainer timeout (bsam, 4 months) |
0.5.0 16 Jan 2018 15:12:28 |
bsam |
Switch pkg-pist WWW: label to apropriate HTTPS addresses. |
0.5.0 11 Oct 2017 21:18:39 |
bsam |
devel/libsigrok: Update to version 0.5.0. |
0.3.0_2 27 Sep 2017 18:08:14 |
rakuco |
Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638 |
0.3.0_1 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.3.0_1 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
0.3.0_1 05 Jan 2017 22:58:02 |
jbeich |
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. |
0.3.0_1 09 Oct 2016 21:25:24 |
bsam |
Take maintainership.
Approved by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) |
0.3.0_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.3.0_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3.0_1 28 Aug 2015 10:48:42 |
makc |
- Bump PORTREVISION after libzip update |
0.3.0 07 Oct 2014 06:32:33 |
antoine |
Fix build on head and 10.1 |
0.3.0 28 Jul 2014 23:05:32 |
wg |
devel/libsigrok: update to 0.3.0
PR: 192152
Submitted by: maintainer (based on) |
0.2.2_1 05 May 2014 22:50:59 |
tijl |
Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.
cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.
databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.
databases/mysql-workbench52:
- USES=libtool.
devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.
devel/liborcus:
- USES=libtool tar:bzip2. |
0.2.2 27 Jan 2014 19:15:36 |
ak |
- Update to 0.2.2
- Bump PORTREVISION in ports that depend on libsigrok
PR: ports/185972
Submitted by: Uffe Jakobsen <uffe@uffe.org> (maintainer) |
0.2.0_1 02 Jan 2014 21:29:37 |
jgh |
- link library to libusb
- bump portrevision as this is required for the library
Submitted by: jgh@
Approved by: maintainer, uffe@uffe.org |
0.2.0 30 Dec 2013 23:46:32 |
jgh |
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers,
hygrometers, anemometers, light meters, DAQs, dataloggers,
function generators, spectrum analyzers, power supplies,
GPIB interfaces, and more.
WWW: http://sigrok.org/
PR: ports/179853
Submitted by: Uffe Jakobsen <uffe@uffe.org> |