From 695ce13eeff2e0019533539d58686f73102f645f Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 26 Oct 2003 23:19:24 +0000 Subject: Remove x3arth, which has been marked IGNORE for a year because it no longer runs. --- astro/Makefile | 1 - astro/x3arth/Makefile | 31 ------------------------------- astro/x3arth/distinfo | 1 - astro/x3arth/files/patch-ab | 11 ----------- astro/x3arth/pkg-descr | 5 ----- astro/x3arth/pkg-plist | 1 - 6 files changed, 50 deletions(-) delete mode 100644 astro/x3arth/Makefile delete mode 100644 astro/x3arth/distinfo delete mode 100644 astro/x3arth/files/patch-ab delete mode 100644 astro/x3arth/pkg-descr delete mode 100644 astro/x3arth/pkg-plist (limited to 'astro') diff --git a/astro/Makefile b/astro/Makefile index d015b1949637..0cf125c5b5d9 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -56,7 +56,6 @@ SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun - SUBDIR += x3arth SUBDIR += xearth SUBDIR += xephem SUBDIR += xglobe diff --git a/astro/x3arth/Makefile b/astro/x3arth/Makefile deleted file mode 100644 index 7b59233c96c6..000000000000 --- a/astro/x3arth/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: x3arth -# Date created: 15 April 1999 -# Whom: Chris Piazza -# -# $FreeBSD$ -# - -PORTNAME= x3arth -PORTVERSION= 1.1 -CATEGORIES= astro tcl82 -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/desktop - -MAINTAINER= ports@FreeBSD.org -COMMENT= Updates X root window with satellit views of earth - -IGNORE= "FTP directory format changed, can no longer fetch images" - -RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \ - ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv - -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/usr/local/bin -NO_BUILD= yes -STRIP= -USE_BZIP2= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/x3arth ${PREFIX}/bin - -.include diff --git a/astro/x3arth/distinfo b/astro/x3arth/distinfo deleted file mode 100644 index 78e50aae7f7e..000000000000 --- a/astro/x3arth/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (x3arth-1.1.tar.bz2) = b0f1867f3e3048aa4a9ae1a4c1981a73 diff --git a/astro/x3arth/files/patch-ab b/astro/x3arth/files/patch-ab deleted file mode 100644 index 6525c01dc8e9..000000000000 --- a/astro/x3arth/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- x3arth.orig Sat Apr 3 06:26:53 1999 -+++ x3arth Thu Apr 15 12:18:41 1999 -@@ -1,6 +1,6 @@ - #!/bin/sh --# the next line restarts using tclsh \ --exec tclsh "$0" "$@" -+# the next line restarts using tclsh8.2 \ -+exec tclsh8.2 "$0" "$@" - - set usage "x3arth \[ \[-c \[file\] | -b\]\] \n\ - : GMS-5, FY-2, GOES-8, GOES-9, GOES-10 or METEOSAT-7\n\ diff --git a/astro/x3arth/pkg-descr b/astro/x3arth/pkg-descr deleted file mode 100644 index ec65c7812be5..000000000000 --- a/astro/x3arth/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A TCL script to download the latest high-res satellite views of -earth and set it as the background image in the X root window. - -Author: -Luc Deschenaux diff --git a/astro/x3arth/pkg-plist b/astro/x3arth/pkg-plist deleted file mode 100644 index e562fe19e387..000000000000 --- a/astro/x3arth/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/x3arth -- cgit