mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
astro/gpstk: Update to 2.10.6
PR: 232365 Submitted by: Nathan <ndowens@yahoo.com>
This commit is contained in:
parent
e02c33d4f3
commit
b1bc3ee6fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482357
3 changed files with 103 additions and 7 deletions
|
@ -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
|
||||
|
@ -18,4 +19,18 @@ 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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue