svn commit: r363958 - in head/devel: . librevisa-vish

John Marino marino at FreeBSD.org
Sun Aug 3 23:04:06 UTC 2014


Author: marino
Date: Sun Aug  3 23:04:04 2014
New Revision: 363958
URL: http://svnweb.freebsd.org/changeset/ports/363958
QAT: https://qat.redports.org/buildarchive/r363958/

Log:
  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.

Added:
  head/devel/librevisa-vish/
  head/devel/librevisa-vish/Makefile   (contents, props changed)
  head/devel/librevisa-vish/distinfo   (contents, props changed)
  head/devel/librevisa-vish/pkg-descr   (contents, props changed)
  head/devel/librevisa-vish/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Aug  3 22:52:46 2014	(r363957)
+++ head/devel/Makefile	Sun Aug  3 23:04:04 2014	(r363958)
@@ -1109,6 +1109,7 @@
     SUBDIR += librelp
     SUBDIR += librest
     SUBDIR += librevisa
+    SUBDIR += librevisa-vish
     SUBDIR += libruin
     SUBDIR += libs11n
     SUBDIR += libserialport

Added: head/devel/librevisa-vish/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/librevisa-vish/Makefile	Sun Aug  3 23:04:04 2014	(r363958)
@@ -0,0 +1,21 @@
+# Created by: Uffe Jakobsen <uffe at uffe.org>
+# $FreeBSD$
+
+PORTNAME=	librevisa-vish
+PORTVERSION=	0.0.20130714
+CATEGORIES=	devel
+MASTER_SITES=	http://www.librevisa.org/download/
+DISTNAME=	vish-${PORTVERSION}
+
+MAINTAINER=	uffe at 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>

Added: head/devel/librevisa-vish/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/librevisa-vish/distinfo	Sun Aug  3 23:04:04 2014	(r363958)
@@ -0,0 +1,2 @@
+SHA256 (vish-0.0.20130714.tar.gz) = af855c18cbed55f149995500691f2b685c3a528ad279bf0f28d5cdf48502f8fe
+SIZE (vish-0.0.20130714.tar.gz) = 78635

Added: head/devel/librevisa-vish/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/librevisa-vish/pkg-descr	Sun Aug  3 23:04:04 2014	(r363958)
@@ -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/

Added: head/devel/librevisa-vish/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/librevisa-vish/pkg-plist	Sun Aug  3 23:04:04 2014	(r363958)
@@ -0,0 +1,2 @@
+bin/vish
+man/man1/vish.1.gz


More information about the svn-ports-all mailing list