The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD astro : openuniverse

OpenGL Solar System simulator for X Window System

 paraphrase of the Web page:
   
This program draws the Solar System's bodies in simulated
3-dimensionality.  You can view all the planets, their moons and
a few spaceships in motion, trace them, follow them, orbit them
and even control them.

OpenUniverse was formerly known as Solar System Simulator (Ssystem).
It was initially released in 1997 with the intent of creating a
rotating display of the Earth on a mainstream PC.  Ssystem version
1.0 was only aware of the planets.  Version 1.2 added moons; and
1.6, more means of movement and better textures.

The program has been renamed OpenUniverse 1.0 to underline the
concept behind its further development:  openness for the whole
Universe, not just the solar system--open for anyone to use, extend
and change. 

http://openuniverse.sourceforge.net/



openuniverse history


v. 1.28
date: 2007/05/19 19:57:51;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.27 date: 2006/02/11 21:02:56; author: netchild; state: Exp; lines: +1 -1 Reset maintainership to ports@ after ~4 months without any response to any PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim [1] PR: 87985 [1]
v. 1.26 date: 2006/01/12 12:54:05; author: sem; state: Exp; lines: +3 -3 - Update graphics/libglut to 6.4.1. - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i
v. 1.25 date: 2004/02/04 05:18:22; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.24 date: 2003/03/01 14:34:19; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.23 date: 2002/07/07 21:04:06; author: trevor; state: Exp; lines: +2 -1 The distfile is on at least three of the MASTER_SITE_SOURCEFORGE servers, so use that macro. Submitted by: Tilman Linneweh
v. 1.22 date: 2002/06/10 12:52:37; author: trevor; state: Exp; lines: +2 -1 Markus Bäurle sent me a nice report about the configure script failing. In his config.log I noticed a pthreads problem: /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' I was not able to reproduce the problem, so I asked him to test this patch, but have not seen a response. However, it causes no trouble for me.
v. 1.21 date: 2001/08/20 09:27:43; author: sobomax; state: Exp; lines: +9 -9 (whitespace) Use single-tab to separate variables from values instead of double-tabs.
v. 1.20 date: 2001/01/09 00:09:18; author: trevor; state: Exp; lines: +2 -2 Take over maintainership.
v. 1.19 date: 2001/01/09 00:06:16; author: will; state: Exp; lines: +2 -2 Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
v. 1.18 date: 2000/09/15 01:33:09; author: asami; state: Exp; lines: +5 -4 "1.0beta3" is not a valid version...change it to "1.0.b3". Remove explicit dependency to GL.14:Mesa3 and replace it with USE_MESA.
v. 1.17 date: 2000/08/26 01:48:52; author: will; state: Exp; lines: +17 -27 Rename ssystem to openuniverse after repository copy. Update to openuniverse 1.0beta3. PR: 19176 Submitted by: Trevor Johnson
v. 1.16 date: 2000/08/03 09:22:11; author: asami; state: Exp; lines: +3 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.15 date: 2000/04/08 22:01:49; author: mharo; state: Exp; lines: +3 -3 update with the new PORTNAME/PORTVERSION variables
v. 1.14 date: 2000/03/29 09:01:53; author: will; state: Exp; lines: +3 -5 Take over some ports.
v. 1.13 date: 2000/03/29 07:16:48; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.12 date: 2000/03/20 23:25:04; author: jseger; state: Exp; lines: +3 -3 Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
v. 1.11 date: 2000/03/02 01:07:14; author: jedgar; state: Exp; lines: +4 -3 Update MASTER_SITES and WWW PR: 17094 Submitted by: Maintainer
v. 1.10 date: 2000/01/22 02:36:01; author: asami; state: Exp; lines: +2 -3 Should use USE_BISON instead of BUILD_DEPENDS.
v. 1.9 date: 2000/01/21 19:29:02; author: obrien; state: Exp; lines: +3 -1 Depend on Bison.
v. 1.8 date: 1999/08/25 04:22:43; author: obrien; state: Exp; lines: +1 -1 Id->FreeBSD rename try 2. This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
v. 1.7 date: 1999/03/14 03:42:22; author: flathill; state: Exp; lines: +5 -5 Update to 1.6 PR: ports/10567 Submitted by: andy@icc.surw.chel.su
v. 1.6 date: 1998/12/17 09:03:34; author: asami; state: Exp; lines: +2 -3 Portlint.
v. 1.5 date: 1998/12/14 22:40:48; author: mph; state: Exp; lines: +21 -17 Upgrade to 1.5. PR: 8938 Submitted by: Andrey Zakhvatov
v. 1.4 date: 1998/11/02 03:49:24; author: steve; state: Exp; lines: +8 -5 Update to version 1.4. PR: 8407 Submitted by: maintainer
v. 1.3 date: 1998/09/26 23:34:33; author: steve; state: Exp; lines: +4 -4 Remove regexp support for Mesa3 libs and make this build in an ELF world.
v. 1.2 date: 1998/09/15 11:45:45; author: asami; state: Exp; lines: +2 -2 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (Note, since the shlib major didn't change this just removes the regexp support.)
v. 1.1 date: 1998/08/06 17:57:50; author: mph; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/08/06 17:57:50; author: mph; state: Exp; lines: +0 -0 Import of ssystem 1.3, an OpenGL solar system simulator. PR: 7495 Submitted by: Andrey Zakhvatov =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm