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:
parent
3be8cb19e6
commit
812aa26b1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363958
@ -1109,6 +1109,7 @@
|
||||
SUBDIR += librelp
|
||||
SUBDIR += librest
|
||||
SUBDIR += librevisa
|
||||
SUBDIR += librevisa-vish
|
||||
SUBDIR += libruin
|
||||
SUBDIR += libs11n
|
||||
SUBDIR += libserialport
|
||||
|
21
devel/librevisa-vish/Makefile
Normal file
21
devel/librevisa-vish/Makefile
Normal 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>
|
2
devel/librevisa-vish/distinfo
Normal file
2
devel/librevisa-vish/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (vish-0.0.20130714.tar.gz) = af855c18cbed55f149995500691f2b685c3a528ad279bf0f28d5cdf48502f8fe
|
||||
SIZE (vish-0.0.20130714.tar.gz) = 78635
|
8
devel/librevisa-vish/pkg-descr
Normal file
8
devel/librevisa-vish/pkg-descr
Normal 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/
|
2
devel/librevisa-vish/pkg-plist
Normal file
2
devel/librevisa-vish/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/vish
|
||||
man/man1/vish.1.gz
|
Loading…
Reference in New Issue
Block a user