From jadawin@huppa.tuxaco.net  Mon Oct 29 16:14:01 2007
Return-Path: <jadawin@huppa.tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F32C16A46B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 16:14:01 +0000 (UTC)
	(envelope-from jadawin@huppa.tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id D332C13C455
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 16:13:38 +0000 (UTC)
	(envelope-from jadawin@huppa.tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id CF0C4F45E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Oct 2007 16:57:52 +0100 (CET)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id RV3rKHjVjMR0 for <FreeBSD-gnats-submit@freebsd.org>;
	Mon, 29 Oct 2007 16:57:50 +0100 (CET)
Received: by huppa.tuxaco.net (Postfix, from userid 1001)
	id 35EA6ED6A; Mon, 29 Oct 2007 16:57:50 +0100 (CET)
Message-Id: <20071029155750.35EA6ED6A@huppa.tuxaco.net>
Date: Mon, 29 Oct 2007 16:57:50 +0100 (CET)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] security/rarcrack - try to guess your encrypted compressed file's password
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117630
>Category:       ports
>Synopsis:       [new port] security/rarcrack - try to guess your encrypted compressed file's password
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 29 16:20:02 UTC 2007
>Closed-Date:    Mon Oct 29 22:57:17 UTC 2007
>Last-Modified:  Tue Oct 30 07:20:02 UTC 2007
>Originator:     Philippe Audeoud
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Here is the shar to add security/rarcrack to the ports tree.
>How-To-Repeat:
	
>Fix:

	

--- shar.rarcrack.1 begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	security/rarcrack/
#	security/rarcrack/Makefile
#	security/rarcrack/distinfo
#	security/rarcrack/pkg-descr
#
echo c - security/rarcrack/
mkdir -p security/rarcrack/ > /dev/null 2>&1
echo x - security/rarcrack/Makefile
sed 's/^X//' >security/rarcrack/Makefile << 'END-of-security/rarcrack/Makefile'
X# New ports collection makefile for:   snoopy
X# Date created:			24 October 2007
X# Whom:                        Philippe Audeoud <jadawin@tuxaco.net>
X# $FreeBSD$
X
XPORTNAME=	rarcrack
XPORTVERSION=	0.2
XCATEGORIES=	security
XMASTER_SITES=	SF
X
XMAINTAINER=	jadawin@tuxaco.net
XCOMMENT=	 It's try to guess your encrypted compressed file's password
X
XRUN_DEPENDS=	p7zip:${PORTSDIR}/archivers/p7zip \
X		unrar:${PORTSDIR}/archivers/unrar \
X		unzip:${PORTSDIR}/archivers/unzip
XBUILD_DEPENDS=	xml2-config:${PORTSDIR}/textproc/libxml2
X
XUSE_BZIP2=	yes
XPLIST_FILES=	bin/rarcrack
XPORTDOCS=	README
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/rarcrack ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-security/rarcrack/Makefile
echo x - security/rarcrack/distinfo
sed 's/^X//' >security/rarcrack/distinfo << 'END-of-security/rarcrack/distinfo'
XMD5 (rarcrack-0.2.tar.bz2) = 62d0cf77c6c4edc7204305649f8b7362
XSHA256 (rarcrack-0.2.tar.bz2) = 34c85cb7b94733544320605386a3632e8e3c59c905a2f4bedba926fee2f5cbbf
XSIZE (rarcrack-0.2.tar.bz2) = 34964
END-of-security/rarcrack/distinfo
echo x - security/rarcrack/pkg-descr
sed 's/^X//' >security/rarcrack/pkg-descr << 'END-of-security/rarcrack/pkg-descr'
XThis program uses a brute force algorithm to guess your encrypted
Xcompressed file's password. If you forget your encrypted file password,
Xthis program is the solution. This program can crack zip,7z and rar file
Xpasswords.
X
XWWW: http://sourceforge.net/projects/rarcrack
END-of-security/rarcrack/pkg-descr
exit
--- shar.rarcrack.1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Oct 29 17:23:10 UTC 2007 
Responsible-Changed-Why:  
grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117630 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Oct 29 22:57:16 UTC 2007 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117630 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117630: commit references a PR
Date: Tue, 30 Oct 2007 07:18:38 +0000 (UTC)

 miwi        2007-10-29 22:57:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/rarcrack    Makefile distinfo pkg-descr 
   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>
   
   Revision  Changes    Path
   1.928     +1 -0      ports/security/Makefile
   1.1       +30 -0     ports/security/rarcrack/Makefile (new)
   1.1       +3 -0      ports/security/rarcrack/distinfo (new)
   1.1       +6 -0      ports/security/rarcrack/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
