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 | PortSystem 1.0 |
---|
4 | name gpsim |
---|
5 | version 0.26.1 |
---|
6 | categories devel |
---|
7 | maintainers bmstu.ru:gav |
---|
8 | license GPL-2+ |
---|
9 | description A software simulator for Microchip PIC microcontrollers |
---|
10 | long_description GPSIM is a full-featured software simulator for Microchip PIC microcontrollers distributed under the GNU General Public License. |
---|
11 | homepage http://gpsim.sourceforge.net/ |
---|
12 | platforms darwin |
---|
13 | master_sites sourceforge |
---|
14 | checksums md5 c994c23d2d75056dbefcf5d1d63596d7 \ |
---|
15 | sha1 7e1c3cc5a821b3458717a94a09bc484bf6937b25 \ |
---|
16 | rmd160 487de6a2508de2d51843a9ed684801778e4fe69a |
---|
17 | |
---|
18 | patchfiles patch-src-bitlog.h.diff |
---|
19 | |
---|
20 | depends_lib port:gtk2-extra |
---|