[113463] trunk/dports/net/slurm/Portfile

cal at macports.org cal at macports.org
Sat Nov 16 10:03:02 PST 2013


Revision: 113463
          https://trac.macports.org/changeset/113463
Author:   cal at macports.org
Date:     2013-11-16 10:03:02 -0800 (Sat, 16 Nov 2013)
Log Message:
-----------
slurm: whitespace, add modline, switch to new-style checksums

Modified Paths:
--------------
    trunk/dports/net/slurm/Portfile

Modified: trunk/dports/net/slurm/Portfile
===================================================================
--- trunk/dports/net/slurm/Portfile	2013-11-16 17:59:55 UTC (rev 113462)
+++ trunk/dports/net/slurm/Portfile	2013-11-16 18:03:02 UTC (rev 113463)
@@ -1,20 +1,27 @@
+# -*- 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             slurm
-version          0.3.3
-categories       net
-license          GPL-2+
-maintainers      wormulon.net:hscholz
-description      generic network load monitor
+PortSystem      1.0
+
+name            slurm
+version         0.3.3
+
+checksums       rmd160  6f154e5e6be0ac746dc67e152cf9caf1580c14fe \
+                sha256  b25889aa1910b1bb48e4eafdac0c810bc02e8b98ddb2ade0aed2ec64672d6834
+
+categories      net
+license         GPL-2+
+maintainers     wormulon.net:hscholz
+platforms       darwin freebsd netbsd openbsd
+
+homepage        http://www.wormulon.net/slurm/
+master_sites    http://www.wormulon.net/files/slurm/
+description     generic network load monitor
 long_description \
-	slurm started as a port of pppstatus to FreeBSD and now is a generic \
-	curses based network load monitor. \
-	It features three different modes with real-time ASCII graphs and \
-	interface statistics for all kinds of network interfaces on most \
-	Unix systems.
-homepage         http://www.wormulon.net/slurm/
-platforms        darwin freebsd netbsd openbsd
-master_sites     http://www.wormulon.net/files/slurm/
-checksums        md5 e68d09202b835c644f7f6b7f070f29a2
+    slurm started as a port of pppstatus to FreeBSD and now is a generic \
+    curses based network load monitor. \
+    It features three different modes with real-time ASCII graphs and \
+    interface statistics for all kinds of network interfaces on most \
+    Unix systems.
+
 configure.args   --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131116/452afbc0/attachment.html>


More information about the macports-changes mailing list