mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
New port: textproc/pdfresurrect: Analyze and extract older versions of a pdf from the current pdf
This commit is contained in:
parent
44c672fb2c
commit
ba49cd1f74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525773
@ -1127,6 +1127,7 @@
|
||||
SUBDIR += pcrs
|
||||
SUBDIR += pdfgrep
|
||||
SUBDIR += pdfoutline
|
||||
SUBDIR += pdfresurrect
|
||||
SUBDIR += pdfsandwich
|
||||
SUBDIR += pdftohtml
|
||||
SUBDIR += pear-File_Fortune
|
||||
|
26
textproc/pdfresurrect/Makefile
Normal file
26
textproc/pdfresurrect/Makefile
Normal 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>
|
3
textproc/pdfresurrect/distinfo
Normal file
3
textproc/pdfresurrect/distinfo
Normal 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
|
11
textproc/pdfresurrect/pkg-descr
Normal file
11
textproc/pdfresurrect/pkg-descr
Normal 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
|
Loading…
x
Reference in New Issue
Block a user