View | Details | Raw Unified | Return to bug 202441
Collapse All | Expand All

(-)head/astro/geographiclib/Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	geographiclib
4
PORTNAME=	geographiclib
5
PORTVERSION=	1.42
5
PORTVERSION=	1.44
6
CATEGORIES=	astro
6
CATEGORIES=	astro
7
MASTER_SITES=	SF/geographiclib/distrib\
7
MASTER_SITES=	SF/geographiclib/distrib\
8
		SF/geographiclib:geoids,gravity,magnetic
8
		SF/geographiclib:geoids,gravity,magnetic
Lines 22-27 Link Here
22
WRKSRC=		${WRKDIR}/${DISTNAME}
22
WRKSRC=		${WRKDIR}/${DISTNAME}
23
NO_WRKSUBDIR=	yes
23
NO_WRKSUBDIR=	yes
24
PORTDOCS=	*
24
PORTDOCS=	*
25
FETCH_ENV+=	HTTP_REFERER=
25
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
26
MAKE_ARGS+=	geographiclib_data=${DATADIR:Q}
27
MAKE_ARGS+=	geographiclib_data=${DATADIR:Q}
27
MAKE_ARGS+=	pythondir=${PYTHON_SITELIBDIR}/geographiclib
28
MAKE_ARGS+=	pythondir=${PYTHON_SITELIBDIR}/geographiclib
Lines 44-50 Link Here
44
GEOID_NAMES:=		egm84-30 egm84-15 egm96-15 egm96-5\
45
GEOID_NAMES:=		egm84-30 egm84-15 egm96-15 egm96-5\
45
			egm2008-5 egm2008-2_5 egm2008-1
46
			egm2008-5 egm2008-2_5 egm2008-1
