aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-07-11 16:21:00 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-07-11 16:21:00 +0000
commit3ccb7b78b4e02608241dbb6140d9ce9f2998ddc4 (patch)
treed330ecfce4a6b5323e17580dc1e08754f5063f9a /textproc/Makefile
parentd513ecb52c5ddaee73307c27ff61b84bb104d7ce (diff)
downloadports-3ccb7b78b4e02608241dbb6140d9ce9f2998ddc4.tar.gz
ports-3ccb7b78b4e02608241dbb6140d9ce9f2998ddc4.zip
New port: textproc/py-pikepdf
pikepdf is a Python library for reading and writing PDF files. It's based on QPDF, a powerful PDF manipulation and repair library. pikepdf is similar to PyPDF2 and pdfrw - it provides low level access to PDF features and allows editing and content transformation of existing PDFs. Some knowledge of the PDF specification may be helpful. It does not have the capability to render a PDF to image. WWW: https://github.com/pikepdf/pikepdf
Notes
Notes: svn path=/head/; revision=506412
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8c6d444adcae..8931f6ceeaef 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1320,6 +1320,7 @@
SUBDIR += py-pdfminer3k
SUBDIR += py-pdfrw
SUBDIR += py-pdftotext
+ SUBDIR += py-pikepdf
SUBDIR += py-precis_i18n
SUBDIR += py-pss
SUBDIR += py-pyPEG2