| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name dfu-programmer |
|---|
| 7 | version 0.5.2 |
|---|
| 8 | revision 0 |
|---|
| 9 | categories cross devel |
|---|
| 10 | maintainers vogelgsang.org:chris |
|---|
| 11 | description dfu-programmer is a Device Firmware Update based USB programmer for Atmel chips with a USB bootloader. |
|---|
| 12 | long_description dfu-programmer is an implementation of the Device Firmware Upgrade class \ |
|---|
| 13 | USB driver that enables firmware upgrades for various USB enabled (with the \ |
|---|
| 14 | correct bootloader) Atmel chips. This program was created because the \ |
|---|
| 15 | Atmel "FLIP" program for flashing devices does not support flashing via USB \ |
|---|
| 16 | on Linux, and because standard DFU loaders do not work for Atmel's chips. |
|---|
| 17 | homepage http://dfu-programmer.sourceforge.net/ |
|---|
| 18 | platforms darwin |
|---|
| 19 | master_sites sourceforge |
|---|
| 20 | checksums md5 ce882d37383df698a1c530080724b191 \ |
|---|
| 21 | sha1 20d786d1cdb65d5ae4d488678f7f0f4c762164c0 \ |
|---|
| 22 | rmd160 c9dc5063e34bf1ee53072fe2ad1eec8d3c2a2ab6 |
|---|
| 23 | depends_lib port:libusb-compat |
|---|
| 24 | configure.args --mandir=${prefix}/share/man |
|---|