head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.22.00.35.06;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.07.00.18.43;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.25.14.34.36;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.09.08.22.19;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.24.20.18.15;	author sat;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	shttpscanner
# Date created:		25 September 2006
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/security/shttpscanner/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	shttpscanner
PORTVERSION=	0.4
CATEGORIES=	security www
MASTER_SITES=	SF/${PORTNAME}/sHTTPScanner/sHTTPScanner%20v${PORTVERSION}
DISTNAME=	sHTTPScanner_v${DISTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Simple HTTP scanner

USE_ZIP=	yes
USE_DOS2UNIX=	yes

PLIST_FILES=	bin/${PORTNAME} %%DATADIR%%/requests.txt %%DATADIR%%/subdomains.txt
PLIST_DIRS=	%%DATADIR%%

post-patch:
	@@${REINPLACE_CMD} -E '/^#define/s!([a-z]*\.txt)!${DATADIR}/\1!' ${WRKSRC}/${DISTNAME:L}.c

do-build:
	@@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PTHREAD_CFLAGS} -o ${PORTNAME} ${DISTNAME:L}.c ${PTHREAD_LIBS}

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
	@@${INSTALL} -d ${DATADIR}/
	@@${INSTALL} ${WRKSRC}/requests.txt ${WRKSRC}/subdomains.txt ${DATADIR}/

.include <bsd.port.mk>
@


1.5
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.3
log
@- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
@
text
@d14 1
a14 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.2
log
@- Require gcc 3.4+

Reported by:	pointyhat via kris
@
text
@a18 1
USE_GCC=	3.4+
@


1.1
log
@Add port security/shttpscanner:

Simple HTTP Scanner is a creation made for web site pen testing. You can
check for directories and files on the remote web server and get some
server information like the webserver running.

WWW: http://sourceforge.net/projects/shttpscanner/
Author: Paisterist <paisterist@@users.sourceforge.net>
@
text
@d19 1
@

