# 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 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 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 END-of-viking/Makefile exit