[91253] trunk/dports/sysutils

and.damore at macports.org and.damore at macports.org
Tue Mar 27 07:10:07 PDT 2012


Revision: 91253
          https://trac.macports.org/changeset/91253
Author:   and.damore at macports.org
Date:     2012-03-27 07:10:04 -0700 (Tue, 27 Mar 2012)
Log Message:
-----------
new port: tmux-pasteboard, provides bridge to system pasteboard (pbcopy, pbpaste) when using tmux

Added Paths:
-----------
    trunk/dports/sysutils/tmux-pasteboard/
    trunk/dports/sysutils/tmux-pasteboard/Portfile

Added: trunk/dports/sysutils/tmux-pasteboard/Portfile
===================================================================
--- trunk/dports/sysutils/tmux-pasteboard/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/tmux-pasteboard/Portfile	2012-03-27 14:10:04 UTC (rev 91253)
@@ -0,0 +1,34 @@
+# -*- 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
+PortGroup   github  1.0
+
+github.setup        ChrisJohnsen tmux-MacOSX-pasteboard v1.0
+name                tmux-pasteboard
+license             BSD
+categories          sysutils
+maintainers         and.damore openmaintainer
+platforms           darwin
+description         Wrapper to use pasteboard services in tmux
+long_description    ${description}
+
+checksums           md5     6d7539dc4a46b4aee6184792f1025395 \
+                    sha1    583d4c016862f0670013f5d411c9cb1c55c7b271 \
+                    rmd160  2a2638fc610f2fc06e523debd9396f029a0023d8
+
+use_configure       no
+
+build.env           CC="${configure.cc}" \
+                    CFLAGS="-I${prefix}/include" \
+                    LDFLAGS="-L${prefix}/lib"
+
+build.target        reattach-to-user-namespace
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/reattach-to-user-namespace ${destroot}${prefix}/bin/
+}
+
+notes "To enable tmux-MacOSX-pasteboard add following line to ~/.tmux.conf replacing 'bash' with your actual shell:" \
+    "set-option -g default-command \"${prefix}/bin/reattach-to-user-namespace -l bash\"" 
+


Property changes on: trunk/dports/sysutils/tmux-pasteboard/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/20120327/a5aa9724/attachment.html>


More information about the macports-changes mailing list