diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-12-09 06:52:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-12-09 06:52:51 +0000 |
commit | a486995bdac6d9220078dd4f56e32d469c7bf05b (patch) | |
tree | bc5cad1d6bcb2ef90120051287412faa7546d2ed /astro | |
parent | e0cdb0dbb71ebafceee313c911d43912da7b582b (diff) |
add orsa 0.6.2
Orbit Reconstruction, Simulation and Analysis
Notes
Notes:
svn path=/head/; revision=123537
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/orsa/Makefile | 29 | ||||
-rw-r--r-- | astro/orsa/distinfo | 2 | ||||
-rw-r--r-- | astro/orsa/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | astro/orsa/pkg-descr | 15 | ||||
-rw-r--r-- | astro/orsa/pkg-plist | 26 |
6 files changed, 88 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 98af22f5f7a9..afd8f5e709a2 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -35,6 +35,7 @@ SUBDIR += nightfall SUBDIR += nova SUBDIR += openuniverse + SUBDIR += orsa SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-DSS diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile new file mode 100644 index 000000000000..d1bbfc68792a --- /dev/null +++ b/astro/orsa/Makefile @@ -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> diff --git a/astro/orsa/distinfo b/astro/orsa/distinfo new file mode 100644 index 000000000000..c20378bd1231 --- /dev/null +++ b/astro/orsa/distinfo @@ -0,0 +1,2 @@ +MD5 (orsa-0.6.2.tar.gz) = 86094e2365689c102fedd29779541bcc +SIZE (orsa-0.6.2.tar.gz) = 636873 diff --git a/astro/orsa/files/patch-ltmain.sh b/astro/orsa/files/patch-ltmain.sh new file mode 100644 index 000000000000..e01005dd77f5 --- /dev/null +++ b/astro/orsa/files/patch-ltmain.sh @@ -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" diff --git a/astro/orsa/pkg-descr b/astro/orsa/pkg-descr new file mode 100644 index 000000000000..c15d8726579e --- /dev/null +++ b/astro/orsa/pkg-descr @@ -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/ diff --git a/astro/orsa/pkg-plist b/astro/orsa/pkg-plist new file mode 100644 index 000000000000..bab3bfd0946c --- /dev/null +++ b/astro/orsa/pkg-plist @@ -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 |