head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.04.03.11.31.18;	author dhn;	state Exp;
branches;
next	1.10;

1.10
date	2010.04.01.09.51.28;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.17.07.22.13;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.30.15.13.00;	author amdmi3;	state Exp;
branches;
next	1.7;

1.7
date	2008.07.23.12.50.25;	author wxs;	state Exp;
branches;
next	1.6;

1.6
date	2008.07.23.01.01.58;	author wxs;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.14.02.23.20;	author wxs;	state Exp;
branches;
next	1.4;

1.4
date	2008.02.28.15.55.05;	author erwin;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.05.19.08.18.44;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.08.00.52.28;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:   rainbowcrack
# Date created:        8 May 2006
# Whom:                bryan@@freshdns.net
#
# $FreeBSD: head/security/rainbowcrack/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	rainbowcrack
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	http://www.semprixd.com/shares/ports/

MAINTAINER=	semprix@@gmx.com
COMMENT=	Hash cracker that precomputes plaintext - ciphertext pairs in advance

USE_DOS2UNIX=	yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN=		does not compile on ia64, powerpc, or sparc64
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|g++|$$(CXX) $$(CXXFLAGS)|; s|\-O3||' \
		${WRKSRC}/${MAKEFILE}

do-install:
.for f in rcrack rtgen rtdump rtsort
	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/charset.txt ${EXAMPLESDIR}

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


1.11
log
@- Update maintainer mail adress
- Remove MD5 checksum, While I'm here

PR:		ports/156142
Submitted by:	Dax Labrador <semprix@@gmx.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Also broken on powerpc.

Hat:		powerpc
@
text
@d13 1
a13 1
MAINTAINER=	semprix@@bsdmail.org
@


1.9
log
@- Update MASTER_SITES

PR:		144692
Submitted by:	Dax Labrador <semprix@@bsdmail.org> (maintainer)
@
text
@d20 2
a21 2
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN=		does not compile on ia64 or sparc64
@


1.8
log
@- Update master site

PR:		137255
Submitted by:	Dax Labrador <semprix@@bsdmail.org> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.defconph.org/~semprix/ports/rainbowcrack/
@


1.7
log
@Add USE_DOS2UNIX so the patches apply cleanly.

Pointyhat: me
Noticed by: itetcu QA
@
text
@d11 1
a11 1
MASTER_SITES=	http://cerrg.com/dax/rainbowcrack/
@


1.6
log
@Bring this port back to life with a new master site, new maintainer, and
some patches to improve functionality.

PR:		ports/125595
Submitted by:	Dax Labrador <semprix@@bsdmail.org>
@
text
@d16 2
@


1.5
log
@Mark as deprecated and set to expire in 2 months.
It has apparently been abandoned by the author and the master site
has disappeared.

PR:		ports/125500
@
text
@d11 1
a11 1
MASTER_SITES=	http://freshdns.net/rainbowcrack/
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
a15 3
DEPRECATED=	Software was abandoned by author and master site has disappeared.
EXPIRATION_DATE=	2008-09-13

@


1.4
log
@Reset maintainer.

<bryan@@freshdns.net>: host freshdns.net[75.126.204.224] said: 550 No Such User
    Here (in reply to RCPT TO command)
@
text
@d16 3
@


1.3
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d13 1
a13 1
MAINTAINER=	bryan@@freshdns.net
@


1.2
log
@This port does not build on ia64 or sparc64 therefor mark it BROKEN.
@
text
@a17 4
.if ${OSVERSION} < 500000
BROKEN=		does not build on 4.x
.endif

@


1.1
log
@Add rainbowcrack 1.2, a hash cracker that precomputes plaintext -
ciphertext pairs in advance.

PR:		96664
Submitted by:	bryan@@freshdns.net
@
text
@d22 4
@

