network/gmapcatcher: Updated for version 0.7.5.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
e9a3ad2b95
commit
d4fb82504d
|
@ -1,9 +1,8 @@
|
|||
GMapCatcher is an offline maps viewer. It downloads tiles automatically
|
||||
from many providers such as: CloudMade, OpenStreetMap, Yahoo Maps,
|
||||
Google Map. It displays them using a custom GUI. User can view the
|
||||
maps while offline. GMapCatcher doesn't depend on google-map's java
|
||||
scripts so it should work even if google changes them. It also provides
|
||||
a downloading tool.
|
||||
maps while offline. GMapCatcher doesn't depend on the map's JavaScript so it
|
||||
should work even if they change them. It also provides a downloading tool.
|
||||
|
||||
GMapCatcher is written in Python 2.6, can run on Linux, Windows and
|
||||
Mac OSX.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Pablo Santamaria (pablosantamaria)
|
||||
|
||||
PRGNAM=gmapcatcher
|
||||
VERSION=${VERSION:-0.7.2.0}
|
||||
VERSION=${VERSION:-0.7.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,7 +57,6 @@ find . \
|
|||
rm -rf WindowsMobile
|
||||
mv maps.py mapcatcher
|
||||
mv download.py mapdownloader
|
||||
mv Changelog changelog
|
||||
gzip -9 man/mapcatcher.1
|
||||
gzip -9 man/mapdownloader.1
|
||||
cp images/map.png images/mapcatcher.png
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gmapcatcher"
|
||||
VERSION="0.7.2.0"
|
||||
VERSION="0.7.5.0"
|
||||
HOMEPAGE="http://code.google.com/p/gmapcatcher/"
|
||||
DOWNLOAD="http://gmapcatcher.googlecode.com/files/GMapCatcher-0.7.2.0.tar.gz"
|
||||
MD5SUM="406aa0a2bd0f515f9131fdd9269eca1a"
|
||||
DOWNLOAD="http://gmapcatcher.googlecode.com/files/GMapCatcher-0.7.5.0.tar.gz"
|
||||
MD5SUM="f011f0016f8be4898a4efbf32173994f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Pablo Santamaria"
|
||||
EMAIL="pablosantamaria@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -11,9 +11,9 @@ gmapcatcher:
|
|||
gmapcatcher: GMapCatcher is an offline maps viewer. It downloads tiles
|
||||
gmapcatcher: automatically from many providers such as: CloudMade, OpenStreetMap,
|
||||
gmapcatcher: Yahoo Maps, Google Map. It displays them using a custom GUI. User can
|
||||
gmapcatcher: view the maps while offline. GMapCatcher doesn't depend on
|
||||
gmapcatcher: google-map's java scripts so it should work even if google changes
|
||||
gmapcatcher: them. It also provides a downloading tool.
|
||||
gmapcatcher: view the maps while offline. GMapCatcher doesn't depend on the map's
|
||||
gmapcatcher: Javascript so it should work even if they change them.
|
||||
gmapcatcher: It also provides a downloading tool.
|
||||
gmapcatcher:
|
||||
gmapcatcher:
|
||||
gmapcatcher:
|
||||
|
|
Loading…
Reference in New Issue