Index: games/flightgear-terragear/Makefile =================================================================== --- games/flightgear-terragear/Makefile (nonexistent) +++ games/flightgear-terragear/Makefile (working copy) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= flightgear-terragear +PORTVERSION= 20171007 +CATEGORIES= games + +MAINTAINER= mike.d.ft402@gmail.com +COMMENT= Tools for building scenery for the FlightGear project + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear +LIB_DEPENDS= libCGAL.so:math/cgal \ + libgdal.so:graphics/gdal \ + libmpfr.so:math/mpfr \ + libgmp.so:math/gmp \ + libboost_thread.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs \ + libboost_chrono.so:devel/boost-libs \ + libboost_date_time.so:devel/boost-libs \ + libboost_atomic.so:devel/boost-libs \ + libtiff.so:graphics/tiff +RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear + +USE_GITHUB= yes +GH_ACCOUNT= flightgear +GH_PROJECT= terragear +GH_TAGNAME= 5b5e5fc + +USES= cmake + +.include Property changes on: games/flightgear-terragear/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/flightgear-terragear/distinfo =================================================================== --- games/flightgear-terragear/distinfo (nonexistent) +++ games/flightgear-terragear/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510318229 +SHA256 (flightgear-terragear-20171007-5b5e5fc_GH0.tar.gz) = c590cc233238ce1a85e2270fdaa1eaef753ba5b481f602790b676afb932e6d7d +SIZE (flightgear-terragear-20171007-5b5e5fc_GH0.tar.gz) = 2615341 Property changes on: games/flightgear-terragear/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/flightgear-terragear/files/patch-tg_misc.cxx =================================================================== --- games/flightgear-terragear/files/patch-tg_misc.cxx (nonexistent) +++ games/flightgear-terragear/files/patch-tg_misc.cxx (working copy) @@ -0,0 +1,20 @@ +--- src/Lib/terragear/tg_misc.cxx.orig 2017-10-07 06:58:20 UTC ++++ src/Lib/terragear/tg_misc.cxx +@@ -112,8 +112,8 @@ + ClipperLib::IntPoint min_pt, max_pt; + SGGeod min, max; + +- min_pt.X = min_pt.Y = LONG_LONG_MAX; +- max_pt.X = max_pt.Y = LONG_LONG_MIN; ++ min_pt.X = min_pt.Y = LLONG_MAX; ++ max_pt.X = max_pt.Y = LLONG_MIN; + + // for each polygon, we need to check the orientation, to set the hole flag... + for (unsigned int i=0; i= 0 ) { ++ if ( ds_id >= (void *)0 ) { + ds_id = tgShapefile::CloseDatasource( ds_id ); + } + } Property changes on: games/flightgear-terragear/files/patch-tg_shapefile.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/flightgear-terragear/pkg-descr =================================================================== --- games/flightgear-terragear/pkg-descr (nonexistent) +++ games/flightgear-terragear/pkg-descr (working copy) @@ -0,0 +1,11 @@ +TerraGear is a collection of tools for building scenery for the +FlightGear project. Generally, the process is done in two steps: + + 1. Preprocess the original raw data. This chops up the data into + the FG tiling scheme and saves it in a simple, intermediate + format. + + 2. Collect all the different pieces of intermediate data and + assemble them into a 3d model of the terrain. + +WWW: https://github.com/FlightGear/terragear Property changes on: games/flightgear-terragear/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/flightgear-terragear/pkg-plist =================================================================== --- games/flightgear-terragear/pkg-plist (nonexistent) +++ games/flightgear-terragear/pkg-plist (working copy) @@ -0,0 +1,14 @@ +bin/demchop +bin/fillvoids +bin/gdalchop +bin/genapts850 +bin/hgtchop +bin/ogr-decode +bin/poly2ogr +bin/srtmchop +bin/terrafit +bin/test_array +bin/testassem +bin/tg-construct +share/TerraGear/default_priorities.txt +share/TerraGear/usgsmap.txt Property changes on: games/flightgear-terragear/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property