pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc qlandkartem: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a387f0005d9
branches:  trunk
changeset: 380140:4a387f0005d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 29 17:30:23 2022 +0000

description:
qlandkartem: remove

Does not build in any bulk builds I can find, is a "pre-alpha" version
according to its DESCR and discontinued upstream

diffstat:

 doc/CHANGES-2022                                     |   3 +-
 geography/Makefile                                   |   3 +-
 geography/qlandkartem/DESCR                          |  13 ------
 geography/qlandkartem/Makefile                       |  43 --------------------
 geography/qlandkartem/PLIST                          |   2 -
 geography/qlandkartem/distinfo                       |   9 ----
 geography/qlandkartem/patches/patch-aa               |  13 ------
 geography/qlandkartem/patches/patch-ab               |  10 ----
 geography/qlandkartem/patches/patch-src_CDlgMenu.cpp |  15 ------
 geography/qlandkartem/patches/patch-src_GeoMath_cpp  |  16 -------
 10 files changed, 3 insertions(+), 124 deletions(-)

diffs (184 lines):

diff -r 8a9e83fe0e82 -r 4a387f0005d9 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun May 29 15:54:22 2022 +0000
+++ b/doc/CHANGES-2022  Sun May 29 17:30:23 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.2813 2022/05/29 15:54:22 fcambus Exp $
+$NetBSD: CHANGES-2022,v 1.2814 2022/05/29 17:30:23 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -4289,3 +4289,4 @@
        Updated graphics/tiff to 4.4.0 [gdt 2022-05-29]
        Updated net/iperf2 to 2.1.7 [gdt 2022-05-29]
        Updated textproc/lowdown to 1.0.0 [fcambus 2022-05-29]
+       Removed geography/qlandkartem [wiz 2022-05-29]
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/Makefile
--- a/geography/Makefile        Sun May 29 15:54:22 2022 +0000
+++ b/geography/Makefile        Sun May 29 17:30:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2022/03/28 19:33:14 bouyer Exp $
+# $NetBSD: Makefile,v 1.115 2022/05/29 17:30:23 wiz Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -98,7 +98,6 @@
 SUBDIR+=       qgis
 SUBDIR+=       qlandkartegt
 SUBDIR+=       qlandkartegt-garmindev
