aboutsummaryrefslogtreecommitdiffstats
path: root/security/pdfcrack
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-24 17:22:03 +0800
committermiwi <miwi@FreeBSD.org>2007-10-24 17:22:03 +0800
commitebff8f7cd072e5e677ad2a539bdde0644e615e54 (patch)
treee054a48c483bd4ce36d6c0ca3e024d6088780e81 /security/pdfcrack
parent2e742f305603ef73b0368b317455bc1f80c3adc7 (diff)
downloadfreebsd-ports-graphics-ebff8f7cd072e5e677ad2a539bdde0644e615e54.tar.gz
freebsd-ports-graphics-ebff8f7cd072e5e677ad2a539bdde0644e615e54.tar.zst
freebsd-ports-graphics-ebff8f7cd072e5e677ad2a539bdde0644e615e54.zip
pdfcrack is a command line, password recovery tool for PDF-files.
WWW: http://sourceforge.net/projects/pdfcrack PR: ports/117442 Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Diffstat (limited to 'security/pdfcrack')
-rw-r--r--security/pdfcrack/Makefile26
-rw-r--r--security/pdfcrack/distinfo3
-rw-r--r--security/pdfcrack/pkg-descr3
3 files changed, 32 insertions, 0 deletions
diff --git a/security/pdfcrack/Makefile b/security/pdfcrack/Makefile
new file mode 100644
index 00000000000..7c358546f66
--- /dev/null
+++ b/security/pdfcrack/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: snoopy
+# Date created: 24 October 2007
+# Whom: Philippe Audeoud <jadawin@tuxaco.net>
+# $FreeBSD$
+
+PORTNAME= pdfcrack
+PORTVERSION= 0.9
+CATEGORIES= security
+MASTER_SITES= SF
+
+MAINTAINER= jadawin@tuxaco.net
+COMMENT= A command line, password recovery tool for PDF-files
+
+USE_GMAKE= yes
+
+PLIST_FILES= bin/pdfcrack
+PORTDOCS= README
+
+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
new file mode 100644
index 00000000000..80cbc394a8a
--- /dev/null
+++ b/security/pdfcrack/distinfo
@@ -0,0 +1,3 @@
+MD5 (pdfcrack-0.9.tar.gz) = 077ed354daf3ed2b59ac8108f6b8aefd
+SHA256 (pdfcrack-0.9.tar.gz) = db97a437b8b540a00f415689b7ad58b1ff203a238c95bc65418aa458eb1d9f7e
+SIZE (pdfcrack-0.9.tar.gz) = 28463
diff --git a/security/pdfcrack/pkg-descr b/security/pdfcrack/pkg-descr
new file mode 100644
index 00000000000..5bebc7b76c7
--- /dev/null
+++ b/security/pdfcrack/pkg-descr
@@ -0,0 +1,3 @@
+pdfcrack is a command line, password recovery tool for PDF-files.
+
+WWW: http://sourceforge.net/projects/pdfcrack