diff options
author | stas <stas@FreeBSD.org> | 2009-03-05 06:19:16 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-03-05 06:19:16 +0800 |
commit | f0a0c739a369d2db0b4980cf958af11e5d5a162b (patch) | |
tree | 70721dd0c81ca2ddda3c65999dcffa85961e3d16 | |
parent | 48ccbbbd6844ff88fd0cdf294111dbda11ee5da7 (diff) | |
download | freebsd-ports-gnome-f0a0c739a369d2db0b4980cf958af11e5d5a162b.tar.gz freebsd-ports-gnome-f0a0c739a369d2db0b4980cf958af11e5d5a162b.tar.zst freebsd-ports-gnome-f0a0c739a369d2db0b4980cf958af11e5d5a162b.zip |
Add tangogps 0.9.6, a comprehencive GPS mapping application.
WWW: http://www.tangogps.org/
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/tangogps/Makefile | 24 | ||||
-rw-r--r-- | astro/tangogps/distinfo | 3 | ||||
-rw-r--r-- | astro/tangogps/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | astro/tangogps/pkg-descr | 11 | ||||
-rw-r--r-- | astro/tangogps/pkg-plist | 17 |
6 files changed, 67 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 6c6024f88189..9dbeff7f88a3 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -77,6 +77,7 @@ SUBDIR += stellarium SUBDIR += sunclock SUBDIR += swe + SUBDIR += tangogps SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking diff --git a/astro/tangogps/Makefile b/astro/tangogps/Makefile new file mode 100644 index 000000000000..d95185c4ac2b --- /dev/null +++ b/astro/tangogps/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: tangogps +# Date created: 4 Marth 2009 +# Whom: stas +# +# $FreeBSD$ +# + +PORTNAME= tangogps +PORTVERSION= 0.9.6 +CATEGORIES= astro geography +MASTER_SITES= http://www.tangogps.org/downloads/ + +MAINTAINER= stas@FreeBSD.org +COMMENT= A comprehencive GPS mapping application + +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ + exif.12:${PORTSDIR}/graphics/libexif + +GNU_CONFIGURE= yes +USE_GNOME= gtk20 gconf2 +USE_SQLITE= 3 +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/astro/tangogps/distinfo b/astro/tangogps/distinfo new file mode 100644 index 000000000000..5523a94cec79 --- /dev/null +++ b/astro/tangogps/distinfo @@ -0,0 +1,3 @@ +MD5 (tangogps-0.9.6.tar.gz) = 85755b15099f6071776d6feb67bdbca8 +SHA256 (tangogps-0.9.6.tar.gz) = e56a77325cdea8c274a39fcb79bd47919cbafa15d8009176538ec9a94f5e6e13 +SIZE (tangogps-0.9.6.tar.gz) = 483451 diff --git a/astro/tangogps/files/patch-Makefile.in b/astro/tangogps/files/patch-Makefile.in new file mode 100644 index 000000000000..07bab95bb692 --- /dev/null +++ b/astro/tangogps/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-03-04 23:32:30.000000000 +0300 ++++ Makefile.in 2009-03-04 23:33:22.000000000 +0300 +@@ -221,7 +221,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + SUBDIRS = po src pixmaps data +-tangogpsdocdir = ${prefix}/doc/tangogps ++tangogpsdocdir = ${prefix}/share/doc/tangogps + tangogpsdoc_DATA = \ + README\ + COPYING\ diff --git a/astro/tangogps/pkg-descr b/astro/tangogps/pkg-descr new file mode 100644 index 000000000000..d0611095511a --- /dev/null +++ b/astro/tangogps/pkg-descr @@ -0,0 +1,11 @@ +Tangogps is an easy to use, fast and lightweight mapping application for +use with or without GPS. By default tangoGPS uses map data from the +Openstreetmap project. Additionally a variety of other repositories +can be easily added. + +The maps are automagically downloaded and cached for offline use while +you drag or zoom the map. Furthermore you can conveniently pre-cache +areas with tangoGPS. + +Author: Marcus Bauer <marcus.bauer+tangogps@gmail.com> +WWW: http://www.tangogps.org diff --git a/astro/tangogps/pkg-plist b/astro/tangogps/pkg-plist new file mode 100644 index 000000000000..c1d27d26f9a9 --- /dev/null +++ b/astro/tangogps/pkg-plist @@ -0,0 +1,17 @@ +bin/tangogps +share/applications/tangogps.desktop +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +%%DOCSDIR%%/TODO +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 +@dirrm %%DOCSDIR%% +@dirrmtry share/applications |