Bug 57860 - New port: science/ovt: Orbit Visualization Tool
Summary: New port: science/ovt: Orbit Visualization Tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-11 06:20 UTC by Mykola Khotyaintsev
Modified: 2004-03-23 23:42 UTC (History)
0 users

See Also:


Attachments
ovt-port (5.50 KB, text/plain)
2003-10-11 06:20 UTC, Mykola Khotyaintsev
no flags Details
ovtport.sh (5.93 KB, application/x-shellscript)
2004-02-04 12:32 UTC, Mykola Khotyaintsev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mykola Khotyaintsev 2003-10-11 06:20:19 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-12 03:38:13 UTC
Class Changed
From-To: maintainer-update->change-request

Fix class
Comment 2 Mykola Khotyaintsev 2004-02-04 12:32:11 UTC
The math/vtk-java port is now in the ports tree, so I hope that ovt port can 
be added.

Hereby I attach the updated version of the port.
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2004-03-22 20:45:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

I'll take it.
Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2004-03-22 21:13:59 UTC
Hello,

> Synopsis: New port: science/ovt: Orbit Visualization Tool

When trying to download the tarball, after a successful registration, I
get the following error:

404 Not Found
Resource /download/j_security_check not found on this server

at <http://ovt.irfu.se/download/j_security_check>.

Regards,
-- 
Th. Thomas.
Comment 5 Mykola Khotyaintsev 2004-03-23 14:25:13 UTC
This was because your browser did not accept cookies.
I added an explicit message saying that the browser should accept cookies  on 
the OVT web site .
Comment 6 Thierry Thomas freebsd_committer freebsd_triage 2004-03-23 18:45:02 UTC
Le Mar 23 mar 04 à 15:30:10 +0100, Mykola Khotyaintsev <ko@irfu.se>
 écrivait :
>  This was because your browser did not accept cookies.
>  I added an explicit message saying that the browser should accept cookies  on 
>  the OVT web site .

OK, when accepting cookies, I have been able to download the tarball, but
there is a checksum mismatch:

===>  Extracting for ovt-2.3
>> Checksum mismatch for ovt-2.3_0-src.tar.bz2.

Your submitted distinfo says:

cat distinfo
MD5 (ovt-2.3_0-src.tar.bz2) = bb1d017aa212715218be969827ab8452

The downloaded tarball has:
md5 /usr/ports/distfiles/ovt-2.3_0-src.tar.bz2
MD5 (/usr/ports/distfiles/ovt-2.3_0-src.tar.bz2) = d25af53385e4d9b86522cd1bd17f7b7c

Note that it has not been damaged during download: this is a valid .bz2
file.

Its size is:

ls -l /usr/ports/distfiles/ovt-2.3_0-src.tar.bz2
-rw-r--r--  1 thierry  wheel  12949047 23 mar 19:29 /usr/ports/distfiles/ovt-2.3_0-src.tar.bz2

Regards,
-- 
Th. Thomas.
Comment 7 Mykola Khotyaintsev 2004-03-23 19:13:36 UTC
Dear Thierry,

I am very sorry for this mistake! The correct md5 checksum should be:

MD5 (ovt-2.3_0-src.tar.bz2) = d25af53385e4d9b86522cd1bd17f7b7c
SIZE (ovt-2.3_0-src.tar.bz2) = 12949047

Mykola
Comment 8 Thierry Thomas 2004-03-23 21:00:54 UTC
Le Mar 23 mar 04 à 20:13:36 +0100, Mykola Khotyaintsev <ko@irfu.se>
 écrivait :
> I am very sorry for this mistake! The correct md5 checksum should be:
> 
> MD5 (ovt-2.3_0-src.tar.bz2) = d25af53385e4d9b86522cd1bd17f7b7c
> SIZE (ovt-2.3_0-src.tar.bz2) = 12949047

This port build and runs fine, but I have a suggestion: if you don't
mind, I would add the following patch:

--- configure.orig	Wed Feb  4 11:46:14 2004
+++ configure	Tue Mar 23 20:59:04 2004
@@ -2146,7 +2146,7 @@
 	SHLIB_BUILD_FLAGS="-shared"
 	;;
     freebsd*)
-    	CFLAGS="-O3"
+    	CFLAGS="${CFLAGS}"
 	SHLIB_CFLAGS="-fPIC"
 	SHLIB_LD_LIBS=""
 	SHLIB_PREFIX="lib"

Reasons:
     - -O3 may fail on some platforms;
     - it does not boost performance noticeably;
     - we have to respect the user's setting.

Regards,
-- 
Th. Thomas.
Comment 9 Mykola Khotyaintsev 2004-03-23 21:48:36 UTC
Dear Thierry,

Thanks for pointing on that! 

I have updated the sources file on the OVT web site.

MD5 (ovt-2.3_0-src.tar.bz2) = c80cc901f3dea0ddecd42a1f65ce7614
SIZE (ovt-2.3_0-src.tar.bz2) = 13360012

It grew a bit because I've updated some orbital files too.


Mykola
Comment 10 Thierry Thomas 2004-03-23 21:54:22 UTC
Le Mar 23 mar 04 à 22:48:36 +0100, Mykola Khotyaintsev <ko@irfu.se>
 écrivait :
> I have updated the sources file on the OVT web site.
> 
> MD5 (ovt-2.3_0-src.tar.bz2) = c80cc901f3dea0ddecd42a1f65ce7614
> SIZE (ovt-2.3_0-src.tar.bz2) = 13360012
> 
> It grew a bit because I've updated some orbital files too.

Hmm... When you release another tarball, you should increment a version
number. Something like ovt-2.3_1-src.tar.bz2.

Yet another suggestion: what about a second CATEGORY "astro" ?

Regards,
-- 
Th. Thomas.
Comment 11 Thierry Thomas freebsd_committer freebsd_triage 2004-03-23 23:41:51 UTC
State Changed
From-To: open->closed

Committed (with minor modifications), thanks!