Bug 146577 - New port -- misc/fxload: replacement for dead misc/ezload
Summary: New port -- misc/fxload: replacement for dead misc/ezload
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 11:00 UTC by Wojciech A. Koszek
Modified: 2010-05-15 20:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.38 KB, text/plain)
2010-05-14 11:00 UTC, Wojciech A. Koszek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech A. Koszek freebsd_committer freebsd_triage 2010-05-14 11:00:16 UTC
fxload(8) with libusb(8) support:

              http://freebsd.czest.pl/~wkoszek/ports/fxload.tgz

Comes from existing Windows port of fxload(8) floating around. This is supposed
to be a replacement for dead misc/ezload. Tested with 2 Xilinx USB programmers.
Got 2 success stories from external users.

I provide my own tarball, since author of fxload(8), although initial positive
responses, finally didn't reply to my mails since months.

As long as this port stays simple, I'm willing to maintain and update it.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-14 11:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wkoszek

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-05-14 14:04:07 UTC
Responsible Changed
From-To: wkoszek->freebsd-ports-bugs

Submitter is not a ports committer.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-15 20:04:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-15 20:42:03 UTC
makc        2010-05-15 19:41:48 UTC

  FreeBSD ports repository

  Added files:
    misc/fxload          Makefile distinfo pkg-descr pkg-plist 
    misc/fxload/files    pkg-message.in xilinx.conf 
  Log:
  Add new port misc/fxload:
  
  The utility allows you to download firmware into and upload firmware from
  the memory of a Cypress EZ-USB/FX2 chip. It is a de facto standard for
  programming this family of devices.
  
  Port is based on original fxload(8) program available from Linux Hotplug
  Project. Libusb support has been provided to correctly work on FreeBSD.
  
  WWW:    http://FreeBSD.czest.pl/~wkoszek/fxload/
  
  PR:             ports/146577
  Submitted by:   wkoszek@
  
  Revision  Changes    Path
  1.1       +37 -0     ports/misc/fxload/Makefile (new)
  1.1       +3 -0      ports/misc/fxload/distinfo (new)
  1.1       +14 -0     ports/misc/fxload/files/pkg-message.in (new)
  1.1       +65 -0     ports/misc/fxload/files/xilinx.conf (new)
  1.1       +10 -0     ports/misc/fxload/pkg-descr (new)
  1.1       +5 -0      ports/misc/fxload/pkg-plist (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 5 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-15 20:43:36 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!