head	1.3;
access;
symbols
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.11.08.18.03.37;	author trevor;	state dead;
branches;
next	1.2;

1.2
date	2004.07.11.00.45.25;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.26.02.01.52;	author trevor;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the md5crk port.  The cracking effort was ended after a
method for generating messages with colliding MD5 digests was
published ("Collisions for Hash Functions MD5, MD5, HAVAL-128 and
RIPEMD" by Xiaoyun Wang, Dengguo Feng, Xuejia Lai and Hongbo Yu).
@
text
@# New ports collection makefile for:	md5crk
# Date created:				2004-03-26
# Whom:					trevor
#
# $FreeBSD: ports/security/md5crk/Makefile,v 1.2 2004/07/11 00:45:25 kris Exp $
#

PORTNAME=	md5crk
PORTVERSION=	1.0.4
CATEGORIES=	security parallel
MASTER_SITES=	http://www.md5crk.com/dl/
DISTNAME=	md5crk_${PORTVERSION}_freebsdX86

MAINTAINER=	trevor@@FreeBSD.org
COMMENT=	Distributed project to generate MD5 collisions (i386 binary)

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
LIB_DEPENDS=	c.4:${PORTSDIR}/misc/compat4x
.endif

BROKEN=		"Unfetchable"

NO_BUILD=	yes
ONLY_FOR_ARCHS=	i386
PLIST_FILES=	bin/md5crk
RESTRICTED=	"no commercial use"
WRKSRC=		${WRKDIR}/md5crk_1.0.3_freebsdX86

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/md5crk ${PREFIX}/bin

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


1.2
log
@BROKEN: Unfetchable
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add new port of i386 binary client for the md5crk project.
It is a distributed effort to generate MD5 collisions.
@
text
@d23 2
@

