mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
viking is a free/open source program to manage GPS data.
You can import and plot tracks and waypoints, show Google maps and/or Terraserver maps under it, download geocaches for an area on the map, make new tracks and waypoints, see real-time GPS position, etc. It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems, and Windows, and is licensed under the GNU GPL. WWW: http://viking.sourceforge.net PR: ports/123238 Submitted by: David Le Brun <david at trucs.org>
This commit is contained in:
parent
b5ec1bd7ab
commit
f5dac434ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212472
@ -71,6 +71,7 @@
|
||||
SUBDIR += sunclock
|
||||
SUBDIR += tclgeomap
|
||||
SUBDIR += tkgeomap
|
||||
SUBDIR += viking
|
||||
SUBDIR += weatherget
|
||||
SUBDIR += weatherspect
|
||||
SUBDIR += wmglobe
|
||||
|
45
astro/viking/Makefile
Normal file
45
astro/viking/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: viking
|
||||
# Date created: 29 April 2008
|
||||
# Whom: David Le Brun <david@trucs.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= viking
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= david@trucs.org
|
||||
COMMENT= Program to manage GPS data (tracks, waypoints, etc)
|
||||
|
||||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
|
||||
expat.6:${PORTSDIR}/textproc/expat2
|
||||
RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20 libglade2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
OPTIONS= GPSD "Enable realtime GPS tracking" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GPSD)
|
||||
LIB_DEPENDS+= gps.17:${PORTSDIR}/astro/gpsd
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-realtime-gps-tracking
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
astro/viking/distinfo
Normal file
3
astro/viking/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (viking-0.9.4.tar.gz) = 2bbd80435535a4be897ac56c8bf5f8ae
|
||||
SHA256 (viking-0.9.4.tar.gz) = 14b65e33eb0b02ce05962f516a4b5c96ff078e646ba4f482e30975dc3b33e3e3
|
||||
SIZE (viking-0.9.4.tar.gz) = 585989
|
10
astro/viking/pkg-descr
Normal file
10
astro/viking/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
viking is a free/open source program to manage GPS data.
|
||||
|
||||
You can import and plot tracks and waypoints, show Google maps and/or
|
||||
Terraserver maps under it, download geocaches for an area on the map, make new
|
||||
tracks and waypoints, see real-time GPS position, etc.
|
||||
|
||||
It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX
|
||||
operating systems, and Windows, and is licensed under the GNU GPL.
|
||||
|
||||
WWW: http://viking.sourceforge.net
|
9
astro/viking/pkg-plist
Normal file
9
astro/viking/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/viking
|
||||
bin/viking-remote
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/viking.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/viking.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/viking.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/viking.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/viking.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/viking.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/viking.mo
|
Loading…
Reference in New Issue
Block a user