mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
fb16dfecae
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
11 lines
751 B
Plaintext
11 lines
751 B
Plaintext
The PAL library is a partial re-implementation of Pat Wallace's popular SLALIB
|
|
library written in C using a Gnu GPL license and layered on top of the IAU's
|
|
SOFA library (or the BSD-licensed ERFA) where appropriate. PAL attempts to stick
|
|
to the SLA C API where possible although palObs() has a more C-like API than the
|
|
equivalent slaObs() function. In most cases it is enough to simply change the
|
|
function prefix of a routine in order to link against PAL rather than SLALIB.
|
|
Routines calling SOFA use modern notation and precession models so will return
|
|
slightly different answers than native SLALIB. PAL functions not available in
|
|
SOFA were ported from the Fortran version of SLALIB that ships as part of the
|
|
Starlink software and uses a GPL licence.
|