head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.35.04;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.07.13.24.37;	author jadawin;	state Exp;
branches;
next	1.1;

1.1
date	2007.10.29.22.57.12;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:   snoopy
# Date created:			24 October 2007
# Whom:                        Philippe Audeoud <jadawin@@tuxaco.net>
# $FreeBSD: head/security/rarcrack/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	rarcrack
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/%5BUnnamed%20release%5D

MAINTAINER=	jadawin@@FreeBSD.org
COMMENT=	Rarcrack guesses the passwords of encrypted RAR, ZIP, and 7Z archives

RUN_DEPENDS=	p7zip:${PORTSDIR}/archivers/p7zip \
		unrar:${PORTSDIR}/archivers/unrar \
		unzip:${PORTSDIR}/archivers/unzip

USE_BZIP2=	yes
PLIST_FILES=	bin/rarcrack
PORTDOCS=	README
USE_GNOME=	libxml2
MAKE_ENV+=	PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/rarcrack ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.2
log
@- Fix COMMENT
- Respect CC, CFLAGS, PTHREAD_CFLAGS, and PTHREAD_LIBS
- While I'm here, update maintainer address

PR: ports/121450
Submitted by: bf <bf2006a@@yahoo.com>
Approved by: tabthorpe (co-mentor)
@
text
@d10 1
a10 1
MASTER_SITES=	SF
@


1.1
log
@This program uses a brute force algorithm to guess your encrypted
compressed file's password. If you forget your encrypted file password,
this program is the solution. This program can crack zip,7z and rar file
passwords.

WWW: http://sourceforge.net/projects/rarcrack

PR:		ports/117630
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
@
text
@d8 1
d12 2
a13 2
MAINTAINER=	jadawin@@tuxaco.net
COMMENT=	 It's try to guess your encrypted compressed file's password
d23 1
@

