[54559] trunk/dports/sysutils

snc at macports.org snc at macports.org
Wed Jul 29 08:15:37 PDT 2009


Revision: 54559
          http://trac.macports.org/changeset/54559
Author:   snc at macports.org
Date:     2009-07-29 08:15:36 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
created htop, #20405. taking as openmaintainer

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

Added: trunk/dports/sysutils/htop/Portfile
===================================================================
--- trunk/dports/sysutils/htop/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/htop/Portfile	2009-07-29 15:15:36 UTC (rev 54559)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                htop
+version             0.8.3
+categories          sysutils
+maintainers         snc openmaintainer
+description         an interactive process viewer
+long_description    This is htop, ${description}. It is a text-mode \
+                    application (for console or X terminals).
+homepage            http://htop.sourceforge.net/
+
+platforms           darwin
+depends_run         port:ncurses
+
+master_sites        sourceforge
+fetch.type          git
+git.url             git://github.com/AndyA/htop-osx.git
+git.branch          origin/osx
+checksums           md5     5c9f093f9eaddf6e77aa6d54c2116d0c \
+                    sha1    2a0bf90f160b3d019e26712c94db612d6ff9a429 \
+                    rmd160  ac1707c2f27ac1c6576601765bda4335e49d6aea
+
+pre-configure {
+    system "cd ${worksrcpath} && sh autogen.sh"
+}


Property changes on: trunk/dports/sysutils/htop/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/20090729/59a9aad6/attachment.html>


More information about the macports-changes mailing list