From owner-svn-ports-head@FreeBSD.ORG Sun Aug 3 23:04:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5D6E872 for ; Sun, 3 Aug 2014 23:04:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A81BC2B4C for ; Sun, 3 Aug 2014 23:04:05 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 56cd by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 23:04:04 +0000 From: John Marino Date: Sun, 3 Aug 2014 23:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363958 - in head/devel: . librevisa-vish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53debfe5.56cd.63419857@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 23:04:05 -0000 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 +# $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 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