head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	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.1;
locks; strict;
comment	@# @;


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

1.5
date	2012.05.20.06.42.54;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.12.22.26.55;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.10.21.30.06;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2006.11.14.12.36.52;	author laszlof;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.11.15.41.19;	author garga;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Ports collection makefile for:  pecl-crack
# Date created:			  07 March 2006
# Whom:				  Bill Moran <wmoran@@collaborativefusion.com>
#
# $FreeBSD: head/security/pecl-crack/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	crack
PORTVERSION=	0.4.1
PORTREVISION=	3
CATEGORIES=	security www
MASTER_SITES=	http://www.osuweb.net/~ahaning/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	wmoran@@collaborativefusion.com
COMMENT=	PECL extension to cracklib

LIB_DEPENDS=	crack.10:${PORTSDIR}/security/cracklib

USE_PHP=	yes
USE_PHPIZE=	yes
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes
PHP_MODNAME=	crack
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5

WRKSRC=		${WRKDIR}/crack-0.4

.include <bsd.port.mk>
@


1.5
log
@Mark IGNORE with php 5.4 and set 5.3 as default.

Reported by:	pav
Pointyhat to:	me
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Pregenerate pw_dict since cracklib stopped distributing one
  which dependant ports require at build-time.
- Convert dependant ports to LIB_DEPENDS
- Bump PORTREVISIONs

Reported by:    pav via pointyhat
@
text
@d27 2
@


1.3
log
@- Chase shlib bump for security/cracklib from .1 -> .10

Forgotten by:   myself (pgollucci)
Reported by:    pav via pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	2
d20 1
a20 1
RUN_DEPENDS=	${LOCALBASE}/libdata/cracklib/pw_dict.pwi:${PORTSDIR}/security/cracklib
@


1.2
log
@Correct pkg-plist, and add dependency for cracklib.

PR:		ports/105299
Submitted by:	Bill Moran <wmoran@@collaborativefusion.com> (maintainer)
Approved by:	flz (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@This package provides an interface to the cracklib (libcrack) libraries that
come standard on most unix-like distributions. This allows you to check
passwords against dictionaries of words to ensure some minimal level of
password security.

From the cracklib README
CrackLib makes literally hundreds of tests to determine whether you've
chosen a bad password.

* It tries to generate words from your username and gecos entry to tries
to match them against what you've chosen.

* It checks for simplistic patterns.

* It then tries to reverse-engineer your password into a dictionary
word, and searches for it in your dictionary.

- after all that, it's PROBABLY a safe(-ish) password. 8-)

WWW: http://pecl.php.net/package/crack

PR:		ports/94244
Submitted by:	Bill Moran <wmoran at collaborativefusion.com>
@
text
@d10 1
d20 2
@

