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: Portfile 85140 2011-10-10 11:09:20Z snc@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name openocd |
---|
7 | version 0.5.0 |
---|
8 | revision 1 |
---|
9 | categories cross devel |
---|
10 | license GPL |
---|
11 | maintainers xor-gate.org:jerry |
---|
12 | description Open On-Chip Debugger |
---|
13 | long_description The Open On-Chip Debugger (OpenOCD) aims to provide \ |
---|
14 | debugging, in-system programming and boundary-scan \ |
---|
15 | testing for embedded target devices. Built with support \ |
---|
16 | for FT2232 based devices. |
---|
17 | homepage http://openocd.sourceforge.net/ |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | master_sites sourceforge:openocd |
---|
21 | |
---|
22 | checksums sha256 efb99e0394249cbd518b51b052eea150d5f14557e9a2e0ddfae198792dca51c6 |
---|
23 | |
---|
24 | depends_lib port:libftdi |
---|
25 | |
---|
26 | configure.args-append --enable-ft2232_libftdi --disable-werror |
---|
27 | |
---|
28 | livecheck.url http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd\;a=tags |
---|
29 | livecheck.type regex |
---|
30 | livecheck.regex v(\\d+(\\.\\d+)+)< |
---|