2013-12-08 security/rarcrack: Not active since several years
This commit is contained in:
parent
8342c235ae
commit
6e444a9cd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335931
6 changed files with 1 additions and 59 deletions
1
MOVED
1
MOVED
|
@ -5296,3 +5296,4 @@ textproc/libxml||2013-12-05|Has expired: No release since 2002, no support from
|
|||
deskutils/taskjuggler|deskutils/rubygem-taskjuggler|2013-12-05|Rename to match our rubygems naming
|
||||
www/clickheat||2013-12-07|Has expired: No more activity since 2011
|
||||
security/pdfcrack||2013-12-08|Has expired: Not active since several years
|
||||
security/rarcrack||2013-12-08|Has expired: Not active since several years
|
||||
|
|
|
@ -828,7 +828,6 @@
|
|||
SUBDIR += radiusniff
|
||||
SUBDIR += rainbowcrack
|
||||
SUBDIR += ranpwd
|
||||
SUBDIR += rarcrack
|
||||
SUBDIR += ratproxy
|
||||
SUBDIR += rats
|
||||
SUBDIR += razorback-api
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
# Created by: Philippe Audeoud <jadawin@tuxaco.net>
|
||||
# $FreeBSD$
|
||||
|
||||
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
|
||||
|
||||
DEPRECATED= Not active since several years
|
||||
EXPIRATION_DATE= 2013-12-08
|
||||
|
||||
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
|
||||
USE_CSTD= gnu89
|
||||
MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rarcrack ${PREFIX}/bin
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (rarcrack-0.2.tar.bz2) = 34c85cb7b94733544320605386a3632e8e3c59c905a2f4bedba926fee2f5cbbf
|
||||
SIZE (rarcrack-0.2.tar.bz2) = 34964
|
|
@ -1,13 +0,0 @@
|
|||
--- Makefile.orig 2008-03-06 16:07:47.515693827 -0500
|
||||
+++ Makefile 2008-03-06 16:11:38.132897689 -0500
|
||||
@@ -1,9 +1,5 @@
|
||||
-CC=gcc
|
||||
-PREFIX=/usr
|
||||
-DOCDIR=${PREFIX}/share/doc/rarcrack
|
||||
-
|
||||
all:
|
||||
- ${CC} -pthread rarcrack.c `xml2-config --libs --cflags` -O2 -o rarcrack
|
||||
+ ${CC} rarcrack.c `xml2-config --libs --cflags` ${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -o rarcrack
|
||||
clean:
|
||||
-rm *.o rarcrack
|
||||
install:
|
|
@ -1,6 +0,0 @@
|
|||
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
|
Loading…
Reference in a new issue