Bug 264987 - [NEW PORT] graphics/py-qpageview: Page-based viewer widget for Qt5/PyQt5
Summary: [NEW PORT] graphics/py-qpageview: Page-based viewer widget for Qt5/PyQt5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://qpageview.org/
Keywords:
Depends on:
Blocks: 264988
  Show dependency treegraph
 
Reported: 2022-07-02 09:30 UTC by Martin Neubauer
Modified: 2022-07-03 19:11 UTC (History)
1 user (show)

See Also:


Attachments
Patch adding graphics/py-qpageview (1.71 KB, patch)
2022-07-02 09:30 UTC, Martin Neubauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Neubauer 2022-07-02 09:30:28 UTC
Created attachment 235032 [details]
Patch adding graphics/py-qpageview

The qpageview module used to be part of print/py-frescobaldi, but was moved to a seperate project.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-03 19:09:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c0026dd4b8d5278c9fad00a32c56bc85fc1da28f

commit c0026dd4b8d5278c9fad00a32c56bc85fc1da28f
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2022-07-03 19:05:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-03 19:08:00 +0000

    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

 graphics/Makefile                     |  1 +
 graphics/py-qpageview/Makefile (new)  | 29 +++++++++++++++++++++++++++++
 graphics/py-qpageview/distinfo (new)  |  3 +++
 graphics/py-qpageview/pkg-descr (new) |  7 +++++++
 4 files changed, 40 insertions(+)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-03 19:11:00 UTC
Committed, thanks!