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>
This commit is contained in:
parent
2cf3cd9ec6
commit
1ed39dca71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201898
4 changed files with 33 additions and 0 deletions
|
@ -533,6 +533,7 @@
|
|||
SUBDIR += pantera
|
||||
SUBDIR += parano
|
||||
SUBDIR += pbnj
|
||||
SUBDIR += pdfcrack
|
||||
SUBDIR += pear-Auth
|
||||
SUBDIR += pear-Auth_HTTP
|
||||
SUBDIR += pear-Auth_PrefManager
|
||||
|
|
26
security/pdfcrack/Makefile
Normal file
26
security/pdfcrack/Makefile
Normal file
|
@ -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>
|
3
security/pdfcrack/distinfo
Normal file
3
security/pdfcrack/distinfo
Normal file
|
@ -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
|
3
security/pdfcrack/pkg-descr
Normal file
3
security/pdfcrack/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
pdfcrack is a command line, password recovery tool for PDF-files.
|
||||
|
||||
WWW: http://sourceforge.net/projects/pdfcrack
|
Loading…
Reference in a new issue