[123100] trunk/dports/devel/cppcheck/Portfile

cal at macports.org cal at macports.org
Tue Aug 5 03:57:14 PDT 2014


Revision: 123100
          https://trac.macports.org/changeset/123100
Author:   cal at macports.org
Date:     2014-08-05 03:57:14 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
cppcheck: whitespace only, maintainer, #44537

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

Modified: trunk/dports/devel/cppcheck/Portfile
===================================================================
--- trunk/dports/devel/cppcheck/Portfile	2014-08-05 08:30:38 UTC (rev 123099)
+++ trunk/dports/devel/cppcheck/Portfile	2014-08-05 10:57:14 UTC (rev 123100)
@@ -1,47 +1,47 @@
 # -*- 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                cppcheck
-version             1.65
-categories          devel
-license             GPL-3
-platforms           darwin
-maintainers         xythobuz.de:xythobuz
+name                        cppcheck
+version                     1.65
+categories                  devel
+license                     GPL-3
+platforms                   darwin
+maintainers                 xythobuz.de:xythobuz
 
-description         Static analysis of C and C++ code.
+description                 Static analysis of C and C++ code.
 
-long_description    Cppcheck is an analysis tool for C and C++ code. Unlike \
-                    compilers and many other analysis tools, we do not detect \
-                    syntax errors. Cppcheck only detects the types of bugs that \
-                    the compilers normally fail to detect. The goal is no false \
-                    positives.
+long_description            Cppcheck is an analysis tool for C and C++ code. Unlike \
+                            compilers and many other analysis tools, we do not detect \
+                            syntax errors. Cppcheck only detects the types of bugs that \
+                            the compilers normally fail to detect. The goal is no false \
+                            positives.
 
-homepage            http://cppcheck.sourceforge.net/
-master_sites        sourceforge:project/cppcheck/cppcheck/${version}
+homepage                    http://cppcheck.sourceforge.net/
+master_sites                sourceforge:project/cppcheck/cppcheck/${version}
 
-checksums           rmd160  17a7d54a61faea7a3783a94b18301bce18b1b7ec \
-                    sha256  f684ae47c4556eea87d04f54e3eb9782fca2ba9ff43adaa29a9271177ee6d7ea
+checksums                   rmd160  17a7d54a61faea7a3783a94b18301bce18b1b7ec \
+                            sha256  f684ae47c4556eea87d04f54e3eb9782fca2ba9ff43adaa29a9271177ee6d7ea
 
-depends_build       port:libxslt \
-                    port:docbook-xsl
+depends_build               port:libxslt \
+                            port:docbook-xsl
 
-depends_lib         port:pcre
+depends_lib                 port:pcre
 
-use_configure       no
+use_configure               no
 
 variant universal {}
 
-build.args          CXX="${configure.cxx} [get_canonical_archflags cxx]" \
-                    HAVE_RULES=yes CFGDIR=${prefix}/share/cppcheck \
-                    DB2MAN=${prefix}/share/xsl/docbook-xsl/manpages/docbook.xsl
-build.target        all man
+build.args                  CXX="${configure.cxx} [get_canonical_archflags cxx]" \
+                            HAVE_RULES=yes CFGDIR=${prefix}/share/cppcheck \
+                            DB2MAN=${prefix}/share/xsl/docbook-xsl/manpages/docbook.xsl
+build.target                all man
 
-test.run            yes
-test.target         test
+test.run                    yes
+test.target                 test
 
-destroot.args       PREFIX=${prefix}
+destroot.args               PREFIX=${prefix}
 
 post-destroot {
     xinstall -m 444 ${worksrcpath}/cppcheck.1 ${destroot}${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/220f233a/attachment.html>


More information about the macports-changes mailing list