diff --git a/science/Makefile b/science/Makefile index de0bf7dc6688..53e5d3f55c07 100644 --- a/science/Makefile +++ b/science/Makefile @@ -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 diff --git a/science/sigrok-firmware/Makefile b/science/sigrok-firmware/Makefile new file mode 100644 index 000000000000..0bce6e54137f --- /dev/null +++ b/science/sigrok-firmware/Makefile @@ -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 diff --git a/science/sigrok-firmware/pkg-descr b/science/sigrok-firmware/pkg-descr new file mode 100644 index 000000000000..dcee66b9525d --- /dev/null +++ b/science/sigrok-firmware/pkg-descr @@ -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