svn commit: r541253 - in head/graphics: . katarakt katarakt/files
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Jul 5 06:31:03 UTC 2020
Author: lwhsu
Date: Sun Jul 5 06:31:01 2020
New Revision: 541253
URL: https://svnweb.freebsd.org/changeset/ports/541253
Log:
Add graphics/katarakt
Simple PDF viewer uses as much available screen space as possible
PR: 243000
Submitted by: kurt at kmk-computers.de
Added:
head/graphics/katarakt/
head/graphics/katarakt/Makefile (contents, props changed)
head/graphics/katarakt/distinfo (contents, props changed)
head/graphics/katarakt/files/
head/graphics/katarakt/files/patch-katarakt.pro (contents, props changed)
head/graphics/katarakt/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Sun Jul 5 06:27:26 2020 (r541252)
+++ head/graphics/Makefile Sun Jul 5 06:31:01 2020 (r541253)
@@ -380,6 +380,7 @@
SUBDIR += jslice
SUBDIR += kamera
SUBDIR += kamerka
+ SUBDIR += katarakt
SUBDIR += kcolorchooser
SUBDIR += kcolorpicker
SUBDIR += kdegraphics
Added: head/graphics/katarakt/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/katarakt/Makefile Sun Jul 5 06:31:01 2020 (r541253)
@@ -0,0 +1,35 @@
+# Created by: Kurt Kanzenbach <kurt at kmk-computers.de>
+# $FreeBSD$
+
+PORTNAME= katarakt
+PORTVERSION= 0.2
+CATEGORIES= graphics
+
+MAINTAINER= kurt at kmk-computers.de
+COMMENT= Simple PDF viewer uses as much available screen space as possible
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= a2x:textproc/asciidoc
+LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
+
+USES= qmake pkgconfig qt:5 gl
+USE_QT= buildtools_build core gui xml dbus network widgets
+USE_GL= gl
+
+USE_GITLAB= yes
+GL_SITE= https://gitlab.cs.fau.de
+GL_ACCOUNT= Qui_Sum
+GL_COMMIT= 99735bc0b15b57d689b6c982d43b85ed1b40ef45
+
+PLIST_FILES= bin/katarakt \
+ man/man1/katarakt.1.gz
+
+post-build:
+ cd ${WRKSRC} && ${MAKE} doc
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/katarakt.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
Added: head/graphics/katarakt/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/katarakt/distinfo Sun Jul 5 06:31:01 2020 (r541253)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577620651
+SHA256 (Qui_Sum-katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45_GL0.tar.gz) = b3da0003330d8fc8724c91f4c04029a727b8923310e6ce8ff78eaf98a6f9b2fd
+SIZE (Qui_Sum-katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45_GL0.tar.gz) = 51934
Added: head/graphics/katarakt/files/patch-katarakt.pro
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/katarakt/files/patch-katarakt.pro Sun Jul 5 06:31:01 2020 (r541253)
@@ -0,0 +1,9 @@
+--- katarakt.pro.orig 2019-12-29 14:08:42 UTC
++++ katarakt.pro
+@@ -57,3 +57,6 @@ web.depends = $$website.target
+ web.CONFIG = phony
+
+ QMAKE_EXTRA_TARGETS += documentation website doc web
++
++target.path = $$INSTALL_ROOT/$$PREFIX/bin/
++INSTALLS += target
Added: head/graphics/katarakt/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/katarakt/pkg-descr Sun Jul 5 06:31:01 2020 (r541253)
@@ -0,0 +1,4 @@
+katarakt is a simple PDF viewer. It is designed to use as much available screen
+space as possible.
+
+WWW: https://gitlab.cs.fau.de/Qui_Sum/katarakt
More information about the svn-ports-head
mailing list