head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.14.17.16.13;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2010.08.21.09.27.45;	author niels;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    blindelephant
# Date created:				2010-08-19
# Whom:					Niels Heinen
#
# $FreeBSD: head/security/blindelephant/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	blindelephant
PORTVERSION=	1.0
PORTREVISION=	20100819
CATEGORIES=	security www
MASTER_SITES=	${MASTER_SITE_LOCAL} \
		http://people.freebsd.org/~niels/distfiles/
MASTER_SITE_SUBDIR=	niels
DISTNAME=	${PORTNAME}-${PORTREVISION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Fingerprint the web applications used by a web site

LICENSE=	LGPL3
USE_BZIP2=	YES
USE_PYTHON=	2.6+
USE_PYDISTUTILS=	YES

SUB_FILES=	${PORTNAME}.sh
SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} \
		PATH=${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}

PORTDOCS=	README Blind_Elephant_BlackHat_2010.pdf

.include <bsd.port.pre.mk>

post-extract:
	@@${MV} ${WRKSRC}/src/* ${WRKSRC}
	@@${MV} "${WRKSRC}/doc/Blind Elephant - BlackHat 2010.pdf" \
	${WRKSRC}/Blind_Elephant_BlackHat_2010.pdf

post-install:
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.	for I in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${I} ${DOCSDIR}
.	endfor
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@New port: The BlindElephant Web Application Fingerprinter attempts
to discover the version of a (known) web application by comparing
static files at known locations against precomputed hashes for
versions of those files in all available releases. The technique
is fast, low-bandwidth, non-invasive, generic, and highly automatable.

WWW: http://blindelephant.sourceforge.net/

Approved by:	itetcu (mentor)
@
text
@d17 1
a17 1
MAINTAINER=	niels@@FreeBSD.org
@