46
GRAVITY_NAMES:=		egm84 egm96 egm2008 wgs84 grs80
47
GRAVITY_NAMES:=		egm84 egm96 egm2008 wgs84 grs80
47
MAGNETIC_NAMES:=	wmm2010 wmm2015 igrf11 igrf12 emm2010
48
MAGNETIC_NAMES:=	wmm2010 wmm2015 igrf11 igrf12 emm2010 emm2015
48
49
49
.for n in ${GEOID_NAMES}
50
.for n in ${GEOID_NAMES}
50
GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC=		Install ${n} geoid dataset
51
GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC=		Install ${n} geoid dataset
(-)head/astro/geographiclib/distinfo (-2 / +4 lines)
Lines 1-5 Link Here
1
SHA256 (GeographicLib/GeographicLib-1.42.tar.gz) = 10b997a526e75a1a4dc0eb62159d294afaab2e7a900eaa721511becbc868ae09
1
SHA256 (GeographicLib/GeographicLib-1.44.tar.gz) = f0423318fb30959632f403935827e06856737cf4621695ecc27fa9c251db9d37
2
SIZE (GeographicLib/GeographicLib-1.42.tar.gz) = 2050213
2
SIZE (GeographicLib/GeographicLib-1.44.tar.gz) = 2089179
3
SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e
3
SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e
4
SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 416481
4
SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 416481
5
SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c
5
SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c
Lines 34-36 Link Here
34
SIZE (GeographicLib/magnetic-distrib/igrf12.tar.bz2) = 6640
34
SIZE (GeographicLib/magnetic-distrib/igrf12.tar.bz2) = 6640
35
SHA256 (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = aa8782fddb505d8dc24e3dd26784712c1b1848227e23cdcb4e4f2d3ed49d9e14
35
SHA256 (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = aa8782fddb505d8dc24e3dd26784712c1b1848227e23cdcb4e4f2d3ed49d9e14
36
SIZE (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = 3627692
36
SIZE (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = 3627692
37
SHA256 (GeographicLib/magnetic-distrib/emm2015.tar.bz2) = 8e71a9704c5f2714bb65581df68e30f0d84d0ad17286d00efb782e7232334c3f
38
SIZE (GeographicLib/magnetic-distrib/emm2015.tar.bz2) = 659405
(-)head/astro/geographiclib/pkg-plist (-2 / +8 lines)
Lines 19-24 Link Here
19
include/GeographicLib/DMS.hpp
19
include/GeographicLib/DMS.hpp
20
include/GeographicLib/Ellipsoid.hpp
20
include/GeographicLib/Ellipsoid.hpp
21
include/GeographicLib/EllipticFunction.hpp
21
include/GeographicLib/EllipticFunction.hpp
22
include/GeographicLib/GARS.hpp
22
include/GeographicLib/GeoCoords.hpp
23
include/GeographicLib/GeoCoords.hpp
23
include/GeographicLib/Geocentric.hpp
24
include/GeographicLib/Geocentric.hpp
24
include/GeographicLib/Geodesic.hpp
25
include/GeographicLib/Geodesic.hpp
Lines 27-32 Link Here
27
include/GeographicLib/GeodesicLineExact.hpp
28
include/GeographicLib/GeodesicLineExact.hpp
28
include/GeographicLib/Geohash.hpp
29
include/GeographicLib/Geohash.hpp
29
include/GeographicLib/Geoid.hpp
30
include/GeographicLib/Geoid.hpp
31
include/GeographicLib/Georef.hpp
30
include/GeographicLib/Gnomonic.hpp
32
include/GeographicLib/Gnomonic.hpp
31
include/GeographicLib/GravityCircle.hpp
33
include/GeographicLib/GravityCircle.hpp
32
include/GeographicLib/GravityModel.hpp
34
include/GeographicLib/GravityModel.hpp
Lines 52-58 Link Here
52
lib/libGeographic.a
54
lib/libGeographic.a
53
lib/libGeographic.so
55
lib/libGeographic.so
54
lib/libGeographic.so.14
56
lib/libGeographic.so.14
55
lib/libGeographic.so.14.0.3
57
lib/libGeographic.so.14.2.0
56
%%PYTHON_SITELIBDIR%%/geographiclib/__init__.py
58
%%PYTHON_SITELIBDIR%%/geographiclib/__init__.py
57
%%PYTHON_SITELIBDIR%%/geographiclib/accumulator.py
59
%%PYTHON_SITELIBDIR%%/geographiclib/accumulator.py
58
%%PYTHON_SITELIBDIR%%/geographiclib/constants.py
60
%%PYTHON_SITELIBDIR%%/geographiclib/constants.py
Lines 112-117 Link Here
112
%%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm.cof
114
%%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm.cof
113
%%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm
115
%%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm
114
%%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm.cof
116
%%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm.cof
117
%%MAGNETIC_EMM2015%%%%DATADIR%%/magnetic/emm2015.wmm
118
%%MAGNETIC_EMM2015%%%%DATADIR%%/magnetic/emm2015.wmm.cof
115
%%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm
119
%%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm
116
%%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm.cof
120
%%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm.cof
117
%%MAGNETIC_IGRF12%%%%DATADIR%%/magnetic/igrf12.wmm
121
%%MAGNETIC_IGRF12%%%%DATADIR%%/magnetic/igrf12.wmm
Lines 181-187 Link Here
181
share/matlab/geographiclib/private/A3f.m
185
share/matlab/geographiclib/private/A3f.m
182
share/matlab/geographiclib/private/AngDiff.m
186
share/matlab/geographiclib/private/AngDiff.m
183
share/matlab/geographiclib/private/AngNormalize.m
187
share/matlab/geographiclib/private/AngNormalize.m
184
share/matlab/geographiclib/private/AngNormalize2.m
185
share/matlab/geographiclib/private/AngRound.m
188
share/matlab/geographiclib/private/AngRound.m
186
share/matlab/geographiclib/private/C1f.m
189
share/matlab/geographiclib/private/C1f.m
187
share/matlab/geographiclib/private/C1pf.m
190
share/matlab/geographiclib/private/C1pf.m
Lines 192-198 Link Here
192
share/matlab/geographiclib/private/C4f.m
195
share/matlab/geographiclib/private/C4f.m
193
share/matlab/geographiclib/private/G4coeff.m
196
share/matlab/geographiclib/private/G4coeff.m
194
share/matlab/geographiclib/private/GeoRotation.m
197
share/matlab/geographiclib/private/GeoRotation.m
198
share/matlab/geographiclib/private/LatFix.m
195
share/matlab/geographiclib/private/SinCosSeries.m
199
share/matlab/geographiclib/private/SinCosSeries.m
200
share/matlab/geographiclib/private/atan2dx.m
196
share/matlab/geographiclib/private/cbrtx.m
201
share/matlab/geographiclib/private/cbrtx.m
197
share/matlab/geographiclib/private/cvmgt.m
202
share/matlab/geographiclib/private/cvmgt.m
198
share/matlab/geographiclib/private/eatanhe.m
203
share/matlab/geographiclib/private/eatanhe.m
Lines 199-204 Link Here
199
share/matlab/geographiclib/private/geoid_file.m
204
share/matlab/geographiclib/private/geoid_file.m
200
share/matlab/geographiclib/private/geoid_load_file.m
205
share/matlab/geographiclib/private/geoid_load_file.m
201
share/matlab/geographiclib/private/norm2.m
206
share/matlab/geographiclib/private/norm2.m
207
share/matlab/geographiclib/private/sincosdx.m
202
share/matlab/geographiclib/private/sumx.m
208
share/matlab/geographiclib/private/sumx.m
203
share/matlab/geographiclib/private/swap.m
209
share/matlab/geographiclib/private/swap.m
204
share/matlab/geographiclib/private/tauf.m
210
share/matlab/geographiclib/private/tauf.m

Return to bug 202441