Date: Thu, 30 Mar 2023 07:22:24 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53eab2d0cfd5 - main - graphics/qview: new port had been added (+) Message-ID: <202303300722.32U7MOKC072203@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=53eab2d0cfd58a9ffd8804e732d042b1a8a323ab commit 53eab2d0cfd58a9ffd8804e732d042b1a8a323ab Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-03-30 07:21:20 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-03-30 07:21:20 +0000 graphics/qview: new port had been added (+) Qt image viewer designed with minimalism and usability in mind. WWW: https://interversehq.com/qview/ --- graphics/Makefile | 1 + graphics/qview/Makefile | 19 +++++++++++++++++++ graphics/qview/distinfo | 3 +++ graphics/qview/pkg-descr | 1 + graphics/qview/pkg-plist | 10 ++++++++++ 5 files changed, 34 insertions(+) diff --git a/graphics/Makefile b/graphics/Makefile index 1c971a89c668..b43147fdb622 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -990,6 +990,7 @@ SUBDIR += quesoglc SUBDIR += quickqanava SUBDIR += qvge + SUBDIR += qview SUBDIR += radius-engine SUBDIR += rapid-photo-downloader SUBDIR += raster3d diff --git a/graphics/qview/Makefile b/graphics/qview/Makefile new file mode 100644 index 000000000000..144e9f66f9f6 --- /dev/null +++ b/graphics/qview/Makefile @@ -0,0 +1,19 @@ +PORTNAME= qview +PORTVERSION= 5.0 +CATEGORIES= graphics +MASTER_SITES= https://github.com/jurplel/qView/releases/download/${PORTVERSION}/ +DISTNAME= qView-${PORTVERSION} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Practical and minimal image viewer +WWW= https://interversehq.com/qview/ + +LICENSE= GPLv3 + +USES= desktop-file-utils qmake qt:5 +USE_QT= buildtools:build concurrent:build linguisttools:build \ + core gui network widgets imageformats:run + +WRKSRC= ${WRKDIR}/qView + +.include <bsd.port.mk> diff --git a/graphics/qview/distinfo b/graphics/qview/distinfo new file mode 100644 index 000000000000..df7bc3d6c603 --- /dev/null +++ b/graphics/qview/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1642194624 +SHA256 (qView-5.0.tar.gz) = 2d09b0bd0c439aacbd02613b0dd5c2e9f8f5458739717f86288addcdb6225245 +SIZE (qView-5.0.tar.gz) = 437766 diff --git a/graphics/qview/pkg-descr b/graphics/qview/pkg-descr new file mode 100644 index 000000000000..d4fa219812b5 --- /dev/null +++ b/graphics/qview/pkg-descr @@ -0,0 +1 @@ +Qt image viewer designed with minimalism and usability in mind. diff --git a/graphics/qview/pkg-plist b/graphics/qview/pkg-plist new file mode 100644 index 000000000000..8850dfeebbdb --- /dev/null +++ b/graphics/qview/pkg-plist @@ -0,0 +1,10 @@ +bin/qview +share/applications/com.interversehq.qView.desktop +share/icons/hicolor/16x16/apps/com.interversehq.qView.png +share/icons/hicolor/32x32/apps/com.interversehq.qView.png +share/icons/hicolor/64x64/apps/com.interversehq.qView.png +share/icons/hicolor/128x128/apps/com.interversehq.qView.png +share/icons/hicolor/256x256/apps/com.interversehq.qView.png +share/icons/hicolor/scalable/apps/com.interversehq.qView.svg +share/icons/hicolor/symbolic/apps/com.interversehq.qView-symbolic.svg +share/metainfo/com.interversehq.qView.appdata.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303300722.32U7MOKC072203>