root/trunk/ports/net/mosh/Portfile

Revision 207, 0.6 kB (checked in by quentin, 12 years ago)

Initial port for mosh

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    mosh
5 version                 0.98c
6 distname                mosh-${version}
7 categories              net
8 platforms               darwin
9 maintainers             mit.edu:quentin
10 description             Mobile Shell
11 long_description        Mosh is a replacement for ssh that better handles \
12                         high-latency, high-packet-loss, dynamically-addressed \
13                         network links
14 homepage                http://mosh.mit.edu/
15 master_sites            https://github.com/downloads/keithw/mosh/
16 checksums               md5     ea7b11726d64b9125f40e5bf9cbd4921 \
17                         sha1    affb27a7e2d32a3ad427d912267507ca505f8af8 \
18                         rmd160  bceea38cca4810a7ca366f25cb1c1199656f4af9
19
20 depends_lib             port:boost \
21                         port:protobuf-cpp \
22                         port:p5-io-tty
Note: See TracBrowser for help on using the browser.