pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc sysutils/bcmfw



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9e51d012c54
branches:  trunk
changeset: 522552:f9e51d012c54
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Tue Dec 12 19:40:24 2006 +0000

description:
sysutils/bcmfw

Because the firmware files do not strictly fall into the Free or
Open Source camps as explained in the Pkgsrc guide section 18.1.4,
introduce a bcmfw-license.

Also, because the licensing terms for the firmware files are not
especially clear, add NO_BIN_ON_* so that we don't distribute them
in an unapproved format.

prompted by gdt@

diffstat:

 licenses/bcmfw-license  |  16 ++++++++++++++++
 sysutils/bcmfw/Makefile |   8 +++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r 63490ea5956c -r f9e51d012c54 licenses/bcmfw-license
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/bcmfw-license    Tue Dec 12 19:40:24 2006 +0000
@@ -0,0 +1,16 @@
+The firmware files installed by this package are copyrighted by
+the Broadcom Corporation.
+
+Permission[1] has been granted to the BlueZ project to distribute
+the firmware as part of the BlueZ firmware distribution, accompanied
+by the message contained in the BCM-LEGAL.txt file:
+
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+BCM firmware version 2.16
+Copyright (c) 2000-2003 Broadcom Corporation
+
+Contact info:
+       bluetooth_help%broadcom.com@localhost
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+[1] http://packages.debian.org/changelogs/pool/non-free/b/bluez-firmware/bluez-firmware_1.2-1/bluez-firmware.copyright
diff -r 63490ea5956c -r f9e51d012c54 sysutils/bcmfw/Makefile
--- a/sysutils/bcmfw/Makefile   Tue Dec 12 19:34:06 2006 +0000
+++ b/sysutils/bcmfw/Makefile   Tue Dec 12 19:40:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:30:48 plunky Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/12 19:40:24 plunky Exp $
 
 DISTNAME=              bcmfw-1.0
 CATEGORIES=            sysutils
@@ -11,6 +11,12 @@
 MAINTAINER=            plunky%rya-online.net@localhost
 COMMENT=               Broadcom 2033 Bluetooth Firmware Loader
 
+LICENSE=               bcmfw-license
+
+RESTRICTED=            No clear permission redistribute firmware
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
 ONLY_FOR_PLATFORM=     NetBSD-[4-9].*-*
 
 RCD_SCRIPTS+=          bcmfw



Home | Main Index | Thread Index | Old Index