import pscan, a limited problem scanner for C source code

from Steffen Wendzel <cdp_doomed at gmx.net>
This commit is contained in:
steven 2006-09-21 20:52:26 +00:00
parent 06846c659a
commit 3c552253a1
4 changed files with 49 additions and 0 deletions

34
devel/pscan/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/09/21 20:52:26 steven Exp $
COMMENT= "limited problem scanner for C source files"
DISTNAME= pscan
PKGNAME= ${DISTNAME}-1.6
CATEGORIES= devel
HOMEPAGE= http://www.striker.ottawa.on.ca/~aland/pscan/
MAINTAINER= Steffen Wendzel <cdp@doomed-reality.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB= c
DIST_SUBDIR= ${PKGNAME}
ALL_TARGET= pscan
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/find_formats.sh ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pscan
${INSTALL_DATA} ${WRKSRC}/test.c ${PREFIX}/share/examples/pscan
.include <bsd.port.mk>

8
devel/pscan/distinfo Normal file
View File

@ -0,0 +1,8 @@
MD5 (pscan-1.6/pscan.tar.gz) = 9a83db546f0398d2eb7162b9c3f7cecc
MD5 (pscan/pscan.tar.gz) = 9a83db546f0398d2eb7162b9c3f7cecc
RMD160 (pscan-1.6/pscan.tar.gz) = 7c92b2b8c8e2f65dc4a37da37de47170ae24809c
RMD160 (pscan/pscan.tar.gz) = 7c92b2b8c8e2f65dc4a37da37de47170ae24809c
SHA1 (pscan-1.6/pscan.tar.gz) = 7844cabcc1fa014d5d2d192d94565133d60cd51b
SHA1 (pscan/pscan.tar.gz) = 7844cabcc1fa014d5d2d192d94565133d60cd51b
SIZE (pscan-1.6/pscan.tar.gz) = 14555
SIZE (pscan/pscan.tar.gz) = 14555

2
devel/pscan/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
PScan is a program which attempts to scan C source files for common
function abuses, which often lead to buffer overflows.

5
devel/pscan/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/09/21 20:52:26 steven Exp $
bin/find_formats.sh
bin/pscan
share/examples/pscan/
share/examples/pscan/test.c