science/sigrok-firmware: update 20140418 -> 20150123
- Add distinfo - Use GitHub - Adjust COMMENT and pkg-descr text PR: 198010 Submitted by: Uffe Jakobsen <uffe@uffe.org>
This commit is contained in:
parent
811665bedd
commit
b092a45842
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380356
@ -2,21 +2,39 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= firmware
|
||||
PORTVERSION= 20140418
|
||||
PORTVERSION= 20150123
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= #none
|
||||
PKGNAMEPREFIX= sigrok-
|
||||
DISTFILES= #none
|
||||
|
||||
MAINTAINER= uffe@uffe.org
|
||||
COMMENT= Meta package for sigrok firmware packages
|
||||
COMMENT= Sigrok firmware
|
||||
|
||||
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
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= uffejakobsen
|
||||
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 2632d74
|
||||
|
||||
GNU_CONFIGURE=yes
|
||||
|
||||
USE_AUTOTOOLS= libtoolize autoconf autoheader automake aclocal
|
||||
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
||||
USES= gmake
|
||||
|
||||
FW_FILES= \
|
||||
LICENSE.Sigma asix-sigma-100.fw asix-sigma-200.fw asix-sigma-50.fw asix-sigma-50sync.fw \
|
||||
LICENSE.LWLA sysclk-lwla1034-extneg.rbf sysclk-lwla1034-extpos.rbf sysclk-lwla1034-int.rbf sysclk-lwla1034-off.rbf
|
||||
|
||||
PLIST_FILES= \
|
||||
${FW_FILES:S,^,share/sigrok-firmware/,} \
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/asix-sigma/LICENSE.Sigma ${STAGEDIR}${PREFIX}/share/sigrok-firmware
|
||||
${INSTALL_DATA} ${WRKSRC}/sysclk-lwla/LICENSE.LWLA ${STAGEDIR}${PREFIX}/share/sigrok-firmware
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
2
science/sigrok-firmware/distinfo
Normal file
2
science/sigrok-firmware/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (firmware-20150123.tar.gz) = f18bd15252c692f1d23d88856f7367ab4baf7d51be1f936dafe789823df59014
|
||||
SIZE (firmware-20150123.tar.gz) = 372291
|
@ -1,8 +1,7 @@
|
||||
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.
|
||||
sigrok-firmware is a collection of firmware files required for some of the
|
||||
devices libsigrok supports (logic analyzers, oscilloscopes, or others).
|
||||
|
||||
We only carry firmware files for which we have an explicit permission/license
|
||||
that allows at _least_ redistribution of the firmware.
|
||||
|
||||
WWW: http://www.sigrok.org/wiki/Firmware
|
||||
|
Loading…
Reference in New Issue
Block a user