remove. it was superseded by foxtrotgps.
This commit is contained in:
parent
ff06f56920
commit
476d44b61c
@ -1,49 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2012/10/12 10:36:25 kirby Exp $
|
||||
|
||||
COMMENT = lightweight mapping application for use with or without GPS
|
||||
|
||||
DISTNAME = tangogps-0.99.4
|
||||
REVISION = 9
|
||||
|
||||
CATEGORIES = geo
|
||||
|
||||
MASTER_SITES = http://www.linklevel.net/distfiles/
|
||||
|
||||
MAINTAINER = Kirill Bychkov <yason@linklevel.net>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
||||
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto curl dbus-1 dbus-glib-1
|
||||
WANTLIB += exif expat ffi fontconfig freetype gconf-2 gdk-x11-2.0
|
||||
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz icudata icule icuuc
|
||||
WANTLIB += idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs soup-2.4 sqlite3 ssl xcb
|
||||
WANTLIB += xcb-render xcb-shm xml2 z
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
||||
LIB_DEPENDS = devel/gconf2 \
|
||||
devel/libsoup \
|
||||
graphics/libexif \
|
||||
net/curl \
|
||||
x11/gtk+2
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
|
||||
|
||||
FAKE_FLAGS+= localedir="${PREFIX}/share/locale"
|
||||
|
||||
|
||||
CONFIGURE_STYLE = autoconf
|
||||
AUTOCONF_VERSION = 2.64
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (tangogps-0.99.4.tar.gz) = Zg/fie88N58vwMKp0MnTv6U0WDV4a3K/n1E7qewsgSo=
|
||||
SIZE (tangogps-0.99.4.tar.gz) = 518475
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/04/18 13:30:17 landry Exp $
|
||||
--- Makefile.in.orig Sun Feb 14 17:48:05 2010
|
||||
+++ Makefile.in Fri Apr 16 16:25:06 2010
|
||||
@@ -270,15 +270,9 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = po src pixmaps data
|
||||
-tangogpsdocdir = ${prefix}/doc/tangogps
|
||||
+tangogpsdocdir = ${prefix}/share/doc/tangogps
|
||||
tangogpsdoc_DATA = \
|
||||
- README\
|
||||
- COPYING\
|
||||
- AUTHORS\
|
||||
- ChangeLog\
|
||||
- INSTALL\
|
||||
- NEWS\
|
||||
- TODO
|
||||
+ COPYING
|
||||
|
||||
EXTRA_DIST = $(tangogpsdoc_DATA)
|
||||
all: config.h
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2010/09/01 07:12:17 jasper Exp $
|
||||
|
||||
Disable Bluez-stack bluetooth.
|
||||
|
||||
--- configure.in.orig Mon Aug 9 23:42:27 2010
|
||||
+++ configure.in Mon Aug 9 23:42:32 2010
|
||||
@@ -23,7 +23,7 @@ AM_GLIB_GNU_GETTEXT
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
-PKG_CHECK_MODULES(PACKAGE, [gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0 libsoup-2.4 bluez])
|
||||
+PKG_CHECK_MODULES(PACKAGE, [gtk+-2.0 gdk-2.0 gconf-2.0 libxml-2.0 libsoup-2.4])
|
||||
AC_SUBST(PACKAGE_CFLAGS)
|
||||
AC_SUBST(PACKAGE_LIBS)
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.2 2010/09/13 13:26:49 jasper Exp $
|
||||
--- po/Makefile.in.in.orig Sat Feb 13 17:48:20 2010
|
||||
+++ po/Makefile.in.in Fri Apr 16 16:19:08 2010
|
||||
@@ -168,17 +168,6 @@ install-data-yes: all
|
||||
fi; \
|
||||
fi; \
|
||||
done
|
||||
- if test "$(PACKAGE)" = "glib"; then \
|
||||
- if test -r "$(MKINSTALLDIRS)"; then \
|
||||
- $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
||||
- else \
|
||||
- $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
||||
- fi; \
|
||||
- $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
||||
- $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
||||
- else \
|
||||
- : ; \
|
||||
- fi
|
||||
|
||||
# Define this as empty until I found a useful application.
|
||||
installcheck:
|
@ -1,27 +0,0 @@
|
||||
$OpenBSD: patch-src_callbacks_c,v 1.1 2010/09/01 07:12:17 jasper Exp $
|
||||
|
||||
Disable Bluez-stack bluetooth.
|
||||
|
||||
--- src/callbacks.c.orig Mon Aug 30 15:30:44 2010
|
||||
+++ src/callbacks.c Mon Aug 30 15:34:03 2010
|
||||
@@ -28,7 +28,9 @@
|
||||
#include "poi.h"
|
||||
#include "wp.h"
|
||||
#include "tracks.h"
|
||||
-#include "hrm_functions.h"
|
||||
+#if !defined(__OpenBSD__)
|
||||
+# include "hrm_functions.h"
|
||||
+#endif
|
||||
#include "dataupload.h"
|
||||
|
||||
#define WTFCOUNTER 5
|
||||
@@ -405,7 +407,9 @@ on_drawingarea1_expose_event (GtkWidget
|
||||
event->area.width, event->area.height);
|
||||
|
||||
osd_speed(TRUE);
|
||||
+#if !defined(__OpenBSD__)
|
||||
osd_hrm(TRUE);
|
||||
+#endif
|
||||
map_scale_indicator();
|
||||
|
||||
return FALSE;
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_friends_c,v 1.1 2011/07/05 08:18:30 jasper Exp $
|
||||
--- src/friends.c.orig Tue Jul 5 09:19:54 2011
|
||||
+++ src/friends.c Tue Jul 5 09:19:59 2011
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-src_gps_functions_c,v 1.1 2010/09/01 07:12:17 jasper Exp $
|
||||
|
||||
Disable Bluez-stack bluetooth.
|
||||
|
||||
--- src/gps_functions.c.orig Mon Aug 30 15:30:39 2010
|
||||
+++ src/gps_functions.c Mon Aug 30 15:33:46 2010
|
||||
@@ -28,7 +28,9 @@
|
||||
#include "wp.h"
|
||||
#include "tracks.h"
|
||||
#include "livetracks.h"
|
||||
-#include "hrm_functions.h"
|
||||
+#if !defined(__OpenBSD__)
|
||||
+# include "hrm_functions.h"
|
||||
+#endif
|
||||
|
||||
#define BUFSIZE 512
|
||||
char * distance2scale(float distance, float *factor);
|
||||
@@ -363,6 +365,7 @@ cb_gps_timer()
|
||||
set_label_nogps();
|
||||
}
|
||||
|
||||
+#if !defined(__OpenBSD__)
|
||||
if(hrm_on && (!hrmdata || global_reconnect_hrm))
|
||||
get_hrm_data();
|
||||
else if(hrm_on && hrmdata) {
|
||||
@@ -370,7 +373,7 @@ cb_gps_timer()
|
||||
if(global_infopane_visible)
|
||||
set_hrm_labels();
|
||||
}
|
||||
-
|
||||
+#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-src_hrm_functions_c,v 1.1 2010/09/01 07:12:17 jasper Exp $
|
||||
|
||||
Disable Bluez-stack bluetooth.
|
||||
|
||||
--- src/hrm_functions.c.orig Mon Aug 30 15:29:23 2010
|
||||
+++ src/hrm_functions.c Mon Aug 30 15:30:13 2010
|
||||
@@ -1,5 +1,5 @@
|
||||
+#if !defined(__OpenBSD__)
|
||||
|
||||
-
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
@@ -293,3 +293,4 @@ get_hrm_data_thread(void *ptr)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
+#endif /* ! __OpenBSD__ */
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-src_main_c,v 1.1 2012/10/12 09:09:46 kirby Exp $
|
||||
|
||||
Properly call gdk_threads_enter() and gdk_threads_leave() to prevent
|
||||
abort() on startup due to gtk trying to unlock a uninitialized
|
||||
mutex
|
||||
|
||||
--- src/main.c.orig Thu Oct 11 19:40:20 2012
|
||||
+++ src/main.c Thu Oct 11 19:40:41 2012
|
||||
@@ -124,7 +124,9 @@ main (int argc, char *argv[])
|
||||
|
||||
init();
|
||||
|
||||
+ gdk_threads_enter();
|
||||
gtk_main ();
|
||||
+ gdk_threads_leave();
|
||||
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_map_management_c,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
|
||||
|
||||
error: #error "Only <glib.h> can be included directly."
|
||||
|
||||
--- src/map_management.c.orig Thu Mar 22 09:15:14 2012
|
||||
+++ src/map_management.c Thu Mar 22 09:15:21 2012
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
-#include <glib/gstring.h>
|
||||
-#include <glib/gprintf.h>
|
||||
#include <gconf/gconf.h>
|
||||
#include <math.h>
|
||||
#include "support.h"
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_tile_management_c,v 1.1 2011/07/05 08:18:30 jasper Exp $
|
||||
--- src/tile_management.c.orig Tue Jul 5 09:18:51 2011
|
||||
+++ src/tile_management.c Tue Jul 5 09:18:58 2011
|
||||
@@ -5,7 +5,6 @@
|
||||
#include <glib/gprintf.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
#include <math.h>
|
||||
#include "globals.h"
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_util_h,v 1.1 2011/07/05 08:18:30 jasper Exp $
|
||||
--- src/util.h.orig Tue Jul 5 09:19:32 2011
|
||||
+++ src/util.h Tue Jul 5 09:19:35 2011
|
||||
@@ -2,7 +2,6 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
int
|
||||
sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**));
|
@ -1,8 +0,0 @@
|
||||
tangoGPS is an easy-to-use, fast and lightweight mapping application for
|
||||
use with or without GPS. It runs on any *nix platform from the desktop
|
||||
over eeePC down to phones like the Openmoko Neo. By default tangoGPS
|
||||
uses map data from the Openstreetmap project. Additionally a variety of
|
||||
other repositories can be easily added. The maps are automatically
|
||||
downloaded and cached for offline use while you drag or zoom the map.
|
||||
Furthermore you can conveniently pre-cache areas with tangoGPS.
|
||||
To get real-time positioning from a GPS receiver you need to run gpsd.
|
@ -1,27 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/09/01 07:12:17 jasper Exp $
|
||||
@bin bin/tangogps
|
||||
share/applications/tangogps.desktop
|
||||
share/doc/tangogps/
|
||||
share/doc/tangogps/COPYING
|
||||
share/locale/bg/LC_MESSAGES/tangogps.mo
|
||||
share/locale/cs/LC_MESSAGES/tangogps.mo
|
||||
share/locale/de/LC_MESSAGES/tangogps.mo
|
||||
share/locale/es/LC_MESSAGES/tangogps.mo
|
||||
share/locale/fi/LC_MESSAGES/tangogps.mo
|
||||
share/locale/fr/LC_MESSAGES/tangogps.mo
|
||||
share/locale/hr/LC_MESSAGES/tangogps.mo
|
||||
share/locale/hu/LC_MESSAGES/tangogps.mo
|
||||
share/locale/it/LC_MESSAGES/tangogps.mo
|
||||
share/locale/nl/LC_MESSAGES/tangogps.mo
|
||||
share/locale/pl/LC_MESSAGES/tangogps.mo
|
||||
share/locale/ru/LC_MESSAGES/tangogps.mo
|
||||
share/locale/sk/LC_MESSAGES/tangogps.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/tangogps-friend.png
|
||||
share/pixmaps/tangogps-myposition.png
|
||||
share/pixmaps/tangogps-photo.png
|
||||
share/pixmaps/tangogps-poi.png
|
||||
share/pixmaps/tangogps-wp.png
|
||||
share/pixmaps/tangogps.png
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
Loading…
x
Reference in New Issue
Block a user