diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-03 23:04:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-03 23:04:04 +0000 |
commit | 812aa26b1e3cc96866c495c80faa6d0a762b3ee7 (patch) | |
tree | 69f23ef7801b2311e78d900c2c92943136bb443f /devel/librevisa-vish | |
parent | 3be8cb19e6c74643c9de4df0471d916b3fd7cf1e (diff) | |
download | ports-812aa26b1e3cc96866c495c80faa6d0a762b3ee7.tar.gz ports-812aa26b1e3cc96866c495c80faa6d0a762b3ee7.zip |
Notes
Diffstat (limited to 'devel/librevisa-vish')
-rw-r--r-- | devel/librevisa-vish/Makefile | 21 | ||||
-rw-r--r-- | devel/librevisa-vish/distinfo | 2 | ||||
-rw-r--r-- | devel/librevisa-vish/pkg-descr | 8 | ||||
-rw-r--r-- | devel/librevisa-vish/pkg-plist | 2 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/librevisa-vish/Makefile b/devel/librevisa-vish/Makefile new file mode 100644 index 000000000000..0e7efe490924 --- /dev/null +++ b/devel/librevisa-vish/Makefile @@ -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> diff --git a/devel/librevisa-vish/distinfo b/devel/librevisa-vish/distinfo new file mode 100644 index 000000000000..e372d19d9a3c --- /dev/null +++ b/devel/librevisa-vish/distinfo @@ -0,0 +1,2 @@ +SHA256 (vish-0.0.20130714.tar.gz) = af855c18cbed55f149995500691f2b685c3a528ad279bf0f28d5cdf48502f8fe +SIZE (vish-0.0.20130714.tar.gz) = 78635 diff --git a/devel/librevisa-vish/pkg-descr b/devel/librevisa-vish/pkg-descr new file mode 100644 index 000000000000..1d6e29df0f54 --- /dev/null +++ b/devel/librevisa-vish/pkg-descr @@ -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/ diff --git a/devel/librevisa-vish/pkg-plist b/devel/librevisa-vish/pkg-plist new file mode 100644 index 000000000000..f963beb0c42a --- /dev/null +++ b/devel/librevisa-vish/pkg-plist @@ -0,0 +1,2 @@ +bin/vish +man/man1/vish.1.gz |