1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Import of ezload.

EZLOAD allows you to download firmware into and upload firmware from the
memory of a EZ-USB chip.  An example program for the ActiveWire
board is included, including the Hex file with firmware for it.
(http://www.ActiveWireInc.com/)..

PR:		13424
Submitted by:	n_hibma
This commit is contained in:
Chris Piazza 1999-08-27 22:44:44 +00:00
parent bbf7c96c85
commit b893990424
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21040
5 changed files with 46 additions and 0 deletions

26
misc/ezload/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: oneko
# Version required: 0.1
# Date created: 14 august 1999
# Whom: n_hibma
#
# $FreeBSD$
#
DISTNAME= ezload-0.1
CATEGORIES= misc
MASTER_SITES= http://www.etla.net/~n_hibma/usb/
MAINTAINER= n_hibma@FreeBSD.ORG
MAN8= ezupload.8 ezdownload.8 aw.8
MANCOMPRESSED= yes
MAKE_ENV= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
IGNORE= 'This port only works on 4.x+'
.endif
.include <bsd.port.post.mk>

1
misc/ezload/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ezload-0.1.tar.gz) = e936ef6df4295d08b6ef937c63c9f00e

1
misc/ezload/pkg-comment Normal file
View File

@ -0,0 +1 @@
Down-/uploader for AnchorChip's EZ-USB chip

15
misc/ezload/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
The utility allows you to download firmware into and upload firmware from the
memory of a EZ-USB chip.
The chip is a generic 8051 based programmeble device. To function in a specific
device, e.g. a USB to Parallel port convertor, the 8051 needs application
specific 8051 firmware code.
The input file or the produced output file is in Intel Hex format.
An example program for the ActiveWire board is included, including the
Hex file with firmware for it. The board is available from
http://www.ActiveWireInc.com/
- Nick Hibma (n_hibma@freebsd.org) and Dirk van Gulik (dirkx@webweaving.org)

3
misc/ezload/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/ezdownload
bin/ezupload
bin/aw