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:
Responsible Changed From-To: freebsd-ports-bugs->wkoszek Submitter has GNATS access (via the GNATS Auto Assign Tool)
Responsible Changed From-To: wkoszek->freebsd-ports-bugs Submitter is not a ports committer.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
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"
State Changed From-To: open->closed New port added, with minor changes. Thanks!