[103588] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Fri Mar 1 21:22:13 PST 2013


Revision: 103588
          https://trac.macports.org/changeset/103588
Author:   ryandesign at macports.org
Date:     2013-03-01 21:22:13 -0800 (Fri, 01 Mar 2013)
Log Message:
-----------
rainbarf: new port, version 0.6 (#38244)

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

Added: trunk/dports/sysutils/rainbarf/Portfile
===================================================================
--- trunk/dports/sysutils/rainbarf/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/rainbarf/Portfile	2013-03-02 05:22:13 UTC (rev 103588)
@@ -0,0 +1,33 @@
+# -*- 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        creaktive rainbarf 0.6 v
+
+maintainers         gmail.com:creaktive
+
+categories          sysutils
+license             {Artistic-1 GPL}
+description         CPU/RAM/battery stats chart bar for tmux (and GNU screen)
+long_description    ${name}: ${description}
+
+platforms           darwin
+
+supported_archs     noarch
+
+checksums           rmd160  4cb05bf1de7ad65760b21d12b93301e07f1a5762 \
+                    sha256  a37aec985b3abbf53503a22532b459332f981fffd4af2d643d59abe4ad142f25
+
+depends_build       bin:pod2man:perl5
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -m 775 ${worksrcpath}/rainbarf ${destroot}${prefix}/bin
+    system "pod2man --section=1 ${worksrcpath}/rainbarf > \
+        ${destroot}${prefix}/share/man/man1/rainbarf.1"
+}


Property changes on: trunk/dports/sysutils/rainbarf/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/20130301/2231dfeb/attachment-0001.html>


More information about the macports-changes mailing list