forked from Lainports/freebsd-ports
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.
This commit is contained in:
parent
ab7f54db43
commit
b1ca44ccd9
3 changed files with 31 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
22
science/sigrok-firmware/Makefile
Normal file
22
science/sigrok-firmware/Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
||||
# $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 <bsd.port.mk>
|
||||
8
science/sigrok-firmware/pkg-descr
Normal file
8
science/sigrok-firmware/pkg-descr
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue