head	1.13;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	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.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


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

1.12
date	2012.10.05.12.41.45;	author garga;	state Exp;
branches;
next	1.11;

1.11
date	2012.08.03.18.39.20;	author garga;	state Exp;
branches;
next	1.10;

1.10
date	2012.08.03.15.34.45;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2012.04.27.18.31.03;	author garga;	state Exp;
branches;
next	1.8;

1.8
date	2012.04.27.18.26.49;	author garga;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.27.18.22.13;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.01.20.14.15;	author bapt;	state dead;
branches;
next	1.5;

1.5
date	2011.03.13.21.30.56;	author bapt;	state Exp;
branches;
next	1.4;

1.4
date	2009.11.12.04.56.15;	author linimon;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.01.13.15.04.47;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.09.15.07.53;	author osa;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by: Clement Laforet <sheepkiller@@cultdeadsheep.org>
# $FreeBSD: head/security/cmd5checkpw/Makefile 305298 2012-10-05 12:41:45Z garga $

PORTNAME=	cmd5checkpw
PORTVERSION=	0.22
CATEGORIES=	security
MASTER_SITES=	http://beautytech.googlecode.com/svn-history/r6/trunk/src/qmail/tar/

MAINTAINER=	garga@@FreeBSD.org
COMMENT=	Checkpassword compatible authentication program that uses CRAM-MD5

OPTIONS_DEFINE=	DOCS

MAN8=		cmd5checkpw.8

PORTDOCS=	CHANGES CREDITS INSTALL README rfc1321.txt rfc2104.txt
PLIST_FILES=	bin/cmd5checkpw etc/poppasswd.dist

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's|/etc/poppasswd|${LOCALBASE}/etc/poppasswd|' \
		${WRKSRC}/main.c
	@@${REINPLACE_CMD} -e 's|^\(CC\)|#\1|; s|^\(CFLAGS\)|#\1|; \
		s|LD=gcc|LD=$${CC}|; s|LDFLAGS=-g|LDFLAGS=$${CFLAGS} ${LDFLAGS}|;' \
		${WRKSRC}/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/cmd5checkpw ${PREFIX}/bin
	@@${INSTALL_DATA} ${WRKSRC}/poppasswd ${PREFIX}/etc/poppasswd.dist
	@@${INSTALL_MAN}	${WRKSRC}/cmd5checkpw.8 ${MANPREFIX}/man/man8
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
.    for f in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.    endfor
.endif

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


1.12
log
@SVN rev 305298 on 2012-10-05 12:41:45Z by garga

Change headers of all ports maintained by me to new format
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@SVN rev 301967 on 2012-08-03 18:39:20Z by garga

Remove unecessary OPTIONS_DEFAULT definitions added on r301957

Reported by:	sunpoet@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	cmd5checkpw
# Date created:				8 Sep 2003
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
a2 1
#
@


1.10
log
@SVN rev 301957 on 2012-08-03 15:34:45Z by garga

Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
@
text
@a16 1
OPTIONS_DEFAULT=DOCS
@


1.9
log
@Respect PREFIX
@
text
@d16 3
d24 2
d37 1
a37 1
.if !defined(NOPORTDOCS)
d44 1
a44 1
.include <bsd.port.mk>
@


1.8
log
@- Remove MD5 from distinfo
- Remove uneeded pkg-plist
@
text
@d29 2
a30 2
	@@${INSTALL_PROGRAM} ${WRKSRC}/cmd5checkpw ${LOCALBASE}/bin
	@@${INSTALL_DATA} ${WRKSRC}/poppasswd ${LOCALBASE}/etc/poppasswd.dist
@


1.7
log
@Ressurrect security/cmd5checkpw and take maintainership
@
text
@d18 2
a19 1
DOCS_FILES=	CHANGES CREDITS INSTALL README rfc1321.txt rfc2104.txt
d34 1
a34 1
.    for f in ${DOCS_FILES}
@


1.6
log
@Remove unmaintained expired ports from security

2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/cmd5checkpw/Makefile,v 1.5 2011/03/13 21:30:56 bapt Exp $
d11 1
a11 1
MASTER_SITES=	http://members.elysium.pl/brush/cmd5checkpw/dist/
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
a15 3
DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

@


1.5
log
@Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Reset clement@@FreeBSD.org due to long absence from FreeBSD.

Hat:		portmgr
@
text
@d16 3
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d13 1
a13 1
MAINTAINER=	clement@@FreeBSD.org
@


1.2
log
@- Update my email address

Approved and reviewed by:    erwin (mentor)
@
text
@a15 2
USE_REINPLACE=	yes

@


1.1
log
@New port: a checkpassword compatible authentication
program that uses CRAM-MD5 authentication mode.

Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
PR:		56598
@
text
@d13 1
a13 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
@

