Last change
on this file since 61983 was
61983,
checked in by ryandesign@…, 10 years ago
|
Set svn:eol-style to native per current guidelines
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Line | |
---|
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 | categories cross devel |
---|
9 | maintainers vogelgsang.org:chris |
---|
10 | description dfu-programmer is a Device Firmware Update based USB programmer for Atmel chips with a USB bootloader. |
---|
11 | long_description dfu-programmer is an implementation of the Device Firmware Upgrade class \ |
---|
12 | USB driver that enables firmware upgrades for various USB enabled (with the \ |
---|
13 | correct bootloader) Atmel chips. This program was created because the \ |
---|
14 | Atmel "FLIP" program for flashing devices does not support flashing via USB \ |
---|
15 | on Linux, and because standard DFU loaders do not work for Atmel's chips. |
---|
16 | homepage http://dfu-programmer.sourceforge.net/ |
---|
17 | platforms darwin |
---|
18 | master_sites sourceforge |
---|
19 | checksums md5 ce882d37383df698a1c530080724b191 \ |
---|
20 | sha1 20d786d1cdb65d5ae4d488678f7f0f4c762164c0 \ |
---|
21 | rmd160 c9dc5063e34bf1ee53072fe2ad1eec8d3c2a2ab6 |
---|
22 | depends_lib port:libusb-compat |
---|
23 | configure.args --mandir=${prefix}/share/man |
---|
Note: See
TracBrowser
for help on using the repository browser.