New port: textproc/pdfresurrect: Analyze and extract older versions of a pdf from the current pdf

This commit is contained in:
Yuri Victorovich 2020-02-11 02:09:05 +00:00
parent 44c672fb2c
commit ba49cd1f74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525773
4 changed files with 41 additions and 0 deletions

View File

@ -1127,6 +1127,7 @@
SUBDIR += pcrs
SUBDIR += pdfgrep
SUBDIR += pdfoutline
SUBDIR += pdfresurrect
SUBDIR += pdfsandwich
SUBDIR += pdftohtml
SUBDIR += pear-File_Fortune

View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= pdfresurrect
DISTVERSIONPREFIX= v
DISTVERSION= 0.19
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Analyze and extract older versions of a pdf from the current pdf
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= enferex
USE_LDCONFIG= yes
PLIST_FILES= bin/pdfresurrect \
man/man1/pdfresurrect.1.gz
post-stage:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdfresurrect
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1581386654
SHA256 (enferex-pdfresurrect-v0.19_GH0.tar.gz) = a5520de199b938786090af65a41c8b5d1039738963259505ddbfdc1ded8a3123
SIZE (enferex-pdfresurrect-v0.19_GH0.tar.gz) = 67265

View File

@ -0,0 +1,11 @@
PDFResurrect is a tool aimed at analyzing PDF documents. The PDF
format allows for previous document changes to be retained in a more
recent version of the document, thereby creating a running history of
changes for the document. This tool attempts to extract all previous
versions while also producing a summary of changes between versions.
This tool can also "scrub" or write data over the original instances
of PDF objects that have been modified or deleted, in an effort to
disguise information from previous versions that might not be intended
for anyone else to read.
WWW: https://github.com/enferex/pdfresurrect