notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2024Q4
librevisa Library for interfacing test and measurement equipment
0.0.20130412_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2024-10-30 18:30:14
Last Update: 2024-10-30 18:29:00
Commit Hash: 00dce14
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. @ldconfig
  2. include/visa.h
  3. include/visatype.h
  4. lib/libvisa.a
  5. lib/libvisa.so
  6. lib/libvisa.so.0
  7. lib/libvisa.so.0.0.0
  8. libdata/pkgconfig/librevisa.pc
  9. share/man/man3/viClose.3visa.gz
  10. share/man/man3/viOpenDefaultRM.3visa.gz
  11. share/man/man7/visa.7visa.gz
  12. @owner
  13. @group
  14. @mode
Collapse this list.
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

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
There are no ports dependent upon this port

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:
Expand this list (1 items)
Collapse this list.
  1. http://www.librevisa.org/download/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.20130412_2
30 Oct 2024 18:29:00
commit hash: 00dce14954e15cd7bf837456ab396b5d21da29b8commit hash: 00dce14954e15cd7bf837456ab396b5d21da29b8commit hash: 00dce14954e15cd7bf837456ab396b5d21da29b8commit hash: 00dce14954e15cd7bf837456ab396b5d21da29b8 files touched by this commit
Dimitry Andric (dim) search for other commits by this committer
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 View all of this commit message)

Number of commits found: 1