svn commit: r470248 - in head/graphics: . gpxsee

Kurt Jaeger pi at FreeBSD.org
Thu May 17 20:01:55 UTC 2018


Author: pi
Date: Thu May 17 20:01:53 2018
New Revision: 470248
URL: https://svnweb.freebsd.org/changeset/ports/470248

Log:
  New port: graphics/gpxsee
  
  GPS log file viewer and analyzer.
  
  GPXSee is a GPS log file viewer and analyzer that supports
  GPX, TCX, KML, FIT, IGC, NMEA and OziExplorer files.
  
  WWW: http://www.gpxsee.org/
  
  PR:		227507
  Submitted by:	Nikolay Korotkiy <sikmir at gmail.com>

Added:
  head/graphics/gpxsee/
  head/graphics/gpxsee/Makefile   (contents, props changed)
  head/graphics/gpxsee/distinfo   (contents, props changed)
  head/graphics/gpxsee/pkg-descr   (contents, props changed)
  head/graphics/gpxsee/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu May 17 19:11:40 2018	(r470247)
+++ head/graphics/Makefile	Thu May 17 20:01:53 2018	(r470248)
@@ -302,6 +302,7 @@
     SUBDIR += gpicview
     SUBDIR += gpsmanshp
     SUBDIR += gpu-firmware-kmod
+    SUBDIR += gpxsee
     SUBDIR += gracula
     SUBDIR += grads
     SUBDIR += grafx2

Added: head/graphics/gpxsee/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gpxsee/Makefile	Thu May 17 20:01:53 2018	(r470248)
@@ -0,0 +1,51 @@
+# Created by: Nikolay Korotkiy <sikmir at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	gpxsee
+PORTVERSION=	5.11
+CATEGORIES=	graphics geography
+
+MAINTAINER=	sikmir at gmail.com
+COMMENT=	GPS log file viewer and analyzer
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/licence.txt
+
+USES=		qmake:outsource desktop-file-utils shared-mime-info
+USE_QT5=	buildtools_build core gui network printsupport widgets
+USE_GL=		gl
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	tumic0
+GH_PROJECT=	GPXSee
+
+OPTIONS_DEFINE=	NLS TIFF
+OPTIONS_DEFAULT=	TIFF
+OPTIONS_SUB=	yes
+NLS_USE=	QT5=linguisttools_build
+NLS_USES=	gettext-runtime
+TIFF_DESC=	Support for TIFF
+TIFF_USE=	QT5=imageformats_run
+
+do-patch:
+	@${REINPLACE_CMD} -e "s|/usr/share/gpxsee|${DATADIR}|" ${WRKSRC}/src/config.h
+
+pre-build-NLS-on:
+	${LRELEASE} ${WRKSRC}/${PORTNAME}.pro
+
+do-install:
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/GPXSee ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	@${MKDIR} ${STAGEDIR}${DATADIR}/maps
+	${INSTALL_DATA} ${WRKSRC}/pkg/maps/* ${STAGEDIR}${DATADIR}/maps
+	@${MKDIR} ${STAGEDIR}${DATADIR}/csv
+	${INSTALL_DATA} ${WRKSRC}/pkg/csv/* ${STAGEDIR}${DATADIR}/csv
+	${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/pkg/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages
+	${INSTALL_DATA} ${WRKSRC}/pkg/${PORTNAME}.xml ${STAGEDIR}${PREFIX}/share/mime/packages
+
+do-install-NLS-on:
+	@${MKDIR} ${STAGEDIR}${DATADIR}/translations
+	${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${STAGEDIR}${DATADIR}/translations
+
+.include <bsd.port.mk>

Added: head/graphics/gpxsee/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gpxsee/distinfo	Thu May 17 20:01:53 2018	(r470248)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526549271
+SHA256 (tumic0-GPXSee-5.11_GH0.tar.gz) = 823b4e4057440abcb40fa29234ac08a68e529d6e4168b82f1d38003e6d8e95ba
+SIZE (tumic0-GPXSee-5.11_GH0.tar.gz) = 3054694

Added: head/graphics/gpxsee/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gpxsee/pkg-descr	Thu May 17 20:01:53 2018	(r470248)
@@ -0,0 +1,6 @@
+GPS log file viewer and analyzer.
+
+GPXSee is a GPS log file viewer and analyzer that supports
+GPX, TCX, KML, FIT, IGC, NMEA and OziExplorer files.
+
+WWW: http://www.gpxsee.org/

Added: head/graphics/gpxsee/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/gpxsee/pkg-plist	Thu May 17 20:01:53 2018	(r470248)
@@ -0,0 +1,19 @@
+bin/gpxsee
+share/applications/gpxsee.desktop
+%%DATADIR%%/csv/ellipsoids.csv
+%%DATADIR%%/csv/gcs.csv
+%%DATADIR%%/csv/pcs.csv
+%%DATADIR%%/maps/4UMaps.xml
+%%DATADIR%%/maps/OpenStreetMap.xml
+%%DATADIR%%/maps/OpenTopoMap.xml
+%%DATADIR%%/maps/USGS-imagery.xml
+%%DATADIR%%/maps/USGS-topo.xml
+%%NLS%%%%DATADIR%%/translations/gpxsee_cs.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_de.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_fi.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_fr.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_pl.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_ru.qm
+%%NLS%%%%DATADIR%%/translations/gpxsee_sv.qm
+share/mime/packages/gpxsee.xml
+share/pixmaps/gpxsee.png


More information about the svn-ports-all mailing list