head	1.33;
access;
symbols
	RELEASE_8_3_0:1.29
	RELEASE_9_0_0:1.26
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.20
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.33
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.32;

1.32
date	2012.10.25.12.32.21;	author nobutaka;	state Exp;
branches;
next	1.31;

1.31
date	2012.07.16.17.11.31;	author nobutaka;	state Exp;
branches;
next	1.30;

1.30
date	2012.06.05.15.16.47;	author nobutaka;	state Exp;
branches;
next	1.29;

1.29
date	2012.02.15.11.19.03;	author nobutaka;	state Exp;
branches;
next	1.28;

1.28
date	2012.01.23.14.32.36;	author nobutaka;	state Exp;
branches;
next	1.27;

1.27
date	2012.01.07.10.43.24;	author nobutaka;	state Exp;
branches;
next	1.26;

1.26
date	2011.07.30.15.17.53;	author nobutaka;	state Exp;
branches;
next	1.25;

1.25
date	2011.05.31.12.56.13;	author nobutaka;	state Exp;
branches;
next	1.24;

1.24
date	2011.04.22.16.08.31;	author nobutaka;	state Exp;
branches;
next	1.23;

1.23
date	2011.04.16.12.56.35;	author nobutaka;	state Exp;
branches;
next	1.22;

1.22
date	2010.12.19.04.23.29;	author nobutaka;	state Exp;
branches;
next	1.21;

1.21
date	2010.09.04.19.19.46;	author az;	state Exp;
branches;
next	1.20;

1.20
date	2009.09.26.09.46.27;	author nobutaka;	state Exp;
branches;
next	1.19;

1.19
date	2009.08.22.00.34.55;	author amdmi3;	state Exp;
branches;
next	1.18;

1.18
date	2009.05.06.13.38.56;	author nobutaka;	state Exp;
branches;
next	1.17;

1.17
date	2008.07.26.12.58.50;	author nobutaka;	state Exp;
branches;
next	1.16;

1.16
date	2008.05.18.12.58.10;	author nobutaka;	state Exp;
branches;
next	1.15;

1.15
date	2007.12.23.03.11.11;	author nobutaka;	state Exp;
branches;
next	1.14;

1.14
date	2007.04.18.20.40.09;	author laszlof;	state Exp;
branches;
next	1.13;

1.13
date	2006.12.11.17.46.03;	author laszlof;	state Exp;
branches;
next	1.12;

1.12
date	2006.11.07.15.37.04;	author laszlof;	state Exp;
branches;
next	1.11;

1.11
date	2006.05.13.04.15.06;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2006.04.19.17.20.21;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2006.02.15.07.44.35;	author lawrance;	state Exp;
branches;
next	1.8;

1.8
date	2006.01.06.05.59.11;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.21.14.26.03;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.08.30.16.14.25;	author novel;	state Exp;
branches;
next	1.5;

1.5
date	2005.07.27.01.45.06;	author ahze;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.20.12.18.39;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.13.13.49.53;	author markus;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.08.15.09.20;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.16.11.36.19;	author mat;	state Exp;
branches;
next	;


desc
@@


1.33
log
@Switch exporter over
@
text
@# New ports collection makefile for:	md5deep
# Date created:		15 July 2004
# Whom:			Frank Laszlo <laszlof@@vonostingroup.com>
#
# $FreeBSD: head/security/md5deep/Makefile 306380 2012-10-25 12:32:21Z nobutaka $
#

PORTNAME=	md5deep
PORTVERSION=	4.3
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	nobutaka@@FreeBSD.org
COMMENT=	Program to compute various message digests recursively

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=		md5deep.1 hashdeep.1
MLINKS=		md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \
		md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1

PLIST_FILES=	bin/hashdeep bin/md5deep bin/sha1deep bin/sha256deep \
		bin/whirlpooldeep bin/tigerdeep

.include <bsd.port.mk>
@


1.32
log
@SVN rev 306380 on 2012-10-25 12:32:21Z by nobutaka

Update to 4.3.

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.31
log
@SVN rev 300958 on 2012-07-16 17:11:31Z by nobutaka

Update to 4.2.
@
text
@d9 1
a9 1
PORTVERSION=	4.2
@


1.30
log
@Update to 4.1.1.
@
text
@d9 1
a9 1
PORTVERSION=	4.1.1
@


1.29
log
@Update to 4.1.
@
text
@d9 1
a9 1
PORTVERSION=	4.1
@


1.28
log
@Update to 4.0.1.
@
text
@d9 1
a9 1
PORTVERSION=	4.0.1
@


1.27
log
@Update to 4.0.0.
@
text
@d9 1
a9 1
PORTVERSION=	4.0.0
@


1.26
log
@Update to 3.9.2.
@
text
@d9 1
a9 1
PORTVERSION=	3.9.2
@


1.25
log
@Update to 3.9.1.
@
text
@d9 1
a9 1
PORTVERSION=	3.9.1
@


1.24
log
@Update to 3.9.
@
text
@d9 1
a9 1
PORTVERSION=	3.9
@


1.23
log
@Update to 3.8.
@
text
@d9 1
a9 1
PORTVERSION=	3.8
@


