Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 02:09:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525773 - in head/textproc: . pdfresurrect
Message-ID:  <202002110209.01B295wB081447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Feb 11 02:09:05 2020
New Revision: 525773
URL: https://svnweb.freebsd.org/changeset/ports/525773

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

Added:
  head/textproc/pdfresurrect/
  head/textproc/pdfresurrect/Makefile   (contents, props changed)
  head/textproc/pdfresurrect/distinfo   (contents, props changed)
  head/textproc/pdfresurrect/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Feb 11 01:47:24 2020	(r525772)
+++ head/textproc/Makefile	Tue Feb 11 02:09:05 2020	(r525773)
@@ -1127,6 +1127,7 @@
     SUBDIR += pcrs
     SUBDIR += pdfgrep
     SUBDIR += pdfoutline
+    SUBDIR += pdfresurrect
     SUBDIR += pdfsandwich
     SUBDIR += pdftohtml
     SUBDIR += pear-File_Fortune

Added: head/textproc/pdfresurrect/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/pdfresurrect/Makefile	Tue Feb 11 02:09:05 2020	(r525773)
@@ -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>

Added: head/textproc/pdfresurrect/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/pdfresurrect/distinfo	Tue Feb 11 02:09:05 2020	(r525773)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581386654
+SHA256 (enferex-pdfresurrect-v0.19_GH0.tar.gz) = a5520de199b938786090af65a41c8b5d1039738963259505ddbfdc1ded8a3123
+SIZE (enferex-pdfresurrect-v0.19_GH0.tar.gz) = 67265

Added: head/textproc/pdfresurrect/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/pdfresurrect/pkg-descr	Tue Feb 11 02:09:05 2020	(r525773)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002110209.01B295wB081447>