Date: Sat, 11 Oct 2003 07:04:45 +0200 (CEST) From: Mykola Khotyaintsev <ko@irfu.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57860: New port: science/ovt: Orbit Visualization Tool Message-ID: <200310110504.h9B54jYf001434@nest.irfu.se> Resent-Message-ID: <200310110520.h9B5KJ71005316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57860 >Category: ports >Synopsis: New port: science/ovt: Orbit Visualization Tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 10 22:20:19 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mykola Khotyaintsev <ko@irfu.se> >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD nest.irfu.se 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Jul 25 17:52:12 CEST 2003 yuri@nest.irfu.se:/stor/obj/stor/src/sys/NEST.SMP i386 >Description: The Orbit Visualization Tool is computer software that makes it possible to show satellite orbits in the Earth's magnetospheric field. Software can be used to plan operations or interpret measurements from scientific satellites, to prepare ground-based satellite coordination, or as educational tool in astronomy and geophysics. More information can be found in the user guide: http://ovt.irfu.se/releases/current/userguide.html OVT port requires newly submited port ports/57858. >How-To-Repeat: >Fix: --- ovt-port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # science/ovt # science/ovt/pkg-plist # science/ovt/Makefile # science/ovt/distinfo # science/ovt/pkg-descr # echo c - science/ovt mkdir -p science/ovt > /dev/null 2>&1 echo x - science/ovt/pkg-plist sed 's/^X//' >science/ovt/pkg-plist << 'END-of-science/ovt/pkg-plist' Xbin/checktle Xbin/ovt Xlib/libovt-%%PORTVERSION%%.so Xshare/ovt-%%PORTVERSION%%/conf/ovt.conf Xshare/ovt-%%PORTVERSION%%/docs/about.html Xshare/ovt-%%PORTVERSION%%/docs/license.txt Xshare/ovt-%%PORTVERSION%%/docs/vtk-license.txt Xshare/ovt-%%PORTVERSION%%/lib/jaxp.jar Xshare/ovt-%%PORTVERSION%%/lib/ovt-2.3.jar Xshare/ovt-%%PORTVERSION%%/lib/parser.jar Xshare/ovt-%%PORTVERSION%%/mdata/coastline.dat Xshare/ovt-%%PORTVERSION%%/mdata/igrf.d Xshare/ovt-%%PORTVERSION%%/mdata/igrf_c.d Xshare/ovt-%%PORTVERSION%%/odata/Astrid2.tle Xshare/ovt-%%PORTVERSION%%/odata/Cluster1.ltof Xshare/ovt-%%PORTVERSION%%/odata/Cluster1.spin Xshare/ovt-%%PORTVERSION%%/odata/Cluster2.ltof Xshare/ovt-%%PORTVERSION%%/odata/Cluster2.spin Xshare/ovt-%%PORTVERSION%%/odata/Cluster3.ltof Xshare/ovt-%%PORTVERSION%%/odata/Cluster4.ltof Xshare/ovt-%%PORTVERSION%%/odata/Double_Star_1.ltof Xshare/ovt-%%PORTVERSION%%/odata/Double_Star_2.ltof Xshare/ovt-%%PORTVERSION%%/odata/Fast.spin Xshare/ovt-%%PORTVERSION%%/odata/Fast.tle Xshare/ovt-%%PORTVERSION%%/odata/Freja.spin Xshare/ovt-%%PORTVERSION%%/odata/Freja.tle Xshare/ovt-%%PORTVERSION%%/odata/Interball_Auroral.tle Xshare/ovt-%%PORTVERSION%%/odata/Interball_Tail.tle Xshare/ovt-%%PORTVERSION%%/odata/Polar.tle Xshare/ovt-%%PORTVERSION%%/odata/akebono.tle Xshare/ovt-%%PORTVERSION%%/odata/de1.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf10.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf11.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf12.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf13.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf14.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf15.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf8.tle Xshare/ovt-%%PORTVERSION%%/odata/dmspf9.tle Xshare/ovt-%%PORTVERSION%%/odata/exosd.tle Xshare/ovt-%%PORTVERSION%%/odata/uars.tle Xshare/ovt-%%PORTVERSION%%/textures/earth8km2000x1000.pnm Xshare/ovt-%%PORTVERSION%%/textures/earth_BnW.pnm Xshare/ovt-%%PORTVERSION%%/textures/earth_normal.pnm Xshare/ovt-%%PORTVERSION%%/userdata/DSTIndex.dat Xshare/ovt-%%PORTVERSION%%/userdata/IMF.dat Xshare/ovt-%%PORTVERSION%%/userdata/KPIndex.dat Xshare/ovt-%%PORTVERSION%%/userdata/MachNumber.dat Xshare/ovt-%%PORTVERSION%%/userdata/SWP.dat Xshare/ovt-%%PORTVERSION%%/userdata/gb_stations.xml Xshare/ovt-%%PORTVERSION%%/userdata/w96.dat X@dirrm share/ovt-%%PORTVERSION%%/userdata X@dirrm share/ovt-%%PORTVERSION%%/textures X@dirrm share/ovt-%%PORTVERSION%%/odata X@dirrm share/ovt-%%PORTVERSION%%/mdata X@dirrm share/ovt-%%PORTVERSION%%/lib X@dirrm share/ovt-%%PORTVERSION%%/docs X@dirrm share/ovt-%%PORTVERSION%%/conf X@dirrm share/ovt-%%PORTVERSION%% END-of-science/ovt/pkg-plist echo x - science/ovt/Makefile sed 's/^X//' >science/ovt/Makefile << 'END-of-science/ovt/Makefile' X# New ports collection makefile for: ovt X# Date created: 16 Sept 2003 X# Whom: Mykola Khotyaintsev <ko@nest.irfu.se> X# X# $FreeBSD$ X# X XPORTNAME= ovt XPORTVERSION= 2.3 XPORTREVISION= 0 XCATEGORIES= science XMASTER_SITES= # http://ovt.irfu.se/download/ XDISTNAME= ${PKGNAME}_${OVTBUILD}-src X XMAINTAINER= ko@nest.irfu.se XCOMMENT= The Orbit Visualization Tool X XRUN_DEPENDS= java:${PORTSDIR}/${_JAVA_PORT_FREEBSD_1_4} XLIB_DEPENDS= vtkCommonJava:${PORTSDIR}/graphics/vtk-java X XWRKSRC= ${WRKDIR}/${PKGNAME} XOVTBUILD= 0 XUSE_BZIP2= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X#USE_AUTOCONF= yes XGNU_CONFIGURE= yes XONLY_FOR_ARCHS= i386 X XUSE_JAVA= 1.4 XNEED_JAVAC= yes XUSE_JIKES= no X XCONFIGURE_ARGS= --with-jdk=${_JAVA_HOME_FREEBSD_1_4} --without-jikes X XPLIST_SUB+= PORTVERSION=${PORTVERSION} X XRESTRICTED= yes X X.include <bsd.port.pre.mk> X X# Check for OVT distfile X.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING) XECHO_MSG=/usr/bin/printf XIGNORE= :\n\ XBecause of licensing restrictions, you must fetch the source distribution\n\ Xmanually. Please access http://ovt.irfu.se/download/ with a web browser and\n\ Xfollow the \"Download\" link for the \"OVT ${PORTVERSION} Sources\".\n\ XYou will be required to log in and register, but you can create an account\n\ Xon this page. After registration download the source file, ${DISTFILES}.\n\ XPlease place this file in ${DISTDIR}.\n X.endif X X.include <bsd.port.post.mk> END-of-science/ovt/Makefile echo x - science/ovt/distinfo sed 's/^X//' >science/ovt/distinfo << 'END-of-science/ovt/distinfo' XMD5 (ovt-2.3_0-src.tar.bz2) = bb1d017aa212715218be969827ab8452 END-of-science/ovt/distinfo echo x - science/ovt/pkg-descr sed 's/^X//' >science/ovt/pkg-descr << 'END-of-science/ovt/pkg-descr' XThe Orbit Visualization Tool is computer software that makes it possible Xto show satellite orbits in the Earth's magnetospheric field. X XThe program can display satellite orbits in five coordinate systems (GEI, XGEO, GSM, SMC, GSE), satellite footprints projected on the Earth's surface. XIn addition to satellite orbits the software computes and displays various Xmodels of magnetospheric structures, magnetopause, bow shock and electric Xpotential, geomagnetic activity, and interplanetary field conditions. X XWWW: http://ovt.irfu.se END-of-science/ovt/pkg-descr exit --- ovt-port ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310110504.h9B54jYf001434>