- update to astrolog-5.40

from Benoit Lecocq with some tweaks
This commit is contained in:
ajacoutot 2009-01-15 15:32:24 +00:00
parent 4def861311
commit 1ed7513bb2
6 changed files with 39 additions and 56 deletions

View File

@ -1,14 +1,18 @@
# $OpenBSD: Makefile,v 1.23 2007/09/15 23:54:16 merdely Exp $
# $OpenBSD: Makefile,v 1.24 2009/01/15 15:32:24 ajacoutot Exp $
COMMENT= astrology program for X11 and alpha-numeric terminals
DISTNAME= ast53unx
PKGNAME= astrolog-5.30
V= 5.40
DISTNAME= ast54unx
PKGNAME= astrolog-${V}
CATEGORIES= misc
HOMEPAGE= http://www.astrolog.org/astrolog.htm
MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \
http://www.astrolog.org/ftp/ \
ftp://ftp.kiarchive.ru/pub/unix/magick/astrology/astrolog/
EXTRACT_ONLY= ${DISTNAME}.shr
EPHEM= LRZ5_24 CHI_24 CPJV_24
DISTFILES= ${EXTRACT_ONLY} ${EPHEM}
@ -17,6 +21,7 @@ PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c m
EXTRACT_CASES= *.shr) ${_PERL_FIX_SHAR} ${FULLDISTDIR}/$$archive | /bin/sh;;
@ -25,8 +30,12 @@ USE_X11= Yes
DIST_SUBDIR= astrolog
ALL_TARGET= astrolog
WRKDIST= ${WRKDIR}
NO_REGRESS= Yes
_V= ${V:S/.//}
SUBST_VARS= _V
do-install:
-@${INSTALL_DATA_DIR} ${PREFIX}/lib/astrolog
cd ${FULLDISTDIR} && \
@ -40,10 +49,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin
-@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog
${INSTALL_DATA} Helpfile.${_V} ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} Update.530 ${PREFIX}/share/doc/astrolog
${INSTALL_DATA} Update.${_V} ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
${INSTALL_DATA} README.530 ${PREFIX}/share/doc/astrolog
${INSTALL_DATA} README.${_V} ${PREFIX}/share/doc/astrolog
.include <bsd.port.mk>

View File

@ -1,20 +1,20 @@
MD5 (astrolog/CHI_24) = srJkMnAVXAlH7Io2wkzp1w==
MD5 (astrolog/CPJV_24) = hY5AGo+/Gd2nd+tDLhdmmA==
MD5 (astrolog/LRZ5_24) = oC4TIl6tvkdx7aoahcejvA==
MD5 (astrolog/ast53unx.shr) = O+JXsLvSWv5TrMaDjQmvCw==
MD5 (astrolog/ast54unx.shr) = PWBOAT2KfiE0vGN/F7soVw==
RMD160 (astrolog/CHI_24) = GwtqIHl9wwTi3UA7sDyj21I8TGA=
RMD160 (astrolog/CPJV_24) = n8hIVEy8fC2Z0tOC2zPpqqPCRZQ=
RMD160 (astrolog/LRZ5_24) = Dz6rcId23Ogquwmwym4xmjfJjkY=
RMD160 (astrolog/ast53unx.shr) = MDVnA0U1HqPIol65PpQ7Ikhm2Rc=
RMD160 (astrolog/ast54unx.shr) = RxRJBQerZzvnB9Dgn/llASzWw8o=
SHA1 (astrolog/CHI_24) = YqZevcc6ovVfK6qy2Yy5JXEukQo=
SHA1 (astrolog/CPJV_24) = 6ezAV6GqeoQj+tMbnmyc/fQxa2M=
SHA1 (astrolog/LRZ5_24) = nAAGxEXC2jHSWiApkt/5bP7hLtI=
SHA1 (astrolog/ast53unx.shr) = RdswAZ4R0qANk07AVehs/57i3Qc=
SHA1 (astrolog/ast54unx.shr) = hRH3ze4KVZd58w2DjlXkRYV3WEA=
SHA256 (astrolog/CHI_24) = gHv93b27PlC4p4M0qMgZn6JrTKIV6dhBdjSpoLl1TzM=
SHA256 (astrolog/CPJV_24) = 6+1q19E4jZru4oFSmWq3x4C3gYRc+8m5fbJsY4P8KA4=
SHA256 (astrolog/LRZ5_24) = 6uifTc/Pgu7TFLCOTlupE3NMratDJTYQX3wPXPnhh7s=
SHA256 (astrolog/ast53unx.shr) = 2q/Clvl63X/0lljtdS3AaozkxfEig8eCZwow/0NFZMk=
SHA256 (astrolog/ast54unx.shr) = ZwDTk6QhwWB20arTfxcf3mKT8cBi7Gpu4HqIQYIodzY=
SIZE (astrolog/CHI_24) = 15000
SIZE (astrolog/CPJV_24) = 60000
SIZE (astrolog/LRZ5_24) = 75000
SIZE (astrolog/ast53unx.shr) = 1455135
SIZE (astrolog/ast54unx.shr) = 1465432

