From owner-svn-ports-head@freebsd.org Thu Oct 18 19:33:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC45F7116A; Thu, 18 Oct 2018 19:33:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A11A47A293; Thu, 18 Oct 2018 19:33:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C05B2448B; Thu, 18 Oct 2018 19:33:25 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9IJXPEg073918; Thu, 18 Oct 2018 19:33:25 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9IJXPKm073915; Thu, 18 Oct 2018 19:33:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810181933.w9IJXPKm073915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 18 Oct 2018 19:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482357 - head/astro/gpstk X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/astro/gpstk X-SVN-Commit-Revision: 482357 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 19:33:26 -0000 Author: swills Date: Thu Oct 18 19:33:24 2018 New Revision: 482357 URL: https://svnweb.freebsd.org/changeset/ports/482357 Log: astro/gpstk: Update to 2.10.6 PR: 232365 Submitted by: Nathan Modified: head/astro/gpstk/Makefile (contents, props changed) head/astro/gpstk/distinfo (contents, props changed) head/astro/gpstk/pkg-plist (contents, props changed) Modified: head/astro/gpstk/Makefile ============================================================================== --- head/astro/gpstk/Makefile Thu Oct 18 19:11:41 2018 (r482356) +++ head/astro/gpstk/Makefile Thu Oct 18 19:33:24 2018 (r482357) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= gpstk -PORTVERSION= 2.10 +PORTVERSION= 2.10.6 DISTVERSIONPREFIX= v CATEGORIES= astro devel MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for developing GPS applications -LICENSE= LGPL3 +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi USES= cmake:outsource USE_LDCONFIG= yes @@ -17,5 +18,19 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= SGL-UT GH_PROJECT= GPSTk + +DOCS= *.md +EXAMPLES= * + +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_SUB= yes + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/astro/gpstk/distinfo ============================================================================== --- head/astro/gpstk/distinfo Thu Oct 18 19:11:41 2018 (r482356) +++ head/astro/gpstk/distinfo Thu Oct 18 19:33:24 2018 (r482357) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509793047 -SHA256 (SGL-UT-GPSTk-v2.10_GH0.tar.gz) = 75aa04137b17b90a116700431b4170d0d423dca32374b4effbcfebe7b1c06017 -SIZE (SGL-UT-GPSTk-v2.10_GH0.tar.gz) = 123291552 +TIMESTAMP = 1539773681 +SHA256 (SGL-UT-GPSTk-v2.10.6_GH0.tar.gz) = 29a9deec5389da60f5dcac297fc813638206ec6cb949370bb15d61a6654abf64 +SIZE (SGL-UT-GPSTk-v2.10.6_GH0.tar.gz) = 123324592 Modified: head/astro/gpstk/pkg-plist ============================================================================== --- head/astro/gpstk/pkg-plist Thu Oct 18 19:11:41 2018 (r482356) +++ head/astro/gpstk/pkg-plist Thu Oct 18 19:33:24 2018 (r482357) @@ -84,6 +84,7 @@ include/gpstk/GPSWeekZcount.hpp include/gpstk/GPSZcount.hpp include/gpstk/GPS_URA.hpp include/gpstk/GalEphemeris.hpp +include/gpstk/GalileoEllipsoid.hpp include/gpstk/GloEphemeris.hpp include/gpstk/GloEphemerisStore.hpp include/gpstk/GlobalTropModel.hpp @@ -100,6 +101,7 @@ include/gpstk/LNavCrossSourceFilter.hpp include/gpstk/LNavEmptyFilter.hpp include/gpstk/LNavEphMaker.hpp include/gpstk/LNavFilterData.hpp +include/gpstk/LNavOrderFilter.hpp include/gpstk/LNavParityFilter.hpp include/gpstk/LNavTLMHOWFilter.hpp include/gpstk/LinearClockModel.hpp @@ -122,6 +124,7 @@ include/gpstk/NavFilter.hpp include/gpstk/NavFilterKey.hpp include/gpstk/NavFilterMgr.hpp include/gpstk/NavID.hpp +include/gpstk/NavOrderFilter.hpp include/gpstk/NeillTropModel.hpp include/gpstk/ORDEpoch.hpp include/gpstk/ObsClockModel.hpp @@ -210,6 +213,7 @@ include/gpstk/TabularSatStore.hpp include/gpstk/TestUtil.hpp include/gpstk/TimeConstants.hpp include/gpstk/TimeConverters.hpp +include/gpstk/TimeCorrection.hpp include/gpstk/TimeRange.hpp include/gpstk/TimeString.hpp include/gpstk/TimeSystem.hpp @@ -235,14 +239,91 @@ include/gpstk/convhelp.hpp include/gpstk/expandtilde.hpp include/gpstk/gps_constants.hpp include/gpstk/gpstkplatform.h -include/gpstk/msecHandler.hpp include/gpstk/logstream.hpp +include/gpstk/msecHandler.hpp +include/gpstk/ord.hpp include/gpstk/singleton.hpp include/gpstk/stl_helpers.hpp lib/libgpstk.so lib/libgpstk.so.2.10 -lib/libgpstk.so.2.10.0 +lib/libgpstk.so.2.10.6 share/cmake/GPSTK/GPSTKConfig.cmake share/cmake/GPSTK/GPSTKConfigVersion.cmake share/cmake/GPSTK/GPSTKTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/GPSTK/GPSTKTargets.cmake +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER.md +%%PORTDOCS%%%%DOCSDIR%%/COPYING.md +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md +%%PORTDOCS%%%%DOCSDIR%%/DOCUMENTATION.md +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/PYTHON.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/RELNOTES.md +%%PORTDOCS%%%%DOCSDIR%%/TESTING.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE405.EPH +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OCEAN-GOT00.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PRN_GPS +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acor1480.08o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areq015o.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bahr1620.04m +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bahr1620.04n +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bahr1620.04o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bell0300.02o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bell030a.02o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bogt015o.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brdc0300.02n +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coco2370.04o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cro1015o.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebre015x.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebre0300.02o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebre030a.02o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evaconf.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example1.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example10.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example11.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example12.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example13.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example14.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example15.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example16.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example17.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example18.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example2.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example3.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example4.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example5.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example6.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example7.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example8.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example9.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glps015o.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs05.atx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs12851.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs12852.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs12853.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs13354.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs13355.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs13356.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs14811.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs14812.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs14813.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs15665.sp3 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/igs_01.atx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kennedy-PLAN-EBRE.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kour015o.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/madr1480.08o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/navfilterex-pseudo-container.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/navfilterex-pseudo-inherit.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/navfilterex-pseudo.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/navfilterex.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onsa2240.05o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/plan015x.10o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popconf.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pppconf.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoa1480.08o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sfer1480.08o +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tlse1480.08o