mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
graphics/py-qpageview: New port: Page-based viewer widget for Qt5/PyQt5
- author becomes maintainer qpageview provides a page based document viewer widget for Qt5/PyQt5. It has a flexible architecture potentionally supporting many formats. Currently, it supports SVG documents, images, and, using the Poppler-Qt5 binding, PDF documents. https://qpageview.org/ PR: 264987
This commit is contained in:
parent
a7d025a598
commit
c0026dd4b8
4 changed files with 40 additions and 0 deletions
|
@ -909,6 +909,7 @@
|
||||||
SUBDIR += py-pyvips
|
SUBDIR += py-pyvips
|
||||||
SUBDIR += py-pyvista
|
SUBDIR += py-pyvista
|
||||||
SUBDIR += py-pyx
|
SUBDIR += py-pyx
|
||||||
|
SUBDIR += py-qpageview
|
||||||
SUBDIR += py-qrencode
|
SUBDIR += py-qrencode
|
||||||
SUBDIR += py-railroad-diagrams
|
SUBDIR += py-railroad-diagrams
|
||||||
SUBDIR += py-rasterio
|
SUBDIR += py-rasterio
|
||||||
|
|
29
graphics/py-qpageview/Makefile
Normal file
29
graphics/py-qpageview/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
PORTNAME= qpageview
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 0.6.2
|
||||||
|
CATEGORIES= graphics python
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= m.ne@gmx.net
|
||||||
|
COMMENT= Page-based viewer widget for Qt5/PyQt5
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= pyqt:5 python:3.6+ qt:5
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= frescobaldi
|
||||||
|
USE_PYQT= pyqt5
|
||||||
|
USE_PYTHON= autoplist distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= CUPS
|
||||||
|
|
||||||
|
CUPS_DESC= Use print/py-pycups for printing
|
||||||
|
|
||||||
|
CUPS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${PY_FLAVOR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
graphics/py-qpageview/distinfo
Normal file
3
graphics/py-qpageview/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1653158600
|
||||||
|
SHA256 (frescobaldi-qpageview-v0.6.2_GH0.tar.gz) = 5ac3140396f11b15d6438ce34d5ce77f8b7e76f7dcd4c0439c85740d9e5d3674
|
||||||
|
SIZE (frescobaldi-qpageview-v0.6.2_GH0.tar.gz) = 159098
|
7
graphics/py-qpageview/pkg-descr
Normal file
7
graphics/py-qpageview/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
qpageview provides a page based document viewer widget for Qt5/PyQt5.
|
||||||
|
|
||||||
|
It has a flexible architecture potentionally supporting many formats.
|
||||||
|
Currently, it supports SVG documents, images, and, using the
|
||||||
|
Poppler-Qt5 binding, PDF documents.
|
||||||
|
|
||||||
|
WWW: https://qpageview.org/
|
Loading…
Add table
Reference in a new issue