upgrade to 5.40

This commit is contained in:
Andrey A. Chernov 1999-04-03 02:02:16 +00:00
parent 6c852ed026
commit 7b31014788
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17605
4 changed files with 33 additions and 51 deletions

View file

@ -3,15 +3,15 @@
# http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/ # http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/
# http://www.magitech.com/~cruiser1/astrolog.htm # http://www.magitech.com/~cruiser1/astrolog.htm
# #
# Version required: 5.30 # Version required: 5.*
# Date created: 31 July 1995 # Date created: 31 July 1995
# Whom: faulkner@cactus.org # Whom: faulkner@cactus.org
# #
# $Id: Makefile,v 1.13 1998/11/28 05:39:00 asami Exp $ # $Id: Makefile,v 1.14 1999/02/03 11:11:54 asami Exp $
# #
DISTNAME= ast53unx DISTNAME= ast54unx
PKGNAME= astrolog-5.30 PKGNAME= astrolog-5.40
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \
http://www.astrolog.org/ftp/ \ http://www.astrolog.org/ftp/ \
@ -43,13 +43,13 @@ do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin
-@${MKDIR} ${PREFIX}/share/doc/astrolog -@${MKDIR} ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \ cd ${WRKSRC} && \
${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog ${INSTALL_DATA} Helpfile.540 ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \ cd ${WRKSRC} && \
${INSTALL_DATA} Update.530 ${PREFIX}/share/doc/astrolog ${INSTALL_DATA} Update.540 ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \ cd ${WRKSRC} && \
${INSTALL_DATA} README.530 ${PREFIX}/share/doc/astrolog ${INSTALL_DATA} README.540 ${PREFIX}/share/doc/astrolog
@echo @echo
@echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help" @echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for help"
@echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat" @echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat"
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
MD5 (astrolog/ast53unx.shr) = 3be257b0bbd25afe53acc6838d09af0b MD5 (astrolog/ast54unx.shr) = 3d604e013d8a7e2134bc637f17bb2857
MD5 (astrolog/LRZ5_24) = a02e13225eadbe4771edaa1a85c7a3bc MD5 (astrolog/LRZ5_24) = a02e13225eadbe4771edaa1a85c7a3bc
MD5 (astrolog/CHI_24) = b2b2643270155c0947ec8a36c24ce9d7 MD5 (astrolog/CHI_24) = b2b2643270155c0947ec8a36c24ce9d7
MD5 (astrolog/CPJV_24) = 858e401a8fbf19dda777eb432e176698 MD5 (astrolog/CPJV_24) = 858e401a8fbf19dda777eb432e176698

View file

@ -1,39 +1,21 @@
*** astrolog.h.orig Sun Feb 2 23:06:03 1997 --- astrolog.h.orig Wed Dec 23 23:29:51 1998
--- astrolog.h Thu May 29 05:06:03 1997 +++ astrolog.h Sat Apr 3 05:41:04 1999
*************** @@ -86,7 +86,7 @@
*** 82,92 ****
#define ENVIRON /* Comment out this #define if your system doesn't have */
/* environment variables or can't compile calls to them. */
! #define ATOF /* Comment out this #define if you have a system in which */
/* 'atof' and related functions aren't defined in stdio.h, */ /* 'atof' and related functions aren't defined in stdio.h, */
/* such as most PC's, Linux, VMS compilers, and NeXT's. */ /* such as most PC's, Linux, VMS compilers, and NeXT's. */
! /*#define PROTO /* Comment out this #define if you have an older compiler */ -/*#define PROTO /* Comment out this #define if you have an older compiler */
+#define PROTO /* Comment out this #define if you have an older compiler */
/* which doesn't allow full Ansi function prototypes. This */ /* which doesn't allow full Ansi function prototypes. This */
/* is for programmers only and has no effect on executable. */ /* is for programmers only and has no effect on executable. */
--- 82,92 ---- @@ -131,7 +131,9 @@
#define ENVIRON /* Comment out this #define if your system doesn't have */
/* environment variables or can't compile calls to them. */
! /*#define ATOF /* Comment out this #define if you have a system in which */
/* 'atof' and related functions aren't defined in stdio.h, */
/* such as most PC's, Linux, VMS compilers, and NeXT's. */
! #define PROTO /* Comment out this #define if you have an older compiler */
/* which doesn't allow full Ansi function prototypes. This */
/* is for programmers only and has no effect on executable. */
***************
*** 131,137 ****
--- 131,139 ----
*/ */
#ifndef PC #ifndef PC
+ #ifndef DEFAULT_DIR +#ifndef DEFAULT_DIR
#define DEFAULT_DIR "~/astrolog" #define DEFAULT_DIR "~/astrolog"
+ #endif +#endif
#else #else
#define DEFAULT_DIR "C:\\ASTROLOG" #define DEFAULT_DIR "C:\\ASTROLOG"
#endif #endif

View file

@ -3,8 +3,8 @@ lib/astrolog/astrolog.dat
lib/astrolog/LRZ5_24 lib/astrolog/LRZ5_24
lib/astrolog/CHI_24 lib/astrolog/CHI_24
lib/astrolog/CPJV_24 lib/astrolog/CPJV_24
share/doc/astrolog/Helpfile.530 share/doc/astrolog/Helpfile.540
share/doc/astrolog/README.530 share/doc/astrolog/README.540
share/doc/astrolog/Update.530 share/doc/astrolog/Update.540
@dirrm lib/astrolog @dirrm lib/astrolog
@dirrm share/doc/astrolog @dirrm share/doc/astrolog