pax_global_header 0000666 0000000 0000000 00000000064 14047515737 0014527 g ustar 00root root 0000000 0000000 52 comment=faad2c3290b4302e4e92071558496678c7ec7269
jsofa-20210512_JSOFA_Release/ 0000775 0000000 0000000 00000000000 14047515737 0015451 5 ustar 00root root 0000000 0000000 jsofa-20210512_JSOFA_Release/.github/ 0000775 0000000 0000000 00000000000 14047515737 0017011 5 ustar 00root root 0000000 0000000 jsofa-20210512_JSOFA_Release/.github/workflows/ 0000775 0000000 0000000 00000000000 14047515737 0021046 5 ustar 00root root 0000000 0000000 jsofa-20210512_JSOFA_Release/.github/workflows/maven.yml 0000664 0000000 0000000 00000001036 14047515737 0022677 0 ustar 00root root 0000000 0000000 # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
jsofa-20210512_JSOFA_Release/.gitignore 0000664 0000000 0000000 00000000102 14047515737 0017432 0 ustar 00root root 0000000 0000000 /target
.classpath
.project
.settings
/sofa_c-*
/.DS_Store
/sofa/
jsofa-20210512_JSOFA_Release/LICENSE.txt 0000664 0000000 0000000 00000012067 14047515737 0017302 0 ustar 00root root 0000000 0000000
Copyright © 2019 Paul Harrison, University of Manchester.
This JSOFA software is derived from the International Astronomical
Union's (IAU) "Standards Of Fundamental Astronomy" (SOFA) library -
official C release. The intention is to reproduce the functionality and
algorithms of the IAU SOFA library in a pure Java form.
The responsibility for the maintenance and supply of the JSOFA library
lies with the author (not the IAU SOFA Board). However, The JSOFA
software is provided "as is" and the author makes no warranty as to
its use or performance. The author does not and cannot warrant the
performance or results which the user may obtain by using the JSOFA
software. The author makes no warranties, express or implied, as to
non-infringement of third party rights, merchantability, or fitness
for any particular purpose. In no event will the author be liable to
the user for any consequential, incidental, or special damages,
including any lost profits or lost savings, even if the author has
been advised of such damages, or for any claim by any third party.
Other conditions of the original license (reproduced below) are
carried over as applicable.
---------------------------------------------------------------------
Copyright (C) 2019
Standards Of Fundamental Astronomy Board
of the International Astronomical Union.
=====================
SOFA Software License
=====================
NOTICE TO USER:
BY USING THIS SOFTWARE YOU ACCEPT THE FOLLOWING SIX TERMS AND
CONDITIONS WHICH APPLY TO ITS USE.
1. The Software is owned by the IAU SOFA Board ("SOFA").
2. Permission is granted to anyone to use the SOFA software for any
purpose, including commercial applications, free of charge and
without payment of royalties, subject to the conditions and
restrictions listed below.
3. You (the user) may copy and distribute SOFA source code to others,
and use and adapt its code and algorithms in your own software,
on a world-wide, royalty-free basis. That portion of your
distribution that does not consist of intact and unchanged copies
of SOFA source code files is a "derived work" that must comply
with the following requirements:
a) Your work shall be marked or carry a statement that it
(i) uses routines and computations derived by you from
software provided by SOFA under license to you; and
(ii) does not itself constitute software provided by and/or
endorsed by SOFA.
b) The source code of your derived work must contain descriptions
of how the derived work is based upon, contains and/or differs
from the original SOFA software.
c) The names of all routines in your derived work shall not
include the prefix "iau" or "sofa" or trivial modifications
thereof such as changes of case.
d) The origin of the SOFA components of your derived work must
not be misrepresented; you must not claim that you wrote the
original software, nor file a patent application for SOFA
software or algorithms embedded in the SOFA software.
e) These requirements must be reproduced intact in any source
distribution and shall apply to anyone to whom you have
granted a further right to modify the source code of your
derived work.
Note that, as originally distributed, the SOFA software is
intended to be a definitive implementation of the IAU standards,
and consequently third-party modifications are discouraged. All
variations, no matter how minor, must be explicitly marked as
such, as explained above.
4. You shall not cause the SOFA software to be brought into
disrepute, either by misuse, or use for inappropriate tasks, or
by inappropriate modification.
5. The SOFA software is provided "as is" and SOFA makes no warranty
as to its use or performance. SOFA does not and cannot warrant
the performance or results which the user may obtain by using the
SOFA software. SOFA makes no warranties, express or implied, as
to non-infringement of third party rights, merchantability, or
fitness for any particular purpose. In no event will SOFA be
liable to the user for any consequential, incidental, or special
damages, including any lost profits or lost savings, even if a
SOFA representative has been advised of such damages, or for any
claim by any third party.
6. The provision of any version of the SOFA software under the terms
and conditions specified herein does not imply that future
versions will also be made available under the same terms and
conditions.
In any published work or commercial product which uses the SOFA
software directly, acknowledgement (see www.iausofa.org) is
appreciated.
Correspondence concerning SOFA software should be addressed as
follows:
By email: sofa@ukho.gov.uk
By post: IAU SOFA Center
HM Nautical Almanac Office
UK Hydrographic Office
Admiralty Way, Taunton
Somerset, TA1 2DN
United Kingdom
jsofa-20210512_JSOFA_Release/README.md 0000664 0000000 0000000 00000000614 14047515737 0016731 0 ustar 00root root 0000000 0000000 JSOFA
=====
[](../../actions)
[](https://maven-badges.herokuapp.com/maven-central/org.javastro/jsofa/)
This is a java translation of the official IAU SOFA library.
For more information see
jsofa-20210512_JSOFA_Release/ghsite.sh 0000775 0000000 0000000 00000000664 14047515737 0017301 0 ustar 00root root 0000000 0000000 #!/bin/bash
tmpdir=$(mktemp -d)
version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
git clone git@github.com:Javastro/jsofa.git --branch gh-pages --single-branch $tmpdir/ghpages
mvn clean site site:stage -DstagingDirectory=$tmpdir/site
rsync -avz $tmpdir/site/ $tmpdir/ghpages/
git -C $tmpdir/ghpages add .
git -C $tmpdir/ghpages commit -m "new jsofa site for $version"
git -C $tmpdir/ghpages push
rm -rf $tmpdir jsofa-20210512_JSOFA_Release/pom.xml 0000664 0000000 0000000 00000033562 14047515737 0016777 0 ustar 00root root 0000000 0000000
4.0.0
org.javastro
jsofa
JSOFA
jar
20210512
github
${env.GITHUB_OAUTH_TOKEN}
junit
junit
4.13.1
test
https://javastro.github.com/jsofa/
2010
pah
Paul Harrison
paul.harrison@manchester.ac.uk
Manchester University, JBCA
http://www.jb.man.ac.uk/
Developer
Admin
org.apache.maven.plugins
maven-compiler-plugin
3.2
org.apache.maven.plugins
maven-jar-plugin
2.5
org.apache.maven.plugins
maven-source-plugin
2.4
org.apache.maven.plugins
maven-clean-plugin
2.6.1
org.apache.maven.plugins
maven-deploy-plugin
2.8.2
org.apache.maven.plugins
maven-surefire-plugin
2.18.1
org.apache.maven.plugins
maven-shade-plugin
2.3
org.apache.maven.plugins
maven-site-plugin
3.4
org.apache.maven.plugins
maven-resources-plugin
2.7
org.apache.maven.plugins
maven-javadoc-plugin
2.10.1
org.jacoco
jacoco-maven-plugin
0.6.3.201306030806
org.apache.maven.plugins
maven-project-info-reports-plugin
2.8
org.openclover
clover-maven-plugin
4.4.1
org.apache.maven.wagon
wagon-ssh-external
2.8
maven-site-plugin
true
maven-compiler-plugin
true
1.8
1.8
false
maven-surefire-plugin
-ea -DSOFAVERSION=${project.version}
false
**/*Test.java
org.openclover
clover-maven-plugin
80%
verify
instrument
check
false
org.apache.maven.wagon
wagon-ssh-external
org.apache.maven.plugins
maven-project-info-reports-plugin
2.7
index
dependencies
project-team
issue-tracking
scm
license
summary
maven-surefire-report-plugin
2.13
true
maven-javadoc-plugin
2.9
false
8
org.apache.maven.plugins
maven-jxr-plugin
2.3
true
jxr
test-jxr
org.codehaus.mojo
taglist-maven-plugin
2.4
FIXME
TODO
@todo
IMPL
@deprecated
org.openclover
clover-maven-plugin
org.apache.maven.plugins
maven-changes-plugin
2.9
changes-report
ossrh
https://oss.sonatype.org/content/repositories/snapshots
ghpages
github
http://javastro.github.io/jsofa/
JBCA, University of Manchester
http://www.jb.man.ac.uk/
A pure Java translation of the SOFA library
${basedir}/LICENSE.txt
Modified SOFA Licence
https://github.com/Javastro/jsofa
scm:git:git://github.com/Javastro/jsofa.git
scm:git:git@github.com:Javastro/jsofa.git
https://github.com/Javastro/jsofa/issues
jsweet-plugins-release
plugins-release
http://repository.jsweet.org/artifactory/plugins-release-local
jsweet-plugins-snapshots
plugins-snapshot
http://repository.jsweet.org/artifactory/plugins-snapshot-local
release
org.apache.maven.plugins
maven-javadoc-plugin
attach-javadocs
jar
-Xdoclint:none
false
8
org.apache.maven.plugins
maven-gpg-plugin
1.6
sign-artifacts
verify
sign
org.apache.maven.plugins
maven-source-plugin
attach-sources
jar-no-fork
org.sonatype.plugins
nexus-staging-maven-plugin
1.6.8
true
ossrh
https://oss.sonatype.org/
false
js
org.jsweet
jsweet-maven-plugin
3.0.0-RC1
true
target/js
ES6
es2015
true
false
generate-js
generate-sources
jsweet