[90661] trunk/dports/net

dports at macports.org dports at macports.org
Sun Mar 11 15:16:46 PDT 2012


Revision: 90661
          http://trac.macports.org/changeset/90661
Author:   dports at macports.org
Date:     2012-03-11 15:16:45 -0700 (Sun, 11 Mar 2012)
Log Message:
-----------
mosh: new port, v0.98c (#33584)

Added Paths:
-----------
    trunk/dports/net/mosh/
    trunk/dports/net/mosh/Portfile

Added: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	                        (rev 0)
+++ trunk/dports/net/mosh/Portfile	2012-03-11 22:16:45 UTC (rev 90661)
@@ -0,0 +1,32 @@
+# -*- 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
+# $Id$
+
+PortSystem              1.0
+
+name                    mosh
+version                 0.98c
+categories              net
+license                 GPL-3+
+platforms               darwin
+maintainers             mit.edu:quentin
+description             Mobile Shell
+long_description        Mosh is a replacement for ssh that better handles \
+                        high-latency, high-packet-loss, dynamically-addressed \
+                        network links
+homepage                http://mosh.mit.edu/
+master_sites            https://github.com/downloads/keithw/mosh/
+
+checksums               rmd160  bceea38cca4810a7ca366f25cb1c1199656f4af9 \
+                        sha256  85f1e4ce0b21fc468b6c7b254b03d64afaed790f6ef2c979677c77877fc9196c
+
+depends_lib             port:boost \
+                        port:protobuf-cpp \
+                        port:p5.12-io-tty
+
+post-patch {
+    reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh
+}
+
+livecheck.type          regex
+livecheck.url           https://github.com/keithw/mosh/downloads
+livecheck.regex         "${name}-(\[0-9a-z.\]*)${extract.suffix}"


Property changes on: trunk/dports/net/mosh/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120311/6152602f/attachment.html>


More information about the macports-changes mailing list