Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Florian Franzmann (72320999b7217ab80e291d9a8cbeaed7423bf40c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Florian Franzmann (72320999b7217ab80e291d9a8cbeaed7423bf40c)
  • Date: Sun, 2 Feb 2014 05:34:42 -0600

GIT changes to master games grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
games-utils/fgfs-atlas/BUILD | 2 ++
games-utils/fgfs-atlas/DEPENDS | 12 ++++++++++++
games-utils/fgfs-atlas/DETAILS | 28 ++++++++++++++++++++++++++++
games-utils/fgfs-atlas/HISTORY | 3 +++
games-utils/fgfs-atlas/PREPARE | 2 ++
games-utils/fgfs-atlas/PRE_BUILD | 6 ++++++
7 files changed, 56 insertions(+)

New commits:
commit 72320999b7217ab80e291d9a8cbeaed7423bf40c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

games-utils/fgfs-atlas: new spell, a moving map for flightgear

diff --git a/ChangeLog b/ChangeLog
index c4ad8b9..db78494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-02-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * games-utils/fgfs-atlas: new spell, a moving map for flightgear
+
2014-01-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* FUNCTIONS: add prepare_select_branch and get_up_spell_name

diff --git a/games-utils/fgfs-atlas/BUILD b/games-utils/fgfs-atlas/BUILD
new file mode 100755
index 0000000..7f3f554
--- /dev/null
+++ b/games-utils/fgfs-atlas/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --datadir=$INSTALL_ROOT/usr/share/games/flightgear" &&
+default_build
diff --git a/games-utils/fgfs-atlas/DEPENDS b/games-utils/fgfs-atlas/DEPENDS
new file mode 100755
index 0000000..2e8640d
--- /dev/null
+++ b/games-utils/fgfs-atlas/DEPENDS
@@ -0,0 +1,12 @@
+depends freeglut &&
+depends libpng &&
+depends curl &&
+depends zlib &&
+depends JPEG &&
+depends OPENGL &&
+depends simgear "--enable-simgear-shared" &&
+depends plib &&
+depends flightgear "--with-fgbase=/usr/share/games/flightgear" &&
+depends cvs &&
+depends automake &&
+depends autoconf
diff --git a/games-utils/fgfs-atlas/DETAILS b/games-utils/fgfs-atlas/DETAILS
new file mode 100755
index 0000000..ba0eb47
--- /dev/null
+++ b/games-utils/fgfs-atlas/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=fgfs-atlas
+ if [[ $FGFS_ATLAS_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+ SOURCE=$SPELL-cvs.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT atlas.cvs.sourceforge.net:/cvsroot/atlas:Atlas
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
+ FORCE_DOWNLOAD=1
+ WEB_SITE="http://atlas.sourceforge.net";
+ LICENSE[0]=GPL
+ ENTERED=20140202
+ SHORT="a moving map for the flightgear simulator"
+cat << EOF
+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.
+EOF
diff --git a/games-utils/fgfs-atlas/HISTORY b/games-utils/fgfs-atlas/HISTORY
new file mode 100644
index 0000000..81d523f
--- /dev/null
+++ b/games-utils/fgfs-atlas/HISTORY
@@ -0,0 +1,3 @@
+2014-02-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, PREPARE, PRE_BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/games-utils/fgfs-atlas/PREPARE b/games-utils/fgfs-atlas/PREPARE
new file mode 100755
index 0000000..a68f274
--- /dev/null
+++ b/games-utils/fgfs-atlas/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm
diff --git a/games-utils/fgfs-atlas/PRE_BUILD
b/games-utils/fgfs-atlas/PRE_BUILD
new file mode 100755
index 0000000..b2e78be
--- /dev/null
+++ b/games-utils/fgfs-atlas/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+aclocal &&
+autoheader &&
+automake --add-missing &&
+autoconf



  • [SM-Commit] GIT changes to master games grimoire by Florian Franzmann (72320999b7217ab80e291d9a8cbeaed7423bf40c), Florian Franzmann, 02/02/2014

Archive powered by MHonArc 2.6.24.

Top of Page