From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 19 22:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 8D36F473 for ; Sat, 19 Apr 2014 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A35617F6 for ; Sat, 19 Apr 2014 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3JMK0MA003851 for ; Sat, 19 Apr 2014 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3JMK0PY003850; Sat, 19 Apr 2014 22:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 19 Apr 2014 22:20:00 GMT Resent-Message-Id: <201404192220.s3JMK0PY003850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Uffe Jakobsen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CE092F4 for ; Sat, 19 Apr 2014 22:10:45 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F80417C0 for ; Sat, 19 Apr 2014 22:10:45 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3JMAirF098090 for ; Sat, 19 Apr 2014 22:10:44 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3JMAi85098089; Sat, 19 Apr 2014 22:10:44 GMT (envelope-from nobody) Message-Id: <201404192210.s3JMAi85098089@cgiserv.freebsd.org> Date: Sat, 19 Apr 2014 22:10:44 GMT From: Uffe Jakobsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188810: New port: science/sigrok-firmware X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 22:20:00 -0000 >Number: 188810 >Category: ports >Synopsis: New port: science/sigrok-firmware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 19 22:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Uffe Jakobsen >Release: FreeBSD 10.0-RELEASE-p1 >Organization: >Environment: >Description: New port: science/sigrok-firmware Meta port/package for the sigrok-firmware-* ports (more to come) >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sigrok-firmware # sigrok-firmware/pkg-descr # sigrok-firmware/Makefile # echo c - sigrok-firmware mkdir -p sigrok-firmware > /dev/null 2>&1 echo x - sigrok-firmware/pkg-descr sed 's/^X//' >sigrok-firmware/pkg-descr << '83e49a74159800f49cfd1414311f85d4' XThe sigrok project aims at creating a portable, cross-platform, XFree/Libre/Open-Source signal analysis software suite that supports Xvarious device types, such as logic analyzers, MSOs, oscilloscopes, Xmultimeters, LCR meters, sound level meters, thermometers, Xhygrometers, anemometers, light meters, DAQs, dataloggers, Xfunction generators, spectrum analyzers, power supplies, XGPIB interfaces, and more. X XWWW: http://www.sigrok.org/wiki/Firmware 83e49a74159800f49cfd1414311f85d4 echo x - sigrok-firmware/Makefile sed 's/^X//' >sigrok-firmware/Makefile << 'c8dffca30742574dcad94f660ff65112' X# Created by: Uffe Jakobsen X# $FreeBSD: $ X XPORTNAME= sigrok-firmware XPORTVERSION= 20140418 XPORTREVISION= 1 XCATEGORIES= science XMASTER_SITES= #none XDISTFILES= #none X XMAINTAINER= uffe@uffe.org XCOMMENT= Meta package for sigrok firmware packages X XRUN_DEPENDS= sigrok-firmware-utils:${PORTSDIR}/science/sigrok-firmware-utils \ X sigrok-firmware-fx2lafw:${PORTSDIR}/science/sigrok-firmware-fx2lafw X X#LICENSE= X XNO_WRKSUBDIR= yes XNO_BUILD= yes XNO_MTREE= yes X Xdo-install: X X.include c8dffca30742574dcad94f660ff65112 exit >Release-Note: >Audit-Trail: >Unformatted: