Astro::Coords is a class for manipulating and transforming astronomical
coordinates. Can handle the following coordinate types:
- Equatorial RA/Dec, galactic (including proper motions and parallax)
- Planets
- Comets/Asteroids
- Fixed locations in azimuth and elevations
- Interpolated apparent coordinates
For time dependent calculations a telescope location and reference time must be
provided. See Astro::Telescope and DateTime for details on specifying location
and reference epoch.
WWW: http://search.cpan.org/dist/Astro-Coords/
Astro::Telescope is a class for handling properties of individual telescopes
such as longitude, latitude, height and observational limits.
WWW: http://search.cpan.org/dist/Astro-Telescope/
Astro::PAL provides a Perl interface to either the Starlink PAL positional
astronomy library.
Return values are returned on the stack rather than being modified in place.
In addition small utility subroutines are provided that do useful tasks (from
the author's point of view) - specifically routines for calculating the Local
Sidereal Time.
WWW: http://search.cpan.org/dist/Astro-PAL/
Astro::Flux provides a class for handling astronomical flux quantities. This
class does not currently support conversions from one flux type to another (say,
from magnitudes to Janskies) but may in the future.
WWW: http://search.cpan.org/dist/Astro-Flux/
Class to transparently deal with the conversion between filters, wavelength,
frequency and other methods of specifying a location in the electro-magentic
spectrum.
Astro::WaveBand tries to determine the natural form of the numbers such that a
request for a summary of the object when it contains 2.2 microns would return
the filter name but would return the wavelength if it was not a standard filter.
In ambiguous cases an instrument name is required to decide what to return. In
really ambiguous cases the user can specify the unit in which to display the
numbers on stringification.
Used mainly as a way of storing a single number in a database table but using
logic to determine the number that an observer is most likely to understand.
Numerical comparison operators can be used to compare two Astro::WaveBand
objects. When checking equality, the "natural" and "instrument" methods are
used, so if two Astro::WaveBand objects return the same value from those
methods, they are considered to be equal. When checking other comparisons such
as greater than, the wavelength is used.
WWW: http://search.cpan.org/dist/Astro-WaveBand/
Misc::Quality provides a class for handling quality flags for astronomical
objects. This class can handle any type of flag used.
WWW: http://search.cpan.org/dist/Misc-Quality/
well as benchmark code by allowing timings of repeated trials. It is perfect
for when you need more precise information about the running time of portions
of your code than the Benchmark module will give you, but don't want to go all
out and profile your code.
WWW: http://search.cpan.org/dist/Benchmark-Timer/
Reviewed by: az (older version)
to a test of their interestingness. A common such situation is when attempting
to isolate a small failure-inducing substring of a large input that causes your
program to exhibit a bug.
WWW: http://delta.tigris.org/
Reviewed by: Bryan Drewery <bryan@shatow.net>
- Fix pkg-plist when Python version >= 3.2
(solution approved by maintainer via private email)
PR: ports/167569
Submitted by: William Grzybowski <william88 at gmail.com>
Approved by: Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Remove gssapi patch that is no longer needed. [2]
These both apply to mail/dovecot2 also. I will be working with the
maintainer there to get these committed.
PR: ports/167824 [1]
ports/
Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> [1]
Leon Messner <l.messner@physik.tu-berlin.de> [2]
Approved by: maintainer timeout
- Fix texi2hml usage
- Remove ABI version numbers in LIB_DEPENDS
- Remove leftovers of 5.x support
PR: ports/169627
Submitted by: Kalten <kalten@gmx.at>
- Use standard USE_RC_SUBR (`set_rcvar` is deprecated`)
- Remove stale entry from plist
- Use OptionsNG, and not old options framework
- Use autotools tools, and don't call specifically as a build dependency (ie. libtool, automake), automake is required
- Add an additional MASTER_SITE
- remove extra new line from pkg-descr
- fix make install by using CONFIGURE_WRKSRC
- some portlint petting was necessary
Approved by: skreuzer (mentor)
- Remove LICENSE_FILE
- Remove shlib version from LIB_DEPENDS
PR: ports/169575
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Approved by: flo (mentor)
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578