8 Commits

Author SHA1 Message Date
naddy
0e126762d0 drop RCS Ids 2022-03-11 19:50:56 +00:00
sthen
755592524d update to pdfarranger-1.8.0 2021-11-14 13:52:59 +00:00
sthen
37d14a5394 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:52 +00:00
sthen
1aa77a053b oops, fix previous. spotted by naddy 2021-07-08 22:25:19 +00:00
sthen
84b5ce6016 pdfarranger depends on poppler-glib, adapted from a diff from wen heping 2021-07-08 10:46:56 +00:00
kmos
e5be64363f Fix pdfarranger by updating to 1.7.1 which has a workaround for:
"pikepdf < 2.7.0 does not support libqpdf >= 10.2.0 well enough"

https://github.com/pdfarranger/pdfarranger/issues/427

ok sthen
2021-05-09 22:15:23 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
jca
65f2607b2d Import pdfarranger, a GUI tool to rearrange and modify PDF files
pdfarranger is a fork of print/pdfshuffler with python3 and gtk+3
support.  Tweaks and ok landry@

pkg/DESCR:
pdfarranger is a small python-gtk application, which helps the user to merge
or split pdf documents and rotate, crop and rearrange their pages using an
interactive and intuitive graphical interface.
2020-11-02 19:52:43 +00:00