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


1.14
date	2012.12.10.19.24.04;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.08.05.23.19.36;	author dougb;	state Exp;
branches;
next	1.11;

1.11
date	2012.02.14.12.45.28;	author mm;	state Exp;
branches;
next	1.10;

1.10
date	2009.10.19.11.40.58;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.28.16.34.35;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.24.19.28.37;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.05.16.14.51;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.09.18.55.49;	author amdmi3;	state Exp;
branches;
next	1.5;

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

1.4
date	2007.03.06.19.43.27;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.21.20.41.33;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.23.10.47.15;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.17.08.27.13;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308630
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308630 | mm | 2012-12-10 19:11:11 +0000 (Mon, 10 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update PCRE to 8.32
## SVN ## Introduces the UTF-32 library pcre32
## SVN ## Bump PORTREVISION in dependent ports
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	bruteblock
# Date created:		30 Jul 2006
# Whom:			Dmitry Marakasov <amdmi3@@amdmi3.ru>
#
# $FreeBSD: head/security/bruteblock/Makefile 308630 2012-12-10 19:11:11Z mm $
#

PORTNAME=	bruteblock
PORTVERSION=	0.0.5
PORTREVISION=	4
CATEGORIES=	security
MASTER_SITES=	http://samm.kiev.ua/bruteblock/ \
		http://mirror.amdmi3.ru/distfiles/

MAINTAINER=	amdmi3@@FreeBSD.org
COMMENT=	Software for blocking bruteforce attacks with ipfw

LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre

PKGMESSAGE=	${WRKDIR}/pkg-message
SUB_FILES=	pkg-message
MAKE_JOBS_SAFE=	yes

USE_RC_SUBR=	bruteblockd
MAN8=		bruteblock.8

CONFDIR=	${PREFIX}/etc/${PORTNAME}

PORTDOCS=	FAQ README CHANGES

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bruteblock ${PREFIX}/sbin/
	${INSTALL_PROGRAM} ${WRKSRC}/bruteblockd ${PREFIX}/sbin/
	${MKDIR} ${PREFIX}/etc/bruteblock
.for file in ssh proftpd
	${INSTALL_DATA} ${WRKSRC}/etc/${file}.conf ${CONFDIR}/${file}.conf.dist
	if [ ! -f ${CONFDIR}/${file}.conf ]; then \
		${INSTALL_DATA} ${CONFDIR}/${file}.conf.dist ${CONFDIR}/${file}.conf; \
	fi
.endfor
	${INSTALL_MAN} ${WRKSRC}/doc/bruteblock.8 ${PREFIX}/man/man8/
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCSDIR}/
	@@${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}/
	@@${INSTALL_DATA} ${WRKSRC}/doc/CHANGES ${DOCSDIR}/
.endif

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/bruteblock/Makefile 302141 2012-08-05 23:19:36Z dougb $
d10 1
a10 1
PORTREVISION=	3
d18 1
a18 1
LIB_DEPENDS=	pcre.1:${PORTSDIR}/devel/pcre
@


1.12
log
@SVN rev 302141 on 2012-08-05 23:19:36Z by dougb

Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Bump pcre library dependency due to 8.30 update
@
text
@d24 1
a24 1
USE_RC_SUBR=	bruteblockd.sh
@


1.10
log
@- Update regexps for newer sh versions

PR:		139545 (partially)
Submitted by:	Dmitry Morozovsky <marck@@freebsd.org>
@
text
@d10 1
a10 1
PORTREVISION=	2
d18 1
a18 1
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
@


1.9
log
@- Update URL of my distfile mirror in 87 ports

Approved by:	portmgr (erwin)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@- Fix build with -j, mark MAKE_JOBS_SAFE
@
text
@d13 1
a13 1
		http://mirror.amdmi3.ru/
@


1.7
log
@- Update address of my distfile mirror
@
text
@d22 1
@


1.6
log
@- Remove obsolete 5.x condition
@
text
@d13 1
a13 1
		http://www.amdmi3.ru/distfiles/
@


1.5
log
@Update my email address in 132 ports.

Approved by:	miwi (mentor)
@
text
@a29 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 503000
IGNORE=		requires FreeBSD >= 5.3
.endif

d53 1
a53 1
.include <bsd.port.post.mk>
@


1.4
log
@- Fix build problemes
- Bump PORTREVISION

PR:             110000 \o/
Submitted by:   Roger Gujord<roger@@gujord.com>
Approved by:    maintainer
@
text
@d15 1
a15 1
MAINTAINER=	amdmi3@@amdmi3.ru
@


1.3
log
@[MAINTAINER] update my email address in 76 ports + mirror some distfiles

	I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@@mail.ru>
@
text
@d10 1
@


1.2
log
@- Update to 0.0.5

PR:		ports/102310 (based on)
Submitted by:	Alex Samorukov <samm@@os2.kiev.ua>
Approved by:	Dmitry Marakasov <amdmi3@@mail.ru> (maintainer)
@
text
@d3 1
a3 1
# Whom:			Dmitry Marakasov <amdmi3@@mail.ru>
d11 2
a12 1
MASTER_SITES=	http://samm.kiev.ua/bruteblock/
d14 1
a14 1
MAINTAINER=	amdmi3@@mail.ru
@


1.1
log
@Add bruteblock 0.0.4, software for blocking bruteforce attacks with
ipfw.

PR:		ports/101254
Submitted by:	Dmitry Marakasov <amdmi3 at mail.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.0.4
d26 2
d38 1
a38 1
.for file in ssh	# more configs are planned to be added
d45 6
@

