head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.14.23.06.23;	author rm;	state Exp;
branches;
next	1.8;

1.8
date	2011.11.14.17.16.14;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2011.10.17.02.44.20;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.31.03.28.36;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.20.08.44.57;	author niels;	state Exp;
branches;
next	1.4;

1.4
date	2010.07.23.13.40.25;	author niels;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.24.13.18.54;	author niels;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.14.11.57.00;	author niels;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	whatweb
PORTVERSION=	0.4.7
PORTREVISION=	1
CATEGORIES=	security www
MASTER_SITES=	http://www.morningstarsecurity.com/downloads/

MAINTAINER=	rm@@FreeBSD.org
COMMENT=	A tool to fingerprint web site components

LICENSE=	GPLv2

USE_RUBY=	yes
NO_BUILD=	yes
PORTDOCS=	README INSTALL CHANGELOG TODO
MAN1=		${PORTNAME}.1
MANCOMPRESSED=	no
USE_RUBY_FEATURES=	iconv

.include <bsd.port.pre.mk>

post-patch:
	${REINPLACE_CMD} -e \
	's!/usr/share/whatweb/!${RUBY_SITELIBDIR}/${PORTNAME}!' \
	${WRKSRC}/${PORTNAME}

do-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.	for i in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.	endfor
.endif
.for DIR in plugins lib plugin-development
	( cd ${WRKSRC}/${DIR} && \
	${COPYTREE_SHARE} . ${RUBY_SITELIBDIR}/${PORTNAME}/${DIR} )
.endfor
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

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


1.9
log
@- take maintainership

Approved by:    novel (mentor)
Feature safe:   yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@- Add missing dependency on iconv
- Pet portlint while here

PR:		ports/157492
Reported by:	C-S <c-s@@c-s.li>
Approved by:	maintainer timeout (>4 months)
@
text
@d14 1
a14 1
MAINTAINER=	niels@@FreeBSD.org
@


1.6
log
@- Update to 0.4.7

PR:		156197
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	maintainer timeout
@
text
@d10 1
d17 2
d24 1
a24 1
LICENSE=	GPLv2
@


1.5
log
@- Updated to version 0.4.5 (new plugins)
- Added license information

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.4.5
d18 1
a18 1
PORTDOCS=	README INSTALL CHANGELOG TODO How-to-develop-WhatWeb-plugins-1.1.txt
@


1.4
log
@Updated to version 0.4.4

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.4.4
d21 1
@


1.3
log
@Updated to version 0.4.3

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.4.3
@


1.2
log
@Bumped PORTREVISION due to new patch

Approved by:	miwi (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	0.4
PORTREVISION=	1
a15 2
RUN_DEPENDS=	rubygem-anemone>=0.4.0:${PORTSDIR}/www/rubygem-anemone

d18 3
a20 1
PORTDOCS=	README INSTALL CHANGELOG TODO
d26 1
a26 1
	's!PLUGIN_DIR="!PLUGIN_DIR="${RUBY_SITELIBDIR}/${PORTNAME}/!' \
d40 1
@


1.1
log
@New port: WhatWeb can be used to detect the software packages that
are used for a website. It can detect content management systems
(CMS), blogging platforms, stats/analytics packages, javascript
libraries, servers, etc..

WWW: http://www.morningstarsecurity.com/research/whatweb

Approved by:	itetcu (mentor)
@
text
@d10 1
@

