the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: flawfinder
Version: 1.21
Revision: 2
Source: http://www.dwheeler.com/%n/%n-%v.tar.gz
Source-MD5: 4f9a408b0c73d911bc4771b3c45ac9da
Maintainer: Carsten Klapp
Homepage: http://www.dwheeler.com/flawfinder/
Description: Examines C/C++ source code for security flaws
License: GPL
DescDetail: <<
Flawfinder is a python script which scans through C/C++ source code,
identifying lines ("hits") with potential security flaws. By default it
reports hits sorted by severity, with the riskiest lines first. It's very
useful for quickly finding and removing at least some potential security
problems before a program is widely released to the public.
<<
DocFiles: <<
announcement ChangeLog COPYING INSTALL.txt README update
flawfinder.ps flawfinder.pdf index.html flawtest.c test.c junk.c
flaw-defect-report test-results correct-results.txt correct-results.html
<<
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install INSTALL_DIR=%i INSTALL_DIR_MAN='${INSTALL_DIR}/share/man/man1'
<<
DescPackaging: <<
Install ignores prefix and doesn't create destdirs.
This is a pure python script with no -pyXX package dependencies,
so any python version (including the OS X one) will suffice.
<<
Package: flawfinder
Version: 1.21
Revision: 2
Source: http://www.dwheeler.com/%n/%n-%v.tar.gz
Source-MD5: 4f9a408b0c73d911bc4771b3c45ac9da
Maintainer: Carsten Klapp
Homepage: http://www.dwheeler.com/flawfinder/
Description: Examines C/C++ source code for security flaws
License: GPL
DescDetail: <<
Flawfinder is a python script which scans through C/C++ source code,
identifying lines ("hits") with potential security flaws. By default it
reports hits sorted by severity, with the riskiest lines first. It's very
useful for quickly finding and removing at least some potential security
problems before a program is widely released to the public.
<<
DocFiles: <<
announcement ChangeLog COPYING INSTALL.txt README update
flawfinder.ps flawfinder.pdf index.html flawtest.c test.c junk.c
flaw-defect-report test-results correct-results.txt correct-results.html
<<
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install INSTALL_DIR=%i INSTALL_DIR_MAN='${INSTALL_DIR}/share/man/man1'
<<
DescPackaging: <<
Install ignores prefix and doesn't create destdirs.
This is a pure python script with no -pyXX package dependencies,
so any python version (including the OS X one) will suffice.
<<