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


1.11
date	2012.10.25.18.02.31;	author bapt;	state dead;
branches;
next	1.10;

1.10
date	2012.09.21.10.07.33;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2011.10.24.03.33.14;	author stas;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.24.07.56.59;	author stas;	state Exp;
branches;
next	1.7;

1.7
date	2010.04.01.10.04.08;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2008.08.03.08.06.15;	author stas;	state Exp;
branches;
next	1.5;

1.5
date	2008.08.02.16.42.31;	author stas;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.25.06.11.03;	author stas;	state Exp;
branches;
next	1.3;

1.3
date	2006.11.07.00.41.04;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.01.20.05.53;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.26.12.32.16;	author sem;	state Exp;
branches;
next	;


desc
@@


1.11
log
@SVN rev 306391 on 2012-10-25 18:02:31Z by bapt

2012-10-20 security/sscep: No more public distfiles
2012-10-20 security/py-rijndael: No more public distfiles
2012-10-20 security/pam_af: No more public distfiles
2012-10-20 security/its4: No more public distfiles
2012-10-20 russian/xcyrBGR: No more public distfiles
2012-10-20 russian/wmcyrx: No more public distfiles
2012-10-20 print/advi: No more public distfiles
2012-10-20 palm/plucker: No more public distfiles
2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4
2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4
2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles
2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles

Feature safe:	yes
@
text
@# Ports collection makefile for:	pam_af
# Date created:				5 Marth 2006
# Whom:					Stanislav Sedov <ssedov@@mbsd.msk.ru>
#
# $FreeBSD: ports/security/pam_af/Makefile,v 1.10 2012/09/21 10:07:33 bapt Exp $
#

PORTNAME=	pam_af
PORTVERSION=	1.0.2
PORTREVISION=	0
CATEGORIES=	security
MASTER_SITES=	http://mbsd.msk.ru/dist/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Anti-bruteforce PAM module

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

USE_BZIP2=	yes

MAN8=		pam_af.8 pam_af_tool.8

do-install:
	${INSTALL_DATA} ${WRKSRC}/pam_af.so ${PREFIX}/lib
	${INSTALL_PROGRAM} ${WRKSRC}/pam_af_tool/pam_af_tool ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/pam_af.8 ${MANPREFIX}/man/man8
	${INSTALL_MAN} ${WRKSRC}/pam_af_tool/pam_af_tool.8 ${MANPREFIX}/man/man8

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.10
log
@SVN rev 304618 on 2012-09-21 10:07:33Z by bapt

Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d17 3
@


1.8
log
@- Update to 1.0.2.
  This is a bugfix release.  In particular it should ubreak build on
  PowerPC.
@
text
@d14 1
a14 1
MAINTAINER=	stas@@FreeBSD.org
@


1.7
log
@Mark as broken on powerpc.  While here, pet portlint.

Hat:		portmgr
@
text
@d9 2
a10 2
PORTVERSION=	1.0.1
PORTREVISION=	2
d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not compile on powerpc
.endif

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


1.6
log
@- OpenPAM seesm to defined _OPENPAM instead of OPENPAM in older
  releases. Make autodetection work on both.
@
text
@d24 1
a24 1
	${INSTALL_MAN} ${WRKSRC}/pam_af.8 ${MANPREFIX}/man/man8                                                                                                
d33 7
a39 1
.include <bsd.port.mk>
@


1.5
log
@- Correctly detect OpenPAM.

PR:		ports/126185
Submitted by:	Tsurutani Naoki <turutani@@scphys.kyoto-u.ac.jp>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Use MANPREFIX
- Install PAM so module with correct permissions.

Submitted by:	Yarema <yds@@CoolRat.org>
@
text
@d10 1
@


1.3
log
@- Update to 1.0.1

ChangeLog:
- Handle local logins properly [1]
- Honor allow_on_error in setcred() [1]
- Use the default (*) rule if we can't resolve the hostname [2]

PR:		ports/104946
Submitted by:	Dan Lukes <dan@@obluda.cz> [1]
Reported by:	Tsurutani Naoki <turutani@@scphys.kyoto-u.ac.jp> [2]
@
text
@d21 1
a21 1
	${INSTALL_PROGRAM} ${WRKSRC}/pam_af.so ${PREFIX}/lib
d23 2
a24 2
	${INSTALL_MAN} ${WRKSRC}/pam_af.8 ${PREFIX}/man/man8
	${INSTALL_MAN} ${WRKSRC}/pam_af_tool/pam_af_tool.8 ${PREFIX}/man/man8
@


1.2
log
@- Fix compiling with oncoming gcc41.

Reported by:	pointyhat run
Approved by:	sem (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.1
log
@Anti-bruteforce PAM module for authentification services. It can be used to
prevent brute-force attacks on services like SSH or Telnet. It's highly
configurable and very fast.

WWW: http://mbsd.msk.ru/pam_af.html

PR:		ports/94113
Submitted by:	Stanislav Sedov <ssedov@@mbsd.msk.ru>
@
text
@d13 1
a13 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@

