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

Add new port: devel/librevisa-vish

PR:		188813
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 23:04:04 +00:00
parent 3be8cb19e6
commit 812aa26b1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363958
5 changed files with 34 additions and 0 deletions

View File

@ -1109,6 +1109,7 @@
SUBDIR += librelp
SUBDIR += librest
SUBDIR += librevisa
SUBDIR += librevisa-vish
SUBDIR += libruin
SUBDIR += libs11n
SUBDIR += libserialport

View File

@ -0,0 +1,21 @@
# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= librevisa-vish
PORTVERSION= 0.0.20130714
CATEGORIES= devel
MASTER_SITES= http://www.librevisa.org/download/
DISTNAME= vish-${PORTVERSION}
MAINTAINER= uffe@uffe.org
COMMENT= Open Source VISA shell for interfacing test and measurement equipment
LIB_DEPENDS= libvisa.so:${PORTSDIR}/devel/librevisa
USES= gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lvisa
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (vish-0.0.20130714.tar.gz) = af855c18cbed55f149995500691f2b685c3a528ad279bf0f28d5cdf48502f8fe
SIZE (vish-0.0.20130714.tar.gz) = 78635

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/

View File

@ -0,0 +1,2 @@
bin/vish
man/man1/vish.1.gz