1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

2013-12-08 security/pdfcrack: Not active since several years

This commit is contained in:
Philippe Audeoud 2013-12-08 19:40:36 +00:00
parent f124095f7d
commit 8342c235ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335930
6 changed files with 1 additions and 61 deletions

1
MOVED
View File

@ -5295,3 +5295,4 @@ science/omnetpp||2013-12-05|Has expired: depends on expired textproc/libxml
textproc/libxml||2013-12-05|Has expired: No release since 2002, no support from upstream
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

View File

@ -640,7 +640,6 @@
SUBDIR += pbc
SUBDIR += pbnj
SUBDIR += pcsc-tools
SUBDIR += pdfcrack
SUBDIR += pear-Auth
SUBDIR += pear-Auth_HTTP
SUBDIR += pear-Auth_OpenID

View File

@ -1,28 +0,0 @@
# Created by: Philippe Audeoud <jadawin@tuxaco.net>
# $FreeBSD$
PORTNAME= pdfcrack
PORTVERSION= 0.11
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A command line, password recovery tool for PDF-files
DEPRECATED= Not active since several years
EXPIRATION_DATE= 2013-12-08
USE_GMAKE= yes
PLIST_FILES= bin/pdfcrack
PORTDOCS= README
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pdfcrack ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (pdfcrack-0.11.tar.gz) = e9a2ab832ceb1f071f2a2bec3c72bc28de78aa046e86eb8405a5aee6ae6dddd3
SIZE (pdfcrack-0.11.tar.gz) = 29337

View File

@ -1,27 +0,0 @@
--- Makefile.orig 2006-10-27 08:52:08.000000000 -0400
+++ Makefile 2008-03-06 17:20:32.064287906 -0500
@@ -1,13 +1,13 @@
-CFLAGS= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \
- -Wconversion -Wmissing-noreturn -Wbad-function-cast \
- -Wmissing-prototypes -Winline -Wredundant-decls -O3
+#CFLAGS= -Wall -Wshadow -Wwrite-strings -Wsign-compare -Wfloat-equal \
+# -Wconversion -Wmissing-noreturn -Wbad-function-cast \
+# -Wmissing-prototypes -Winline -Wredundant-decls -O3
all: pdfcrack
pdfcrack: main.o rc4.o md5.o pdfcrack.o pdfparser.o passwords.o common.o \
benchmark.o
- gcc $(CFLAGS) -o $@ $+
- strip $@
+ ${CC} $(CFLAGS) -o $@ $+
+# strip $@
pdfreader: pdfparser.o pdfreader.o common.o
gcc $(CFLAGS) -o $@ $+
@@ -17,4 +17,4 @@
rm -f pdfcrack pdfreader testreader *.o
%.o: %.c
- gcc $(CFLAGS) -c -o $@ $+
+ ${CC} $(CFLAGS) -c -o $@ $+

View File

@ -1,3 +0,0 @@
pdfcrack is a command line, password recovery tool for PDF-files.
WWW: http://sourceforge.net/projects/pdfcrack