Bug 264987

Summary: [NEW PORT] graphics/py-qpageview: Page-based viewer widget for Qt5/PyQt5
Product: Ports & Packages Reporter: Martin Neubauer <m.ne>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Some People CC: eduardo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://qpageview.org/
Bug Depends on:    
Bug Blocks: 264988    
Attachments:
Description Flags
Patch adding graphics/py-qpageview none

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!