[91911] users/g5pw

g5pw at macports.org g5pw at macports.org
Fri Apr 13 00:06:41 PDT 2012


Revision: 91911
          https://trac.macports.org/changeset/91911
Author:   g5pw at macports.org
Date:     2012-04-13 00:06:41 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
devel/wemux:
new port

Added Paths:
-----------
    users/g5pw/dports/
    users/g5pw/dports/devel/
    users/g5pw/dports/devel/wemux/
    users/g5pw/dports/devel/wemux/Portfile


Property changes on: users/g5pw/dports
___________________________________________________________________
Added: svn:ignore
   + PortIndex
PortIndex.quick


Added: users/g5pw/dports/devel/wemux/Portfile
===================================================================
--- users/g5pw/dports/devel/wemux/Portfile	                        (rev 0)
+++ users/g5pw/dports/devel/wemux/Portfile	2012-04-13 07:06:41 UTC (rev 91911)
@@ -0,0 +1,27 @@
+# $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
+
+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: users/g5pw/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/20120413/1ecfb62a/attachment.html>


More information about the macports-changes mailing list