[128481] trunk/dports/devel/splint/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Nov 21 19:52:55 PST 2014


Revision: 128481
          https://trac.macports.org/changeset/128481
Author:   khindenburg at macports.org
Date:     2014-11-21 19:52:55 -0800 (Fri, 21 Nov 2014)
Log Message:
-----------
splint: add modeline + whitespace changes

Modified Paths:
--------------
    trunk/dports/devel/splint/Portfile

Modified: trunk/dports/devel/splint/Portfile
===================================================================
--- trunk/dports/devel/splint/Portfile	2014-11-22 02:44:16 UTC (rev 128480)
+++ trunk/dports/devel/splint/Portfile	2014-11-22 03:52:55 UTC (rev 128481)
@@ -1,27 +1,34 @@
+# -*- 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
+PortSystem          1.0
 
-name		splint
-version		3.1.2
-categories	devel
-license		GPL-2+
-maintainers	nomaintainer
-description	Secure Programming Lint
-long_description	\
-	Splint is a tool for statically checking C programs \
-        for security vulnerabilities and coding mistakes. \
-	With minimal effort, Splint can be used as a better lint. \
-	If additional effort is invested adding annotations to \
-	programs, Splint can perform stronger checking than can \
-	be done by any standard lint.
-homepage	http://splint.org/
-platforms	darwin
-master_sites	http://www.splint.org/downloads/
-extract.suffix  .tgz
-distname	${name}-${version}.src
-checksums	md5 25f47d70bd9c8bdddf6b03de5949c4fd
-worksrcdir	${name}-${version}
-patchfiles	patch-src__osd.c.diff
-configure.args	--infodir=${prefix}/share/info --mandir=${prefix}/share/man
-use_parallel_build	no
+name                splint
+version             3.1.2
+categories          devel
+license             GPL-2+
+maintainers         nomaintainer
+description         Secure Programming Lint
+long_description \
+    Splint is a tool for statically checking C programs \
+    for security vulnerabilities and coding mistakes. \
+    With minimal effort, Splint can be used as a better lint. \
+    If additional effort is invested adding annotations to \
+    programs, Splint can perform stronger checking than can \
+    be done by any standard lint.
+
+homepage            http://splint.org/
+platforms           darwin
+master_sites        http://www.splint.org/downloads/
+extract.suffix      .tgz
+distname            ${name}-${version}.src
+
+checksums           md5 25f47d70bd9c8bdddf6b03de5949c4fd
+
+worksrcdir          ${name}-${version}
+
+patchfiles          patch-src__osd.c.diff
+
+configure.args      --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+
+use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141121/87ab9f70/attachment-0001.html>


More information about the macports-changes mailing list