- i moved
- fix getcloudmap - bump PKGNAME
This commit is contained in:
parent
ed6065e101
commit
7304428db4
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.25 2005/07/15 04:48:47 jaredy Exp $
|
# $OpenBSD: Makefile,v 1.26 2005/08/03 08:19:24 sturm Exp $
|
||||||
|
|
||||||
COMMENT= "display the Earth on X11"
|
COMMENT= "display the Earth on X11"
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ HOMEPAGE= http://www.cs.unc.edu/~scheuerm/xglobe/
|
|||||||
# Temporary release
|
# Temporary release
|
||||||
MASTER_SITES= ftp://quatramaran.ens.fr/pub/espie/
|
MASTER_SITES= ftp://quatramaran.ens.fr/pub/espie/
|
||||||
DISTNAME= xglobe-0.5p2
|
DISTNAME= xglobe-0.5p2
|
||||||
PKGNAME= ${DISTNAME:S/p2/p4/}
|
PKGNAME= ${DISTNAME:S/p2/p5/}
|
||||||
|
|
||||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: OpenBSD-markers,v 1.60 2005/07/15 04:48:47 jaredy Exp $
|
# $OpenBSD: OpenBSD-markers,v 1.61 2005/08/03 08:19:24 sturm Exp $
|
||||||
#
|
#
|
||||||
# THE PKGNAME MUST BE BUMPED FOR THE FOLLOWING PORTS WHEN YOU COMMIT
|
# THE PKGNAME MUST BE BUMPED FOR THE FOLLOWING PORTS WHEN YOU COMMIT
|
||||||
# TO THIS FILE:
|
# TO THIS FILE:
|
||||||
@ -65,7 +65,7 @@
|
|||||||
49.313446 -123.063975 "Coulter" # Michael
|
49.313446 -123.063975 "Coulter" # Michael
|
||||||
49.4601 11.0669 "von Gernler" # Alexander
|
49.4601 11.0669 "von Gernler" # Alexander
|
||||||
49.48 8.42 "Weisgerber" # Christian
|
49.48 8.42 "Weisgerber" # Christian
|
||||||
49.52 8.39 "Sturm" # Nikolay
|
48.08 11.31 "Sturm" # Nikolay
|
||||||
48.76472 9.17027 "Buehler" # Philipp
|
48.76472 9.17027 "Buehler" # Philipp
|
||||||
50.858 4.3897 "Santolaria" # Xavier
|
50.858 4.3897 "Santolaria" # Xavier
|
||||||
51.0333 -114.0500 "Valchev" # Peter
|
51.0333 -114.0500 "Valchev" # Peter
|
||||||
|
@ -7,5 +7,5 @@ export PATH
|
|||||||
|
|
||||||
x=`ftp -o - \
|
x=`ftp -o - \
|
||||||
'http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=640&opt=-p&lat=-21&ns=North&lon=-134&ew=West&alt=986&img=irsat.bmp&daynight=-d' \
|
'http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=640&opt=-p&lat=-21&ns=North&lon=-134&ew=West&alt=986&img=irsat.bmp&daynight=-d' \
|
||||||
| grep "/earthview/cache/[0-9]*.gif" | awk -F\" '{ print $2 }'`
|
| grep "/cache.*gif" | awk -F\" '{ print $2 }'`
|
||||||
ftp -o clouds.gif "http://www.fourmilab.ch$x"
|
ftp -o clouds.gif "http://www.fourmilab.ch$x"
|
||||||
|
Loading…
Reference in New Issue
Block a user