diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-04 22:19:16 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-04 22:19:16 +0000 |
commit | e0045c2ea74ef16f74e63dc4af9486d1e6e670b4 (patch) | |
tree | 4c8e91dd8dc880d589a080795b6af50d01be2923 /astro/tangogps | |
parent | aac65c4ce63243b8d969d91804e51e838b39484b (diff) | |
download | ports-e0045c2ea74ef16f74e63dc4af9486d1e6e670b4.tar.gz ports-e0045c2ea74ef16f74e63dc4af9486d1e6e670b4.zip |
Notes
Diffstat (limited to 'astro/tangogps')
-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 |
5 files changed, 66 insertions, 0 deletions
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 |