From owner-svn-ports-head@freebsd.org Tue Oct 27 13:43:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A393A1E552; Tue, 27 Oct 2015 13:43:33 +0000 (UTC) (envelope-from bofh@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 mx1.freebsd.org (Postfix) with ESMTPS id 413B1191C; Tue, 27 Oct 2015 13:43:33 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RDhWSV008516; Tue, 27 Oct 2015 13:43:32 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RDhVdv008510; Tue, 27 Oct 2015 13:43:31 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201510271343.t9RDhVdv008510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 27 Oct 2015 13:43:31 +0000 (UTC) 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 X-SVN-Group: ports-head 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.20 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: Tue, 27 Oct 2015 13:43:33 -0000 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 +# $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 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