Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 13:43:31 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400234 - in head/astro: . qmapshack qmapshack/files
Message-ID:  <201510271343.t9RDhVdv008510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Tue Oct 27 13:43:31 2015
New Revision: 400234
URL: https://svnweb.freebsd.org/changeset/ports/400234

Log:
  [NEW] astro/qmapshack: Ultimate outdoor aficionado's tool
  
  Use QMapShack to plan your next outdoor trip or to visualize and archive all the
  GPS recordings of your past exciting adventures. QMapShack is the next
  generation of the famous QLandkarte GT application. And of course it's even
  better and easier to use.
  
  WWW: http://bitbucket.org/maproom/qmapshack

Added:
  head/astro/qmapshack/
  head/astro/qmapshack/Makefile   (contents, props changed)
  head/astro/qmapshack/distinfo   (contents, props changed)
  head/astro/qmapshack/files/
  head/astro/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake   (contents, props changed)
  head/astro/qmapshack/pkg-descr   (contents, props changed)
  head/astro/qmapshack/pkg-plist   (contents, props changed)
Modified:
  head/astro/Makefile

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Tue Oct 27 13:27:17 2015	(r400233)
+++ head/astro/Makefile	Tue Oct 27 13:43:31 2015	(r400234)
@@ -90,6 +90,7 @@
     SUBDIR += pyephem
     SUBDIR += pyweather
     SUBDIR += qlandkartegt
+    SUBDIR += qmapshack
     SUBDIR += readosm
     SUBDIR += rmap
     SUBDIR += roadmap

Added: head/astro/qmapshack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/Makefile	Tue Oct 27 13:43:31 2015	(r400234)
@@ -0,0 +1,20 @@
+# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	qmapshack
+PORTVERSION=	1.3.1
+CATEGORIES=	astro
+MASTER_SITES=	https://bitbucket.org/maproom/qmapshack/downloads/
+
+MAINTAINER=	bofh@FreeBSD.org
+COMMENT=	Ultimate outdoor aficionado's tool
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal \
+		libroutino.so:${PORTSDIR}/astro/routino
+
+USES=		cmake desktop-file-utils
+USE_QT5=	buildtools linguisttools qmake script sql webkit widgets xml
+
+.include <bsd.port.mk>

Added: head/astro/qmapshack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/distinfo	Tue Oct 27 13:43:31 2015	(r400234)
@@ -0,0 +1,2 @@
+SHA256 (qmapshack-1.3.1.tar.gz) = 8f4bcb5454786d7f81681abe4f96cc8e3598f62219708d1efe4c94d19ab0dfea
+SIZE (qmapshack-1.3.1.tar.gz) = 3758785

Added: head/astro/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake	Tue Oct 27 13:43:31 2015	(r400234)
@@ -0,0 +1,11 @@
+--- cmake/Modules/DefineInstallationPaths.cmake.orig	2015-05-22 16:29:44 UTC
++++ cmake/Modules/DefineInstallationPaths.cmake
+@@ -101,7 +101,7 @@ if (UNIX)
+     FORCE
+   )
+   SET(MAN_INSTALL_DIR
+-    "${SHARE_INSTALL_PREFIX}/man"
++    "${CMAKE_INSTALL_PREFIX}/man"
+     CACHE PATH "The ${_APPLICATION_NAME} man install dir (default prefix/man)"
+     FORCE
+   )

Added: head/astro/qmapshack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/pkg-descr	Tue Oct 27 13:43:31 2015	(r400234)
@@ -0,0 +1,6 @@
+Use QMapShack to plan your next outdoor trip or to visualize and archive all the
+GPS recordings of your past exciting adventures. QMapShack is the next
+generation of the famous QLandkarte GT application. And of course it's even
+better and easier to use.
+
+WWW: http://bitbucket.org/maproom/qmapshack

Added: head/astro/qmapshack/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/pkg-plist	Tue Oct 27 13:43:31 2015	(r400234)
@@ -0,0 +1,8 @@
+bin/qmapshack
+man/man1/qmapshack.1.gz
+share/applications/qmapshack.desktop
+share/pixmaps/QMapShack.png
+%%DATADIR%%/translations/qmapshack_cs.qm
+%%DATADIR%%/translations/qmapshack_de.qm
+%%DATADIR%%/translations/qmapshack_es.qm
+%%DATADIR%%/translations/qmapshack_fr.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271343.t9RDhVdv008510>