From owner-svn-ports-head@FreeBSD.ORG Sun Aug 3 22:37:52 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 A429BF9F for ; Sun, 3 Aug 2014 22:37:52 +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 92F12286F for ; Sun, 3 Aug 2014 22:37:52 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 5b27 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 22:37:52 +0000 From: John Marino Date: Sun, 3 Aug 2014 22:37:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363954 - in head/science: . sigrok-firmware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53deb9c0.5b27.6a906206@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 22:37:52 -0000 Author: marino Date: Sun Aug 3 22:37:51 2014 New Revision: 363954 URL: http://svnweb.freebsd.org/changeset/ports/363954 QAT: https://qat.redports.org/buildarchive/r363954/ Log: Add new port: science/sigrok-firmware PR: 188810 Submitted by: uffe =============================================================== The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, hygrometers, anemometers, light meters, DAQs, dataloggers, function generators, spectrum analyzers, power supplies, GPIB interfaces, and more. Added: head/science/sigrok-firmware/ head/science/sigrok-firmware/Makefile (contents, props changed) head/science/sigrok-firmware/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Aug 3 22:24:50 2014 (r363953) +++ head/science/Makefile Sun Aug 3 22:37:51 2014 (r363954) @@ -173,6 +173,7 @@ SUBDIR += rubygem-ai4r SUBDIR += rubygem-netcdf SUBDIR += sigrok-cli + SUBDIR += sigrok-firmware SUBDIR += sigrok-firmware-fx2lafw SUBDIR += sigrok-firmware-utils SUBDIR += silo Added: head/science/sigrok-firmware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/sigrok-firmware/Makefile Sun Aug 3 22:37:51 2014 (r363954) @@ -0,0 +1,22 @@ +# Created by: Uffe Jakobsen +# $FreeBSD$ + +PORTNAME= firmware +PORTVERSION= 20140418 +CATEGORIES= science +MASTER_SITES= #none +PKGNAMEPREFIX= sigrok- +DISTFILES= #none + +MAINTAINER= uffe@uffe.org +COMMENT= Meta package for sigrok firmware packages + +RUN_DEPENDS= parseelf.py:${PORTSDIR}/science/sigrok-firmware-utils \ + ${LOCALBASE}/share/sigrok-firmware/fx2lafw-cypress-fx2.fw:${PORTSDIR}/science/sigrok-firmware-fx2lafw + +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_MTREE= yes +NO_INSTALL= yes + +.include Added: head/science/sigrok-firmware/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/sigrok-firmware/pkg-descr Sun Aug 3 22:37:51 2014 (r363954) @@ -0,0 +1,8 @@ +The sigrok project aims at creating a portable, cross-platform, +Free/Libre/Open-Source signal analysis software suite that supports +various device types, such as logic analyzers, MSOs, oscilloscopes, +multimeters, LCR meters, sound level meters, thermometers, hygrometers, +anemometers, light meters, DAQs, dataloggers, function generators, +spectrum analyzers, power supplies, GPIB interfaces, and more. + +WWW: http://www.sigrok.org/wiki/Firmware