Date: Tue, 29 Apr 2008 22:52:10 +0200 From: "David" <david@trucs.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123238: New port: astro/viking - Program to manage GPS data Message-ID: <20080429205210.9CAA61AB2DA@smtp1-g19.free.fr> Resent-Message-ID: <200804292100.m3TL033E042258@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123238 >Category: ports >Synopsis: New port: astro/viking - Program to manage GPS data >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 29 21:00:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Le Brun >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD cannelle.lan 7.0-STABLE FreeBSD 7.0-STABLE #3: Sun Mar 2 15:18:43 CET 2008 root@cannelle.lan:/usr/src/sys/i386/compile/CANNELLE i386 >Description: 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. >How-To-Repeat: >Fix: --- viking.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # viking # viking/pkg-plist # viking/pkg-descr # viking/distinfo # viking/Makefile # echo c - viking mkdir -p viking > /dev/null 2>&1 echo x - viking/pkg-plist sed 's/^X//' >viking/pkg-plist << 'END-of-viking/pkg-plist' Xbin/viking Xbin/viking-remote X%%NLS%%share/locale/cs/LC_MESSAGES/viking.mo X%%NLS%%share/locale/da/LC_MESSAGES/viking.mo X%%NLS%%share/locale/de/LC_MESSAGES/viking.mo X%%NLS%%share/locale/es/LC_MESSAGES/viking.mo X%%NLS%%share/locale/fr/LC_MESSAGES/viking.mo X%%NLS%%share/locale/pt_BR/LC_MESSAGES/viking.mo X%%NLS%%share/locale/sv/LC_MESSAGES/viking.mo END-of-viking/pkg-plist echo x - viking/pkg-descr sed 's/^X//' >viking/pkg-descr << 'END-of-viking/pkg-descr' Xviking is a free/open source program to manage GPS data. X XYou can import and plot tracks and waypoints, show Google maps and/or XTerraserver maps under it, download geocaches for an area on the map, make new Xtracks and waypoints, see real-time GPS position, etc. X XIt is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX Xoperating systems, and Windows, and is licensed under the GNU GPL. X XWWW: http://viking.sourceforge.net END-of-viking/pkg-descr echo x - viking/distinfo sed 's/^X//' >viking/distinfo << 'END-of-viking/distinfo' XMD5 (viking-0.9.4.tar.gz) = 2bbd80435535a4be897ac56c8bf5f8ae XSHA256 (viking-0.9.4.tar.gz) = 14b65e33eb0b02ce05962f516a4b5c96ff078e646ba4f482e30975dc3b33e3e3 XSIZE (viking-0.9.4.tar.gz) = 585989 END-of-viking/distinfo echo x - viking/Makefile sed 's/^X//' >viking/Makefile << 'END-of-viking/Makefile' X# New ports collection makefile for: viking X# Date created: 29 April 2008 X# Whom: David Le Brun <david@trucs.org> X# X# $FreeBSD$ X# X XPORTNAME= viking XPORTVERSION= 0.9.4 XCATEGORIES= astro XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= david@trucs.org XCOMMENT= Program to manage GPS data (tracks, waypoints, etc) X XLIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ X expat.6:${PORTSDIR}/textproc/expat2 XRUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel X XUSE_PERL5_RUN= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 libglade2 XGNU_CONFIGURE= yes X XOPTIONS= NLS "Native language support" on \ X GPSD "Enable realtime GPS tracking" off X XCONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" XCONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" X X.include <bsd.port.pre.mk> X X.if defined(WITH_GPSD) XLIB_DEPENDS+= gps.17:${PORTSDIR}/astro/gpsd X.else XCONFIGURE_ARGS+= --disable-realtime-gps-tracking X.endif X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.endif X X.include <bsd.port.post.mk> END-of-viking/Makefile exit --- viking.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080429205210.9CAA61AB2DA>