diff options
-rw-r--r-- | misc/fxload/Makefile | 16 | ||||
-rw-r--r-- | misc/fxload/distinfo | 4 | ||||
-rw-r--r-- | misc/fxload/pkg-descr | 11 |
3 files changed, 19 insertions, 12 deletions
diff --git a/misc/fxload/Makefile b/misc/fxload/Makefile index 67627f0798c9..c662910f1f35 100644 --- a/misc/fxload/Makefile +++ b/misc/fxload/Makefile @@ -2,21 +2,27 @@ # $FreeBSD$ PORTNAME= fxload -PORTVERSION= 20100510 +PORTVERSION= 20140224 CATEGORIES= misc -MASTER_SITES= http://FreeBSD.czest.pl/~wkoszek/ports/ +MASTER_SITES= https://bitbucket.org/DJOConnor/fxload/get/ +DISTNAME= RELEASE_${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= uffe@uffe.org -COMMENT= Firmware download to EZ-USB devices +COMMENT= Firmware download for Cypress EZ-USB devices + +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake SUB_FILES= pkg-message +WRKSRC= ${WRKDIR}/DJOConnor-fxload-5691a2bb9409 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fxload ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/fxload.8 ${STAGEDIR}${PREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/a3load.hex ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${FILESDIR}/xilinx.conf ${STAGEDIR}${PREFIX}/etc/devd diff --git a/misc/fxload/distinfo b/misc/fxload/distinfo index d6c90a654bc1..5c108c649b85 100644 --- a/misc/fxload/distinfo +++ b/misc/fxload/distinfo @@ -1,2 +1,2 @@ -SHA256 (fxload-20100510.tar.gz) = e26ac8fb37b9d765d5fd03bf64ee37a4514f5cebc7c83d51718dbfcc730e1d27 -SIZE (fxload-20100510.tar.gz) = 28041 +SHA256 (fxload/RELEASE_20140224.tar.gz) = 7ed94cd0821d065bedd49311e7addcef0805a6412e64dbaa63ded9f0dea6946c +SIZE (fxload/RELEASE_20140224.tar.gz) = 29017 diff --git a/misc/fxload/pkg-descr b/misc/fxload/pkg-descr index a9e5213c4794..1f3971fa8145 100644 --- a/misc/fxload/pkg-descr +++ b/misc/fxload/pkg-descr @@ -1,8 +1,9 @@ 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. +the memory of a Cypress EZ-USB/FX2/FX3 chips. 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. +This port is based on original fxload(8) program available from Linux +Hotplug Project. Libusb support has been provided to correctly work on +FreeBSD and patches for the FX3 have been merged in. -WWW: http://FreeBSD.czest.pl/~wkoszek/fxload/ +WWW: https://bitbucket.org/DJOConnor/fxload |