Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 235518) +++ head/astro/Makefile (revision 235519) @@ -1,108 +1,109 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += aa SUBDIR += accrete SUBDIR += boinc-einsteinathome SUBDIR += boinc-milkyway SUBDIR += boinc-setiathome-enhanced SUBDIR += celestia SUBDIR += celestia-gnome SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += dgpsip SUBDIR += ephem SUBDIR += gaia SUBDIR += gkrellmoon SUBDIR += gkrellmoon2 SUBDIR += gkrellsun SUBDIR += glunarclock SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpscorrelate SUBDIR += gpsd SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += gpstk SUBDIR += jday SUBDIR += josm SUBDIR += libgal SUBDIR += libnova SUBDIR += libroadnav SUBDIR += luna SUBDIR += match SUBDIR += merkaartor SUBDIR += mymoon SUBDIR += nightfall SUBDIR += nova SUBDIR += openmap SUBDIR += openuniverse SUBDIR += orsa SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS SUBDIR += p5-GPS-Babel SUBDIR += p5-Geo-METAR SUBDIR += p5-Weather-Underground SUBDIR += phoon SUBDIR += planets SUBDIR += position SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-aipy SUBDIR += py-astLib SUBDIR += py-metar SUBDIR += py-pyfits SUBDIR += pyephem SUBDIR += pyweather + SUBDIR += qlandkartegt SUBDIR += rmap SUBDIR += roadmap SUBDIR += roadnav SUBDIR += saoimage SUBDIR += sattrack SUBDIR += sextractor SUBDIR += sky2000 SUBDIR += spacechart SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock SUBDIR += swe SUBDIR += tangogps SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking SUBDIR += weatherget SUBDIR += weatherspect SUBDIR += wmglobe SUBDIR += wmjupiter SUBDIR += wmmoonclock SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun SUBDIR += xearth SUBDIR += xeartk SUBDIR += xephem SUBDIR += xglobe SUBDIR += xmoontool SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xrmap SUBDIR += xtide SUBDIR += xworld .include Property changes on: head/astro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.135 \ No newline at end of property +1.136 \ No newline at end of property Index: head/astro/qlandkartegt/Makefile =================================================================== --- head/astro/qlandkartegt/Makefile (nonexistent) +++ head/astro/qlandkartegt/Makefile (revision 235519) @@ -0,0 +1,25 @@ +# New ports collection makefile for: qlandkartegt +# Date created: 1 Jun 2009 +# Whom: Mykola Dzham +# +# $FreeBSD$ +# + +PORTNAME= qlandkartegt +PORTVERSION= 0.12.0 +CATEGORIES= astro +MASTER_SITES= SF + +MAINTAINER= freebsd@levsha.org.ua +COMMENT= The ultimate outdoor aficionado's tool + +LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ + proj.5:${PORTSDIR}/graphics/proj + +USE_CMAKE= yes +USE_QT_VER= 4 +QT_COMPONENTS= corelib moc_build uic_build rcc_build qmake_build opengl linguist + +MAN1= qlandkartegt.1 + +.include Property changes on: head/astro/qlandkartegt/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/astro/qlandkartegt/distinfo =================================================================== --- head/astro/qlandkartegt/distinfo (nonexistent) +++ head/astro/qlandkartegt/distinfo (revision 235519) @@ -0,0 +1,3 @@ +MD5 (qlandkartegt-0.12.0.tar.gz) = bf9673c77289e6d6e599aa819e7fbaab +SHA256 (qlandkartegt-0.12.0.tar.gz) = d2d0a360d8f51357f36ae2623fd913c0e4a1fa25c6fa73b90abac9887478cf34 +SIZE (qlandkartegt-0.12.0.tar.gz) = 3446336 Property changes on: head/astro/qlandkartegt/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/qlandkartegt/files/patch-cmake-Modules-DefineInstallationPaths.cmake =================================================================== --- head/astro/qlandkartegt/files/patch-cmake-Modules-DefineInstallationPaths.cmake (nonexistent) +++ head/astro/qlandkartegt/files/patch-cmake-Modules-DefineInstallationPaths.cmake (revision 235519) @@ -0,0 +1,11 @@ +--- cmake/Modules/DefineInstallationPaths.cmake.orig 2009-06-01 22:54:55.000000000 +0300 ++++ cmake/Modules/DefineInstallationPaths.cmake 2009-06-01 22:59:02.000000000 +0300 +@@ -101,7 +101,7 @@ + FORCE + ) + SET(MAN_INSTALL_DIR +- "${SHARE_INSTALL_PREFIX}/man" ++ "${CMAKE_INSTALL_PREFIX}/man" + CACHE PATH "The ${_APPLICATION_NAME} man install dir (default prefix/man)" + FORCE + ) Property changes on: head/astro/qlandkartegt/files/patch-cmake-Modules-DefineInstallationPaths.cmake ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/qlandkartegt/files/patch-cmakelists-out_of_source_build.cmake =================================================================== --- head/astro/qlandkartegt/files/patch-cmakelists-out_of_source_build.cmake (nonexistent) +++ head/astro/qlandkartegt/files/patch-cmakelists-out_of_source_build.cmake (revision 235519) @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2009-05-06 23:24:23.000000000 +0300 ++++ CMakeLists.txt 2009-05-06 23:24:46.000000000 +0300 +@@ -25,10 +25,6 @@ + include(DefineOptions.cmake) + include(CPackConfig.cmake) + +-# disallow in-source build +-include(MacroEnsureOutOfSourceBuild) +-macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.") +- + # config.h generation + include(ConfigureChecks.cmake) + configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) Property changes on: head/astro/qlandkartegt/files/patch-cmakelists-out_of_source_build.cmake ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/qlandkartegt/pkg-descr =================================================================== --- head/astro/qlandkartegt/pkg-descr (nonexistent) +++ head/astro/qlandkartegt/pkg-descr (revision 235519) @@ -0,0 +1,18 @@ +QLandkarte GT is the ultimate outdoor aficionado's tool. It supports GPS maps in +GeoTiff format as well as Garmin's img vector map format. Additional it is the +PC side front end to QLandkarte M, a moving map application for mobile devices. +And it fills the gap Garmin leaves in refusing to support Linux. QLandkarte GT +is the proof that writing portable applications for Unix, Windows and OSX is +feasible with a minimum of overhead. No excuses! + +QLandkarte GT does replace the original QLandkarte with a much more flexible +architecture. It's not limited to a map format or device. Thus if you think your +Magellan GPS or other should be supported, join the team. + +Additionally it is a front end to the GDAL tools, to make georeferencing scanned +maps feasible for the normal user. Compared to similar tools like QGis, it's +target users are more on the consumer side than on the scientific one. +QLandkarte GT might not let you select every possible feature of the GDAL tools, +but it will simplify their use to the demands of most users. + +WWW: http://www.qlandkarte.org/ Property changes on: head/astro/qlandkartegt/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/qlandkartegt/pkg-plist =================================================================== --- head/astro/qlandkartegt/pkg-plist (nonexistent) +++ head/astro/qlandkartegt/pkg-plist (revision 235519) @@ -0,0 +1,10 @@ +bin/qlandkartegt +share/applications/qlandkartegt.desktop +share/pixmaps/qlandkartegt.png +%%DATADIR%%/translations/qlandkartegt_de_DE.qm +%%DATADIR%%/translations/qlandkartegt_fr_FR.qm +%%DATADIR%%/translations/qlandkartegt_it_IT.qm +%%DATADIR%%/translations/qlandkartegt_ru_RU.qm +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% +@dirrmtry share/applications Property changes on: head/astro/qlandkartegt/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property