summaryrefslogtreecommitdiff
path: root/x11/xephem/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-05-30update to 3.7.3drochner1-3/+2
changes: -surround Earth satellite name with parentheses if eclipsed -move "Keep marker centered' to Sky View Telescope menu -bugfixes -INDI enhancements approved by gdt
2007-11-18add:gdt1-1/+4
# uses built libpng without synchronization MAKE_JOBS_SAFE= no
2007-06-04Remove dead mirror. From Zafer Aydogan.wiz1-3/+2
2007-03-03Instead of including mk/x11.b3.mk, include the linked libraries.joerg1-2/+6
Please, do not add new includes of that file, thanks.
2007-03-02Fix passing of rpath to build of xephem binary from x11.buildlink3.mk.gdt1-1/+3
pkgrevision++.
2007-01-31Update to 3.7.2.gdt1-5/+3
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-15motif is enough as dependency.joerg1-2/+1
2006-12-29Precreate all needed directories, most importantly the app defaults.joerg1-2/+4
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam1-4/+4
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-02Fixed paths to the Perl interpreter. Bumped PKGREVISION.rillig1-1/+3
2006-06-27Fix build on Solaris. Derived from patch in PR pkg/33840 by Gilles Dauphinmarkd1-1/+3
2006-06-23REPLACE_INTERPRETER+= perlgdt1-1/+7
PKGREVISION++
2006-05-11After receiving permission to distribute tarballs and binary packagesgdt1-6/+16
w/o functional changes, remove RESTRICTED, and put permission notice in a comment, pending adjustment to license wording by upstream author.
2006-05-10Update to 3.7.1. Changes build procedure substantially.gdt1-13/+8
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-10Add xephem-license, set LICENSE, and set RESTRICTED and NO_*_ON_*.gdt1-3/+8
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-16Install gallery images, help files and lunar db.yyamano1-2/+2
Apply patches provided by Mark E. Perkins to fix PR/32810.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-1/+2
of the shared libXm has changed.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-05-20The distfile was changed on the master site, as noted in PR pkg/30280drochner1-2/+2
by Jim Bernard. There are nontrivial differences to the original file. (looks like a 3.6.4 snapshot) So just update to 3.6.4. changes: -add Proper Motion columns to Data table -update NAAG also when change horizon offset in Data Setup -Favorites table now displays full .edb definition of each entry -allow adding a new Favorite directly from the dialog -Solver has separate Find Min and Find Max goals
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-25update to 3.6.3drochner1-10/+5
changes: -many images and maps added -UI improvements -HTML help -A4 printing -extensions to database format -bugfixes
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25bl3ifyxtraeme1-4/+4
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+2
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-03Use new IMAKE_MAN_DIR variables in PLISTs to make these packages morejschauma1-1/+2
portable. Bump PKGREVISION accordingly.
2002-09-29buildlink1 -> buildlink2 and use gcc/buildlink2.mk instead of Makefile.gccjlam1-24/+21
2002-05-20On arm32, use gcc-2.95.3 to avoid an internal egcs compiler error:cjep1-2/+8
/usr/src/gnu/usr.bin/egcs/common/../../../dist/gcc/caller-save.c:657: Internal compiler error in function insert_save_restore
2002-01-19update to 3.5.2drochner1-14/+7
major changes: -additional data format support -GUI fixes and enhancements -image analysis, fits -cross-platform compatibility -improved telescope control
2001-09-12USE_MOTIF --> motif.buildlink.mk.jlam1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-23Remove some mirror sites that don't, and update md5, as requested inwiz1-6/+2
pkg/12064. (Previous version of the same name on ftp.netbsd.org removed.)
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-12update to 3.4drochner1-22/+10
too many changes to list here, see HOMEPAGE for details simplified installation a bit to save the need to list all the individual support files in the Makefile
2000-03-08Update xephem to 3.2.3, from Thilo Manske in PR 9454, munged slightlyagc1-16/+18
by myself. Changes since previous version: Numerous bug fixes, new fast zoom and panning modes on skyview, add zenith angle to table in dataview, add live dragging in earth and sky view, and many other features.
1999-06-29Update html links.agc1-2/+2
1998-09-08The type of the LICENSE is actually "no-commercial-use".agc1-2/+2
1998-09-02This packages uses perl, so set USE_PERL5=YES.frueauf1-1/+2
1998-09-02This package should have gone to "x11" not to "games".tron1-1/+1