aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdfresurrect
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-02-11 02:09:05 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-02-11 02:09:05 +0000
commitba49cd1f74a6139cc631f69dd81c49afa44d12af (patch)
tree6b1132ba6212542508133d216dc7b3cf027dda41 /textproc/pdfresurrect
parent44c672fb2c470d1e9114be95b00b51834db8f1e9 (diff)
downloadports-ba49cd1f74a6139cc631f69dd81c49afa44d12af.tar.gz
ports-ba49cd1f74a6139cc631f69dd81c49afa44d12af.zip
New port: textproc/pdfresurrect: Analyze and extract older versions of a pdf from the current pdf
Notes
Notes: svn path=/head/; revision=525773
Diffstat (limited to 'textproc/pdfresurrect')
-rw-r--r--textproc/pdfresurrect/Makefile26
-rw-r--r--textproc/pdfresurrect/distinfo3
-rw-r--r--textproc/pdfresurrect/pkg-descr11
3 files changed, 40 insertions, 0 deletions
diff --git a/textproc/pdfresurrect/Makefile b/textproc/pdfresurrect/Makefile
new file mode 100644
index 000000000000..01352c81f18f
--- /dev/null
+++ b/textproc/pdfresurrect/Makefile
@@ -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>
diff --git a/textproc/pdfresurrect/distinfo b/textproc/pdfresurrect/distinfo
new file mode 100644
index 000000000000..d73ed11ac7aa
--- /dev/null
+++ b/textproc/pdfresurrect/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581386654
+SHA256 (enferex-pdfresurrect-v0.19_GH0.tar.gz) = a5520de199b938786090af65a41c8b5d1039738963259505ddbfdc1ded8a3123
+SIZE (enferex-pdfresurrect-v0.19_GH0.tar.gz) = 67265
diff --git a/textproc/pdfresurrect/pkg-descr b/textproc/pdfresurrect/pkg-descr
new file mode 100644
index 000000000000..623c59115cac
--- /dev/null
+++ b/textproc/pdfresurrect/pkg-descr
@@ -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