1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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.
This commit is contained in:
John Marino 2014-08-03 22:52:46 +00:00
parent 308e311cfc
commit 3be8cb19e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363957
5 changed files with 43 additions and 0 deletions

View File

@ -1108,6 +1108,7 @@
SUBDIR += libregf
SUBDIR += librelp
SUBDIR += librest
SUBDIR += librevisa
SUBDIR += libruin
SUBDIR += libs11n
SUBDIR += libserialport

22
devel/librevisa/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= librevisa
PORTVERSION= 0.0.20130412
CATEGORIES= devel
MASTER_SITES= http://www.librevisa.org/download/
MAINTAINER= uffe@uffe.org
COMMENT= Library for interfacing test and measurement equipment
USES= gmake pathfix libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
# Workaround FreeBSD 9.1+ libusb not knowing LIBUSB_CLASS_APPLICATION
CPPFLAGS+= -DLIBUSB_CLASS_APPLICATION=0xfe
post-install:
${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libvisa.so
.include <bsd.port.mk>

2
devel/librevisa/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (librevisa-0.0.20130412.tar.gz) = 183ab67e6f482842dba6a264d35a472d969e215388928e1305fcf7a187c05f2e
SIZE (librevisa-0.0.20130412.tar.gz) = 382286

View File

@ -0,0 +1,8 @@
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.
WWW: http://www.librevisa.org/

10
devel/librevisa/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
include/visa.h
include/visatype.h
lib/libvisa.a
lib/libvisa.so
lib/libvisa.so.0
lib/libvisa.so.0.0.0
libdata/pkgconfig/librevisa.pc
man/man3/viClose.3visa.gz
man/man3/viOpenDefaultRM.3visa.gz
man/man7/visa.7visa.gz