summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/xephem/Makefile60
-rw-r--r--games/xephem/files/md53
-rw-r--r--games/xephem/patches/patch-aa13
-rw-r--r--games/xephem/patches/patch-ab27
-rw-r--r--games/xephem/patches/patch-ac10
-rw-r--r--games/xephem/patches/patch-ad10
-rw-r--r--games/xephem/patches/patch-ae10
-rw-r--r--games/xephem/pkg/COMMENT1
-rw-r--r--games/xephem/pkg/DESCR13
-rw-r--r--games/xephem/pkg/PLIST33
-rw-r--r--x11/xephem/Makefile2
-rw-r--r--x11/xephem/files/md52
-rw-r--r--x11/xephem/patches/patch-aa2
-rw-r--r--x11/xephem/patches/patch-ab2
-rw-r--r--x11/xephem/patches/patch-ac2
-rw-r--r--x11/xephem/patches/patch-ad2
-rw-r--r--x11/xephem/patches/patch-ae2
-rw-r--r--x11/xephem/pkg/PLIST2
18 files changed, 8 insertions, 188 deletions
diff --git a/games/xephem/Makefile b/games/xephem/Makefile
deleted file mode 100644
index f4ae71ad6d6..00000000000
--- a/games/xephem/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# $NetBSD: Makefile,v 1.1 1998/09/01 21:44:58 tron Exp $
-
-DISTNAME= xephem-3.1
-CATEGORIES= x11
-MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem-3.1/ \
- ftp://gastro23.physics.uiowa.edu/pub/xephem/ \
- ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ \
- ftp://wolf.ifj.edu.pl/mirror/xephem/
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://iraf.noao.edu/~ecdowney/xephem.html
-
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
-LIBSRC= ${WRKDIR}/${DISTNAME}/libastro
-USE_IMAKE= yes
-USE_MOTIF= yes
-
-LICENSE= non-commercial-use
-
-pre-configure:
- @(cd ${LIBSRC} && ${SETENV} ${SCRIPTS_ENV} XPROJECTROOT=${X11BASE} \
- ${XMKMF})
-
-pre-build:
- @(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \
- -f ${MAKEFILE} ${ALL_TARGET})
-
-PERL_SCRIPTS= astorb2edb.pl encke2edb.pl yeomans.pl
-
-post-install:
- @${SED} s,@PREFIX@,${PREFIX}, ${WRKSRC}/XEphem.ad > ${WRKDIR}/XEphem
- ${INSTALL_DATA} ${WRKDIR}/XEphem ${PREFIX}/lib/X11/app-defaults
- @${INSTALL_DATA_DIR} ${PREFIX}/share/xephem/auxil \
- ${PREFIX}/share/xephem/catalogs \
- ${PREFIX}/share/xephem/tools \
- ${PREFIX}/share/doc/xephem
- (cd ${WRKSRC}/auxil; ${INSTALL_DATA} README mars_db marsmap.fts \
- moon.fts moon_db xephem.hlp xephem_sites \
- ${PREFIX}/share/xephem/auxil)
- (cd ${WRKSRC}/catalogs; ${INSTALL_DATA} Messier.edb NGC.edb SAC.edb \
- YBS.edb asteroids.edb comets.edb mir.edb \
- ${PREFIX}/share/xephem/catalogs)
- (cd ${WRKSRC}/tools; ${INSTALL_DATA} README gps.awk jost2edb.nawk \
- ${PREFIX}/share/xephem/tools; \
- ${INSTALL_SCRIPT} extract.awk tle2edb.awk \
- ${PREFIX}/share/xephem/tools)
- @(cd ${WRKSRC}/tools; for file in ${PERL_SCRIPTS}; do \
- ${SED} 1s,@LOCALBASE@,${LOCALBASE}, $$file \
- > ${WRKDIR}/$$file; \
- done)
- for file in ${PERL_SCRIPTS}; do \
- ${INSTALL_SCRIPT} ${WRKDIR}/$$file \
- ${PREFIX}/share/xephem/tools; \
- done
- (cd ${WRKDIR}/${DISTNAME}; ${INSTALL_DATA} Copyright README \
- ${PREFIX}/share/doc/xephem)
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/games/xephem/files/md5 b/games/xephem/files/md5
deleted file mode 100644
index 650477ffcea..00000000000
--- a/games/xephem/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.1 1998/09/01 21:44:59 tron Exp $
-
-MD5 (xephem-3.1.tar.gz) = 5b84de23348f08a3b979ddd11bdc7cc4
diff --git a/games/xephem/patches/patch-aa b/games/xephem/patches/patch-aa
deleted file mode 100644
index 02ab4f564c5..00000000000
--- a/games/xephem/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1998/09/01 21:44:59 tron Exp $
-
---- Imakefile.orig Wed Mar 4 09:36:44 1998
-+++ Imakefile Sat Aug 29 11:08:05 1998
-@@ -55,7 +55,7 @@
-
- SRCS = $(OBJS:.o=.c)
-
-- XMLIB = -lXm -lXpm
-+ XMLIB = ${MOTIFLIB} -lXpm
- DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
- EXTRA_INCLUDES = -I../../libastro
- LOCAL_LDFLAGS = -L../../libastro
diff --git a/games/xephem/patches/patch-ab b/games/xephem/patches/patch-ab
deleted file mode 100644
index 969b74796c2..00000000000
--- a/games/xephem/patches/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1998/09/01 21:44:59 tron 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/
- ! N.B. if present, ppm.xe and the gsc base directory must be under catalogs/
--XEphem.BaseDir: .
-+XEphem.BaseDir: @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
diff --git a/games/xephem/patches/patch-ac b/games/xephem/patches/patch-ac
deleted file mode 100644
index c5ab5d89e90..00000000000
--- a/games/xephem/patches/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1998/09/01 21:44:59 tron Exp $
-
---- tools/astorb2edb.pl.orig Mon Sep 22 21:50:36 1997
-+++ tools/astorb2edb.pl Sat Aug 29 11:02:58 1998
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!@LOCALBASE@/bin/perl
- # convert astorb.dat on stdin to asteroids.edb on stdout.
- #
- # actually, only those asteroids that might ever be brighter than dimmag are
diff --git a/games/xephem/patches/patch-ad b/games/xephem/patches/patch-ad
deleted file mode 100644
index 6857159b220..00000000000
--- a/games/xephem/patches/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1998/09/01 21:44:59 tron Exp $
-
---- tools/encke2edb.pl.orig Fri Oct 11 08:47:17 1996
-+++ tools/encke2edb.pl Sat Aug 29 11:03:36 1998
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!@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.
diff --git a/games/xephem/patches/patch-ae b/games/xephem/patches/patch-ae
deleted file mode 100644
index e23ad58d810..00000000000
--- a/games/xephem/patches/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ae,v 1.1 1998/09/01 21:44:59 tron Exp $
-
---- tools/yeomans.pl.orig Mon Dec 9 11:21:04 1996
-+++ tools/yeomans.pl Sat Aug 29 11:04:18 1998
-@@ -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
diff --git a/games/xephem/pkg/COMMENT b/games/xephem/pkg/COMMENT
deleted file mode 100644
index 426641b85ef..00000000000
--- a/games/xephem/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-An interactive astronomical ephemeris program.
diff --git a/games/xephem/pkg/DESCR b/games/xephem/pkg/DESCR
deleted file mode 100644
index 99701623fb5..00000000000
--- a/games/xephem/pkg/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-XEphem is an interactive astronomical ephemeris program for X Windows
-systems. For a full tour of features and the latest news, visit the
-XEphem home page at:
-
- http://iraf.noao.edu/~ecdowney/xephem.html
-
-In brief, XEphem can display views of the sky, moon, Earth, solar system,
-Jupiter, Saturn, and Mars, and can print any view or save it to a postscript
-file.
-
-For a compendium of additional database files for XEphem, see
-
- http://iraf.noao.edu/~ecdowney/db.html
diff --git a/games/xephem/pkg/PLIST b/games/xephem/pkg/PLIST
deleted file mode 100644
index 09c6314b46f..00000000000
--- a/games/xephem/pkg/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 1998/09/01 21:45:00 tron Exp $
-bin/xephem
-man/cat1/xephem.0
-lib/X11/app-defaults/XEphem
-share/xephem/auxil/README
-share/xephem/auxil/mars_db
-share/xephem/auxil/marsmap.fts
-share/xephem/auxil/moon.fts
-share/xephem/auxil/moon_db
-share/xephem/auxil/xephem.hlp
-share/xephem/auxil/xephem_sites
-share/xephem/catalogs/Messier.edb
-share/xephem/catalogs/NGC.edb
-share/xephem/catalogs/SAC.edb
-share/xephem/catalogs/YBS.edb
-share/xephem/catalogs/asteroids.edb
-share/xephem/catalogs/comets.edb
-share/xephem/catalogs/mir.edb
-share/xephem/tools/README
-share/xephem/tools/gps.awk
-share/xephem/tools/jost2edb.nawk
-share/xephem/tools/extract.awk
-share/xephem/tools/tle2edb.awk
-share/xephem/tools/astorb2edb.pl
-share/xephem/tools/encke2edb.pl
-share/xephem/tools/yeomans.pl
-share/doc/xephem/Copyright
-share/doc/xephem/README
-@dirrm share/xephem/tools
-@dirrm share/xephem/catalogs
-@dirrm share/xephem/auxil
-@dirrm share/xephem
-@dirrm share/doc/xephem
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index f4ae71ad6d6..3485ba77f72 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/09/01 21:44:58 tron Exp $
+# $NetBSD: Makefile,v 1.2 1998/09/02 06:41:16 tron Exp $
DISTNAME= xephem-3.1
CATEGORIES= x11
diff --git a/x11/xephem/files/md5 b/x11/xephem/files/md5
index 650477ffcea..db6e440b827 100644
--- a/x11/xephem/files/md5
+++ b/x11/xephem/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1 1998/09/01 21:44:59 tron Exp $
+$NetBSD: md5,v 1.2 1998/09/02 06:42:00 tron Exp $
MD5 (xephem-3.1.tar.gz) = 5b84de23348f08a3b979ddd11bdc7cc4
diff --git a/x11/xephem/patches/patch-aa b/x11/xephem/patches/patch-aa
index 02ab4f564c5..9af27ee7515 100644
--- a/x11/xephem/patches/patch-aa
+++ b/x11/xephem/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 1998/09/01 21:44:59 tron Exp $
+$NetBSD: patch-aa,v 1.2 1998/09/02 06:42:13 tron Exp $
--- Imakefile.orig Wed Mar 4 09:36:44 1998
+++ Imakefile Sat Aug 29 11:08:05 1998
diff --git a/x11/xephem/patches/patch-ab b/x11/xephem/patches/patch-ab
index 969b74796c2..917f7dea575 100644
--- a/x11/xephem/patches/patch-ab
+++ b/x11/xephem/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 1998/09/01 21:44:59 tron Exp $
+$NetBSD: patch-ab,v 1.2 1998/09/02 06:42:13 tron Exp $
--- XEphem.ad.orig Fri Mar 13 17:45:06 1998
+++ XEphem.ad Sat Aug 29 12:04:56 1998
diff --git a/x11/xephem/patches/patch-ac b/x11/xephem/patches/patch-ac
index c5ab5d89e90..2ddce54f751 100644
--- a/x11/xephem/patches/patch-ac
+++ b/x11/xephem/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 1998/09/01 21:44:59 tron Exp $
+$NetBSD: patch-ac,v 1.2 1998/09/02 06:42:13 tron Exp $
--- tools/astorb2edb.pl.orig Mon Sep 22 21:50:36 1997
+++ tools/astorb2edb.pl Sat Aug 29 11:02:58 1998
diff --git a/x11/xephem/patches/patch-ad b/x11/xephem/patches/patch-ad
index 6857159b220..9046a348e3c 100644
--- a/x11/xephem/patches/patch-ad
+++ b/x11/xephem/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 1998/09/01 21:44:59 tron Exp $
+$NetBSD: patch-ad,v 1.2 1998/09/02 06:42:13 tron Exp $
--- tools/encke2edb.pl.orig Fri Oct 11 08:47:17 1996
+++ tools/encke2edb.pl Sat Aug 29 11:03:36 1998
diff --git a/x11/xephem/patches/patch-ae b/x11/xephem/patches/patch-ae
index e23ad58d810..f1cb9c0f42a 100644
--- a/x11/xephem/patches/patch-ae
+++ b/x11/xephem/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.1 1998/09/01 21:44:59 tron Exp $
+$NetBSD: patch-ae,v 1.2 1998/09/02 06:42:13 tron Exp $
--- tools/yeomans.pl.orig Mon Dec 9 11:21:04 1996
+++ tools/yeomans.pl Sat Aug 29 11:04:18 1998
diff --git a/x11/xephem/pkg/PLIST b/x11/xephem/pkg/PLIST
index 09c6314b46f..520d4c10bc5 100644
--- a/x11/xephem/pkg/PLIST
+++ b/x11/xephem/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 1998/09/01 21:45:00 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/09/02 06:42:27 tron Exp $
bin/xephem
man/cat1/xephem.0
lib/X11/app-defaults/XEphem