aboutsummaryrefslogtreecommitdiff
path: root/security/pdfcrack
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-24 09:22:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-24 09:22:03 +0000
commit1ed39dca711fb936c366f29cc0ea785d562fcb5c (patch)
treebce662c159100f69b67400a629bf24348fd81ca0 /security/pdfcrack
parent2cf3cd9ec6fdc13b5816c2474b8c3d55a2ad076c (diff)
downloadports-1ed39dca711fb936c366f29cc0ea785d562fcb5c.tar.gz
ports-1ed39dca711fb936c366f29cc0ea785d562fcb5c.zip
Notes
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 000000000000..7c358546f661
--- /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 000000000000..80cbc394a8a2
--- /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 000000000000..5bebc7b76c7a
--- /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