pkgsrc/x11/xephem/Makefile

65 lines
2.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.49 2007/06/04 22:20:53 wiz Exp $
Update to 3.7.2. Changes from 3.7.1 to 3.7.2 Released November 12, 2006 New Features: * Data Table adds JD, HJD and PA columns. * Earth View adds inertial reference frame option. * Earth View allows picking earth satellite via orbit marker. * Earth View shows altitude and range in satellite right-click data. * Earth View shows satellite position in space. * Earth View can draw orbits on cylindrical projection. * Earth objects table has new column-wide toggles. * Main menu can remember to start RT mode automatically. * Makefiles now support building Mac OS X universal binaries. * Object index search supports using glob patterns. * Observing log adds JD, HJD and Airmass fields. * Observing log replaces Search with List feature. * Observing log search supports using glob patterns. * Preferences can now remember and restore which views were open. * Print adds new option to draw with thicker lines. * Several improvements to XML and INDI tools. * Shared app defaults file, XEphem, may now be in /etc. * Sites list search supports using glob patterns. * Sky View draws simplistic antialiased stars. * Mars, Jupiter, Saturn and Uranus satellite models extended to 2021. * Native binary support for Mac OSX Intel. Bugs fixed: * .fts added as default suffix when downloading DSS images. * Data menu was not cutting spect field at 2 chars. * Earth View uses unique names for satellite object listing fields. * Fix logic to detect no natural satellite models. * Main menu now only shows progress meter if using fewer than 1000 steps. * Numbers like 2e-2 were considered negative in some situations. * Sky View RADec grid was inaccurate in AA mode near celestial poles * Sky View compass correct now when showing tilted/rotated FITS image. * Sky View labels N and S ecliptic poles. * Sky View no longer prevents panning below horizon. * Sky View telescope marker turned off when manually point only if also recentering. * Sky View was leaving constellation figure files open. * Solver properly guards XML entity characters when saving functions. * Support ISO 8601 in FITS DATE-OBS field. * Support much longer edb entries when downloading from web. * Updated Delta-T table. * WCS solver window labels CDELT2 as pixels up, not down. * astorb2edb.pl updated for longer object names. INDI enhancements: * add IEDeferLoop function for inline waiting. * add IUCrackNumber and IUCrackText utility functions. * change indiserver to use select(2) not threads (10-20% more efficient). * command line tools can inherit socket from parent script to maintain a single session * fix bug in very rapid timeouts. * guarantee getProperties is first command sent to drivers. * improve efficiency of traffic to remote drivers. * indiserver sniffs client devices from all commands, not just getProperties. * library sends doubles with more precision. * merge stderr from drivers into indiserver's log with date stamp. * more robust IUSaveText.
2007-01-31 15:07:16 +01:00
DISTNAME= xephem-3.7.2
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.clearskyinstitute.com/xephem/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.clearskyinstitute.com/xephem/
COMMENT= Interactive astronomical ephemeris program
LICENSE= xephem-license
# Pending adjustment of license wording to clarify the copyright
# holder's intent, permission has been granted to distribute the
# distfile and binary packages without functional changes.
#
# From: "Elwood C. Downey" <ecdowney@clearskyinstitute.com>
# Subject: Re: license terms, tarball mirroring, binary packages
# To: "Greg Troxel" <gdt@ir.bbn.com>
# Date: Wed, 10 May 2006 18:41:01 -0600 (MDT)
# [rest omitted]
# In the mean time, please consider this email to grant permissions for
# the NetBSD distros to make available both through online download and
# physical media both the original XEphem tarball and a binary built
# from the original tarball (including possible changes for porting but
# not changes in functionality).
WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
Update to 3.7.1. Changes build procedure substantially. Bug fixes, plus: Changes from 3.7 to 3.7.1 Released November 19, 2005 New Features: * Add tool to align two or more FITS images and create motion movies. * Add Control-m keyboard shortcut to add any view to the Movie loop. * Upgrade to higher resolution Earth image. * Put user annotations in a scrolled list to accommodate lengthy collections. * Add Moonrise and Moonset to collection of Step size controls. * Image gallery lookups now search against all names of data base objects. Changes from 3.6.4 to 3.7 Released August 1, 2005 New Features: * Data o Includes Hubble GSC 2.2.0.1 catalog, 450 million stars complete to M18.5. o New and updated catalogs: Messier, IC, NGC, COVBS, SKY2000, HYPERLEDA, Supernova, WDSC, Open clusters, Henry-Draper, Pleiades and asteroids. o YBS replaced with Sky 2000 to magnitude 6.5. o Can now display Gallery image directly from Data Index. * Earth View o Display satellite orbits in space. o Zoom in to see better geography, or out to see high orbits. o Quick-set button to set equator rotation. o Display of surface footprint is now optional. o Expanded range mouse panning allows continuous rotation. * Sky View o Save and restore sets of eyepiece definitions. o Save and restore sets of eyepiece Sky positions. o Constellation figure definitions now stored in editable files. o WCS solver invoked automatically if header has seed but no solution. o Shortcut button to set display aspect ratio to match image. o FITS file blinking via new Movie frame function. * User Annotation o Anchor locations are now based on the view's world coordinates. o Sets of annotations may be saved and loaded from files. * Other o Collect any number of View, NAAG or Plot frames into a movie, save as set of PNG files. o Many tweaks for improved INDI support, including display FITS BLOBs.
2006-05-10 18:45:35 +02:00
USE_TOOLS+= gmake perl:run
REPLACE_PERL+= auxil/*.pl
LIBS.SunOS+= -lnsl -lsocket
X11_LDFLAGS+= ${LIBS}
Update to 3.7.2. Changes from 3.7.1 to 3.7.2 Released November 12, 2006 New Features: * Data Table adds JD, HJD and PA columns. * Earth View adds inertial reference frame option. * Earth View allows picking earth satellite via orbit marker. * Earth View shows altitude and range in satellite right-click data. * Earth View shows satellite position in space. * Earth View can draw orbits on cylindrical projection. * Earth objects table has new column-wide toggles. * Main menu can remember to start RT mode automatically. * Makefiles now support building Mac OS X universal binaries. * Object index search supports using glob patterns. * Observing log adds JD, HJD and Airmass fields. * Observing log replaces Search with List feature. * Observing log search supports using glob patterns. * Preferences can now remember and restore which views were open. * Print adds new option to draw with thicker lines. * Several improvements to XML and INDI tools. * Shared app defaults file, XEphem, may now be in /etc. * Sites list search supports using glob patterns. * Sky View draws simplistic antialiased stars. * Mars, Jupiter, Saturn and Uranus satellite models extended to 2021. * Native binary support for Mac OSX Intel. Bugs fixed: * .fts added as default suffix when downloading DSS images. * Data menu was not cutting spect field at 2 chars. * Earth View uses unique names for satellite object listing fields. * Fix logic to detect no natural satellite models. * Main menu now only shows progress meter if using fewer than 1000 steps. * Numbers like 2e-2 were considered negative in some situations. * Sky View RADec grid was inaccurate in AA mode near celestial poles * Sky View compass correct now when showing tilted/rotated FITS image. * Sky View labels N and S ecliptic poles. * Sky View no longer prevents panning below horizon. * Sky View telescope marker turned off when manually point only if also recentering. * Sky View was leaving constellation figure files open. * Solver properly guards XML entity characters when saving functions. * Support ISO 8601 in FITS DATE-OBS field. * Support much longer edb entries when downloading from web. * Updated Delta-T table. * WCS solver window labels CDELT2 as pixels up, not down. * astorb2edb.pl updated for longer object names. INDI enhancements: * add IEDeferLoop function for inline waiting. * add IUCrackNumber and IUCrackText utility functions. * change indiserver to use select(2) not threads (10-20% more efficient). * command line tools can inherit socket from parent script to maintain a single session * fix bug in very rapid timeouts. * guarantee getProperties is first command sent to drivers. * improve efficiency of traffic to remote drivers. * indiserver sniffs client devices from all commands, not just getProperties. * library sends doubles with more precision. * merge stderr from drivers into indiserver's log with date stamp. * more robust IUSaveText.
2007-01-31 15:07:16 +01:00
MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q}
REPLACE_INTERPRETER+= perl
REPLACE.perl.old= .*/bin/perl
REPLACE.perl.new= ${PREFIX}/bin/perl
REPLACE_FILES.perl= auxil/astorb2edb.pl auxil/mpcorb2edb.pl
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3
.endif
INSTALLATION_DIRS= bin lib/X11/app-defaults share/xephem/tools \
${PKGMANDIR}/man1
Update to 3.7.1. Changes build procedure substantially. Bug fixes, plus: Changes from 3.7 to 3.7.1 Released November 19, 2005 New Features: * Add tool to align two or more FITS images and create motion movies. * Add Control-m keyboard shortcut to add any view to the Movie loop. * Upgrade to higher resolution Earth image. * Put user annotations in a scrolled list to accommodate lengthy collections. * Add Moonrise and Moonset to collection of Step size controls. * Image gallery lookups now search against all names of data base objects. Changes from 3.6.4 to 3.7 Released August 1, 2005 New Features: * Data o Includes Hubble GSC 2.2.0.1 catalog, 450 million stars complete to M18.5. o New and updated catalogs: Messier, IC, NGC, COVBS, SKY2000, HYPERLEDA, Supernova, WDSC, Open clusters, Henry-Draper, Pleiades and asteroids. o YBS replaced with Sky 2000 to magnitude 6.5. o Can now display Gallery image directly from Data Index. * Earth View o Display satellite orbits in space. o Zoom in to see better geography, or out to see high orbits. o Quick-set button to set equator rotation. o Display of surface footprint is now optional. o Expanded range mouse panning allows continuous rotation. * Sky View o Save and restore sets of eyepiece definitions. o Save and restore sets of eyepiece Sky positions. o Constellation figure definitions now stored in editable files. o WCS solver invoked automatically if header has seed but no solution. o Shortcut button to set display aspect ratio to match image. o FITS file blinking via new Movie frame function. * User Annotation o Anchor locations are now based on the view's world coordinates. o Sets of annotations may be saved and loaded from files. * Other o Collect any number of View, NAAG or Plot frames into a movie, save as set of PNG files. o Many tweaks for improved INDI support, including display FITS BLOBs.
2006-05-10 18:45:35 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/${PKGMANDIR}/man1/xephem.1
${SED} s,@PREFIX@,${PREFIX}, ${FILESDIR}/XEphem.ad > ${WRKDIR}/XEphem
${INSTALL_DATA} ${WRKDIR}/XEphem ${PREFIX}/lib/X11/app-defaults
cd ${WRKSRC}; ${CP} -R auxil catalogs fifos fits gallery help lo \
${PREFIX}/share/xephem
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
2004-04-25 04:49:21 +02:00
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"