diff options
author | rene <rene@FreeBSD.org> | 2017-11-13 00:33:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-11-13 00:33:15 +0800 |
commit | 76eae425a32b02a6d728ca0372ef1c4cb1a1e727 (patch) | |
tree | e73d070afb8311c00006cbfa319a87377efe3ee1 | |
parent | a0ee8b821f4d8973c4abf13be53ff4d516c0d6a7 (diff) | |
download | freebsd-ports-gnome-76eae425a32b02a6d728ca0372ef1c4cb1a1e727.tar.gz freebsd-ports-gnome-76eae425a32b02a6d728ca0372ef1c4cb1a1e727.tar.zst freebsd-ports-gnome-76eae425a32b02a6d728ca0372ef1c4cb1a1e727.zip |
Remove expired port:
2017-04-30 astro/gmapcatcher: Unfetchable for more than six months (google code has gone away)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/gmapcatcher/Makefile | 38 | ||||
-rw-r--r-- | astro/gmapcatcher/distinfo | 2 | ||||
-rw-r--r-- | astro/gmapcatcher/files/patch-gmapcatcher_mapArgs.py | 26 | ||||
-rw-r--r-- | astro/gmapcatcher/files/patch-setup.py | 20 | ||||
-rw-r--r-- | astro/gmapcatcher/pkg-descr | 5 | ||||
-rw-r--r-- | astro/gmapcatcher/pkg-plist | 4 |
8 files changed, 1 insertions, 96 deletions
@@ -9627,3 +9627,4 @@ devel/oniguruma6|devel/oniguruma|2017-11-12|Rename devel/oniguruma6 to oniguruma multimedia/plexhometheater||2017-11-12|Has expired: Broken for more than 6 months databases/cassandra2||2017-11-12|Has expired: Broken for more than 6 months graphics/geos35|graphics/geos|2017-11-12|Has expired: legacy version, no longer needed +astro/gmapcatcher||2017-11-12|Has expired: Unfetchable for more than six months (google code has gone away) diff --git a/astro/Makefile b/astro/Makefile index a3d314858f14..4b8bdfed4d9f 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -17,7 +17,6 @@ SUBDIR += garmindev SUBDIR += geographiclib SUBDIR += gkrellmoon2 - SUBDIR += gmapcatcher SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpsbabel14 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 |