1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Tatsuki Makino
24157ac412 astro/geographiclib: Update to 1.52
Changelog: https://sourceforge.net/p/geographiclib/news/2021/06/geographiclib-152-released-2021-06-22/

PR:		258175
2021-09-01 10:00:30 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rainer Hurling
5685fe1b7a astro/geographiclib: update to 1.51
- New installed default dataset (-igrf12, +igrf13).
- Added option to select precision of real number

Changelog: https://sourceforge.net/p/geographiclib/news/2020/11/geographiclib-151-released-2020-11-22-13/

PR:		251697
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D27525
2020-12-12 07:31:25 +00:00
Li-Wen Hsu
667b36b3c0 astro/geographiclib: Add IGRF-13 dataset
PR:		250445
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2020-10-22 16:54:06 +00:00
Yuri Victorovich
fd86967989 astro/geographiclib: Update 1.50 -> 1.50.1
PR:		244179
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2020-02-17 03:26:42 +00:00
Steve Wills
5bd970858e astro/geographiclib: update to 1.50
PR:		240852
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2019-09-27 13:15:25 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Kyle Evans
3424b81888 Update astro/geographiclib to 1.4.9
Highlights:
- Update from 1.4.6 to 1.4.9
- MAGNETIC_EMM2017 model addd
- Switched to CMake for build

head/tail usage must be patched to avoid use of --lines; work is in progress
to eventually grow this long-option alternative to -n so that such patching
isn't necessary at some point in the future.

PR:		218158
Approved by:	ak (ports), Tatsuki Makino (maintainer)
2018-02-03 15:42:08 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Raphael Kubo da Costa
68eede05dd Update to 1.46.
PR:		207238
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2016-02-16 12:55:21 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Dmitry Marakasov
c19baf495c - Update to 1.45
PR:		203631
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2015-10-15 14:57:01 +00:00
John Marino
3f973d6a9b astro/geographiclib: Rectify assignment mistake
I missed the unnecessary use of immediate evaluation assignment operators.
Let's fix that once and for all.
2015-08-27 12:22:45 +00:00
Dmitry Marakasov
238037ffa3 - Update to 1.44
PR:		202441
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2015-08-27 09:44:35 +00:00
Philip M. Gollucci
f9056403de Update astro/geographiclib 1.41 -> 1.42
- Convert to autoreconf
- note shared lib bump, but nothing to chase

Submitted by: tatsuki_makino@hotmail.com (maintainer)
2015-06-25 04:22:48 +00:00
Vanilla I. Shu
1410111753 Upgrade to 1.41.
PR:		198555
Submitted by:	maintainer
2015-03-13 13:03:48 +00:00
Pawel Pekala
e5dd768d86 Update to version 1.40
PR:		196413
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
2015-01-03 22:54:43 +00:00
Pawel Pekala
6ac24c08b5 - Update to version 1.39
- Add options for doxygen and perl generated documentation

PR:		195158
Submitted by:	maintainer
2014-12-06 16:58:12 +00:00
Pawel Pekala
9ccabfbcb8 - Update to version 1.38
- Add options for additional datasets

PR:		194235
Submitted by:	maintainer
2014-10-14 19:00:57 +00:00
Thomas Zander
9f903654e7 - Modernise pkg-plist
- Update handling of DATADIR
- Bump PORTREVISION

PR:		193968
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
2014-10-03 13:12:39 +00:00
John Marino
d06bee9773 Add new port astro/geographic lib
PR:		187280
Submitted by:	Tatsuki Makino

GeographicLib is a small set of C++ classes for performing conversions
between geographic, UTM, UPS, MGRS, geocentric, and local cartesian
coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic
field (e.g., WMM2010) calculations, and for solving geodesic problems.

The library may be used from .NET applications using the NETGeographicLib
wrapper library.  It is a suitable replacement for the core functionality
provided by geotrans.
2014-08-30 21:32:04 +00:00