diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-24 09:22:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-24 09:22:03 +0000 |
commit | 1ed39dca711fb936c366f29cc0ea785d562fcb5c (patch) | |
tree | bce662c159100f69b67400a629bf24348fd81ca0 | |
parent | 2cf3cd9ec6fdc13b5816c2474b8c3d55a2ad076c (diff) | |
download | ports-1ed39dca711fb936c366f29cc0ea785d562fcb5c.tar.gz ports-1ed39dca711fb936c366f29cc0ea785d562fcb5c.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pdfcrack/Makefile | 26 | ||||
-rw-r--r-- | security/pdfcrack/distinfo | 3 | ||||
-rw-r--r-- | security/pdfcrack/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1de6b33a01bb..10831c20ec8a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -533,6 +533,7 @@ SUBDIR += pantera SUBDIR += parano SUBDIR += pbnj + SUBDIR += pdfcrack SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_PrefManager 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 |