FreeBSD Bugzilla – Attachment 160028 Details for
Bug 202441
[MAINTAINER UPDATE] [PATCH] astro/geographiclib: update to 1.44
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for astro/geographiclib
patch-GeographicLib-1.44.diff (text/plain), 4.90 KB, created by
Tatsuki Makino
on 2015-08-19 09:47:28 UTC
(
hide
)
Description:
patch for astro/geographiclib
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2015-08-19 09:47:28 UTC
Size:
4.90 KB
patch
obsolete
>Index: head/astro/geographiclib/Makefile >=================================================================== >--- head/astro/geographiclib/Makefile (revision 390530) >+++ head/astro/geographiclib/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= geographiclib >-PORTVERSION= 1.42 >+PORTVERSION= 1.44 > CATEGORIES= astro > MASTER_SITES= SF/geographiclib/distrib\ > SF/geographiclib:geoids,gravity,magnetic >@@ -22,6 +22,7 @@ > WRKSRC= ${WRKDIR}/${DISTNAME} > NO_WRKSUBDIR= yes > PORTDOCS= * >+FETCH_ENV+= HTTP_REFERER= > GNU_CONFIGURE= yes > MAKE_ARGS+= geographiclib_data=${DATADIR:Q} > MAKE_ARGS+= pythondir=${PYTHON_SITELIBDIR}/geographiclib >@@ -44,7 +45,7 @@ > GEOID_NAMES:= egm84-30 egm84-15 egm96-15 egm96-5\ > egm2008-5 egm2008-2_5 egm2008-1 > GRAVITY_NAMES:= egm84 egm96 egm2008 wgs84 grs80 >-MAGNETIC_NAMES:= wmm2010 wmm2015 igrf11 igrf12 emm2010 >+MAGNETIC_NAMES:= wmm2010 wmm2015 igrf11 igrf12 emm2010 emm2015 > > .for n in ${GEOID_NAMES} > GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} geoid dataset >Index: head/astro/geographiclib/distinfo >=================================================================== >--- head/astro/geographiclib/distinfo (revision 390530) >+++ head/astro/geographiclib/distinfo (working copy) >@@ -1,5 +1,5 @@ >-SHA256 (GeographicLib/GeographicLib-1.42.tar.gz) = 10b997a526e75a1a4dc0eb62159d294afaab2e7a900eaa721511becbc868ae09 >-SIZE (GeographicLib/GeographicLib-1.42.tar.gz) = 2050213 >+SHA256 (GeographicLib/GeographicLib-1.44.tar.gz) = f0423318fb30959632f403935827e06856737cf4621695ecc27fa9c251db9d37 >+SIZE (GeographicLib/GeographicLib-1.44.tar.gz) = 2089179 > SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e > SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 416481 > SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c >@@ -34,3 +34,5 @@ > SIZE (GeographicLib/magnetic-distrib/igrf12.tar.bz2) = 6640 > SHA256 (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = aa8782fddb505d8dc24e3dd26784712c1b1848227e23cdcb4e4f2d3ed49d9e14 > SIZE (GeographicLib/magnetic-distrib/emm2010.tar.bz2) = 3627692 >+SHA256 (GeographicLib/magnetic-distrib/emm2015.tar.bz2) = 8e71a9704c5f2714bb65581df68e30f0d84d0ad17286d00efb782e7232334c3f >+SIZE (GeographicLib/magnetic-distrib/emm2015.tar.bz2) = 659405 >Index: head/astro/geographiclib/pkg-plist >=================================================================== >--- head/astro/geographiclib/pkg-plist (revision 390530) >+++ head/astro/geographiclib/pkg-plist (working copy) >@@ -19,6 +19,7 @@ > include/GeographicLib/DMS.hpp > include/GeographicLib/Ellipsoid.hpp > include/GeographicLib/EllipticFunction.hpp >+include/GeographicLib/GARS.hpp > include/GeographicLib/GeoCoords.hpp > include/GeographicLib/Geocentric.hpp > include/GeographicLib/Geodesic.hpp >@@ -27,6 +28,7 @@ > include/GeographicLib/GeodesicLineExact.hpp > include/GeographicLib/Geohash.hpp > include/GeographicLib/Geoid.hpp >+include/GeographicLib/Georef.hpp > include/GeographicLib/Gnomonic.hpp > include/GeographicLib/GravityCircle.hpp > include/GeographicLib/GravityModel.hpp >@@ -52,7 +54,7 @@ > lib/libGeographic.a > lib/libGeographic.so > lib/libGeographic.so.14 >-lib/libGeographic.so.14.0.3 >+lib/libGeographic.so.14.2.0 > %%PYTHON_SITELIBDIR%%/geographiclib/__init__.py > %%PYTHON_SITELIBDIR%%/geographiclib/accumulator.py > %%PYTHON_SITELIBDIR%%/geographiclib/constants.py >@@ -112,6 +114,8 @@ > %%GRAVITY_WGS84%%%%DATADIR%%/gravity/wgs84.egm.cof > %%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm > %%MAGNETIC_EMM2010%%%%DATADIR%%/magnetic/emm2010.wmm.cof >+%%MAGNETIC_EMM2015%%%%DATADIR%%/magnetic/emm2015.wmm >+%%MAGNETIC_EMM2015%%%%DATADIR%%/magnetic/emm2015.wmm.cof > %%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm > %%MAGNETIC_IGRF11%%%%DATADIR%%/magnetic/igrf11.wmm.cof > %%MAGNETIC_IGRF12%%%%DATADIR%%/magnetic/igrf12.wmm >@@ -181,7 +185,6 @@ > share/matlab/geographiclib/private/A3f.m > share/matlab/geographiclib/private/AngDiff.m > share/matlab/geographiclib/private/AngNormalize.m >-share/matlab/geographiclib/private/AngNormalize2.m > share/matlab/geographiclib/private/AngRound.m > share/matlab/geographiclib/private/C1f.m > share/matlab/geographiclib/private/C1pf.m >@@ -192,7 +195,9 @@ > share/matlab/geographiclib/private/C4f.m > share/matlab/geographiclib/private/G4coeff.m > share/matlab/geographiclib/private/GeoRotation.m >+share/matlab/geographiclib/private/LatFix.m > share/matlab/geographiclib/private/SinCosSeries.m >+share/matlab/geographiclib/private/atan2dx.m > share/matlab/geographiclib/private/cbrtx.m > share/matlab/geographiclib/private/cvmgt.m > share/matlab/geographiclib/private/eatanhe.m >@@ -199,6 +204,7 @@ > share/matlab/geographiclib/private/geoid_file.m > share/matlab/geographiclib/private/geoid_load_file.m > share/matlab/geographiclib/private/norm2.m >+share/matlab/geographiclib/private/sincosdx.m > share/matlab/geographiclib/private/sumx.m > share/matlab/geographiclib/private/swap.m > share/matlab/geographiclib/private/tauf.m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202441
: 160028 |
160029
|
160030