Revision: 140748 https://trac.macports.org/changeset/140748 Author: khindenburg@macports.org Date: 2015-10-01 17:42:42 -0700 (Thu, 01 Oct 2015) Log Message: ----------- flawfinder: add modeline + whitespace Modified Paths: -------------- trunk/dports/devel/flawfinder/Portfile Modified: trunk/dports/devel/flawfinder/Portfile =================================================================== --- trunk/dports/devel/flawfinder/Portfile 2015-10-02 00:34:18 UTC (rev 140747) +++ trunk/dports/devel/flawfinder/Portfile 2015-10-02 00:42:42 UTC (rev 140748) @@ -1,28 +1,33 @@ +# -*- 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 flawfinder -version 1.27 -categories devel -license GPL-2+ -maintainers nomaintainer -description Examines C/C++ source code for security flaw -long_description \ - Program that examines source code and reports possible \ - security weaknesses (``flaws'') sorted by risk level. \ - It's very useful for quickly finding and removing at \ - least some potential security problems before a program \ - is widely released to the public. -homepage http://www.dwheeler.com/flawfinder/ -platforms darwin -supported_archs noarch -master_sites ${homepage} -checksums md5 50fff67dd439f42b785577ed8b3a3f7d -use_configure no +name flawfinder +version 1.27 +categories devel +license GPL-2+ +maintainers nomaintainer + +description Examines C/C++ source code for security flaw +long_description \ + Program that examines source code and reports possible \ + security weaknesses (``flaws'') sorted by risk level. \ + It's very useful for quickly finding and removing at \ + least some potential security problems before a program \ + is widely released to the public. + +homepage http://www.dwheeler.com/flawfinder/ +platforms darwin +supported_archs noarch +master_sites ${homepage} +checksums md5 50fff67dd439f42b785577ed8b3a3f7d + +use_configure no build.target -destroot { - xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin + +destroot { + xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/${name}.1 \ - ${destroot}${prefix}/share/man/man1 + ${destroot}${prefix}/share/man/man1 }
participants (1)
-
khindenburg@macports.org