Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 400233) +++ head/astro/Makefile (revision 400234) @@ -1,131 +1,132 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += R-cran-maptools SUBDIR += aa SUBDIR += accrete SUBDIR += astrometry SUBDIR += boinc-astropulse SUBDIR += boinc-setiathome-v7 SUBDIR += celestia SUBDIR += celestia-gnome SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += dgpsip SUBDIR += ephem SUBDIR += fowsr SUBDIR += foxtrotgps SUBDIR += garmindev SUBDIR += geographiclib SUBDIR += gkrellmoon2 SUBDIR += gmapcatcher SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpsbabel14 SUBDIR += gpscorrelate SUBDIR += gpsd SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += gpsprune SUBDIR += gpstk SUBDIR += gpxloggerd SUBDIR += jday SUBDIR += josm SUBDIR += kstars SUBDIR += libgal SUBDIR += libkgeomap SUBDIR += libnova SUBDIR += libosmpbf SUBDIR += libroadnav SUBDIR += luna SUBDIR += marble SUBDIR += match SUBDIR += merkaartor SUBDIR += mkgmap SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall SUBDIR += openuniverse SUBDIR += osmium SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-Constants SUBDIR += p5-Astro-Coords SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-CFITSIO SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-Flux SUBDIR += p5-Astro-Hipparcos SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-PAL SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-Astro-Telescope SUBDIR += p5-Astro-WaveBand SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS SUBDIR += p5-GPS-Babel SUBDIR += p5-GPS-OID SUBDIR += p5-Geo-METAR SUBDIR += p5-Misc-Quality SUBDIR += p5-Starlink-AST SUBDIR += p5-Weather-Underground SUBDIR += p5-ZConf-Weather SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-RO SUBDIR += py-aipy SUBDIR += py-astLib SUBDIR += py-metar SUBDIR += py-pyfits SUBDIR += pyephem SUBDIR += pyweather SUBDIR += qlandkartegt + SUBDIR += qmapshack SUBDIR += readosm SUBDIR += rmap SUBDIR += roadmap SUBDIR += roadnav SUBDIR += routino SUBDIR += saoimage SUBDIR += sextractor SUBDIR += sky2000 SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += stellarium-qt4 SUBDIR += sunclock SUBDIR += swe SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking SUBDIR += wcslib SUBDIR += weather 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 += xtide SUBDIR += xworld .include Index: head/astro/qmapshack/Makefile =================================================================== --- head/astro/qmapshack/Makefile (nonexistent) +++ head/astro/qmapshack/Makefile (revision 400234) @@ -0,0 +1,20 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= qmapshack +PORTVERSION= 1.3.1 +CATEGORIES= astro +MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Ultimate outdoor aficionado's tool + +LICENSE= GPLv3 + +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ + libroutino.so:${PORTSDIR}/astro/routino + +USES= cmake desktop-file-utils +USE_QT5= buildtools linguisttools qmake script sql webkit widgets xml + +.include Property changes on: head/astro/qmapshack/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: head/astro/qmapshack/distinfo =================================================================== --- head/astro/qmapshack/distinfo (nonexistent) +++ head/astro/qmapshack/distinfo (revision 400234) @@ -0,0 +1,2 @@ +SHA256 (qmapshack-1.3.1.tar.gz) = 8f4bcb5454786d7f81681abe4f96cc8e3598f62219708d1efe4c94d19ab0dfea +SIZE (qmapshack-1.3.1.tar.gz) = 3758785 Property changes on: head/astro/qmapshack/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: head/astro/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake =================================================================== --- head/astro/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake (nonexistent) +++ head/astro/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake (revision 400234) @@ -0,0 +1,11 @@ +--- cmake/Modules/DefineInstallationPaths.cmake.orig 2015-05-22 16:29:44 UTC ++++ cmake/Modules/DefineInstallationPaths.cmake +@@ -101,7 +101,7 @@ if (UNIX) + 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/qmapshack/files/patch-cmake-Modules-DefineInstallationPaths.cmake ___________________________________________________________________ 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: head/astro/qmapshack/pkg-descr =================================================================== --- head/astro/qmapshack/pkg-descr (nonexistent) +++ head/astro/qmapshack/pkg-descr (revision 400234) @@ -0,0 +1,6 @@ +Use QMapShack to plan your next outdoor trip or to visualize and archive all the +GPS recordings of your past exciting adventures. QMapShack is the next +generation of the famous QLandkarte GT application. And of course it's even +better and easier to use. + +WWW: http://bitbucket.org/maproom/qmapshack Property changes on: head/astro/qmapshack/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: head/astro/qmapshack/pkg-plist =================================================================== --- head/astro/qmapshack/pkg-plist (nonexistent) +++ head/astro/qmapshack/pkg-plist (revision 400234) @@ -0,0 +1,8 @@ +bin/qmapshack +man/man1/qmapshack.1.gz +share/applications/qmapshack.desktop +share/pixmaps/QMapShack.png +%%DATADIR%%/translations/qmapshack_cs.qm +%%DATADIR%%/translations/qmapshack_de.qm +%%DATADIR%%/translations/qmapshack_es.qm +%%DATADIR%%/translations/qmapshack_fr.qm Property changes on: head/astro/qmapshack/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