View File

@ -1,20 +1,5 @@
$OpenBSD: patch-astrolog_h,v 1.1 2007/10/26 22:00:31 ajacoutot Exp $
--- astrolog.h.orig Fri Oct 26 23:52:30 2007
+++ astrolog.h Fri Oct 26 23:52:33 2007
@@ -82,11 +82,11 @@
#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 */
+/*#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 */
+#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. */
--- astrolog.h.orig Sun Jan 11 21:19:47 2009
+++ astrolog.h Sun Jan 11 21:19:48 2009
@@ -131,7 +131,9 @@
*/

View File

@ -1,20 +1,11 @@
* Astrolog 5.30 is a many featured and
customizable astrology chart calculation
program for DOS, Windows, Mac, and Unix,
used in 30+ countries on six continents.
It is 100% freeware and requires no
registration fee. :) The complete source
code is available. Astrolog features:
wheels, aspects, midpoints, relationship
charts, transits, progressions, some
interpretations, astro-graphy, local
horizon, constellations, planet orbits,
dispositors, various influence charts,
biorhythms, different zodiacs, central
planets, 14 house systems, 8400 year
ephemeris, asteroids, Uranians, fixed
stars, Arabic parts, script files and
macros, interactive PC & MS/X11 Windows
graphics, smooth animation of charts,
graphic files in PostScript, Windows
metafile, and bitmap formats, and more!
Astrolog is a many featured and customizable astrology chart calculation
program.
Astrolog features: wheels, aspects, midpoints, relationship charts,
transits, progressions, some interpretations, astro-graphy, local
horizon, constellations, planet orbits, dispositors, various influence
charts, biorhythms, different zodiacs, central planets, 14 house
systems, 8400 year ephemeris, asteroids, Uranians, fixed stars, Arabic
parts, script files and macros, interactive X11 Windows graphics, smooth
animation of charts, graphic files in PostScript, Windows metafile, and
bitmap formats, and more!

View File

@ -1,4 +1,2 @@
See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help
See the file ${PREFIX}/share/doc/astrolog/Helpfile.${_V} for help
and tune ${PREFIX}/lib/astrolog/astrolog.dat.

View File

@ -1,11 +1,11 @@
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 17:54:15 espie Exp $
bin/astrolog
@comment $OpenBSD: PLIST,v 1.5 2009/01/15 15:32:24 ajacoutot Exp $
@bin bin/astrolog
lib/astrolog/
lib/astrolog/CHI_24
lib/astrolog/CPJV_24
lib/astrolog/LRZ5_24
lib/astrolog/astrolog.dat
share/doc/astrolog/
share/doc/astrolog/Helpfile.530
share/doc/astrolog/README.530
share/doc/astrolog/Update.530
share/doc/astrolog/Helpfile.${_V}
share/doc/astrolog/README.${_V}
share/doc/astrolog/Update.${_V}