diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-24 08:01:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-24 08:01:51 +0800 |
commit | 9eaa065e66ca4bca5892df5cfe0acad3db74dd2a (patch) | |
tree | 4f029954b5752882ed09f59be72e265998dd918f /astro | |
parent | 2ae22fe778255c37d70f88c87243f8ef5e7ec2db (diff) | |
download | freebsd-ports-gnome-9eaa065e66ca4bca5892df5cfe0acad3db74dd2a.tar.gz freebsd-ports-gnome-9eaa065e66ca4bca5892df5cfe0acad3db74dd2a.tar.zst freebsd-ports-gnome-9eaa065e66ca4bca5892df5cfe0acad3db74dd2a.zip |
- Remove astro/gaia: broken and upstream development ceased; graphics/glosm is its successor
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/gaia/Makefile | 53 | ||||
-rw-r--r-- | astro/gaia/distinfo | 2 | ||||
-rw-r--r-- | astro/gaia/files/patch-SConstruct | 20 | ||||
-rw-r--r-- | astro/gaia/files/patch-Texture.cc | 20 | ||||
-rw-r--r-- | astro/gaia/files/patch-lib-wwfetch-wwfetch_http.c | 11 | ||||
-rw-r--r-- | astro/gaia/pkg-descr | 7 |
7 files changed, 0 insertions, 114 deletions
diff --git a/astro/Makefile b/astro/Makefile index 65c1636189f4..3d71a5759f68 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -19,7 +19,6 @@ SUBDIR += ephem SUBDIR += fowsr SUBDIR += foxtrotgps - SUBDIR += gaia SUBDIR += gkrellmoon SUBDIR += gkrellmoon2 SUBDIR += gkrellsun diff --git a/astro/gaia/Makefile b/astro/gaia/Makefile deleted file mode 100644 index 2d9c4d0de2cd..000000000000 --- a/astro/gaia/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gaia -# Date created: 23 November 2006 -# Whom: Stefan Esser <se@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gaia -PORTVERSION= 0.1.2 -PORTREVISION= 9 -CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}-clean/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Display geographic maps with optional GPS tracking support - -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png - -USE_BZIP2= yes -USE_SCONS= yes -SCONS_BUILDENV= ${SCONS_ENV} -SCONS_ARGS+= prefix=${PREFIX} use_env=1 -USE_SDL= sdl - -OPTIONS= GPS "Build with GPS support" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_GPS) -LIB_DEPENDS+= gps.18:${PORTSDIR}/astro/gpsd -SCONS_ARGS+= gpsd=1 -.endif - -PLIST_FILES= bin/gaia share/gaia/font.png -PLIST_DIRS= share/gaia - -PORTDOCS= README - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/SConstruct - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/astro/gaia/distinfo b/astro/gaia/distinfo deleted file mode 100644 index e3e7f7386f57..000000000000 --- a/astro/gaia/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gaia-0.1.2.tar.bz2) = 9174671fa3e88f6f10d6e5acfe1d18e8e4d6177fa0e288632b4b70f978864c95 -SIZE (gaia-0.1.2.tar.bz2) = 60241 diff --git a/astro/gaia/files/patch-SConstruct b/astro/gaia/files/patch-SConstruct deleted file mode 100644 index 47c96648a0be..000000000000 --- a/astro/gaia/files/patch-SConstruct +++ /dev/null @@ -1,20 +0,0 @@ ---- SConstruct.orig 2006-12-05 15:31:42.000000000 +0300 -+++ SConstruct 2009-05-29 20:45:20.000000000 +0400 -@@ -8,7 +8,7 @@ - ####################################### - # OPTIONS - ####################################### --opts = Options(ARGUMENTS) -+opts = Options(args = ARGUMENTS) - # conditionally build parts of gaia - #opts.Add(BoolOption('gaia', 'Compile gaia OpenGL client', 1)); - -@@ -25,7 +25,7 @@ - ####################################### - # ENVIRONMENT & SYSTEM_SPECIFIC CONFIGURATION - ####################################### --env = Environment( options = opts ) -+env = Environment( options = opts, ENV = os.environ ) - - if env['prefix'] == "": - env['prefix'] = '.' diff --git a/astro/gaia/files/patch-Texture.cc b/astro/gaia/files/patch-Texture.cc deleted file mode 100644 index 4a8647eda8e8..000000000000 --- a/astro/gaia/files/patch-Texture.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- programs/gaia/Texture.cc.orig 2006-11-29 04:21:14.000000000 +0100 -+++ programs/gaia/Texture.cc 2010-03-29 14:33:38.000000000 +0200 -@@ -277,7 +277,7 @@ - - fread(sig, 8, 1, infile); - -- if (!png_check_sig(sig, 8)) -+ if (png_sig_cmp(sig, 0, 8)) - throw Exception("bad PNG signature"); - - /* create structures */ -@@ -308,7 +308,7 @@ - switch (color_type) { - case PNG_COLOR_TYPE_GRAY: - if (bit_depth < 8) -- png_set_gray_1_2_4_to_8(png_ptr); -+ png_set_expand_gray_1_2_4_to_8(png_ptr); - m_glInternalFormat = GL_LUMINANCE8; - m_glFormat = GL_LUMINANCE; - break; diff --git a/astro/gaia/files/patch-lib-wwfetch-wwfetch_http.c b/astro/gaia/files/patch-lib-wwfetch-wwfetch_http.c deleted file mode 100644 index 13d5bacfb5f3..000000000000 --- a/astro/gaia/files/patch-lib-wwfetch-wwfetch_http.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/wwfetch/wwfetch_http.c.old 2009-01-24 15:12:41.000000000 +0200 -+++ lib/wwfetch/wwfetch_http.c 2009-01-24 15:15:30.000000000 +0200 -@@ -96,7 +96,7 @@ - if ((handle->lastcurlerror = curl_easy_setopt(handle->curl, CURLOPT_HTTPHEADER, handle->curlheaders)) != CURLE_OK) - return WWFETCH_CURL_ERROR; - -- if ((handle->lastcurlerror = curl_easy_setopt(handle->curl, CURLOPT_USERAGENT, "gaia/%s", GAIA_VERSION)) != CURLE_OK) -+ if ((handle->lastcurlerror = curl_easy_setopt(handle->curl, CURLOPT_USERAGENT, "gaia/" GAIA_VERSION)) != CURLE_OK) - return WWFETCH_CURL_ERROR; - - if ((handle->lastcurlerror = curl_easy_setopt(handle->curl, CURLOPT_URL, url)) != CURLE_OK) diff --git a/astro/gaia/pkg-descr b/astro/gaia/pkg-descr deleted file mode 100644 index 2853ac638d98..000000000000 --- a/astro/gaia/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Gaia is an open, portable, customizable and extendable Earth viewer, -currently in an early stage of development. - -Optionally, the current position as reported by any GPS device -supported by "gpsd" can be tracked and displayed. - -WWW: http://www.sourceforge.net/projects/gaia-clean |