mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
QLandkarte GT is the ultimate outdoor aficionado's tool. It supports GPS maps in
GeoTiff format as well as Garmin's img vector map format. Additional it is the PC side front end to QLandkarte M, a moving map application for mobile devices. And it fills the gap Garmin leaves in refusing to support Linux. QLandkarte GT is the proof that writing portable applications for Unix, Windows and OSX is feasible with a minimum of overhead. No excuses! QLandkarte GT does replace the original QLandkarte with a much more flexible architecture. It's not limited to a map format or device. Thus if you think your Magellan GPS or other should be supported, join the team. Additionally it is a front end to the GDAL tools, to make georeferencing scanned maps feasible for the normal user. Compared to similar tools like QGis, it's target users are more on the consumer side than on the scientific one. QLandkarte GT might not let you select every possible feature of the GDAL tools, but it will simplify their use to the demands of most users. WWW: http://www.qlandkarte.org/ PR: 135364 Submitted by: Mykola Dzham <freebsd@levsha.org.ua>
This commit is contained in:
parent
cc02ac7ea8
commit
750249f92d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235519
@ -67,6 +67,7 @@
|
||||
SUBDIR += py-pyfits
|
||||
SUBDIR += pyephem
|
||||
SUBDIR += pyweather
|
||||
SUBDIR += qlandkartegt
|
||||
SUBDIR += rmap
|
||||
SUBDIR += roadmap
|
||||
SUBDIR += roadnav
|
||||
|
25
astro/qlandkartegt/Makefile
Normal file
25
astro/qlandkartegt/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: qlandkartegt
|
||||
# Date created: 1 Jun 2009
|
||||
# Whom: Mykola Dzham <freebsd@levsha.org.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qlandkartegt
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= freebsd@levsha.org.ua
|
||||
COMMENT= The ultimate outdoor aficionado's tool
|
||||
|
||||
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
|
||||
proj.5:${PORTSDIR}/graphics/proj
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib moc_build uic_build rcc_build qmake_build opengl linguist
|
||||
|
||||
MAN1= qlandkartegt.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
astro/qlandkartegt/distinfo
Normal file
3
astro/qlandkartegt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (qlandkartegt-0.12.0.tar.gz) = bf9673c77289e6d6e599aa819e7fbaab
|
||||
SHA256 (qlandkartegt-0.12.0.tar.gz) = d2d0a360d8f51357f36ae2623fd913c0e4a1fa25c6fa73b90abac9887478cf34
|
||||
SIZE (qlandkartegt-0.12.0.tar.gz) = 3446336
|
@ -0,0 +1,11 @@
|
||||
--- cmake/Modules/DefineInstallationPaths.cmake.orig 2009-06-01 22:54:55.000000000 +0300
|
||||
+++ cmake/Modules/DefineInstallationPaths.cmake 2009-06-01 22:59:02.000000000 +0300
|
||||
@@ -101,7 +101,7 @@
|
||||
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
|
||||
)
|
@ -0,0 +1,13 @@
|
||||
--- CMakeLists.txt.orig 2009-05-06 23:24:23.000000000 +0300
|
||||
+++ CMakeLists.txt 2009-05-06 23:24:46.000000000 +0300
|
||||
@@ -25,10 +25,6 @@
|
||||
include(DefineOptions.cmake)
|
||||
include(CPackConfig.cmake)
|
||||
|
||||
-# disallow in-source build
|
||||
-include(MacroEnsureOutOfSourceBuild)
|
||||
-macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.")
|
||||
-
|
||||
# config.h generation
|
||||
include(ConfigureChecks.cmake)
|
||||
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
18
astro/qlandkartegt/pkg-descr
Normal file
18
astro/qlandkartegt/pkg-descr
Normal file
@ -0,0 +1,18 @@
|
||||
QLandkarte GT is the ultimate outdoor aficionado's tool. It supports GPS maps in
|
||||
GeoTiff format as well as Garmin's img vector map format. Additional it is the
|
||||
PC side front end to QLandkarte M, a moving map application for mobile devices.
|
||||
And it fills the gap Garmin leaves in refusing to support Linux. QLandkarte GT
|
||||
is the proof that writing portable applications for Unix, Windows and OSX is
|
||||
feasible with a minimum of overhead. No excuses!
|
||||
|
||||
QLandkarte GT does replace the original QLandkarte with a much more flexible
|
||||
architecture. It's not limited to a map format or device. Thus if you think your
|
||||
Magellan GPS or other should be supported, join the team.
|
||||
|
||||
Additionally it is a front end to the GDAL tools, to make georeferencing scanned
|
||||
maps feasible for the normal user. Compared to similar tools like QGis, it's
|
||||
target users are more on the consumer side than on the scientific one.
|
||||
QLandkarte GT might not let you select every possible feature of the GDAL tools,
|
||||
but it will simplify their use to the demands of most users.
|
||||
|
||||
WWW: http://www.qlandkarte.org/
|
10
astro/qlandkartegt/pkg-plist
Normal file
10
astro/qlandkartegt/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/qlandkartegt
|
||||
share/applications/qlandkartegt.desktop
|
||||
share/pixmaps/qlandkartegt.png
|
||||
%%DATADIR%%/translations/qlandkartegt_de_DE.qm
|
||||
%%DATADIR%%/translations/qlandkartegt_fr_FR.qm
|
||||
%%DATADIR%%/translations/qlandkartegt_it_IT.qm
|
||||
%%DATADIR%%/translations/qlandkartegt_ru_RU.qm
|
||||
@dirrm %%DATADIR%%/translations
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user