Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 1999 15:20:29 -0700 (PDT)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10951: Update: astro/xephem (3.1 -> 3.2.2)
Message-ID:  <199904042220.PAA84107@patrol.area51.fremont.ca.us>

next in thread | raw e-mail | index | archive | help

>Number:         10951
>Category:       ports
>Synopsis:       Update: astro/xephem (3.1 -> 3.2.2)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr  4 15:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- New version (3.1 -> 3.2.2)

portlint: 0 warnings, 0 errors
patches:  0 new, 0 removed

supports PREFIX: no
supports CFLAGS: no
	Not sure where in the Imakefile stuff to look to fix these problems.

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	1998/09/26 23:40:12	1.11
+++ Makefile	1999/04/04 22:13:23
@@ -6,9 +6,9 @@
 # $Id: Makefile,v 1.11 1998/09/26 23:40:12 steve Exp $
 #
 
-DISTNAME=	xephem-3.1
+DISTNAME=	xephem-3.2.2
 CATEGORIES=	astro
-MASTER_SITES=	ftp://iraf.noao.edu/contrib/xephem/xephem-3.1/ \
+MASTER_SITES=	ftp://iraf.noao.edu/contrib/xephem/xephem-3.2/ \
 		ftp://gastro23.physics.uiowa.edu/pub/xephem/ \
 		ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ \
 		ftp://wolf.ifj.edu.pl/mirror/xephem/
@@ -25,10 +25,54 @@
 
 MAN1=		xephem.1
 
+AUXIL=		README jupiter.9910 logo.gif mars.9910 mars_db marsmap.fts \
+		moon.fts moon_db saturne.9910 uranus.9910 xephem.hlp \
+		xephem_sites
+
+CATALOGS=	ISS.edb Messier.edb NGC.edb README SAC.edb YBS.edb comets.edb \
+		minorpl.edb
+
+TOOLS=		README extract.awk jost2edb.awk mpcorb2edb.pl tle2edb.pl
+
+GSC=		Makefile README gscload.c support.c
+
+XEPHEMDBD=	INSTALL Makefile README cgi-lib.pl db.c fsfetch.c request.c \
+		stubs.c xephemdbd.c xephemdbd.html xephemdbd.pl
+
 pre-configure:
 	@(cd ${LIBSRC} && ${XMKMF})
 
 pre-build:
 	@(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/man/man1/xephem.1
+	${MKDIR} ${PREFIX}/lib/X11/xephem
+
+	${MKDIR} ${PREFIX}/lib/X11/xephem/auxil
+.for file in ${AUXIL}
+	${INSTALL_DATA} ${WRKSRC}/auxil/${file} ${PREFIX}/lib/X11/xephem/auxil/${file}
+.endfor
+
+	${MKDIR} ${PREFIX}/lib/X11/xephem/catalogs
+.for file in ${CATALOGS}
+	${INSTALL_DATA} ${WRKSRC}/catalogs/${file} ${PREFIX}/lib/X11/xephem/catalogs/${file}
+.endfor
+
+	${MKDIR} ${PREFIX}/lib/X11/xephem/tools
+.for file in ${TOOLS}
+	${INSTALL_DATA} ${WRKSRC}/tools/${file} ${PREFIX}/lib/X11/xephem/tools/${file}
+.endfor
+
+	${MKDIR} ${PREFIX}/lib/X11/xephem/tools/gsc
+.for file in ${GSC}
+	${INSTALL_DATA} ${WRKSRC}/tools/gsc/${file} ${PREFIX}/lib/X11/xephem/tools/gsc/${file}
+.endfor
+
+	${MKDIR} ${PREFIX}/lib/X11/xephem/tools/xephemdbd
+.for file in ${XEPHEMDBD}
+	${INSTALL_DATA} ${WRKSRC}/tools/xephemdbd/${file} ${PREFIX}/lib/X11/xephem/tools/xephemdbd/${file}
+.endfor
 
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/files/md5,v
retrieving revision 1.3
diff -u -r1.3 md5
--- md5	1998/04/29 11:12:11	1.3
+++ md5	1999/04/04 21:26:52
@@ -1 +1 @@
-MD5 (xephem-3.1.tar.gz) = 5b84de23348f08a3b979ddd11bdc7cc4
+MD5 (xephem-3.2.2.tar.gz) = b4d18453721225c494a0edb6dbd17161
Index: patches/patch-aa
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/patches/patch-aa,v
retrieving revision 1.5
diff -u -r1.5 patch-aa
--- patch-aa	1998/04/29 11:12:12	1.5
+++ patch-aa	1999/04/04 22:07:41
@@ -1,20 +1,11 @@
---- Imakefile.orig	Wed Mar  4 17:36:44 1998
-+++ Imakefile	Wed Apr 22 13:21:12 1998
-@@ -55,7 +55,7 @@
- 
+--- Imakefile.orig	Tue Mar 16 09:00:21 1999
++++ Imakefile	Sun Apr  4 15:06:31 1999
+@@ -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} -lXm
          DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
   EXTRA_INCLUDES = -I../../libastro
    LOCAL_LDFLAGS = -L../../libastro
