1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name dfu-util |
---|
7 | version 0.7 |
---|
8 | license GPL-2 |
---|
9 | categories cross devel |
---|
10 | maintainers gmail.com:benoit.triquet \ |
---|
11 | openmaintainer |
---|
12 | description an Atmel AVR MCU programmer |
---|
13 | long_description dfu-util is the host side implementation of the DFU 1.0 and DFU 1.1 specifications of the USB forum. DFU is intended to download and upload firmware to devices connected over USB. It ranges from small devices like micro-controller boards up to mobile phones. Using dfu-util you can download firmware to your DFU-enabled device or upload firmware from it. dfu-util has been tested with the Openmoko Neo1973 and Freerunner and many other devices. |
---|
14 | homepage http://dfu-util.gnumonks.org |
---|
15 | platforms darwin |
---|
16 | master_sites http://dfu-util.gnumonks.org/releases/ |
---|
17 | #fetch.type git |
---|
18 | #git.url git://gitorious.org/dfu-util/dfu-util.git |
---|
19 | |
---|
20 | checksums rmd160 483974409743b3a69e4b5fb77cefd20b28b6f6d5 \ |
---|
21 | sha256 f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab |
---|
22 | |
---|
23 | depends_lib port:libusb |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.regex >${name}-(\\d+\\.\\d+)${extract.suffix}< |
---|