Date: Sun, 18 Aug 2019 22:05:38 +0000 (UTC) From: Vladimir Kondratyev <wulf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509242 - in head/comms: . iwmbt-firmware Message-ID: <201908182205.x7IM5cdF079813@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wulf (src committer) Date: Sun Aug 18 22:05:37 2019 New Revision: 509242 URL: https://svnweb.freebsd.org/changeset/ports/509242 Log: New port: comms/iwmbt-firmware Firmware for the Intel Wireless 8260/8265 chip based Bluetooth USB devices. To be downloaded with iwmbtfw(8). WWW: https://packages.debian.org/firmware-iwlwifi WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git PR: 237083 Reviewed by: koobs Approved by: koobs Added: head/comms/iwmbt-firmware/ head/comms/iwmbt-firmware/Makefile (contents, props changed) head/comms/iwmbt-firmware/distinfo (contents, props changed) head/comms/iwmbt-firmware/pkg-descr (contents, props changed) head/comms/iwmbt-firmware/pkg-plist (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Aug 18 21:48:11 2019 (r509241) +++ head/comms/Makefile Sun Aug 18 22:05:37 2019 (r509242) @@ -69,6 +69,7 @@ SUBDIR += hylafax SUBDIR += ibp SUBDIR += inspectrum + SUBDIR += iwmbt-firmware SUBDIR += java-simple-serial-connector SUBDIR += jerm SUBDIR += kb Added: head/comms/iwmbt-firmware/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/iwmbt-firmware/Makefile Sun Aug 18 22:05:37 2019 (r509242) @@ -0,0 +1,32 @@ +# Created by: Vladimir Kondratyev <wulf@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= iwmbt-firmware +PORTVERSION= 20190717 +CATEGORIES= comms +MASTER_SITES= DEBIAN/pool/non-free/f/firmware-nonfree/ +DISTNAME= firmware-iwlwifi_${PORTVERSION}-1_all +EXTRACT_SUFX= .deb + +MAINTAINER= wulf@FreeBSD.org +COMMENT= Intel Wireless 8260 bluetooth adaptor firmwares used by iwmbtfw(8) + +LICENSE= INTEL +LICENSE_NAME= Intel firmware license +LICENSE_FILE= ${WRKDIR}/usr/share/doc/firmware-iwlwifi/copyright +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_BUILD= yes +NO_ARCH= yes + +EXTRACT_CMD= ${AR} +EXTRACT_BEFORE_ARGS= -p +EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - ${EXTRACT_FILES} +EXTRACT_FILES= lib/firmware/intel/ibt-*.sfi \ + lib/firmware/intel/ibt-*.ddc \ + usr/share/doc/firmware-iwlwifi/copyright + +do-install: + cd ${WRKDIR}/lib/firmware/intel && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + +.include <bsd.port.mk> Added: head/comms/iwmbt-firmware/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/iwmbt-firmware/distinfo Sun Aug 18 22:05:37 2019 (r509242) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565821626 +SHA256 (firmware-iwlwifi_20190717-1_all.deb) = 7ce899a5b09d3bd7d95358b03974aeea41983b395ce2fcf437915fd700330ef7 +SIZE (firmware-iwlwifi_20190717-1_all.deb) = 6788512 Added: head/comms/iwmbt-firmware/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/iwmbt-firmware/pkg-descr Sun Aug 18 22:05:37 2019 (r509242) @@ -0,0 +1,5 @@ +Firmware for the Intel Wireless 8260/8265 chip based Bluetooth USB devices. +To be downloaded with iwmbtfw(8). + +WWW: https://packages.debian.org/firmware-iwlwifi +WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git Added: head/comms/iwmbt-firmware/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/iwmbt-firmware/pkg-plist Sun Aug 18 22:05:37 2019 (r509242) @@ -0,0 +1,26 @@ +%%DATADIR%%/ibt-11-5.ddc +%%DATADIR%%/ibt-11-5.sfi +%%DATADIR%%/ibt-12-16.ddc +%%DATADIR%%/ibt-12-16.sfi +%%DATADIR%%/ibt-17-0-1.ddc +%%DATADIR%%/ibt-17-0-1.sfi +%%DATADIR%%/ibt-17-16-1.ddc +%%DATADIR%%/ibt-17-16-1.sfi +%%DATADIR%%/ibt-18-0-1.ddc +%%DATADIR%%/ibt-18-0-1.sfi +%%DATADIR%%/ibt-18-16-1.ddc +%%DATADIR%%/ibt-18-16-1.sfi +%%DATADIR%%/ibt-19-0-0.ddc +%%DATADIR%%/ibt-19-0-0.sfi +%%DATADIR%%/ibt-19-0-1.ddc +%%DATADIR%%/ibt-19-0-1.sfi +%%DATADIR%%/ibt-19-0-4.ddc +%%DATADIR%%/ibt-19-0-4.sfi +%%DATADIR%%/ibt-19-16-4.ddc +%%DATADIR%%/ibt-19-16-4.sfi +%%DATADIR%%/ibt-19-32-1.ddc +%%DATADIR%%/ibt-19-32-1.sfi +%%DATADIR%%/ibt-20-0-3.ddc +%%DATADIR%%/ibt-20-0-3.sfi +%%DATADIR%%/ibt-20-1-3.ddc +%%DATADIR%%/ibt-20-1-3.sfi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908182205.x7IM5cdF079813>