mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
add orsa 0.6.2
Orbit Reconstruction, Simulation and Analysis
This commit is contained in:
parent
e0cdb0dbb7
commit
a486995bda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123537
6 changed files with 88 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
SUBDIR += nightfall
|
||||
SUBDIR += nova
|
||||
SUBDIR += openuniverse
|
||||
SUBDIR += orsa
|
||||
SUBDIR += p5-Astro-ADS
|
||||
SUBDIR += p5-Astro-Catalog
|
||||
SUBDIR += p5-Astro-DSS
|
||||
|
|
29
astro/orsa/Makefile
Normal file
29
astro/orsa/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: orsa
|
||||
# Date created: Dec 9, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= orsa
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Orbit Reconstruction, Simulation and Analysis
|
||||
|
||||
LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl \
|
||||
cln.3:${PORTSDIR}/math/cln \
|
||||
fftw.2:${PORTSDIR}/math/fftw \
|
||||
ginac-1.3.0:${PORTSDIR}/math/GiNaC
|
||||
|
||||
USE_QT_VER= 3
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
astro/orsa/distinfo
Normal file
2
astro/orsa/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (orsa-0.6.2.tar.gz) = 86094e2365689c102fedd29779541bcc
|
||||
SIZE (orsa-0.6.2.tar.gz) = 636873
|
15
astro/orsa/files/patch-ltmain.sh
Normal file
15
astro/orsa/files/patch-ltmain.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- ltmain.sh.orig Thu Dec 9 14:11:14 2004
|
||||
+++ ltmain.sh Thu Dec 9 14:11:27 2004
|
||||
@@ -4342,10 +4342,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
15
astro/orsa/pkg-descr
Normal file
15
astro/orsa/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
ORSA is an interactive tool for scientific grade Celestial Mechanics
|
||||
computations. Asteroids, comets, artificial satellites, Solar and extra-Solar
|
||||
planetary systems can be accurately reproduced, simulated, and analyzed.
|
||||
|
||||
Features
|
||||
* se of JPL ephemeris files for accurate planets positions
|
||||
* Qt-based graphical user interface
|
||||
* advanced 2D plotting tool and 3D OpenGL viewer
|
||||
* import asteroids and comets from all the known databases (MPC, JPL,
|
||||
Lowell, AstDyS, and NEODyS)
|
||||
* integrated download tool to update databases
|
||||
* stand alone numerical library liborsa
|
||||
* save and restore session from a single file
|
||||
|
||||
WWW: http://orsa.sourceforge.net/
|
26
astro/orsa/pkg-plist
Normal file
26
astro/orsa/pkg-plist
Normal file
|
@ -0,0 +1,26 @@
|
|||
bin/xorsa
|
||||
include/orsa/orsa_analysis.h
|
||||
include/orsa/orsa_body.h
|
||||
include/orsa/orsa_common.h
|
||||
include/orsa/orsa_config.h
|
||||
include/orsa/orsa_coord.h
|
||||
include/orsa/orsa_error.h
|
||||
include/orsa/orsa_fft.h
|
||||
include/orsa/orsa_file.h
|
||||
include/orsa/orsa_file_jpl.h
|
||||
include/orsa/orsa_frame.h
|
||||
include/orsa/orsa_integrator.h
|
||||
include/orsa/orsa_interaction.h
|
||||
include/orsa/orsa_orbit.h
|
||||
include/orsa/orsa_orbit_gsl.h
|
||||
include/orsa/orsa_secure_math.h
|
||||
include/orsa/orsa_units.h
|
||||
include/orsa/orsa_universe.h
|
||||
include/orsa/orsa_version.h
|
||||
@dirrm include/orsa
|
||||
lib/liborsa.a
|
||||
lib/liborsa.so
|
||||
lib/liborsa.so.0
|
||||
lib/libxorsa.a
|
||||
lib/libxorsa.so
|
||||
lib/libxorsa.so.0
|
Loading…
Add table
Reference in a new issue