Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2015 09:44:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395409 - head/astro/geographiclib
Message-ID:  <201508270944.t7R9ia0R067164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 27 09:44:35 2015
New Revision: 395409
URL: https://svnweb.freebsd.org/changeset/ports/395409

Log:
  - Update to 1.44
  
  PR:		202441
  Submitted by:	tatsuki_makino@hotmail.com (maintainer)

Modified:
  head/astro/geographiclib/Makefile
  head/astro/geographiclib/distinfo
  head/astro/geographiclib/pkg-plist

Modified: head/astro/geographiclib/Makefile
==============================================================================
--- head/astro/geographiclib/Makefile	Thu Aug 27 09:10:11 2015	(r395408)
+++ head/astro/geographiclib/Makefile	Thu Aug 27 09:44:35 2015	(r395409)
@@ -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
@@ -18,10 +18,10 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:${PORTSDIR}/devel/autoconf-archive
 
 USES=		autoreconf gmake libtool python
-USE_GCC=	any
 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 +44,7 @@ PERL_CONFIGURE_ENV_OFF=	ac_cv_prog_POD2M
 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

Modified: head/astro/geographiclib/distinfo
==============================================================================
--- head/astro/geographiclib/distinfo	Thu Aug 27 09:10:11 2015	(r395408)
+++ head/astro/geographiclib/distinfo	Thu Aug 27 09:44:35 2015	(r395409)
@@ -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 @@ SHA256 (GeographicLib/magnetic-distrib/i
 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

Modified: head/astro/geographiclib/pkg-plist
==============================================================================
--- head/astro/geographiclib/pkg-plist	Thu Aug 27 09:10:11 2015	(r395408)
+++ head/astro/geographiclib/pkg-plist	Thu Aug 27 09:44:35 2015	(r395409)
@@ -19,6 +19,7 @@ include/GeographicLib/Constants.hpp
 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/GeodesicLine.hpp
 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 @@ include/GeographicLib/Utility.hpp
 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 @@ share/cmake/GeographicLib/FindGeographic
 %%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/A3coe
 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,13 +195,16 @@ share/matlab/geographiclib/private/C4coe
 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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508270944.t7R9ia0R067164>