pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pdf-redact-tools: Import pdf-redact-tools-0.1 as wip/pdf-redact-tools



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 11 16:45:07 2016 +0100
Changeset:	98650c00b0907b3793e3bc870819362f98a77c16

Modified Files:
	Makefile
Added Files:
	pdf-redact-tools/DESCR
	pdf-redact-tools/Makefile
	pdf-redact-tools/PLIST
	pdf-redact-tools/distinfo

Log Message:
pdf-redact-tools: Import pdf-redact-tools-0.1 as wip/pdf-redact-tools

PDF Redact Tools helps with securely redacting and stripping metadata from
documents before publishing.

(suggested by wiz@, part of listed packages of ``The Tor BSD Diversity
Project (TDP)'' - https://torbsd.github.io/porting-pets.html )

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98650c00b0907b3793e3bc870819362f98a77c16

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                  |  1 +
 pdf-redact-tools/DESCR    |  2 ++
 pdf-redact-tools/Makefile | 22 ++++++++++++++++++++++
 pdf-redact-tools/PLIST    |  3 +++
 pdf-redact-tools/distinfo |  6 ++++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6c57617..ee7272a 100755
--- a/Makefile
+++ b/Makefile
@@ -2310,6 +2310,7 @@ SUBDIR+=	pcsx-df
 SUBDIR+=	pcsx2
 SUBDIR+=	pcsxr
 SUBDIR+=	pdb2ldif
+SUBDIR+=	pdf-redact-tools
 SUBDIR+=	pdf2svg
 SUBDIR+=	pdfcrack
 SUBDIR+=	pdfedit
diff --git a/pdf-redact-tools/DESCR b/pdf-redact-tools/DESCR
new file mode 100644
index 0000000..a1462c9
--- /dev/null
+++ b/pdf-redact-tools/DESCR
@@ -0,0 +1,2 @@
+PDF Redact Tools helps with securely redacting and stripping metadata from
+documents before publishing.
diff --git a/pdf-redact-tools/Makefile b/pdf-redact-tools/Makefile
new file mode 100644
index 0000000..41f7c88
--- /dev/null
+++ b/pdf-redact-tools/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pdf-redact-tools-0.1
+CATEGORIES=	print
+MASTER_SITES=	${MASTER_SITE_GITHUB:=firstlook/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/firstlook/pdf-redact-tools/releases/tag/
+COMMENT=	Strip metadata from documents before publishing
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	ImageMagick-[0-9]*:../../graphics/ImageMagick
+DEPENDS+=	p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
+
+USE_LANGUAGES=	# none
+
+REPLACE_PYTHON=	pdf-react-tools
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pdf-redact-tools/PLIST b/pdf-redact-tools/PLIST
new file mode 100644
index 0000000..4d2b182
--- /dev/null
+++ b/pdf-redact-tools/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/pdf-redact-tools
+${PYSITELIB}/${EGG_FILE}
diff --git a/pdf-redact-tools/distinfo b/pdf-redact-tools/distinfo
new file mode 100644
index 0000000..4e957f1
--- /dev/null
+++ b/pdf-redact-tools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pdf-redact-tools-0.1.tar.gz) = 35c99e52d631305e84ecdd82daa7f352f6cf983a
+RMD160 (pdf-redact-tools-0.1.tar.gz) = d1314c767cdeb8a971423a21db343eb999e22664
+SHA512 (pdf-redact-tools-0.1.tar.gz) = 069b5f5df52ceb412baff40f658f6a4d6abe6c3ec854af2cf0fbb46b77b7b0bad8c0efd38101b563f13ed59f4c462b0ac55c189bd433d07defedbaa85fc9a1d4
+Size (pdf-redact-tools-0.1.tar.gz) = 15858 bytes


Home | Main Index | Thread Index | Old Index