-@@ -64,3 +64,8 @@
-        PROGRAMS = xephem
- 
- ComplexProgramTarget(xephem)
-+
-+install::
-+	mkdir -p ${PREFIX}/lib/X11/xephem
-+	tar -cf - auxil catalogs tools |(cd ${PREFIX}/lib/X11/xephem; tar -xf -)
-+	sed s,@PREFIX@,${PREFIX}, XEphem.ad > ${PREFIX}/lib/X11/app-defaults/XEphem
Index: patches/patch-ab
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/patches/patch-ab,v
retrieving revision 1.2
diff -u -r1.2 patch-ab
--- patch-ab	1998/04/29 11:12:12	1.2
+++ patch-ab	1999/03/10 19:21:13
@@ -1,11 +1,11 @@
---- XEphem.ad.orig	Sat Mar 14 01:45:06 1998
-+++ XEphem.ad	Wed Apr 22 13:19:37 1998
-@@ -166,7 +166,7 @@
- ! system-wide directory for xephem support files
- ! N.B. under this are auxil/, fifos/, and catalogs/
+--- XEphem.ad.orig	Wed Mar 10 11:20:24 1999
++++ XEphem.ad	Wed Mar 10 11:20:50 1999
+@@ -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@/lib/X11/xephem
+-XEphem.ShareDir: .
++XEphem.ShareDir: @PREFIX@/lib/X11/xephem
  
- ! mount point for CDROM device
- ! only used if have access to ASP GSC CDROM
+ ! *************************************************************************
+ ! default FITS info
Index: pkg/PLIST
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/astro/xephem/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- PLIST	1998/09/16 02:24:48	1.5
+++ PLIST	1999/04/04 21:59:04
@@ -1,5 +1,4 @@
 bin/xephem
-lib/X11/app-defaults/XEphem
 lib/X11/xephem/auxil/README
 lib/X11/xephem/auxil/mars_db
 lib/X11/xephem/auxil/marsmap.fts
@@ -7,24 +6,28 @@
 lib/X11/xephem/auxil/moon_db
 lib/X11/xephem/auxil/xephem.hlp
 lib/X11/xephem/auxil/xephem_sites
+lib/X11/xephem/auxil/jupiter.9910
+lib/X11/xephem/auxil/logo.gif
+lib/X11/xephem/auxil/mars.9910
+lib/X11/xephem/auxil/saturne.9910
+lib/X11/xephem/auxil/uranus.9910
 lib/X11/xephem/catalogs/Messier.edb
 lib/X11/xephem/catalogs/NGC.edb
 lib/X11/xephem/catalogs/SAC.edb
 lib/X11/xephem/catalogs/YBS.edb
-lib/X11/xephem/catalogs/asteroids.edb
+lib/X11/xephem/catalogs/ISS.edb
+lib/X11/xephem/catalogs/README
 lib/X11/xephem/catalogs/comets.edb
-lib/X11/xephem/catalogs/mir.edb
+lib/X11/xephem/catalogs/minorpl.edb
 lib/X11/xephem/tools/README
-lib/X11/xephem/tools/astorb2edb.pl
-lib/X11/xephem/tools/encke2edb.pl
 lib/X11/xephem/tools/extract.awk
-lib/X11/xephem/tools/gps.awk
+lib/X11/xephem/tools/jost2edb.awk
+lib/X11/xephem/tools/mpcorb2edb.pl
+lib/X11/xephem/tools/tle2edb.pl
 lib/X11/xephem/tools/gsc/Makefile
 lib/X11/xephem/tools/gsc/README
 lib/X11/xephem/tools/gsc/gscload.c
 lib/X11/xephem/tools/gsc/support.c
-lib/X11/xephem/tools/jost2edb.nawk
-lib/X11/xephem/tools/tle2edb.awk
 lib/X11/xephem/tools/xephemdbd/INSTALL
 lib/X11/xephem/tools/xephemdbd/Makefile
 lib/X11/xephem/tools/xephemdbd/README
@@ -36,7 +39,6 @@
 lib/X11/xephem/tools/xephemdbd/xephemdbd.c
 lib/X11/xephem/tools/xephemdbd/xephemdbd.html
 lib/X11/xephem/tools/xephemdbd/xephemdbd.pl
-lib/X11/xephem/tools/yeomans.pl
 @dirrm lib/X11/xephem/tools/xephemdbd
 @dirrm lib/X11/xephem/tools/gsc
 @dirrm lib/X11/xephem/tools

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904042220.PAA84107>