Commits
Ryan Schmidt authored and Perry E. Metzger committed f7616a45751
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | github.setup npat-efault picocom 3.1 |
8 8 | categories comms |
9 - | maintainers gmail.com:ranauei openmaintainer |
9 + | maintainers {gmail.com:ranauei @ranauei} openmaintainer |
10 10 | platforms darwin |
11 11 | license GPL-2 |
12 12 | |
13 13 | description Minimal dumb-terminal emulation program |
14 14 | long_description \ |
15 15 | Picocom was designed to serve as a simple, manual, \ |
16 16 | modem configuration, testing, and debugging tool. \ |
17 17 | It has also served (quite well) as a low-tech \ |
18 18 | "terminal-window" to allow operator intervention in \ |
19 19 | PPP connection scripts (something like the ms-windows \ |