From 0ce70722c4d5906554ed6def3704f869376a3954 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 8 Mar 2000 12:01:49 +0000 Subject: Update xephem to 3.2.3, from Thilo Manske in PR 9454, munged slightly by myself. Changes since previous version: Numerous bug fixes, new fast zoom and panning modes on skyview, add zenith angle to table in dataview, add live dragging in earth and sky view, and many other features. --- x11/xephem/patches/patch-aa | 14 +++++++------- x11/xephem/patches/patch-ab | 32 +++++++++----------------------- x11/xephem/patches/patch-ad | 14 +++++++------- x11/xephem/patches/patch-ae | 12 ++++++------ 4 files changed, 29 insertions(+), 43 deletions(-) (limited to 'x11/xephem/patches') diff --git a/x11/xephem/patches/patch-aa b/x11/xephem/patches/patch-aa index 9af27ee7515..b260f090f18 100644 --- a/x11/xephem/patches/patch-aa +++ b/x11/xephem/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 1998/09/02 06:42:13 tron Exp $ +$NetBSD: patch-aa,v 1.3 2000/03/08 12:01:50 agc Exp $ ---- Imakefile.orig Wed Mar 4 09:36:44 1998 -+++ Imakefile Sat Aug 29 11:08:05 1998 -@@ -55,7 +55,7 @@ - +--- Imakefile.orig Wed Oct 6 21:50:21 1999 ++++ Imakefile Sun Feb 20 18:14:49 2000 +@@ -63,7 +63,7 @@ SRCS = $(OBJS:.o=.c) -- XMLIB = -lXm -lXpm -+ XMLIB = ${MOTIFLIB} -lXpm + XCOMM Sometimes you need -lXp after -lXm +- XMLIB = -lXm ++ XMLIB = ${MOTIFLIB} DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) EXTRA_INCLUDES = -I../../libastro LOCAL_LDFLAGS = -L../../libastro diff --git a/x11/xephem/patches/patch-ab b/x11/xephem/patches/patch-ab index 917f7dea575..761e5a9601b 100644 --- a/x11/xephem/patches/patch-ab +++ b/x11/xephem/patches/patch-ab @@ -1,27 +1,13 @@ -$NetBSD: patch-ab,v 1.2 1998/09/02 06:42:13 tron Exp $ +$NetBSD: patch-ab,v 1.3 2000/03/08 12:01:50 agc Exp $ ---- XEphem.ad.orig Fri Mar 13 17:45:06 1998 -+++ XEphem.ad Sat Aug 29 12:04:56 1998 -@@ -166,7 +166,7 @@ - ! system-wide directory for xephem support files - ! N.B. under this are auxil/, fifos/, and catalogs/ +--- XEphem.ad.orig Sun Feb 20 18:20:06 2000 ++++ XEphem.ad Sun Feb 20 18:23:40 2000 +@@ -170,7 +170,7 @@ + ! system-wide directory for xephem support files. Shared r-o among all users. + ! N.B. under this are auxil/, fifos/, fits/, and catalogs/. ! N.B. if present, ppm.xe and the gsc base directory must be under catalogs/ --XEphem.BaseDir: . -+XEphem.BaseDir: @PREFIX@/share/xephem +-XEphem.ShareDir: . ++XEphem.ShareDir: @PREFIX@/share/xephem - ! mount point for CDROM device - ! only used if have access to ASP GSC CDROM -@@ -198,11 +198,11 @@ ! ************************************************************************* - ! default PPM and GSC Field stars and Network setup choices - XEphem*FieldStars*GSCCD.set: False --XEphem*FieldStars*GSCCache.set: True -+XEphem*FieldStars*GSCCache.set: False - XEphem*FieldStars*XEphemdbdNet.set: False - XEphem*FieldStars*XEphemdbdURL.value: /iro.physics.uiowa.edu/cgi-bin/xephemdbd/xephemdbd.pl - XEphem*FieldStars*ESONet.set: False --XEphem*FieldStars*PPM.set: True -+XEphem*FieldStars*PPM.set: False - XEphem*FieldStars*NoDups.set: True - XEphem*FieldStars*SAOHD.set: True - XEphem*FieldStars*Proxy.set: False + ! default FITS info diff --git a/x11/xephem/patches/patch-ad b/x11/xephem/patches/patch-ad index 9046a348e3c..3eeb9238d55 100644 --- a/x11/xephem/patches/patch-ad +++ b/x11/xephem/patches/patch-ad @@ -1,10 +1,10 @@ -$NetBSD: patch-ad,v 1.2 1998/09/02 06:42:13 tron Exp $ +$NetBSD: patch-ad,v 1.3 2000/03/08 12:01:50 agc Exp $ ---- tools/encke2edb.pl.orig Fri Oct 11 08:47:17 1996 -+++ tools/encke2edb.pl Sat Aug 29 11:03:36 1998 +--- tools/tle2edb.pl.orig Wed Oct 6 21:50:21 1999 ++++ tools/tle2edb.pl Sun Feb 20 18:35:40 2000 @@ -1,4 +1,4 @@ --#!/usr/bin/perl +-#!/usr/bin/perl -w +#!@LOCALBASE@/bin/perl - # convert elements appearing in http://encke.jpl.nasa.gov/eph to xephem format. - # we need to scan the entire ephemeris so we can dig out the various values - # which are sprinkled near the beginning and end of the file. + # tle2edb.pl: perl script to convert NASA "2-line" geocentric orbital elements + # to XEphem .edb. we crack everything that looks reasonable. we allow the TLE + # to be embedded in other text, just so long as it stands on three successive diff --git a/x11/xephem/patches/patch-ae b/x11/xephem/patches/patch-ae index f1cb9c0f42a..3eda801a027 100644 --- a/x11/xephem/patches/patch-ae +++ b/x11/xephem/patches/patch-ae @@ -1,10 +1,10 @@ -$NetBSD: patch-ae,v 1.2 1998/09/02 06:42:13 tron Exp $ +$NetBSD: patch-ae,v 1.3 2000/03/08 12:01:50 agc Exp $ ---- tools/yeomans.pl.orig Mon Dec 9 11:21:04 1996 -+++ tools/yeomans.pl Sat Aug 29 11:04:18 1998 +--- tools/mpcorb2edb.pl.orig Wed Oct 6 21:50:21 1999 ++++ tools/mpcorb2edb.pl Sun Feb 20 18:37:27 2000 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!@LOCALBASE@/bin/perl - # convert elements posted by Don Yeomans to http://encke.jpl.nasa.gov/eph to - # xephem format. - # we need to scan the entire ephemeris so we can dig out the various values + # convert mpcorb.dat on stdin to minorpl.edb on stdout. + # + # actually, only those asteroids that might ever be brighter than dimmag are -- cgit v1.2.3