svn commit: r380356 - head/science/sigrok-firmware
Bartek Rutkowski
robak at FreeBSD.org
Tue Mar 3 12:32:38 UTC 2015
Author: robak
Date: Tue Mar 3 12:32:36 2015
New Revision: 380356
URL: https://svnweb.freebsd.org/changeset/ports/380356
QAT: https://qat.redports.org/buildarchive/r380356/
Log:
science/sigrok-firmware: update 20140418 -> 20150123
- Add distinfo
- Use GitHub
- Adjust COMMENT and pkg-descr text
PR: 198010
Submitted by: Uffe Jakobsen <uffe at uffe.org>
Added:
head/science/sigrok-firmware/distinfo (contents, props changed)
Modified:
head/science/sigrok-firmware/Makefile
head/science/sigrok-firmware/pkg-descr
Modified: head/science/sigrok-firmware/Makefile
==============================================================================
--- head/science/sigrok-firmware/Makefile Tue Mar 3 12:29:07 2015 (r380355)
+++ head/science/sigrok-firmware/Makefile Tue Mar 3 12:32:36 2015 (r380356)
@@ -2,21 +2,39 @@
# $FreeBSD$
PORTNAME= firmware
-PORTVERSION= 20140418
+PORTVERSION= 20150123
CATEGORIES= science
-MASTER_SITES= #none
PKGNAMEPREFIX= sigrok-
-DISTFILES= #none
MAINTAINER= uffe at 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>
Added: head/science/sigrok-firmware/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/sigrok-firmware/distinfo Tue Mar 3 12:32:36 2015 (r380356)
@@ -0,0 +1,2 @@
+SHA256 (firmware-20150123.tar.gz) = f18bd15252c692f1d23d88856f7367ab4baf7d51be1f936dafe789823df59014
+SIZE (firmware-20150123.tar.gz) = 372291
Modified: head/science/sigrok-firmware/pkg-descr
==============================================================================
--- head/science/sigrok-firmware/pkg-descr Tue Mar 3 12:29:07 2015 (r380355)
+++ head/science/sigrok-firmware/pkg-descr Tue Mar 3 12:32:36 2015 (r380356)
@@ -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
More information about the svn-ports-all
mailing list