aboutsummaryrefslogtreecommitdiff
path: root/print/pdf-redact-tools
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2018-09-19 08:29:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2018-09-19 08:29:23 +0000
commit3e79c71fd1ff36a4ca324780dbe2ea4e24114846 (patch)
treefcfb0171d24067881f94ec74fd8c6fe9f7c3f960 /print/pdf-redact-tools
parent92758b84eb922d6b919e23213b42a51955665789 (diff)
downloadports-3e79c71fd1ff36a4ca324780dbe2ea4e24114846.tar.gz
ports-3e79c71fd1ff36a4ca324780dbe2ea4e24114846.zip
Add pdf-redact-tools 0.1.2, securely redact and strip metadata from PDF
files.
Notes
Notes: svn path=/head/; revision=480091
Diffstat (limited to 'print/pdf-redact-tools')
-rw-r--r--print/pdf-redact-tools/Makefile26
-rw-r--r--print/pdf-redact-tools/distinfo3
-rw-r--r--print/pdf-redact-tools/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/print/pdf-redact-tools/Makefile b/print/pdf-redact-tools/Makefile
new file mode 100644
index 000000000000..bfc061f6a248
--- /dev/null
+++ b/print/pdf-redact-tools/Makefile
@@ -0,0 +1,26 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= pdf-redact-tools
+PORTVERSION= 0.1.2
+DISTVERSIONPREFIX= v
+CATEGORIES= print
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Securely redact and strip metadata from PDF files
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool \
+ convert:graphics/ImageMagick
+
+USES= python:2.7
+USE_GITHUB= yes
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+GH_ACCOUNT= firstlookmedia
+
+.include <bsd.port.mk>
diff --git a/print/pdf-redact-tools/distinfo b/print/pdf-redact-tools/distinfo
new file mode 100644
index 000000000000..025e990efe8b
--- /dev/null
+++ b/print/pdf-redact-tools/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537339720
+SHA256 (firstlookmedia-pdf-redact-tools-v0.1.2_GH0.tar.gz) = 5874a7b76be15ccaa4c20874299ef51fbaf520a858229a58678bc72a305305fc
+SIZE (firstlookmedia-pdf-redact-tools-v0.1.2_GH0.tar.gz) = 34604
diff --git a/print/pdf-redact-tools/pkg-descr b/print/pdf-redact-tools/pkg-descr
new file mode 100644
index 000000000000..d36e8c7b7b1e
--- /dev/null
+++ b/print/pdf-redact-tools/pkg-descr
@@ -0,0 +1,4 @@
+PDF Redact Tools helps with securely redacting and stripping metadata from
+documents before publishing.
+
+WWW: https://github.com/firstlookmedia/pdf-redact-tools