diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-14 13:02:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-14 13:02:23 +0000 |
commit | 635997e19e56102589abac49a689223ec009be58 (patch) | |
tree | bc395b2eb944367a76d9a9166fb3d9e766d8ce72 /security | |
parent | eca3cd9352129c1f87c1cfa5ac0e8707097f287f (diff) | |
download | pkgsrc-635997e19e56102589abac49a689223ec009be58.tar.gz |
Initial import of flawfinder-1.20.
flawfinder is a 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.
Diffstat (limited to 'security')
-rw-r--r-- | security/flawfinder/DESCR | 4 | ||||
-rw-r--r-- | security/flawfinder/Makefile | 25 | ||||
-rw-r--r-- | security/flawfinder/PLIST | 3 | ||||
-rw-r--r-- | security/flawfinder/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/flawfinder/DESCR b/security/flawfinder/DESCR new file mode 100644 index 00000000000..511cadb81b3 --- /dev/null +++ b/security/flawfinder/DESCR @@ -0,0 +1,4 @@ +flawfinder is a 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. diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile new file mode 100644 index 00000000000..891e288bbfe --- /dev/null +++ b/security/flawfinder/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/14 13:02:23 wiz Exp $ +# + +DISTNAME= flawfinder-1.20 +CATEGORIES= security devel +MASTER_SITES= http://www.dwheeler.com/flawfinder/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.dwheeler.com/flawfinder/ +COMMENT= python program to find flaws in C/C++ programs + +PYTHON_PATCH_SCRIPTS= flawfinder +PY_PATCHPLIST= yes + +NO_CONFIGURE= # defined +NO_BUILD= # defined +MAKEFILE= makefile + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${PREFIX}/man/man1 + +.include "../../lang/python/application.buildlink.mk" +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/flawfinder/PLIST b/security/flawfinder/PLIST new file mode 100644 index 00000000000..b585a88b08f --- /dev/null +++ b/security/flawfinder/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/14 13:02:23 wiz Exp $ +bin/flawfinder +man/man1/flawfinder.1 diff --git a/security/flawfinder/distinfo b/security/flawfinder/distinfo new file mode 100644 index 00000000000..5f79ad2d1d8 --- /dev/null +++ b/security/flawfinder/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/14 13:02:23 wiz Exp $ + +SHA1 (flawfinder-1.20.tar.gz) = fddd7a6661d3e0570203fca6ab214ffb0ef4c542 +Size (flawfinder-1.20.tar.gz) = 88885 bytes |