[63466] trunk/dports/net

raphael at macports.org raphael at macports.org
Fri Feb 5 11:41:06 PST 2010


Revision: 63466
          http://trac.macports.org/changeset/63466
Author:   raphael at macports.org
Date:     2010-02-05 11:41:04 -0800 (Fri, 05 Feb 2010)
Log Message:
-----------
nload: new port

Added Paths:
-----------
    trunk/dports/net/nload/
    trunk/dports/net/nload/Portfile
    trunk/dports/net/nload/files/
    trunk/dports/net/nload/files/patch-configure.in.diff

Added: trunk/dports/net/nload/Portfile
===================================================================
--- trunk/dports/net/nload/Portfile	                        (rev 0)
+++ trunk/dports/net/nload/Portfile	2010-02-05 19:41:04 UTC (rev 63466)
@@ -0,0 +1,46 @@
+# -*- 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
+
+name                    nload
+version                 0.7.2
+categories              net
+maintainers             raphael openmaintainer
+description             A console application which monitors network traffic \
+                        and bandwidth usage in real time
+long_description        nload is a console application which monitors network \
+                        traffic and bandwidth usage in real time. It visualizes \
+                        the in- and outgoing traffic using two graphs and provides \
+                        additional info like total amount of transfered data and \
+                        min/max network usage.
+homepage                http://www.roland-riegel.de/nload/
+license                 GPL-2
+platforms               darwin
+
+master_sites            sourceforge
+
+checksums               md5     5b851ecf898edcd1f465946745e95eb6 \
+                        sha1    fe1f6e93a9233b55a61580a23e94edc965583fa3 \
+                        rmd160  e4e7cee98de4b83106998f4552f4e1e0071f61f4
+
+depends_build           port:automake \
+                        port:autoconf
+depends_lib             port:ncurses
+
+patchfiles              patch-configure.in.diff
+
+pre-configure {         system "cd ${worksrcpath} && ./run_autotools"
+}
+
+use_parallel_build      yes
+
+post-destroot {         set docdir ${destroot}${prefix}/share/doc/${name}
+                        xinstall -d ${docdir}
+                        xinstall -m 644 -W ${worksrcpath} \
+                            AUTHORS \
+                            COPYING \
+                            ChangeLog \
+                            README \
+                            ${docdir}
+}


Property changes on: trunk/dports/net/nload/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/net/nload/files/patch-configure.in.diff
===================================================================
--- trunk/dports/net/nload/files/patch-configure.in.diff	                        (rev 0)
+++ trunk/dports/net/nload/files/patch-configure.in.diff	2010-02-05 19:41:04 UTC (rev 63466)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2009-04-20 18:47:59.000000000 +0200
++++ configure.in	2009-04-20 18:48:44.000000000 +0200
+@@ -38,7 +38,7 @@
+ 
+         AC_CHECK_FUNCS([memset])
+         ;;
+-    *bsd*)
++    *darwin*)
+         AC_DEFINE(HAVE_BSD, 1, [Define to 1 if your build target is BSD.])
+         AM_CONDITIONAL(HAVE_BSD, true)
+         
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100205/fffa68fe/attachment.html>


More information about the macports-changes mailing list