Add flightgear-atlas.

Atlas aims to produce and display high quality charts of the world for users of
FlightGear, an open source flight simulator. This is achieved through two main
parts: The map creator (simply called Map) and the Atlas viewer.

The map creator takes scenery data from FlightGear and transforms it into
beautiful map pictures that can be viewed with any bitmap image program that
you might have installed or with the Atlas viewing application.

The Atlas viewing application can be used for browsing your maps but can also
connect directly to FlightGear and display your aircrafts current location on a
so called moving map display.

WWW: http://atlas.sourceforge.net/
This commit is contained in:
Jean-Yves Lefort 2005-09-16 20:22:10 +00:00
parent b0c59b7e6d
commit 384bf9f311
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142961
6 changed files with 91 additions and 0 deletions

View File

@ -145,6 +145,7 @@
SUBDIR += filters
SUBDIR += fkiss
SUBDIR += flightgear
SUBDIR += flightgear-atlas
SUBDIR += flying
SUBDIR += fmars
SUBDIR += foobillard

View File

@ -0,0 +1,45 @@
# New ports collection makefile for: flightgear-atlas
# Date created: 16 Sep 2005
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flightgear-atlas
PORTVERSION= 0.3.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= atlas
DISTNAME= Atlas-${PORTVERSION}
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A map viewer for use with the FlightGear flight simulator
BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${X11BASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
glut.3:${PORTSDIR}/graphics/libglut
RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${X11BASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear \
${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/fgfs-base
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GL= yes
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-fgbase="${LOCALBASE}/share/FlightGear"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lpthread||' ${WRKSRC}/src/Makefile.in
post-install:
${INSTALL_DATA} ${WRKSRC}/src/AtlasPalette ${LOCALBASE}/share/FlightGear
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Atlas-0.3.0.tar.gz) = 863a878322a60873785a163d394c3075
SIZE (Atlas-0.3.0.tar.gz) = 199379

View File

@ -0,0 +1,16 @@
Atlas aims to produce and display high quality charts of the world for users of
FlightGear, an open source flight simulator. This is achieved through two main
parts: The map creator (simply called Map) and the Atlas viewer.
The map creator takes scenery data from FlightGear and transforms it into
beautiful map pictures that can be viewed with any bitmap image program that
you might have installed or with the Atlas viewing application.
The Atlas viewing application can be used for browsing your maps but can also
connect directly to FlightGear and display your aircrafts current location on a
so called moving map display.
WWW: http://atlas.sourceforge.net/
- Jean-Yves Lefort
jylefort@FreeBSD.org

View File

@ -0,0 +1,21 @@
===============================================================================
Quick start:
Generate map images of your FlightGear sceneries (this will take from a
minute up to hours, depending on how much scenery you have installed):
Map --atlas=/path/to/images
Then, either:
View the map in standalone mode:
Atlas --path=/path/to/images
Run FlightGear and connect Atlas to it:
fgfs --nmea=socket,out,0.5,localhost,9999,udp &
Atlas --path=/path/to/images --udp=9999
See http://atlas.sourceforge.net/ for more details.
===============================================================================

View File

@ -0,0 +1,6 @@
bin/Atlas
bin/Map
bin/MapPS
bin/buildmaps.sh
@cwd %%LOCALBASE%%
share/FlightGear/AtlasPalette