head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2008.02.18.01.30.01;	author lx;	state Exp;
branches;
next	1.14;

1.14
date	2007.02.27.21.18.29;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2007.02.26.15.48.01;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2004.12.17.10.15.44;	author krion;	state Exp;
branches;
next	1.11;

1.11
date	2003.12.05.14.27.03;	author sergei;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.27.01.21.55;	author kevlo;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.21.13.26.43;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.15.14.24.07;	author arved;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.23.00.21.02;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.10.16.47.49;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.06.22.46.47;	author adamw;	state Exp;
branches;
next	1.4;

1.4
date	2002.07.03.14.32.38;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.04.22.55.43;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.23.12.55.22;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.23.12.54.48;	author kris;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	flawfinder
# Date created:			Jul 23, 2001
# Whom:				ijliao
#
# $FreeBSD: head/security/flawfinder/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	flawfinder
PORTVERSION=	1.27
CATEGORIES=	security devel
MASTER_SITES=	http://www.dwheeler.com/flawfinder/ \
		${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	UNIX/security

MAINTAINER=	lx@@FreeBSD.org
COMMENT=	Examines source code looking for security weaknesses

USE_PYTHON=	yes
NO_BUILD=	yes

MAN1=		flawfinder.1
DOCS=		ChangeLog README flawfinder.pdf flawfinder.ps
EXAMPLES=	test.c correct-results.html correct-results.txt

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${MANPREFIX}/man/man1
	@@${MKDIR} ${EXAMPLESDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.15
log
@Fix an IndexError bug on some source. Take maintainership while I'm here.

PR:		ports/120743
Submitted by:	"Pedro F. Giffuni" <giffunip@@tutopia.com>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.14
log
@Reset jim@@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.

Hat:		portmgr
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@- Update to 1.27

PR:             108951
Submitted by:   miwi
Approved by:    maintainer timeout
@
text
@d16 1
a16 1
MAINTAINER=	jim@@corebsd.or.id
@


1.12
log
@Update to 1.26

PR:		ports/75151
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	1.26
@


1.11
log
@- Update to 1.24

While I'm here:
- Rearrange MASTER_SITES: PacketStorm mirros do not seem to carry
  versions later than 1.22
- Install examples to EXAMPLESDIR

PR:		59800
Submitted by:	Robin Breathe <robin@@isometry.net>
Approved by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	1.24
@


1.10
log
@Update to version 1.22

PR: 50320
Submitted by: MAINTAINER
@
text
@d10 1
a10 1
PORTVERSION=	1.22
d12 2
a13 2
MASTER_SITES=	${MASTER_SITE_PACKETSTORM} \
		http://www.dwheeler.com/flawfinder/
d22 3
a24 1
MAN1=	flawfinder.1
d29 2
a30 2

post-install:
d33 1
a33 3
.for i in README flawfinder.pdf flawfinder.ps index.html test.c
	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
@


1.9
log
@De-pkg-comment.
@
text
@d10 1
a10 1
PORTVERSION=	1.21
@


1.8
log
@Add MASTER_SITE_PACKETSTORM as additional mirror

PR:		45396
Submitted by:	Jim Geovedi <negative@@magnesium.net>
@
text
@d17 1
@


1.7
log
@Grab maintainer-shoip and update to version 1.21

PR:		ports/45395
Submitted by:	Jim Geovedi <negative@@magnesium.net>
@
text
@d12 3
a14 1
MASTER_SITES=	http://www.dwheeler.com/flawfinder/
@


1.6
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d10 1
a10 1
PORTVERSION=	1.01
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d24 8
@


1.5
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	Examines source code looking for security weaknesses

@


1.4
log
@upgrade to 1.01
@
text
@d16 2
@


1.3
log
@Update to 0.21

PR:		33552
Submitted by:	Kirby Kuehl <vacuum@@12-232-21-91.client.attbi.com>
@
text
@d10 1
a10 1
PORTVERSION=	0.21
@


1.2
log
@Correct CATEGORIES to "security devel"
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/flawfinder/Makefile,v 1.1 2001/08/23 12:54:48 kris Exp $
d10 1
a10 1
PORTVERSION=	0.15
@


1.1
log
@Move flawfinder from devel to security where the other source-code auditing
tools live.

Discussed with: ijliao
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
CATEGORIES=	devel
@

