aboutsummaryrefslogtreecommitdiff
path: root/astro/gmapcatcher
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-11-12 16:33:15 +0000
committerRene Ladan <rene@FreeBSD.org>2017-11-12 16:33:15 +0000
commit400ce66436f2a321798618aef0013554f05d695a (patch)
treee73d070afb8311c00006cbfa319a87377efe3ee1 /astro/gmapcatcher
parent5fdfb14626de07ab6871af404e9fa849613e3972 (diff)
downloadports-400ce66436f2a321798618aef0013554f05d695a.tar.gz
ports-400ce66436f2a321798618aef0013554f05d695a.zip
Remove expired port:
2017-04-30 astro/gmapcatcher: Unfetchable for more than six months (google code has gone away)
Notes
Notes: svn path=/head/; revision=454054
Diffstat (limited to 'astro/gmapcatcher')
-rw-r--r--astro/gmapcatcher/Makefile38
-rw-r--r--astro/gmapcatcher/distinfo2
-rw-r--r--astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py26
-rw-r--r--astro/gmapcatcher/files/patch-setup.py20
-rw-r--r--astro/gmapcatcher/pkg-descr5
-rw-r--r--astro/gmapcatcher/pkg-plist4
6 files changed, 0 insertions, 95 deletions
diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile
deleted file mode 100644
index 7c7f4db2cd29..000000000000
--- a/astro/gmapcatcher/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= gmapcatcher
-PORTVERSION= 0.8.0.4
-PORTREVISION= 1
-CATEGORIES= astro geography
-MASTER_SITES= http://gmapcatcher.googlecode.com/files/
-DISTNAME= mapcatcher_${PORTVERSION}
-
-MAINTAINER= kevlo@FreeBSD.org
-COMMENT= Offline map viewer
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g}
-USES= python
-USE_GNOME= pygtk2
-USE_PYTHON= autoplist distutils
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's,/usr/share/pixmaps,${PREFIX}/share/pixmaps,g' \
- ${WRKSRC}/gmapcatcher/widgets/mapPixbuf.py
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/mapcatcher ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/mapdownloader ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/changelog ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/astro/gmapcatcher/distinfo b/astro/gmapcatcher/distinfo
deleted file mode 100644
index 5abf810045d1..000000000000
--- a/astro/gmapcatcher/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mapcatcher_0.8.0.4.tar.gz) = 9cc969e9c4fb7fe42e7afb33b5bf60a868c626e2ec957d3003daeecdaa1dae76
-SIZE (mapcatcher_0.8.0.4.tar.gz) = 441925
diff --git a/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py b/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
deleted file mode 100644
index f922dd520bf2..000000000000
--- a/astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py
+++ /dev/null
@@ -1,26 +0,0 @@
---- gmapcatcher/mapArgs.py.orig 2013-07-19 08:20:47 UTC
-+++ gmapcatcher/mapArgs.py
-@@ -46,10 +46,10 @@ class MapArgs():
- print ' very useful to download maps of entire world'
- print ' '
- print 'SAMPLE USAGE'
-- print ' download --location="Paris, France"'
-- print ' download --min-zoom=13 --full-range'
-- print ' download --latitude=37.979180 --longitude=23.716647'
-- print ' download --gpx=myfile.gpx --width=2'
-+ print ' mapdownloader --location="Paris, France"'
-+ print ' mapdownloader --min-zoom=13 --full-range'
-+ print ' mapdownloader --latitude=37.979180 --longitude=23.716647'
-+ print ' mapdownloader --gpx=myfile.gpx --width=2'
-
- def __init__(self, arrArgs=()):
- if len(arrArgs) > 1:
-@@ -99,7 +99,7 @@ class MapArgs():
- self.lng_range = 179
-
- def __str__(self):
-- return ("download.py --max-zoom=%s --min-zoom=%s" +
-+ return ("mapdownloader --max-zoom=%s --min-zoom=%s" +
- " --latitude=%s --longitude=%s" +
- " --width=%s --height=%s") % \
- (self.max_zl, self.min_zl,
diff --git a/astro/gmapcatcher/files/patch-setup.py b/astro/gmapcatcher/files/patch-setup.py
deleted file mode 100644
index 7f6d4a342b8c..000000000000
--- a/astro/gmapcatcher/files/patch-setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- setup.py.orig 2013-07-19 08:20:47 UTC
-+++ setup.py
-@@ -13,15 +13,13 @@ if os.name == "posix":
- description = 'Offline Map Viewer',
- version = VERSION,
- url = WEB_ADDRESS,
-- data_files = [('share/doc/mapcatcher', ['README', 'changelog']),
-- ('share/applications', ['gmapcatcher.desktop']),
-- ('share/man/man1',
-+ data_files = [('share/applications', ['gmapcatcher.desktop']),
-+ ('man/man1',
- ['man/mapcatcher.1.gz', 'man/mapdownloader.1.gz']),
- ('share/pixmaps', ['images/mapcatcher.png']),
- ('share/pixmaps/gmapcatcher',
- map(lambda(thestr): "images/" + thestr, os.listdir('images')))
- ],
-- scripts = ['mapcatcher', 'mapdownloader'],
- packages = ['gmapcatcher', 'gmapcatcher.mapServers',
- 'gmapcatcher.tilesRepo', 'gmapcatcher.widgets',
- 'gmapcatcher.gpxpy', 'gmapcatcher.gps']
diff --git a/astro/gmapcatcher/pkg-descr b/astro/gmapcatcher/pkg-descr
deleted file mode 100644
index f52bbc9764b8..000000000000
--- a/astro/gmapcatcher/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GMapCatcher is an offline maps viewer. It downloads CloudMade,
-OpenStreetMap or Yahoo Maps tiles automatically, display them
-using a specific GUI. User can view the maps while offline.
-
-WWW: http://code.google.com/p/gmapcatcher/
diff --git a/astro/gmapcatcher/pkg-plist b/astro/gmapcatcher/pkg-plist
deleted file mode 100644
index 5767899c5872..000000000000
--- a/astro/gmapcatcher/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/mapcatcher
-bin/mapdownloader
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/changelog