[98916] trunk/dports/sysutils

g5pw at macports.org g5pw at macports.org
Sat Oct 20 16:47:30 PDT 2012


Revision: 98916
          http://trac.macports.org//changeset/98916
Author:   g5pw at macports.org
Date:     2012-10-20 16:47:30 -0700 (Sat, 20 Oct 2012)
Log Message:
-----------
sysutils/ranger:
- new port

Added Paths:
-----------
    trunk/dports/sysutils/ranger/
    trunk/dports/sysutils/ranger/Portfile

Added: trunk/dports/sysutils/ranger/Portfile
===================================================================
--- trunk/dports/sysutils/ranger/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/ranger/Portfile	2012-10-20 23:47:30 UTC (rev 98916)
@@ -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=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                ranger
+version             1.5.5
+python.default_version 27
+maintainers         g5pw openmaintainer
+
+categories          sysutils
+description         ${name} is a file manager with VI key bindings.
+long_description    ${description} It provides a minimalistic and nice curses\
+                    interface with a view on the directory hierarchy. The secondary\
+                    task of ranger is to psychically guess which program you want\
+                    to use for opening particular files.
+
+platforms           darwin
+supported_archs     noarch
+
+homepage            http://nongnu.org/ranger/
+master_sites        ${homepage}
+
+checksums           rmd160  74e12c3784e495738f4ce1ecc370f58c64c22f88 \
+                    sha256  7445e00ee84055982df2b8511672923db778b9ee24b606beb61d084b38baa9d3
+
+post-destroot {
+    ln -s "${python.prefix}/share/man/man1/${name}.1" "${destroot}${prefix}/share/man/man1/${name}.1"
+}
+
+python.link_binaries_suffix


Property changes on: trunk/dports/sysutils/ranger/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/20121020/9e611bb2/attachment.html>


More information about the macports-changes mailing list