-SUBDIR+=       qlandkartem
 SUBDIR+=       shapelib
 SUBDIR+=       spatialindex
 SUBDIR+=       tex-pst-geo
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/DESCR
--- a/geography/qlandkartem/DESCR       Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-QLandkarte M is a moving map application for mobile devices. As QLandkarte GT
-it will display mapsets of different resolutions and point to your current
-location. Additionally it will record your location data for further use by
-QLandkarte GT. It's user interface is optimized to the few buttons of a
-typical PDA.
-
-This is experimental pre-alpha software and not targeted towards end-users
-in this stage of developement! This package is provided as a convenience to
-QLandkarte M developers only.
-
-Copy or hard-link the qlm executable to a user-writable directory as qlm
-wants to put its data files in the same directory as the executable, otherwise
-it will dump core.
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/Makefile
--- a/geography/qlandkartem/Makefile    Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.72 2022/05/13 13:47:36 gdt Exp $
-
-DISTNAME=      QLandkarteM.0.2.0
-PKGNAME=       qlandkartem-0.2.0
-PKGREVISION=   65
-CATEGORIES=    geography
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.qlandkarte.org/
-COMMENT=       QLandkarteM is a moving map application for mobile devices
-LICENSE=       gnu-gpl-v2
-
-WRKSRC=                ${WRKDIR}/QLandkarteM
-USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
-QMAKE=         ${QTDIR}/bin/qmake
-
-SUBST_CLASSES+=                proj
-SUBST_STAGE.proj=      pre-configure
-SUBST_FILES.proj=      src/*.cpp
-SUBST_FILES.proj+=     src/CMapRaster.h
-SUBST_SED.proj=                -e '/^.include .projects.h./s/projects/proj_api/'
-SUBST_MESSAGE.proj=    Fixing geography/proj interface
-
-INSTALLATION_DIRS+=    bin
-
-do-configure:
-       cd ${WRKSRC} && ${QMAKE} ${CONFIGURE_ARGS}
-
-do-install:
-       cp ${WRKSRC}/bin/qlm ${DESTDIR}${PREFIX}/bin
-
-DEPENDS+=              qt4-sqlite3>=4.4:../../x11/qt4-sqlite3
-
-.include "../../devel/cmake/buildlink3.mk"
-.include "../../geography/gdal-lib/buildlink3.mk"
-.include "../../geography/proj/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/PLIST
--- a/geography/qlandkartem/PLIST       Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2010/03/02 21:48:54 jkunz Exp $
-bin/qlm
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/distinfo
--- a/geography/qlandkartem/distinfo    Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:45:15 nia Exp $
-
-BLAKE2s (QLandkarteM.0.2.0.tar.gz) = 2c9b1cb3df5f8a1b3e91fa61a749d02a25b078d7ae87b046ab8ec59aa48ff4a6
-SHA512 (QLandkarteM.0.2.0.tar.gz) = de7b3df1420bff0abb6709648241b6c2ceadc4eb7247e6d80b6dac0d83f1a615a18fb9396f92f0fc1e64645989a777136f3f29f50cd24e8007a92174a4ffe1b3
-Size (QLandkarteM.0.2.0.tar.gz) = 422493 bytes
-SHA1 (patch-aa) = e3b996bcd37034e4486af58fc32c2f06492ec809
-SHA1 (patch-ab) = 85ee59c2e40adc3927a928ff8becb983ee329148
-SHA1 (patch-src_CDlgMenu.cpp) = 2b9cf35ca1f5f7a297e7533dfe1266818dce7109
-SHA1 (patch-src_GeoMath_cpp) = c4005cf917b6cd4bfff658137d3134bcfdfb5c8e
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/patches/patch-aa
--- a/geography/qlandkartem/patches/patch-aa    Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2010/03/02 21:48:55 jkunz Exp $
-
---- 3rdparty/qserialiodevice.cpp.orig  2009-03-15 14:46:11.000000000 +0100
-+++ 3rdparty/qserialiodevice.cpp
-@@ -464,7 +464,7 @@ void QPseudoTtyProcess::setupChildProces
- 
-     //we have to change pppd's process group because pppd terminates its process group
-     //when receiving SIGTERM while it is running the chat script
--    int ret = ::setpgrp();
-+    int ret = ::setpgid( 0, 0);
-     if (  ret < 0 )
-         perror("change process grp");
- #endif
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/patches/patch-ab
--- a/geography/qlandkartem/patches/patch-ab    Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/03/02 21:48:55 jkunz Exp $
-
---- common.orig        2010-02-13 18:37:58.000000000 +0100
-+++ common
-@@ -8,4 +8,4 @@ DEFINES += VER_STEP=0
- # QMAKE_QWS:                                set for mobile Linux or WinCE, do not set for QT X11/Win32 system
- # QMAKE_NO_BACKLIGHT_VIA_TS:                you want to skip this on touchscreen only systems
- #                                           you want to set this if your system has Qt::Key_Bar to toggle backlight
--CONFIG += QMAKE_DISPLAY_LARGE QMAKE_QWS QMAKE_NO_BACKLIGHT_VIA_TS warn_on release
-+CONFIG += QMAKE_DISPLAY_LARGE QMAKE_NO_BACKLIGHT_VIA_TS warn_on release
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/patches/patch-src_CDlgMenu.cpp
--- a/geography/qlandkartem/patches/patch-src_CDlgMenu.cpp      Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_CDlgMenu.cpp,v 1.1 2017/09/09 23:57:36 dholland Exp $
-
-Another day, another C++ syntax change.
-
---- src/CDlgMenu.cpp~  2009-10-13 17:50:05.000000000 +0000
-+++ src/CDlgMenu.cpp
-@@ -41,7 +41,7 @@
- #define _MKSTR(x)      _MKSTR_1(x)
- #endif
- 
--#define VER_STR       _MKSTR(VER_MAJOR)"."_MKSTR(VER_MINOR)"."_MKSTR(VER_STEP)
-+#define VER_STR       _MKSTR(VER_MAJOR) "." _MKSTR(VER_MINOR) "." _MKSTR(VER_STEP)
- 
- CDlgMenu * CDlgMenu::m_self = 0;
- 
diff -r 8a9e83fe0e82 -r 4a387f0005d9 geography/qlandkartem/patches/patch-src_GeoMath_cpp
--- a/geography/qlandkartem/patches/patch-src_GeoMath_cpp       Sun May 29 15:54:22 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_GeoMath_cpp,v 1.2 2012/08/27 07:13:45 dholland Exp $
-
-Adjust for interface change after update of geography/proj.
-
---- src/GeoMath.cpp~   2012-08-27 06:38:38.000000000 +0000
-+++ src/GeoMath.cpp
-@@ -24,6 +24,9 @@
- 
- #include <QtGui>
- 
-+#define PI M_PI
-+#define TWOPI (2 * PI)
-+
- static bool GPS_Math_Deg_To_DegMin(qreal v, qint32 *d, qreal *m)
- {
-     bool sign = v < 0;



Home | Main Index | Thread Index | Old Index