View | Details | Raw Unified | Return to bug 223700
Collapse All | Expand All

(-)./Makefile (-4 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/pdfcrack/Makefile 410010 2016-03-03 05:42:40Z mi $
2
# $FreeBSD: head/security/pdfcrack/Makefile 410010 2016-03-03 05:42:40Z mi $
3
3
4
PORTNAME=	pdfcrack
4
PORTNAME=	pdfcrack
5
PORTVERSION=	0.15
5
PORTVERSION=	0.16
6
CATEGORIES=	security print
6
CATEGORIES=	security print
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
8
Lines 10-24 MAINTAINER= mi@aldan.algebra.com Link Here
10
COMMENT=	Cracking tool for password-protected PDF-files
10
COMMENT=	Cracking tool for password-protected PDF-files
11
11
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
PLIST_FILES=	bin/pdfcrack bin/pdfreader
15
PLIST_FILES=	bin/pdfcrack bin/pdfreader
16
PORTDOCS=	README
15
ALL_TARGET=	pdfcrack pdfreader
17
ALL_TARGET=	pdfcrack pdfreader
16
18
17
post-patch:
18
	${REINPLACE_CMD} 's,-O.* -g,,' ${WRKSRC}/Makefile
19
20
do-install:
19
do-install:
21
	${INSTALL_PROGRAM} ${PLIST_FILES:Mbin/*:S,bin/,${WRKSRC}/,g} \
20
	${INSTALL_PROGRAM} ${PLIST_FILES:Mbin/*:S,bin/,${WRKSRC}/,g} \
22
		${STAGEDIR}${PREFIX}/bin/
21
		${STAGEDIR}${PREFIX}/bin/
22
	${MKDIR} ${STAGEDIR}${DOCSDIR}
23
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
23
24
24
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pdfcrack-0.15.tar.gz) = 791043693f9fc261fa326dbcb5e4de3801d6ae552dbea39293f9b2674c250d3e
1
TIMESTAMP = 1510811886
2
SIZE (pdfcrack-0.15.tar.gz) = 34269
2
SHA256 (pdfcrack-0.16.tar.gz) = 7865b203074ccfd5c612c8ce00c46ffcb4fabaa26154ce9304dfc668c7cb73ef
3
SIZE (pdfcrack-0.16.tar.gz) = 34467
(-)./pkg-descr (-1 / +1 lines)
Lines 4-7 pdfs that uses the standard security han Link Here
4
routines are a bit of a quick hack so you might stumble across some
4
routines are a bit of a quick hack so you might stumble across some
5
pdfs where the parser needs to be fixed to handle.
5
pdfs where the parser needs to be fixed to handle.
6
6
7
WWW: https://sourceforge.net/projects/pdfcrack/
7
WWW: http://pdfcrack.sourceforge.net/

Return to bug 223700