From 768c6a0eac9d4ec73490b923b5c50e8aa2aebf1c Mon Sep 17 00:00:00 2001 From: kirby1 Date: Sat, 22 Aug 2020 09:50:19 +0300 Subject: [PATCH] qmapshack and routino moved to ports tree --- geo/qmapshack/Makefile | 37 ---- geo/qmapshack/distinfo | 2 - ...make_Modules_DefineInstallationPaths_cmake | 25 --- .../patch-cmake_Modules_FindPROJ4_cmake | 159 ------------------ .../patches/patch-src_qmapshack_CAbout_cpp | 14 -- .../patch-src_qmapshack_gis_CGisListWks_cpp | 14 -- ..._qmapshack_helpers_CToolBarSetupDialog_cpp | 13 -- .../patch-src_qmapshack_setup_IAppSetup_cpp | 14 -- .../patch-src_qmaptool_setup_IAppSetup_cpp | 14 -- geo/qmapshack/pkg/DESCR | 1 - geo/qmapshack/pkg/PLIST | 83 --------- geo/routino/Makefile | 32 ---- geo/routino/distinfo | 2 - geo/routino/patches/patch-Makefile | 14 -- geo/routino/patches/patch-Makefile_conf | 29 ---- geo/routino/patches/patch-src_Makefile | 69 -------- geo/routino/pkg/DESCR | 26 --- geo/routino/pkg/PLIST | 49 ------ 18 files changed, 597 deletions(-) delete mode 100644 geo/qmapshack/Makefile delete mode 100644 geo/qmapshack/distinfo delete mode 100644 geo/qmapshack/patches/patch-cmake_Modules_DefineInstallationPaths_cmake delete mode 100644 geo/qmapshack/patches/patch-cmake_Modules_FindPROJ4_cmake delete mode 100644 geo/qmapshack/patches/patch-src_qmapshack_CAbout_cpp delete mode 100644 geo/qmapshack/patches/patch-src_qmapshack_gis_CGisListWks_cpp delete mode 100644 geo/qmapshack/patches/patch-src_qmapshack_helpers_CToolBarSetupDialog_cpp delete mode 100644 geo/qmapshack/patches/patch-src_qmapshack_setup_IAppSetup_cpp delete mode 100644 geo/qmapshack/patches/patch-src_qmaptool_setup_IAppSetup_cpp delete mode 100644 geo/qmapshack/pkg/DESCR delete mode 100644 geo/qmapshack/pkg/PLIST delete mode 100644 geo/routino/Makefile delete mode 100644 geo/routino/distinfo delete mode 100644 geo/routino/patches/patch-Makefile delete mode 100644 geo/routino/patches/patch-Makefile_conf delete mode 100644 geo/routino/patches/patch-src_Makefile delete mode 100644 geo/routino/pkg/DESCR delete mode 100644 geo/routino/pkg/PLIST diff --git a/geo/qmapshack/Makefile b/geo/qmapshack/Makefile deleted file mode 100644 index 1de8e02285..0000000000 --- a/geo/qmapshack/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $OpenBSD: Makefile.template,v 1.73 2016/01/11 09:17:22 sthen Exp $ - -COMMENT = map management tool - -GH_ACCOUNT = Maproom -GH_PROJECT = qmapshack -GH_TAGNAME = V_1.14.1 - -CATEGORIES = geo - -HOMEPAGE = https://github.com/Maproom/qmapshack/wiki - -#MAINTAINER = - -# GPLv3 -PERMIT_PACKAGE = Yes - -WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5DBus Qt5Gui Qt5Help -WANTLIB += Qt5Network Qt5Positioning Qt5PrintSupport Qt5Qml Qt5Quick -WANTLIB += Qt5Sql Qt5WebChannel Qt5WebEngineCore Qt5WebEngineWidgets -WANTLIB += Qt5Widgets Qt5Xml c gdal jpeg m proj quazip5 routino - -MODULES = devel/cmake x11/qt5 - -RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+3,-guic -LIB_DEPENDS = archivers/quazip \ - devel/proj \ - geo/gdal,-main \ - geo/routino \ - x11/qt5/qtwebengine - -CONFIGURE_ARGS = -DCMAKE_CXX_FLAGS=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 - -NO_TEST = Yes - -.include diff --git a/geo/qmapshack/distinfo b/geo/qmapshack/distinfo deleted file mode 100644 index bf838320d0..0000000000 --- a/geo/qmapshack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qmapshack-1.14.1.tar.gz) = dvZBhfxGINptm3GZjt78uQke/xw0hmJvh+TzDURL5iM= -SIZE (qmapshack-1.14.1.tar.gz) = 43586361 diff --git a/geo/qmapshack/patches/patch-cmake_Modules_DefineInstallationPaths_cmake b/geo/qmapshack/patches/patch-cmake_Modules_DefineInstallationPaths_cmake deleted file mode 100644 index 8f9cc9e2f8..0000000000 --- a/geo/qmapshack/patches/patch-cmake_Modules_DefineInstallationPaths_cmake +++ /dev/null @@ -1,25 +0,0 @@ -$OpenBSD: patch-cmake_Modules_DefineInstallationPaths_cmake,v 1.1.1.1 2010/12/21 09:05:17 sebastia Exp $ - -Install man pages and documentation in correct directories - -Index: cmake/Modules/DefineInstallationPaths.cmake ---- cmake/Modules/DefineInstallationPaths.cmake.orig -+++ cmake/Modules/DefineInstallationPaths.cmake -@@ -59,7 +59,7 @@ if (UNIX) - FORCE - ) - SET(HTML_INSTALL_DIR -- "${DATA_INSTALL_PREFIX}/doc/HTML" -+ "${DATA_INSTALL_PREFIX}/doc/qmapshack/HTML" - CACHE PATH "The HTML install dir for documentation (default data/doc/html)" - FORCE - ) -@@ -97,7 +97,7 @@ if (UNIX) - FORCE - ) - SET(MAN_INSTALL_DIR -- "${SHARE_INSTALL_PREFIX}/man" -+ "${EXEC_INSTALL_PREFIX}/man" - CACHE PATH "The ${_PROJECT_NAME} man install dir (default prefix/man)" - FORCE - ) diff --git a/geo/qmapshack/patches/patch-cmake_Modules_FindPROJ4_cmake b/geo/qmapshack/patches/patch-cmake_Modules_FindPROJ4_cmake deleted file mode 100644 index be063a00ea..0000000000 --- a/geo/qmapshack/patches/patch-cmake_Modules_FindPROJ4_cmake +++ /dev/null @@ -1,159 +0,0 @@ -$OpenBSD$ - -Index: cmake/Modules/FindPROJ4.cmake ---- cmake/Modules/FindPROJ4.cmake.orig -+++ cmake/Modules/FindPROJ4.cmake -@@ -0,0 +1,153 @@ -+#.rst: -+# FindPROJ4 -+# -------- -+# -+# Find the proj includes and library. -+# -+# IMPORTED Targets -+# ^^^^^^^^^^^^^^^^ -+# -+# This module defines :prop_tgt:`IMPORTED` target ``PROJ4::proj``, -+# if Proj.4 has been found. -+# -+# Result Variables -+# ^^^^^^^^^^^^^^^^ -+# -+# This module defines the following variables: -+# -+# :: -+# -+# PROJ4_INCLUDE_DIRS - where to find proj_api.h, etc. -+# PROJ4_LIBRARIES - List of libraries when using libproj. -+# PROJ4_FOUND - True if libproj found. -+# -+# :: -+# -+# PROJ4_VERSION - The version of libproj found (x.y.z) -+# PROJ4_VERSION_MAJOR - The major version of libproj -+# PROJ4_VERSION_MINOR - The minor version of libproj -+# PROJ4_VERSION_PATCH - The patch version of libproj -+# PROJ4_VERSION_TWEAK - always 0 -+# PROJ4_VERSION_COUNT - The number of version components, always 3 -+# -+# Hints -+# ^^^^^ -+# -+# A user may set ``PROJ4_ROOT`` to a libproj installation root to tell this -+# module where to look exclusively. -+ -+#============================================================================= -+# Copyright 2016 Kai Pastor -+# -+# -+# This file was derived from CMake 3.5's module FindZLIB.cmake -+# which has the following terms: -+# -+# Copyright 2001-2011 Kitware, Inc. -+# -+# Redistribution and use in source and binary forms, with or without -+# modification, are permitted provided that the following conditions are -+# met: -+# -+# * Redistributions of source code must retain the above copyright notice, -+# this list of conditions and the following disclaimer. -+# -+# * Redistributions in binary form must reproduce the above copyright notice, -+# this list of conditions and the following disclaimer in the documentation -+# and/or other materials provided with the distribution. -+# -+# * The names of Kitware, Inc., the Insight Consortium, or the names of -+# any consortium members, or of any contributors, may not be used to -+# endorse or promote products derived from this software without -+# specific prior written permission. -+# -+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS'' -+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR -+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -+#============================================================================= -+ -+# Search PROJ4_ROOT exclusively if it is set. -+if(PROJ4_ROOT) -+ set(_PROJ4_SEARCH PATHS ${PROJ4_ROOT} NO_DEFAULT_PATH) -+else() -+ set(_PROJ4_SEARCH) -+endif() -+ -+find_path(PROJ4_INCLUDE_DIR NAMES proj_api.h ${_PROJ4_SEARCH} PATH_SUFFIXES include) -+mark_as_advanced(PROJ4_INCLUDE_DIR) -+ -+if(PROJ4_INCLUDE_DIR AND EXISTS "${PROJ4_INCLUDE_DIR}/proj_api.h") -+ file(STRINGS "${PROJ4_INCLUDE_DIR}/proj_api.h" PROJ4_H REGEX "^#define PJ_VERSION [0-9]+$") -+ -+ string(REGEX REPLACE "^.*PJ_VERSION ([0-9]).*$" "\\1" PROJ4_VERSION_MAJOR "${PROJ4_H}") -+ string(REGEX REPLACE "^.*PJ_VERSION [0-9]([0-9]).*$" "\\1" PROJ4_VERSION_MINOR "${PROJ4_H}") -+ string(REGEX REPLACE "^.*PJ_VERSION [0-9][0-9]([0-9]).*$" "\\1" PROJ4_VERSION_PATCH "${PROJ4_H}") -+ set(PROJ4_VERSION "${PROJ4_VERSION_MAJOR}.${PROJ4_VERSION_MINOR}.${PROJ4_VERSION_PATCH}") -+ set(PROJ4_VERSION_COUNT 3) -+endif() -+ -+# Allow PROJ4_LIBRARY to be set manually, as the location of the proj library -+if(NOT PROJ4_LIBRARY) -+ set(PROJ4_NAMES proj) -+ set(PROJ4_NAMES_DEBUG projd) -+ if(WIN32 AND DEFINED PROJ4_VERSION_MAJOR AND DEFINED PROJ4_VERSION_MINOR) -+ list(APPEND PROJ4_NAMES proj_${PROJ4_VERSION_MAJOR}_${PROJ4_VERSION_MINOR}) -+ list(APPEND PROJ4_NAMES projd_${PROJ4_VERSION_MAJOR}_${PROJ4_VERSION_MINOR}) -+ endif() -+ find_library(PROJ4_LIBRARY_RELEASE NAMES ${PROJ4_NAMES} ${_PROJ4_SEARCH} PATH_SUFFIXES lib) -+ find_library(PROJ4_LIBRARY_DEBUG NAMES ${PROJ4_NAMES_DEBUG} ${_PROJ4_SEARCH} PATH_SUFFIXES lib) -+ include(SelectLibraryConfigurations) -+ select_library_configurations(PROJ4) -+endif() -+ -+# handle the QUIETLY and REQUIRED arguments and set PROJ4_FOUND to TRUE if -+# all listed variables are TRUE -+include(FindPackageHandleStandardArgs) -+find_package_handle_standard_args(PROJ4 -+ REQUIRED_VARS -+ PROJ4_LIBRARY -+ PROJ4_INCLUDE_DIR -+ VERSION_VAR -+ PROJ4_VERSION -+) -+ -+if(PROJ4_FOUND) -+ set(PROJ4_INCLUDE_DIRS ${PROJ4_INCLUDE_DIR}) -+ -+ if(NOT PROJ4_LIBRARIES) -+ set(PROJ4_LIBRARIES ${PROJ4_LIBRARY}) -+ endif() -+ -+ if(NOT TARGET PROJ4::proj) -+ add_library(PROJ4::proj UNKNOWN IMPORTED) -+ set_target_properties(PROJ4::proj PROPERTIES -+ INTERFACE_INCLUDE_DIRECTORIES "${PROJ4_INCLUDE_DIRS}") -+ -+ if(PROJ4_LIBRARY_RELEASE) -+ set_property(TARGET PROJ4::proj APPEND PROPERTY -+ IMPORTED_CONFIGURATIONS RELEASE) -+ set_target_properties(PROJ4::proj PROPERTIES -+ IMPORTED_LOCATION_RELEASE "${PROJ4_LIBRARY_RELEASE}") -+ endif() -+ -+ if(PROJ4_LIBRARY_DEBUG) -+ set_property(TARGET PROJ4::proj APPEND PROPERTY -+ IMPORTED_CONFIGURATIONS DEBUG) -+ set_target_properties(PROJ4::proj PROPERTIES -+ IMPORTED_LOCATION_DEBUG "${PROJ4_LIBRARY_DEBUG}") -+ endif() -+ -+ if(NOT PROJ4_LIBRARY_RELEASE AND NOT PROJ4_LIBRARY_DEBUG) -+ set_property(TARGET PROJ4::proj APPEND PROPERTY -+ IMPORTED_LOCATION "${PROJ4_LIBRARY}") -+ endif() -+ endif() -+endif() -+ diff --git a/geo/qmapshack/patches/patch-src_qmapshack_CAbout_cpp b/geo/qmapshack/patches/patch-src_qmapshack_CAbout_cpp deleted file mode 100644 index b8180609a6..0000000000 --- a/geo/qmapshack/patches/patch-src_qmapshack_CAbout_cpp +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD$ - -Index: src/qmapshack/CAbout.cpp ---- src/qmapshack/CAbout.cpp.orig -+++ src/qmapshack/CAbout.cpp -@@ -50,7 +50,7 @@ CAbout::CAbout(QWidget *parent) - labelRoutinoVersion->setText(tr("%1 (API V%2)").arg(Routino_Version).arg(Routino_APIVersion)); - } - --#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) -+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined (Q_OS_OPENBSD) - #if defined (HAVE_DBUS) - labelNoDBus->setText(""); - #else diff --git a/geo/qmapshack/patches/patch-src_qmapshack_gis_CGisListWks_cpp b/geo/qmapshack/patches/patch-src_qmapshack_gis_CGisListWks_cpp deleted file mode 100644 index cc2116b400..0000000000 --- a/geo/qmapshack/patches/patch-src_qmapshack_gis_CGisListWks_cpp +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD$ - -Index: src/qmapshack/gis/CGisListWks.cpp ---- src/qmapshack/gis/CGisListWks.cpp.orig -+++ src/qmapshack/gis/CGisListWks.cpp -@@ -20,7 +20,7 @@ - - #include "canvas/CCanvas.h" - #include "CMainWindow.h" --#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) -+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined (Q_OS_OPENBSD) - #include "device/CDeviceWatcherLinux.h" - #endif - #ifdef Q_OS_WIN diff --git a/geo/qmapshack/patches/patch-src_qmapshack_helpers_CToolBarSetupDialog_cpp b/geo/qmapshack/patches/patch-src_qmapshack_helpers_CToolBarSetupDialog_cpp deleted file mode 100644 index 97aa45f4a8..0000000000 --- a/geo/qmapshack/patches/patch-src_qmapshack_helpers_CToolBarSetupDialog_cpp +++ /dev/null @@ -1,13 +0,0 @@ -$OpenBSD$ - -Index: src/qmapshack/helpers/CToolBarSetupDialog.cpp ---- src/qmapshack/helpers/CToolBarSetupDialog.cpp.orig -+++ src/qmapshack/helpers/CToolBarSetupDialog.cpp -@@ -19,6 +19,7 @@ - - #include "helpers/CToolBarConfig.h" - #include "helpers/CToolBarSetupDialog.h" -+#include - - #include - diff --git a/geo/qmapshack/patches/patch-src_qmapshack_setup_IAppSetup_cpp b/geo/qmapshack/patches/patch-src_qmapshack_setup_IAppSetup_cpp deleted file mode 100644 index a81588bcf6..0000000000 --- a/geo/qmapshack/patches/patch-src_qmapshack_setup_IAppSetup_cpp +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD$ - -Index: src/qmapshack/setup/IAppSetup.cpp ---- src/qmapshack/setup/IAppSetup.cpp.orig -+++ src/qmapshack/setup/IAppSetup.cpp -@@ -36,7 +36,7 @@ IAppSetup* IAppSetup::getPlatformInstance() - { - #if defined(Q_OS_MAC) - instance = new CAppSetupMac(); --#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) || defined(__GNU__) -+#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined (Q_OS_OPENBSD) - instance = new CAppSetupLinux(); - #elif defined (Q_OS_WIN32) - instance = new CAppSetupWin(); diff --git a/geo/qmapshack/patches/patch-src_qmaptool_setup_IAppSetup_cpp b/geo/qmapshack/patches/patch-src_qmaptool_setup_IAppSetup_cpp deleted file mode 100644 index 30c81deba4..0000000000 --- a/geo/qmapshack/patches/patch-src_qmaptool_setup_IAppSetup_cpp +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD$ - -Index: src/qmaptool/setup/IAppSetup.cpp ---- src/qmaptool/setup/IAppSetup.cpp.orig -+++ src/qmaptool/setup/IAppSetup.cpp -@@ -56,7 +56,7 @@ IAppSetup& IAppSetup::createInstance(QObject * parent) - } - #if defined(Q_OS_MAC) - new CAppSetupMac(parent); --#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(Q_OS_CYGWIN) -+#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(Q_OS_CYGWIN) || defined(Q_OS_OPENBSD) - new CAppSetupLinux(parent); - #elif defined (Q_OS_WIN32) - new CAppSetupWin(parent); diff --git a/geo/qmapshack/pkg/DESCR b/geo/qmapshack/pkg/DESCR deleted file mode 100644 index 224fd2305f..0000000000 --- a/geo/qmapshack/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -lala diff --git a/geo/qmapshack/pkg/PLIST b/geo/qmapshack/pkg/PLIST deleted file mode 100644 index cb9dd77202..0000000000 --- a/geo/qmapshack/pkg/PLIST +++ /dev/null @@ -1,83 +0,0 @@ -@comment $OpenBSD: PLIST,v$ -@bin bin/qmapshack -@bin bin/qmaptool -@bin bin/qmt_map2jnx -@bin bin/qmt_rgb2pct -@man man/man1/qmapshack.1 -@man man/man1/qmaptool.1 -@man man/man1/qmt_map2jnx.1 -@man man/man1/qmt_rgb2pct.1 -share/applications/qmapshack.desktop -share/applications/qmaptool.desktop -share/doc/qmapshack/ -share/doc/qmapshack/HTML/ -share/doc/qmapshack/HTML/QMSHelp.qch -share/doc/qmapshack/HTML/QMSHelp.qhc -share/doc/qmapshack/HTML/QMTHelp.qch -share/doc/qmapshack/HTML/QMTHelp.qhc -share/icons/hicolor/128x128/apps/QMapShack.png -share/icons/hicolor/128x128/apps/QMapTool.png -share/icons/hicolor/16x16/apps/QMapShack.png -share/icons/hicolor/16x16/apps/QMapTool.png -share/icons/hicolor/192x192/apps/QMapShack.png -share/icons/hicolor/192x192/apps/QMapTool.png -share/icons/hicolor/22x22/apps/QMapShack.png -share/icons/hicolor/22x22/apps/QMapTool.png -share/icons/hicolor/24x24/apps/QMapShack.png -share/icons/hicolor/24x24/apps/QMapTool.png -share/icons/hicolor/256x256/apps/QMapShack.png -share/icons/hicolor/256x256/apps/QMapTool.png -share/icons/hicolor/32x32/apps/QMapShack.png -share/icons/hicolor/32x32/apps/QMapTool.png -share/icons/hicolor/36x36/apps/QMapShack.png -share/icons/hicolor/36x36/apps/QMapTool.png -share/icons/hicolor/40x40/ -share/icons/hicolor/40x40/apps/ -share/icons/hicolor/40x40/apps/QMapShack.png -share/icons/hicolor/40x40/apps/QMapTool.png -share/icons/hicolor/42x42/ -share/icons/hicolor/42x42/apps/ -share/icons/hicolor/42x42/apps/QMapShack.png -share/icons/hicolor/42x42/apps/QMapTool.png -share/icons/hicolor/48x48/apps/QMapShack.png -share/icons/hicolor/48x48/apps/QMapTool.png -share/icons/hicolor/512x512/apps/QMapShack.png -share/icons/hicolor/512x512/apps/QMapTool.png -share/icons/hicolor/64x64/apps/QMapShack.png -share/icons/hicolor/64x64/apps/QMapTool.png -share/icons/hicolor/72x72/apps/QMapShack.png -share/icons/hicolor/72x72/apps/QMapTool.png -share/icons/hicolor/80x80/ -share/icons/hicolor/80x80/apps/ -share/icons/hicolor/80x80/apps/QMapShack.png -share/icons/hicolor/80x80/apps/QMapTool.png -share/icons/hicolor/8x8/ -share/icons/hicolor/8x8/apps/ -share/icons/hicolor/8x8/apps/QMapShack.png -share/icons/hicolor/8x8/apps/QMapTool.png -share/icons/hicolor/96x96/apps/QMapShack.png -share/icons/hicolor/96x96/apps/QMapTool.png -share/pixmaps/ -share/pixmaps/QMapShack.png -share/pixmaps/QMapTool.png -share/qmapshack/ -share/qmapshack/translations/ -share/qmapshack/translations/qmapshack_ca.qm -share/qmapshack/translations/qmapshack_cs.qm -share/qmapshack/translations/qmapshack_de.qm -share/qmapshack/translations/qmapshack_es.qm -share/qmapshack/translations/qmapshack_fr.qm -share/qmapshack/translations/qmapshack_it.qm -share/qmapshack/translations/qmapshack_nl.qm -share/qmapshack/translations/qmapshack_ru.qm -@tag gtk-update-icon-cache %D/share/icons/hicolor -@tag update-desktop-database -share/qmaptool/ -share/qmaptool/translations/ -share/qmaptool/translations/qmaptool_de.qm -share/qmaptool/translations/qmaptool_es.qm -share/qmaptool/translations/qmaptool_it.qm -share/qmaptool/translations/qmaptool_ru.qm -share/qmt_rgb2pct/ -share/qmt_rgb2pct/translations/ -share/qmt_rgb2pct/translations/qmt_rgb2pct_de.qm diff --git a/geo/routino/Makefile b/geo/routino/Makefile deleted file mode 100644 index 1a44e005ef..0000000000 --- a/geo/routino/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $OpenBSD: Makefile.template,v 1.65 2013/03/21 08:46:31 ajacoutot Exp $ - -COMMENT = OpenStreetMap routing software - -DISTNAME = routino-3.3.2 - -SHARED_LIBS += routino 0.0 -SHARED_LIBS += routino-slim 0.0 - -CATEGORIES = geo - -HOMEPAGE = https://www.routino.org/ - -MAINTAINER = Kirill Bychkov - -# AGPLv3+ -PERMIT_PACKAGE = Yes - -WANTLIB = bz2 c m pthread z - -MASTER_SITES = https://www.routino.org/download/ -EXTRACT_SUFX = .tgz - -LIB_DEPENDS = archivers/bzip2 - -MAKE_FLAGS = CC=${CC} LD=${CC} \ - CFLAGS="${CFLAGS} -pthread -DUSE_PTHREADS -I${LOCALBASE}/include" \ - LDFLAGS="-lm -pthread -lbz2 -lz -L${LOCALBASE}/lib" - -USE_GMAKE = Yes - -.include diff --git a/geo/routino/distinfo b/geo/routino/distinfo deleted file mode 100644 index 5c914a9a42..0000000000 --- a/geo/routino/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (routino-3.3.2.tgz) = S3F012lV4FiYbTQ2NeChhDhfJ1b6T/wC614jmZIenbE= -SIZE (routino-3.3.2.tgz) = 2542029 diff --git a/geo/routino/patches/patch-Makefile b/geo/routino/patches/patch-Makefile deleted file mode 100644 index 8ebc3ee855..0000000000 --- a/geo/routino/patches/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD$ - -Index: Makefile ---- Makefile.orig -+++ Makefile -@@ -24,7 +24,7 @@ include Makefile.conf - - # Sub-directories and sub-makefiles - --SUBDIRS=src xml doc web extras python -+SUBDIRS=src xml doc web extras - - ######## - diff --git a/geo/routino/patches/patch-Makefile_conf b/geo/routino/patches/patch-Makefile_conf deleted file mode 100644 index 000bb1e7d1..0000000000 --- a/geo/routino/patches/patch-Makefile_conf +++ /dev/null @@ -1,29 +0,0 @@ -$OpenBSD$ -Index: Makefile.conf ---- Makefile.conf.orig -+++ Makefile.conf -@@ -45,11 +45,11 @@ endif - # Installation locations (edit if required) - - ifneq ($(HOST),MINGW) -- prefix=/usr/local -+ prefix=${TRUEPREFIX} - bindir=$(prefix)/bin - incdir=$(prefix)/include - libdir=$(prefix)/lib -- docdir=$(prefix)/doc/routino -+ docdir=$(prefix)/share/doc/routino - datadir=$(prefix)/share/routino - else - prefix="c:/Program Files/Routino" -@@ -133,8 +133,8 @@ endif - - # Extra flags for compiling libroutino shared library (SONAME) - ifeq ($(HOST),UNIX) -- LDFLAGS_SONAME=-Wl,-soname=libroutino.so.$(SOVERSION) -- LDFLAGS_SLIM_SONAME=-Wl,-soname=libroutino-slim.so.$(SOVERSION) -+ LDFLAGS_SONAME=-Wl,-soname=libroutino.so.${libroutino_ltversion} -+ LDFLAGS_SLIM_SONAME=-Wl,-soname=libroutino-slim.so.${libroutino_slim_ltversion} - endif - - # Put the current directory in the shared library path for the router using libroutino diff --git a/geo/routino/patches/patch-src_Makefile b/geo/routino/patches/patch-src_Makefile deleted file mode 100644 index 0e654a39ef..0000000000 --- a/geo/routino/patches/patch-src_Makefile +++ /dev/null @@ -1,69 +0,0 @@ -$OpenBSD$ -Index: src/Makefile ---- src/Makefile.orig -+++ src/Makefile -@@ -38,9 +38,7 @@ EXE=planetsplitter$(.EXE) planetsplitter-slim$(.EXE) r - router+lib$(.EXE) router+lib-slim$(.EXE) - - ifneq ($(HOST),MINGW) -- LIB =libroutino.so libroutino-slim.so -- LIB+=libroutino.so.$(SOVERSION) libroutino-slim.so.$(SOVERSION) -- LIB+=libroutino.so.$(LIBVERSION) libroutino-slim.so.$(LIBVERSION) -+ LIB =libroutino.so.${libroutino_ltversion} libroutino-slim.so.${libroutino_slim_ltversion} - else - LIB =routino.dll routino-slim.dll - LIB+=routino.def routino-slim.def -@@ -50,8 +48,8 @@ endif - INC=routino.h - - ifneq ($(HOST),MINGW) -- LINK_LIB=libroutino.so -- LINK_SLIM_LIB=libroutino-slim.so -+ LINK_LIB=libroutino.so.${libroutino_ltversion} -+ LINK_SLIM_LIB=libroutino-slim.so.${libroutino_slim_ltversion} - else - LINK_LIB=routino.dll - LINK_SLIM_LIB=routino-slim.dll -@@ -206,15 +204,9 @@ ifeq ($(HOST),MINGW) - LIBROUTINO_OBJ+=mman-win32.o - endif - --libroutino.so.$(LIBVERSION) : $(LIBROUTINO_OBJ) -+libroutino.so.${libroutino_ltversion} : $(LIBROUTINO_OBJ) - $(LD) $^ -o $@ $(LDFLAGS) $(LDFLAGS_LIB) $(LDFLAGS_SONAME) - --libroutino.so.$(SOVERSION) : libroutino.so.$(LIBVERSION) -- ln -sf $< $@ -- --libroutino.so : libroutino.so.$(LIBVERSION) -- ln -sf $< $@ -- - routino.dll : $(LIBROUTINO_OBJ) - $(LD) $^ -o $@ $(LDFLAGS) $(LDFLAGS_LIB) - -@@ -236,15 +228,9 @@ ifeq ($(HOST),MINGW) - LIBROUTINO_SLIM_OBJ+=mman-win32.o - endif - --libroutino-slim.so.$(LIBVERSION) : $(LIBROUTINO_SLIM_OBJ) -+libroutino-slim.so.${libroutino_slim_ltversion} : $(LIBROUTINO_SLIM_OBJ) - $(LD) $^ -o $@ $(LDFLAGS) $(LDFLAGS_LIB) $(LDFLAGS_SLIM_SONAME) - --libroutino-slim.so.$(SOVERSION) : libroutino-slim.so.$(LIBVERSION) -- ln -sf $< $@ -- --libroutino-slim.so : libroutino-slim.so.$(LIBVERSION) -- ln -sf $< $@ -- - routino-slim.dll : $(LIBROUTINO_SLIM_OBJ) - $(LD) $^ -o $@ $(LDFLAGS) $(LDFLAGS_LIB) - -@@ -299,7 +285,7 @@ install-local: all-local - @for file in $(LIB); do \ - if [ -f $$file ]; then \ - echo cp $$file $(DESTDIR)$(libdir) ;\ -- cp -df $$file $(DESTDIR)$(libdir) ;\ -+ cp -f $$file $(DESTDIR)$(libdir) ;\ - fi ;\ - done - diff --git a/geo/routino/pkg/DESCR b/geo/routino/pkg/DESCR deleted file mode 100644 index 8e0b49b628..0000000000 --- a/geo/routino/pkg/DESCR +++ /dev/null @@ -1,26 +0,0 @@ -Routino is an application for finding a route between two points using -the dataset of topographical information collected by -http://www.OpenStreetMap.org. - -This router uses a routing algorithm that takes OSM format data as its -input and calculates either the shortest or quickest route between two -points. To optimise the routing a custom database format is used. This -allows the routing to be performed quickly after a modest one-off -pre-processing stage. - -A selection is possible for any of the major OSM transport types and for -each of the main OSM highway types a preference can be provided and a -speed limit. Restrictions on one-way streets, weight, height, width and -length are also options. Further preferences about road properties (e.g. -paved or not) can also be selected. - -The processing of the input XML file is based on rules in a -configuration file that transform the highway tags into tags that are -understood by Routino. The generation of the output files (HTML and GPX) -uses language fragments selected from another configuration file which -allows multi-lingual output from the same database. - -The router takes into account private/public/permissive restrictions on -highways as well as tagged speed limits and barriers (gates, bollards). -The simplest and most common turn restriction relations (those composed -of a way, node and way) are also supported. diff --git a/geo/routino/pkg/PLIST b/geo/routino/pkg/PLIST deleted file mode 100644 index e4968dfdbb..0000000000 --- a/geo/routino/pkg/PLIST +++ /dev/null @@ -1,49 +0,0 @@ -@comment $OpenBSD: PLIST,v$ -@bin bin/filedumper -@bin bin/filedumper-slim -@bin bin/filedumperx -@bin bin/planetsplitter -@bin bin/planetsplitter-slim -@bin bin/router -@bin bin/router+lib -@bin bin/router+lib-slim -@bin bin/router-slim -include/routino.h -@lib lib/libroutino-slim.so.${LIBroutino-slim_VERSION} -@lib lib/libroutino.so.${LIBroutino_VERSION} -share/doc/routino/ -share/doc/routino/ALGORITHM.txt -share/doc/routino/CONFIGURATION.txt -share/doc/routino/DATA.txt -share/doc/routino/DATALIFE.txt -share/doc/routino/INSTALL-MS-WIN.txt -share/doc/routino/INSTALL.txt -share/doc/routino/LIBRARY.txt -share/doc/routino/LIMITS.txt -share/doc/routino/NEWS.txt -share/doc/routino/OUTPUT.txt -share/doc/routino/README.txt -share/doc/routino/TAGGING.txt -share/doc/routino/USAGE.txt -share/doc/routino/agpl-3.0.txt -share/doc/routino/html/ -share/doc/routino/html/algorithm.html -share/doc/routino/html/configuration.html -share/doc/routino/html/data.html -share/doc/routino/html/index.html -share/doc/routino/html/installation-ms-windows.html -share/doc/routino/html/installation.html -share/doc/routino/html/library.html -share/doc/routino/html/limits.html -share/doc/routino/html/output.html -share/doc/routino/html/readme.html -share/doc/routino/html/style.css -share/doc/routino/html/tagging.html -share/doc/routino/html/usage.html -share/routino/ -share/routino/profiles.xml -share/routino/tagging-drive.xml -share/routino/tagging-ride.xml -share/routino/tagging-walk.xml -share/routino/tagging.xml -share/routino/translations.xml