Date: Wed, 19 Sep 2018 08:29:23 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480091 - in head/print: . pdf-redact-tools Message-ID: <201809190829.w8J8TNLc013256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Sep 19 08:29:23 2018 New Revision: 480091 URL: https://svnweb.freebsd.org/changeset/ports/480091 Log: Add pdf-redact-tools 0.1.2, securely redact and strip metadata from PDF files. Added: head/print/pdf-redact-tools/ head/print/pdf-redact-tools/Makefile (contents, props changed) head/print/pdf-redact-tools/distinfo (contents, props changed) head/print/pdf-redact-tools/pkg-descr (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Wed Sep 19 03:52:04 2018 (r480090) +++ head/print/Makefile Wed Sep 19 08:29:23 2018 (r480091) @@ -157,6 +157,7 @@ SUBDIR += papersize-default-letter SUBDIR += paps SUBDIR += pcal + SUBDIR += pdf-redact-tools SUBDIR += pdf-renderer SUBDIR += pdf-tools SUBDIR += pdf4tcl Added: head/print/pdf-redact-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/pdf-redact-tools/Makefile Wed Sep 19 08:29:23 2018 (r480091) @@ -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> Added: head/print/pdf-redact-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/pdf-redact-tools/distinfo Wed Sep 19 08:29:23 2018 (r480091) @@ -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 Added: head/print/pdf-redact-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/pdf-redact-tools/pkg-descr Wed Sep 19 08:29:23 2018 (r480091) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809190829.w8J8TNLc013256>