aboutsummaryrefslogtreecommitdiff
path: root/security/pdfcrack
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-12-08 19:40:36 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-12-08 19:40:36 +0000
commit8342c235aea04820aba1b370724b92b57a5b5d98 (patch)
tree8ffb7a29aabeefa763ac092d60f56f2b1df92a64 /security/pdfcrack
parentf124095f7d61d192cec32de65749ccb516a3f719 (diff)
downloadports-8342c235aea04820aba1b370724b92b57a5b5d98.tar.gz
ports-8342c235aea04820aba1b370724b92b57a5b5d98.zip
2013-12-08 security/pdfcrack: Not active since several years
Notes
Notes: svn path=/head/; revision=335930
Diffstat (limited to 'security/pdfcrack')
-rw-r--r--security/pdfcrack/Makefile28
-rw-r--r--security/pdfcrack/distinfo2
-rw-r--r--security/pdfcrack/files/patch-Makefile27
-rw-r--r--security/pdfcrack/pkg-descr3
4 files changed, 0 insertions, 60 deletions
diff --git a/security/pdfcrack/Makefile b/security/pdfcrack/Makefile
deleted file mode 100644
index 28f2a057e5bb..000000000000
--- a/security/pdfcrack/Makefile
+++ /dev/null
@@ -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>
diff --git a/security/pdfcrack/distinfo b/security/pdfcrack/distinfo
deleted file mode 100644
index f770cc787d50..000000000000
--- a/security/pdfcrack/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pdfcrack-0.11.tar.gz) = e9a2ab832ceb1f071f2a2bec3c72bc28de78aa046e86eb8405a5aee6ae6dddd3
-SIZE (pdfcrack-0.11.tar.gz) = 29337
diff --git a/security/pdfcrack/files/patch-Makefile b/security/pdfcrack/files/patch-Makefile
deleted file mode 100644
index a2dfc3b95843..000000000000
--- a/security/pdfcrack/files/patch-Makefile
+++ /dev/null
@@ -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 $@ $+
diff --git a/security/pdfcrack/pkg-descr b/security/pdfcrack/pkg-descr
deleted file mode 100644
index 5bebc7b76c7a..000000000000
--- a/security/pdfcrack/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-pdfcrack is a command line, password recovery tool for PDF-files.
-
-WWW: http://sourceforge.net/projects/pdfcrack