[92141] trunk/dports/devel

g5pw at macports.org g5pw at macports.org
Thu Apr 19 15:51:14 PDT 2012


Revision: 92141
          https://trac.macports.org/changeset/92141
Author:   g5pw at macports.org
Date:     2012-04-19 15:51:13 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
devel/wemux:
New port, added supported_archs noarch as suggested by Ryan.

Added Paths:
-----------
    trunk/dports/devel/wemux/
    trunk/dports/devel/wemux/Portfile

Added: trunk/dports/devel/wemux/Portfile
===================================================================
--- trunk/dports/devel/wemux/Portfile	                        (rev 0)
+++ trunk/dports/devel/wemux/Portfile	2012-04-19 22:51:13 UTC (rev 92141)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        zolrath wemux 2.2.0 v
+maintainers         g5pw
+license             MIT
+categories          devel
+description         wemux enhances tmux to make multi-user terminal multiplexing both easier and more powerful.
+long_description    ${description} It features multi-server support as well as user listing and notifications when users attach/detach.
+
+platforms           darwin
+supported_archs     noarch
+
+depends_lib         port:tmux
+
+checksums           rmd160  269d1708e362bcbccfa3f048bc4628cf7264d573 \
+                    sha256  d4d3d8eae8c20d2f204dc6570560aa6340429a54bde6082b2d6326f045c3c45e
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -m 775 ${worksrcpath}/wemux ${destroot}${prefix}/bin
+    xinstall -m 664 ${worksrcpath}/wemux.conf.example ${destroot}${prefix}/etc
+}


Property changes on: trunk/dports/devel/wemux/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/20120419/f11183b2/attachment.html>


More information about the macports-changes mailing list