From b8939904244ad30709193648aae9f7815f5eccb2 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Fri, 27 Aug 1999 22:44:44 +0000 Subject: 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 --- misc/ezload/Makefile | 26 ++++++++++++++++++++++++++ misc/ezload/distinfo | 1 + misc/ezload/pkg-comment | 1 + misc/ezload/pkg-descr | 15 +++++++++++++++ misc/ezload/pkg-plist | 3 +++ 5 files changed, 46 insertions(+) create mode 100644 misc/ezload/Makefile create mode 100644 misc/ezload/distinfo create mode 100644 misc/ezload/pkg-comment create mode 100644 misc/ezload/pkg-descr create mode 100644 misc/ezload/pkg-plist (limited to 'misc/ezload') diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile new file mode 100644 index 000000000000..9e9fa49a7578 --- /dev/null +++ b/misc/ezload/Makefile @@ -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 + +.if ${OSVERSION} < 400000 +IGNORE= 'This port only works on 4.x+' +.endif + +.include diff --git a/misc/ezload/distinfo b/misc/ezload/distinfo new file mode 100644 index 000000000000..15789d3de927 --- /dev/null +++ b/misc/ezload/distinfo @@ -0,0 +1 @@ +MD5 (ezload-0.1.tar.gz) = e936ef6df4295d08b6ef937c63c9f00e diff --git a/misc/ezload/pkg-comment b/misc/ezload/pkg-comment new file mode 100644 index 000000000000..da9524afb5ba --- /dev/null +++ b/misc/ezload/pkg-comment @@ -0,0 +1 @@ +Down-/uploader for AnchorChip's EZ-USB chip diff --git a/misc/ezload/pkg-descr b/misc/ezload/pkg-descr new file mode 100644 index 000000000000..13496a00e1b3 --- /dev/null +++ b/misc/ezload/pkg-descr @@ -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) diff --git a/misc/ezload/pkg-plist b/misc/ezload/pkg-plist new file mode 100644 index 000000000000..dfad9c41caac --- /dev/null +++ b/misc/ezload/pkg-plist @@ -0,0 +1,3 @@ +bin/ezdownload +bin/ezupload +bin/aw -- cgit v1.2.3