svn commit: r487438 - in head/graphics: . qtpbfimageplugin
Tobias C. Berner
tcberner at FreeBSD.org
Fri Dec 14 14:25:13 UTC 2018
Author: tcberner
Date: Fri Dec 14 14:25:11 2018
New Revision: 487438
URL: https://svnweb.freebsd.org/changeset/ports/487438
Log:
New port: graphics/qtpbfimageplugin
PR: 233878
Submitted by: Nikolay Korotkiy <sikmir at gmail.com>
Added:
head/graphics/qtpbfimageplugin/
head/graphics/qtpbfimageplugin/Makefile (contents, props changed)
head/graphics/qtpbfimageplugin/distinfo (contents, props changed)
head/graphics/qtpbfimageplugin/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Fri Dec 14 14:13:11 2018 (r487437)
+++ head/graphics/Makefile Fri Dec 14 14:25:11 2018 (r487438)
@@ -987,6 +987,7 @@
SUBDIR += qt5-svg
SUBDIR += qt5-wayland
SUBDIR += qtawesome
+ SUBDIR += qtpbfimageplugin
SUBDIR += quat
SUBDIR += quat-gui
SUBDIR += quesa
Added: head/graphics/qtpbfimageplugin/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/qtpbfimageplugin/Makefile Fri Dec 14 14:25:11 2018 (r487438)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= qtpbfimageplugin
+DISTVERSION= 1.1
+CATEGORIES= graphics
+
+MAINTAINER= sikmir at gmail.com
+COMMENT= Qt image plugin for displaying Mapbox vector tiles
+
+LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf
+
+USES= gl qmake qt:5
+USE_QT= core gui buildtools_build
+USE_GL= gl
+USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
+
+USE_GITHUB= yes
+GH_ACCOUNT= tumic0
+GH_PROJECT= QtPBFImagePlugin
+
+PLIST_FILES= ${QT_PLUGINDIR}/imageformats/libpbf.so
+
+.include <bsd.port.mk>
Added: head/graphics/qtpbfimageplugin/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/qtpbfimageplugin/distinfo Fri Dec 14 14:25:11 2018 (r487438)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1544334839
+SHA256 (tumic0-QtPBFImagePlugin-1.1_GH0.tar.gz) = d12224b19fd61adef815468b7e3a6941fb193a43f7d0bd616e00e61d50a7db72
+SIZE (tumic0-QtPBFImagePlugin-1.1_GH0.tar.gz) = 193382
Added: head/graphics/qtpbfimageplugin/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/qtpbfimageplugin/pkg-descr Fri Dec 14 14:25:11 2018 (r487438)
@@ -0,0 +1,5 @@
+QtPBFImagePlugin is a Qt image plugin that enables applications capable of
+displaying raster MBTiles maps or raster XYZ online maps to also display PBF
+vector tiles without (almost) any application modifications.
+
+WWW: https://github.com/tumic0/QtPBFImagePlugin
More information about the svn-ports-head
mailing list