From owner-svn-ports-head@freebsd.org Fri Feb 26 20:21:54 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99D1954DD2F; Fri, 26 Feb 2021 20:21:54 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DnLfV414Gz4qpL; Fri, 26 Feb 2021 20:21:54 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CA5111129; Fri, 26 Feb 2021 20:21:54 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11QKLsE5030289; Fri, 26 Feb 2021 20:21:54 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11QKLrc7030285; Fri, 26 Feb 2021 20:21:53 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202102262021.11QKLrc7030285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Fri, 26 Feb 2021 20:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566637 - in head/graphics: . kgeotag X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/graphics: . kgeotag X-SVN-Commit-Revision: 566637 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 20:21:54 -0000 Author: adridg Date: Fri Feb 26 20:21:53 2021 New Revision: 566637 URL: https://svnweb.freebsd.org/changeset/ports/566637 Log: New port graphics/kgeotag This is an automatic- and manual-geotagging program for photographs. Given a GPX log and existing photos with EXIF time data, it can tag the photographs, or allow manual tagging van a scalable map. Added: head/graphics/kgeotag/ head/graphics/kgeotag/Makefile (contents, props changed) head/graphics/kgeotag/distinfo (contents, props changed) head/graphics/kgeotag/pkg-descr (contents, props changed) head/graphics/kgeotag/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Feb 26 20:08:40 2021 (r566636) +++ head/graphics/Makefile Fri Feb 26 20:21:53 2021 (r566637) @@ -392,6 +392,7 @@ SUBDIR += kf5-kplotting SUBDIR += kf5-kquickcharts SUBDIR += kf5-prison + SUBDIR += kgeotag SUBDIR += kgraphviewer SUBDIR += kimageannotator SUBDIR += kimagemapeditor Added: head/graphics/kgeotag/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kgeotag/Makefile Fri Feb 26 20:21:53 2021 (r566637) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= kgeotag +DISTVERSION= 1.0.0 +CATEGORIES= graphics +MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Photo geotagging manually or from GPX files + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt + +USES= cmake compiler:c++17-lang kde:5 pkgconfig qt:5 tar:xz +USE_QT= core gui widgets \ + buildtools_build linguist_build qmake_build +USE_KDE= coreaddons config configwidgets crash i18n libkexiv2 \ + marble xmlgui \ + ecm_build + +.include Added: head/graphics/kgeotag/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kgeotag/distinfo Fri Feb 26 20:21:53 2021 (r566637) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614345580 +SHA256 (kgeotag-1.0.0.tar.xz) = cffa18305d18725f9b35613d314e6e98a1eaa4935d435d61ce0b7d9230903301 +SIZE (kgeotag-1.0.0.tar.xz) = 266488 Added: head/graphics/kgeotag/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kgeotag/pkg-descr Fri Feb 26 20:21:53 2021 (r566637) @@ -0,0 +1,17 @@ +KGeoTag is a photo geotagging program. + +Photos (e. g. JPEG images) contain metadata like the creation date, camera +information etc. Those are either stored in the so-called Exif header, +in an XMP sidecar file or in both. This data can also represent geographic +coordinates so that it's replicable where the images were taken. + +Most cameras don't have GPS receivers, so, most can't save coordinates when +taking images. A common approach is to e. g. carry a small GPS logging device +along, which records a track all the time. Later on, the images' dates can +be compared to the GPS log's points' dates to figure out where an image +was taken. + +If one knows for sure where the respective photo was taken, it's also +possible to assign coordinates to the images manually. + +WWW: https://invent.kde.org/graphics/kgeotag/ Added: head/graphics/kgeotag/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/kgeotag/pkg-plist Fri Feb 26 20:21:53 2021 (r566637) @@ -0,0 +1,29 @@ +bin/kgeotag +share/applications/org.kde.kgeotag.desktop +share/icons/hicolor/128x128/apps/kgeotag.png +share/icons/hicolor/16x16/apps/kgeotag.png +share/icons/hicolor/22x22/apps/kgeotag.png +share/icons/hicolor/32x32/apps/kgeotag.png +share/icons/hicolor/48x48/apps/kgeotag.png +share/icons/hicolor/64x64/apps/kgeotag.png +%%DATADIR%%/timezones.json +%%DATADIR%%/timezones.png +share/kxmlgui5/kgeotag/kgeotagui.rc +share/locale/ca/LC_MESSAGES/kgeotag.mo +share/locale/ca@valencia/LC_MESSAGES/kgeotag.mo +share/locale/en_GB/LC_MESSAGES/kgeotag.mo +share/locale/es/LC_MESSAGES/kgeotag.mo +share/locale/fi/LC_MESSAGES/kgeotag.mo +share/locale/fr/LC_MESSAGES/kgeotag.mo +share/locale/it/LC_MESSAGES/kgeotag.mo +share/locale/nl/LC_MESSAGES/kgeotag.mo +share/locale/nn/LC_MESSAGES/kgeotag.mo +share/locale/pa/LC_MESSAGES/kgeotag.mo +share/locale/pl/LC_MESSAGES/kgeotag.mo +share/locale/pt/LC_MESSAGES/kgeotag.mo +share/locale/ru/LC_MESSAGES/kgeotag.mo +share/locale/sk/LC_MESSAGES/kgeotag.mo +share/locale/sl/LC_MESSAGES/kgeotag.mo +share/locale/sv/LC_MESSAGES/kgeotag.mo +share/locale/uk/LC_MESSAGES/kgeotag.mo +share/metainfo/org.kde.kgeotag.appdata.xml