head	1.19;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.12.18.13.31.13;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.06.01.02;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.07.03.09.27.18;	author sbz;	state Exp;
branches;
next	1.16;

1.16
date	2012.04.04.03.16.53;	author sbz;	state Exp;
branches;
next	1.15;

1.15
date	2012.03.29.09.01.16;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2012.02.12.22.26.54;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2012.02.08.18.56.48;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2011.03.18.10.04.51;	author sbz;	state Exp;
branches;
next	1.11;

1.11
date	2009.02.27.20.45.19;	author tabthorpe;	state Exp;
branches;
next	1.10;

1.10
date	2006.08.15.01.04.48;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.05.06.05.25;	author glewis;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.05.04.49.11;	author glewis;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.26.07.16.12;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2004.05.25.00.27.59;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.03.15.21.52.56;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.22.16.02.20;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.42;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.27.01.15.17;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.19.12.55.33;	author will;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309177
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309177 | sbz | 2012-12-18 13:26:15 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## - Update to 2.8.22
## SVN ## - Convert to new option framework
## SVN ## - Update MASTER_SITES
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: ajk@@iu.edu
# $FreeBSD: head/security/cracklib/Makefile 309177 2012-12-18 13:26:15Z sbz $

PORTNAME=	cracklib
PORTVERSION=	2.8.22
CATEGORIES=	security
MASTER_SITES=	SF \
		LOCAL/${MAINTAINER:C/([^@@]*)@@.*/\1/}

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	Password-checking library

LICENSE=	LGPL21

MAN3=		${PORTNAME}.3
MLINKS=		${PORTNAME}.3 FascistCheck.3

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--with-default-dict=${PREFIX}/libdata/${PORTNAME}

OPTIONS_DEFINE=	PYTHON

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON=	yes
CONFIGURE_ARGS+=	--with-python
PLIST_SUB+=	PYTHON=""
.else
CONFIGURE_ARGS+=	--without-python
PLIST_SUB+=	PYTHON="@@comment "
.endif

post-install:
	${INSTALL_MAN} ${FILESDIR}/${MAN3} ${MAN3PREFIX}/man/man3/
	@@${MKDIR} ${PREFIX}/libdata/${PORTNAME}
	${INSTALL_DATA} ${FILESDIR}/pw_dict* ${PREFIX}/libdata/${PORTNAME}/

.include <bsd.port.mk>
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	cracklib
# Date created:				22 April 2000
# Whom:					ajk@@iu.edu
#
# $FreeBSD: head/security/cracklib/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	2.8.19
d7 2
a8 1
MASTER_SITES=	SF
d22 5
a26 1
.ifdef(WITH_PYTHON)
@


1.17
log
@- Update to 2.8.19
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Add PYTHON KNOB
- Bump PORTREVISION

Approved by:	jadawin@@, miwi@@ (mentors, implicit)
Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	2.8.18
PORTREVISION=	2
@


1.15
log
@- Actually bump PORTREVISION for previous commit (pregenerate pw_dict), this
  should help with ruby-password builds on pointyhat

With hat:	portmgr
Feature safe:	yes
@
text
@d10 1
a10 1
PORTREVISION=	1
d19 3
a21 2
MAN3=		cracklib.3
MLINKS=		cracklib.3 FascistCheck.3
d26 9
d36 1
a36 1
	${INSTALL_MAN} ${FILESDIR}/cracklib.3 ${MAN3PREFIX}/man/man3/
@


1.14
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
@d10 1
@


1.13
log
@- Update to 2.8.18
- Remove patches sent upstream

PR:             ports/163218
Submitted by:   scf
Approved by:    maintainer timeout (sbz ; 57 days)
@
text
@d22 1
d25 3
a27 1
	${INSTALL_MAN} ${FILESDIR}/cracklib.3 ${MAN3PREFIX}/man/man3/.
@


1.12
log
@Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:	jadawin@@ (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	2.7
PORTREVISION=	2
d11 1
a11 2
MASTER_SITES=	http://www.crypticide.com/users/alecm/security/
DISTNAME=	${PORTNAME},${PORTVERSION}
d16 2
d20 1
d23 2
a24 13
pre-su-install:
	${INSTALL_DATA} ${WRKSRC}/cracklib/libcrack.a ${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/cracklib/libcrack.so.1 ${PREFIX}/lib
	${LN} -sf libcrack.so.1 ${PREFIX}/lib/libcrack.so
	${INSTALL_DATA} ${WRKSRC}/cracklib/packer.h ${PREFIX}/include
	${INSTALL_SCRIPT} ${WRKSRC}/util/mkdict ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/util/packer ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/util/testlib ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/util/testnum ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/util/teststr ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/util/unpacker ${PREFIX}/bin
	${INSTALL_MAN} ${FILESDIR}/cracklib.3 ${MAN3PREFIX}/man/man3
	${MKDIR} ${PREFIX}/libdata/cracklib
@


1.11
log
@- Pass maintainership to submitter

Submitted by:	Sofian Brabez via private email
@
text
@d15 1
a15 1
MAINTAINER=	sbrabez@@gmail.com
@


1.10
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@. Make that pre-su-install, and pass the pointy hat.  *sigh*
@
text
@d20 1
a20 1
INSTALLS_SHLIB=	yes
@


1.8
log
@. pre-install -> su-pre-install since the pre install step installs files
  in ${PREFIX}.
@
text
@d22 1
a22 1
su-pre-install:
@


1.7
log
@- reset MAINTAINER
- minor cosmetic fixes

PR:		76682
Submitted by:	Andrew J. Korty <ajk at iu.edu>
@
text
@d22 1
a22 1
pre-install:
@


1.6
log
@- Fix MASTER_SITES

PR:		ports/67152
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d15 1
a15 1
MAINTAINER=	ajk@@iu.edu
@


1.5
log
@Build a shared library.  This fixes the build of dependent ports on amd64,
which cannot link non-PIC lib.a code into a lib.so.  Also respect CFLAGS
while I'm here, and bump PORTREVISION.

Reviewed by:	maintainer
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.crypticide.org/users/alecm/security/
@


1.4
log
@change MASTER_SITES and EXTRACT_SUFX

PR:		48536
Submitted by:	Andrew J. Korty <ajk@@iu.edu>
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
d24 2
@


1.3
log
@De-pkg-comment.
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.users.dircon.co.uk/~crypto/download/
a13 1
EXTRACT_SUFX=	.tgz
@


1.2
log
@Add new cracklib(3) manpage; add FascistCheck(3) function header file
(actually called packer.h) and a MLINK to cracklib(3) manpage.  Bump
PORTREVISION to 1.

Submitted by:	Andrew J. Korty <ajk@@iu.edu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/cracklib/Makefile,v 1.1 2000/12/19 12:55:33 will Exp $
d17 1
@


1.1
log
@Add cracklib 2.7, a library containing a function that can be used in
one's own passwd(8) program to keep users from making guessable passwords
by filtering them out at the source.

PR:		23392
Submitted by:	Andrew J. Korty <ajk@@iu.edu>
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
d18 3
d23 1
d30 1
@

