mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Remove x3arth, which has been marked IGNORE for a year because it no
longer runs.
This commit is contained in:
parent
84e6bdef3c
commit
772680193a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92265
@ -56,7 +56,6 @@
|
||||
SUBDIR += wmsolar
|
||||
SUBDIR += wmspaceweather
|
||||
SUBDIR += wmsun
|
||||
SUBDIR += x3arth
|
||||
SUBDIR += xearth
|
||||
SUBDIR += xephem
|
||||
SUBDIR += xglobe
|
||||
|
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: x3arth
|
||||
# Date created: 15 April 1999
|
||||
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (x3arth-1.1.tar.bz2) = b0f1867f3e3048aa4a9ae1a4c1981a73
|
@ -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 \[<satellite> \[-c \[file\] | -b\]\] \n\
|
||||
<satellite> : GMS-5, FY-2, GOES-8, GOES-9, GOES-10 or METEOSAT-7\n\
|
@ -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 <lcd@gkb.com>
|
@ -1 +0,0 @@
|
||||
bin/x3arth
|
Loading…
Reference in New Issue
Block a user