1.22
log
@Update to 3.7.
@
text
@d9 1
a9 1
PORTVERSION=	3.7
@


1.21
log
@Update to 3.6.

PR:		ports/149235
Submitted by:	Frederic Culot <frederic@@culot.org>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	3.6
@


1.20
log
@Update to 3.4.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	3.4
@


1.19
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d9 1
a9 1
PORTVERSION=	3.3
@


1.18
log
@Update to 3.3.
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.17
log
@Update to 3.1.
@
text
@d9 1
a9 1
PORTVERSION=	3.1
@


1.16
log
@Update to 3.0.
@
text
@d9 1
a9 1
PORTVERSION=	3.0
@


1.15
log
@- Update to 2.0.1. [*]
- Update MASTER_SITES with SF macro. [*]
- Take over maintainership.

PR:		ports/118666 [*]
Submitted by:	Philippe Audeoud <jadawin@@tuxaco.net>
Approved by:	laszlof (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.0.1
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-001
d19 1
a19 1
MAN1=		md5deep.1
d23 1
a23 1
PLIST_FILES=	bin/md5deep bin/sha1deep bin/sha256deep \
@


1.14
log
@- remove support to FreeBSD 4.x (EOL)

PR:		ports/111826
Submitted by:	Marcelo Araujo <araujo@@bsdmail.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.12
d11 2
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d14 1
a14 1
MAINTAINER=	laszlof@@FreeBSD.org
d17 1
a17 1
ALL_TARGET=	unix
a26 4
post-patch:
	@@${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \
	-e 's!-Wall -W -O3!${CFLAGS}!' ${WRKSRC}/Makefile

@


1.13
log
@Fix the CFLAGS reinplace so it actually works.
@
text
@a26 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		Does not compile on FreeBSD 4.x
.endif

d31 1
a31 1
.include <bsd.port.post.mk>
@


1.12
log
@Update my email address in all ports that I maintain.

Approved by:	flz (mentor)
@
text
@d30 1
a30 1
BROKEN=		"Does not compile on FreeBSD 4.x"
d35 1
a35 1
	-e 's!-Wall -O2!$(CFLAGS)!' ${WRKSRC}/Makefile
@


1.11
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d14 1
a14 1
MAINTAINER=	laszlof@@vonostingroup.com
@


1.10
log
@Update to 1.12

PR:		96058
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com> (maintainer)
@
text
@a17 1
USE_REINPLACE=	yes
@


1.9
log
@Update to 1.10.
Submitter takes maintainership.

PR:		ports/93296
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.10
@


1.8
log
@[UPDATE]: security/md5deep: Update to version 1.9.3

	This patch will update security/md5deep to version 1.9.3.
	This version fixes the following bugs:

	- Fixed expert mode to remove a number of logical errors
	  that prevented the program from correctly identifying which
	  files should be hashed. Symbolic links, in particular, were not
	  being chosen or excluded correctly.
	- Added quiet mode, -q, filename is omitted from the output.
	- Added Makefile directive macg5 to compile OS X G5 specific code
	- Fixed comparisons between signed and unsigned variables in helpers.c
	  and dig.c

PR:		ports/91367
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.9.3
@


1.7
log
@- Update to 1.9.2
- Mark BROKEN on 4.X

PR:		ports/89089, ports/89318
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.9.2
@


1.6
log
@Update to 1.8.

PR:		85476
Submitted by:	Andrej Zverev <az@@inec.ru>
Approved by:	Frank Laszlo (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.8
d15 1
a15 1
COMMENT=	Program to compute MD5 and SHA1 message digests recursively
d28 6
d38 1
a38 1
.include <bsd.port.mk>
@


1.5
log
@- Update to 1.7

PR:		ports/84149
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.7
d19 1
d22 2
a23 1
MLINKS=		md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 md5deep.1 whirlpooldeep.1
d25 2
a26 1
PLIST_FILES=	bin/md5deep bin/sha1deep bin/sha256deep bin/whirlpooldeep
d29 2
a30 5
	@@${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' \
		-e 's!-Wall -O2!$(CFLAGS)!' \
		-e 's!gcc!$(CC)!' \
		-e 's!$$(CC)!$$(_CC)!' \
		-e 's!^CC!_CC!' ${WRKSRC}/Makefile
@


1.4
log
@- Update to 1.6

PR:		ports/81296
Submitted by:	Andrej Zverev <az@@inec.ru>
Approved by:	Frank Laszlo <laszlof@@tvog.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.6
@


1.3
log
@Update to version 1.5

PR:		ports/72452
Submitted by:	Frank J. Laszlo <laszlof@@vonostingroup.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d20 2
a21 1
MAN1=		md5deep.1 sha1deep.1 sha256deep.1
d23 1
a23 1
PLIST_FILES=	bin/md5deep bin/sha1deep bin/sha256deep
@


1.2
log
@respect CC/CFLAGS.
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d20 1
a20 1
MAN1=		md5deep.1 sha1deep.1
d22 1
a22 1
PLIST_FILES=	bin/md5deep bin/sha1deep
@


1.1
log
@Add md5deep 1.3, program to compute MD5 and SHA1 message digests
recursively.

PR:		ports/69124
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com>
@
text
@d25 5
a29 1
	@@${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/Makefile
@

