ephem is an interactive terminal-based astronomical ephemeris program. You'll find the port package in FreeBSD's incoming directory named ephem_port.tar.gz (DON'T use ephemport.tar.gz, since pkg/DESCR is missing there). I didn't found a master site for the distribution file, and there are a lot of sites which seem to have different distributions (either .tar.Z or .tar.gz, different sizes), so I decided to make my own tarball and put it in the incoming directory as ephem_4.28_unix.tar.gz. I deleted the MSDOS executable from the original distribution, so its size is reduced. Fix: N/A How-To-Repeat: N/A
State Changed From-To: open->closed Thanks, imported. FYI, here are my changes: === diff -ru ephem/Makefile ephem.new/Makefile --- ephem/Makefile Fri Apr 25 04:00:45 1997 +++ ephem.new/Makefile Tue Jun 3 02:09:13 1997 @@ -1,6 +1,6 @@ # New ports collection makefile for: ephem -# Version required: ? -# Date created: 3 April 1996 +# Version required: 4.28 +# Date created: 3 April 1997 # Whom: eserte # # $Id: $ @@ -8,8 +8,8 @@ DISTNAME= ephem_4.28_unix PKGNAME= ephem-4.28 -CATEGORIES+= astro -MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/ +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= eserte@cs.tu-berlin.de === I thought the "version" was obvious. I took the liberty to guess that you didn't hold the port for more than a year. :) The "+"= in CATEGORIES is unnecessary because there is only one such line. Also, the LOCAL_PORTS directory has moved to ftp.freebsd.org and is now a bsd.port.mk variable so that we don't have to go fix all the ports when it moves again. Other than the minor nits above, your port is excellent. Thanks!