Port details |
- librevisa Library for interfacing test and measurement equipment
- 0.0.20130412_2 devel =3 0.0.20130412_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2014-08-03 22:52:54
- Last Update: 2024-10-30 18:22:30
- Commit Hash: df7422d
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- License: not specified in port
- WWW:
- http://www.librevisa.org/
- Description:
- VISA is a multivendor standard for interfacing test and measurement
equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in
a free software library. Currently support for targets connected via USB,
exposing the USBTMC interface, and VXI-11 devices.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- librevisa>0:devel/librevisa
- To install the port:
- cd /usr/ports/devel/librevisa/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/librevisa
- pkg install librevisa
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: librevisa
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (librevisa-0.0.20130412.tar.gz) = 183ab67e6f482842dba6a264d35a472d969e215388928e1305fcf7a187c05f2e
SIZE (librevisa-0.0.20130412.tar.gz) = 382286
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:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- devel/librevisa-vish
- devel/libsigrok
Configuration Options:
- No options to configure
- Options name:
- devel_librevisa
- USES:
- gmake pathfix pkgconfig libtool
- 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.0.20130412_2 30 Oct 2024 18:22:30 |
Dimitry Andric (dim) |
devel/librevisa: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/librevisa to fail to compile with clang 19 and libc++
19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned short>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
usb/usb_resource_creator.cpp:73:20: note: in instantiation of template class
'std::basic_string<unsigned short>' requested here
73 | usb_string serial;
| ^ (Only the first 15 lines of the commit message are shown above ) |
0.0.20130412_2 01 Feb 2024 20:00:48 |
Muhammad Moinur Rahman (bofh) |
devel/librevisa: Moved man to share/man
Approved by: portmgr (blanket) |
0.0.20130412_1 14 Nov 2023 22:31:35 |
Dimitry Andric (dim) |
devel/librevisa: fix build with lld 17
Building devel/librevisa with lld 17 results in the following link
errors:
ld: error: version script assignment of 'global' to symbol
'viAssertIntrSignal' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'viAssertTrigger'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol
'viAssertUtilSignal' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'viBufRead' failed:
symbol not defined
ld: error: version script assignment of 'global' to symbol 'viBufWrite'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'viClear' failed:
symbol not defined
ld: error: version script assignment of 'global' to symbol 'viDiscardEvents'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'viGetDefaultRM'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'viGpibCommand'
failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'viGpibControlATN'
failed: symbol not defined (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.0.20130412_1 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.0.20130412_1 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.0.20130412_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.20130412_1 03 Apr 2019 16:44:31 |
fernape |
devel/librevisa: fix non-default PREFIX
Stripping was done always in LOCALBASE
PR: 236750
Submitted by: jcfyecrayz@liamekaens.com |
0.0.20130412_1 02 Apr 2019 21:27:35 |
tobik |
devel/librevisa: Use USES=pkgconfig |
0.0.20130412_1 02 Apr 2019 21:02:35 |
fernape |
devel/librevisa: fix build error
On FreeBSD versions where libusb.h defines LIBUSB_CLASS_APPLICATION, the extra
definition from the Makefile prevents the port from building. Remove that extra
definition.
While here, add build dependency for pkg-config
PR: 236750
Submitted by: jcfyecrayz@liamekaens.com |
0.0.20130412_1 09 Oct 2016 22:01:34 |
bsam |
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail) |
0.0.20130412_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.0.20130412 03 Aug 2014 22:52:46 |
marino |
Add new port: devel/librevisa
PR: 188811
Submitted by: uffe
================================================================
VISA is a multivendor standard for interfacing test and measurement
equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in
a free software library. Currently support for targets connected via USB,
exposing the USBTMC interface, and VXI-11 devices. |