Bug 134372 - New port - sysutils/b43-fwcutter
Summary: New port - sysutils/b43-fwcutter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 18:10 UTC by Scot Hetzel
Modified: 2009-05-09 21:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.07 KB, text/plain)
2009-05-08 18:10 UTC, Scot Hetzel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2009-05-08 18:10:00 UTC
b43-fwcutter is used to extract the firmware from various Broadcom BCM43xx drivers.  It is capable of extracting the v3 and v4 firmware files.

It can be used to extract firmware files for use by the Broadcom Wireless (bwi) driver.

Fix: extract the port from the attached shar archive.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-08 18:10:10 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-09 21:04:41 UTC
garga       2009-05-09 20:04:27 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/b43-fwcutter Makefile distinfo pkg-descr 
    sysutils/b43-fwcutter/files patch-fwcutter.c patch-fwcutter.h 
  Log:
  b43-fwcutter is a tool which can extract firmware from various BCM43xx drivers.
  
  WWW: http://bcm43xx.berlios.de/
  
  PR:             ports/134372
  Submitted by:   swhetzel at gmail.com
  
  Revision  Changes    Path
  1.1105    +1 -0      ports/sysutils/Makefile
  1.1       +21 -0     ports/sysutils/b43-fwcutter/Makefile (new)
  1.1       +3 -0      ports/sysutils/b43-fwcutter/distinfo (new)
  1.1       +20 -0     ports/sysutils/b43-fwcutter/files/patch-fwcutter.c (new)
  1.1       +11 -0     ports/sysutils/b43-fwcutter/files/patch-fwcutter.h (new)
  1.1       +3 -0      ports/sysutils/b43-fwcutter/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2009-05-09 21:04:58 UTC
State Changed
From-To: open->closed

New port added with changes, PLIST_FILES line was missing. Thanks for 
contributing!