From owner-svn-ports-head@freebsd.org Wed Sep 19 08:29:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FE2910939FC; Wed, 19 Sep 2018 08:29:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5D4A77254; Wed, 19 Sep 2018 08:29:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B51FE485A; Wed, 19 Sep 2018 08:29:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8J8TOj3013260; Wed, 19 Sep 2018 08:29:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8J8TNLc013256; Wed, 19 Sep 2018 08:29:23 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201809190829.w8J8TNLc013256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 19 Sep 2018 08:29:23 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/print: . pdf-redact-tools X-SVN-Commit-Revision: 480091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2018 08:29:25 -0000 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 +# $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 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