Initial import of flawfinder-0.12
Submitted by jsyn <jsyn@nthought.com> --- Flawfinder is a program that can scan code and identify out potential security flaws, ranking them by likely severity. Unlike ITS4, flawfinder is completely open source / free software (it's released under the GPL license). Flawfinder will miss some security problems, and point out issues that aren't really security problems, but nevertheless it can help track down security problems in code so that the code can be fixed.
This commit is contained in:
parent
e85b0e7dd8
commit
d353069e5d
32
devel/flawfinder/Makefile
Normal file
32
devel/flawfinder/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/01 07:55:45 shell Exp $
|
||||
|
||||
COMMENT= "c/c++ source code auditing tool"
|
||||
|
||||
DISTNAME= flawfinder-0.12
|
||||
CATEGORIES= devel security
|
||||
NEED_VERSION= 1.413
|
||||
|
||||
HOMEPAGE= http://www.dwheeler.com/flawfinder/
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.dwheeler.com/flawfinder/
|
||||
|
||||
RUN_DEPENDS= python2.0::lang/python
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
post-patch:
|
||||
@perl -pi.orig -e 's|/usr/bin/env |${LOCALBASE}/bin/|' \
|
||||
${WRKSRC}/flawfinder
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/flawfinder/files/md5
Normal file
3
devel/flawfinder/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (flawfinder-0.12.tar.gz) = 21ff0ab48ea3928a19f20f6f2be9d18c
|
||||
RMD160 (flawfinder-0.12.tar.gz) = 08cc5c25107726ea809c97b8a946afd8428873e2
|
||||
SHA1 (flawfinder-0.12.tar.gz) = 2361c3b71ba790288af0f0d3761568319aa3f0a3
|
10
devel/flawfinder/pkg/DESCR
Normal file
10
devel/flawfinder/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Flawfinder is a program that can scan code and identify out potential
|
||||
security flaws, ranking them by likely severity. Unlike ITS4,
|
||||
flawfinder is completely open source / free software (it's released
|
||||
under the GPL license).
|
||||
|
||||
Flawfinder will miss some security problems, and point out issues
|
||||
that aren't really security problems, but nevertheless it can help
|
||||
track down security problems in code so that the code can be fixed.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
devel/flawfinder/pkg/PLIST
Normal file
3
devel/flawfinder/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/01 07:55:45 shell Exp $
|
||||
bin/flawfinder
|
||||
man/man1/flawfinder.1
|
Loading…
x
Reference in New Issue
Block a user