summaryrefslogtreecommitdiff
path: root/astro/gpstk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* astro/gpstk: Fix build with llvm16Muhammad Moinur Rahman2023-07-261-5/+6
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* astro/gpstk: Fix build with llvm16Muhammad Moinur Rahman2023-07-261-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* astro: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp> * Alexander Leidinger * Alexey Dokuchaev <danfe@FreeBSD.org> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@tobez.org> * Anton Karpov <toxa@toxahost.ru> * Brion Moss <brion@queeg.com> * Bruce M Simpson <bms@FreeBSD.org> * Chris Piazza <cpiazza@FreeBSD.org> * Christian Brueffer <chris@unixpages.org> * David Wolfskill * Frank W. Josellis <frank@dynamical-systems.org> * Gea-Suan Lin <gslin@gslin.org> * Gleb Smirnoff <glebius@FreeBSD.org> * Hye-Shik Chang <perky@fallin.lv> * Jan Srzednicki <w@wrzask.pl> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeremy Shaffner <jeremy@external.org> * Keith Walker <kew@icehouse.net> * Kirill Ponomarew <ponomarew@oberon.net> * Kris Kennaway <kkennawa@physics.adelaide.edu.au> * Kris Kennaway <kris@FreeBSD.org * Laurent Courty * Loïc BARTOLETTI <lbartoletti@FreeBSD.org> * Lukas Maly <Iam@LukasMaly.NET> * Markus Brueffer <markus@FreeBSD.org> * Mathias Monnerville <mathias@monnerville.com> * Muhammad Moinur Rahman <bofh@FreeBSD.org> * Patrick Li <pat@FreeBSD.org> * Patrick Li <pat@databits.net> * Piero Serini <piero@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Simon Olofsson <simon@olofsson.de> * Slaven Rezic <slaven@rezic.de> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * Sébastien Santoro <dereckson@gmail.com> * TAKATSU Tomonari <tota@FreeBSD.org> * Tatsuki Makino <tatsuki_makino@hotmail.com> * Tony Maher <tonymaher@optusnet.com.au> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen Heping<wen@FreeBSD.org> * Will Andrews <andrews@technologist.com> * asami * chuck@pkix.net * crwhipp@gmail.com * darius@dons.net.au * db * erich@FreeBSD.org * freebsd-ports@henrik.synth.no * ijliao * nwhitehorn * pat * searle * thierry@pompo.net * torstenb * trevor * will With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* astro/gpstk: Update to 8.0.0Loïc Bartoletti2020-12-093-6/+30
| | | | Notes: svn path=/head/; revision=557377
* astro/gpstk: fix build on GCC architecturesPiotr Kubaj2020-05-141-1/+1
| | | | | | | | Use C++11 compiler: /wrkdirs/usr/ports/astro/gpstk/work/GPSTk-3.0.0/core/lib/GNSSEph/GloEphemerisStore.cpp:173: error: 'class gpstk::Xvt::HealthStatus' is not a class or namespace Notes: svn path=/head/; revision=535255
* astro/gpstk: Update to 3.0.0 and take Maintainer'shipLoïc Bartoletti2020-04-273-7/+10
| | | | | | | | | | | | Changelog: - https://github.com/SGL-UT/GPSTk/releases/tag/v3.0.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24412 Notes: svn path=/head/; revision=533155
* astro/gpstk: Update to 2.12Fernando Apesteguía2019-08-223-18/+7
| | | | | | | | | ChangeLog: https://github.com/SGL-UT/GPSTk/releases Reported by: portscout Notes: svn path=/head/; revision=509610
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* astro/gpstk: Update to 2.10.6Steve Wills2018-10-183-7/+103
| | | | | | | | PR: 232365 Submitted by: Nathan <ndowens@yahoo.com> Notes: svn path=/head/; revision=482357
* Update to 2.10.Vanilla I. Shu2017-11-043-200/+242
| | | | Notes: svn path=/head/; revision=453450
* astro/gpstk: drop unused dependenciesJan Beich2017-10-071-3/+2
| | | | | | | | | Reviewed by: pi MFH: 2017Q4 Differential Revision: https://reviews.freebsd.org/D12617 Notes: svn path=/head/; revision=451468
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Update astro/gpstk to 2.9 -- allows to be built with gcc6.Tobias C. Berner2017-08-017-342/+47
| | | | | | | | | * Switch to github (project has moved). PR: 219275 Notes: svn path=/head/; revision=447064
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* astro/gpstk: Fix patches and CMake buildKubilay Kocak2015-10-224-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the last commit to this port [1], that updated DISTFILES, patch errors were reported on pkg-fallout: patch: **** can't cd to /wrkdirs/usr/ports/astro/gpstk/work/dev: No such file or directory => Patch patch-ext__lib__FileDirProc__FileHunter.cpp failed to apply cleanly. *** Error code 1 This change replaces a WRKSRC override with a CMAKE_SOURCE_PATH variable to declare the source directory and regenerates patchfiles against the default WRKSRC. While I'm here: switch to USES=cmake:outsource to match the build instructions upstream [2] It was also noted during testing that this port builds with the base Clang c++ compiler and does not require USE_GCC. Upstream documentation requires only 'a modern, ANSI compliant C++ compiler' [3] [1] https://svnweb.freebsd.org/changeset/ports/399654 [2] http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix [3] http://www.gpstk.org/bin/view/Documentation/SystemRequirements PR: 201196 MFH: 2015Q4 Notes: svn path=/head/; revision=399952
* astro/gpstk: Fix fatal portlint(8) errorKubilay Kocak2015-10-191-1/+2
| | | | | | | | | | | Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint error. PR: 201196 MFH: 2015Q4 Notes: svn path=/head/; revision=399675
* astro/gpstk: Fix distinfo, Mark UnbrokenKubilay Kocak2015-10-192-3/+3
| | | | | | | | | | | | | | - Update distinfo - Add EXTRACT_AFTER_ARGS - Mark unbroken PR: 201196 Submitted by: John Hein <z7dr6ut7gs snkmail com Approved by: unmaintained (blanket) MFH: 2014Q4 Notes: svn path=/head/; revision=399654
* Mark as broken ports with bad distfilesBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383279
* astro/gpstk: 2.0 -> 2.5Kurt Jaeger2014-10-118-675/+482
| | | | | | | | | | | | | | http://www.gpstk.org/bin/view/Development/ReleaseNotes21 http://www.gpstk.org/bin/view/Development/ReleaseNotes22 http://www.gpstk.org/bin/view/Development/ReleaseNotes23 http://www.gpstk.org/bin/view/Development/ReleaseNotes24 http://www.gpstk.org/bin/view/Development/ReleaseNotes25 Switchover from build tool jam to cmake, with lots of restructuring of code. Notes: svn path=/head/; revision=370634
* - Stagify; unbreak the against ClangAlexey Dokuchaev2014-07-233-15/+46
| | | | | | | | | | | - Allow for parallel (-jX) builds - Cleanup Makefile while I'm at here - Augment port description, fix WWW N.b., there's version 2.4 available. Notes: svn path=/head/; revision=362621
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360923
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355278
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* remove USE_GCC=4.2+ all support freebsd version has it or better.Baptiste Daroussin2013-10-081-1/+0
| | | | Notes: svn path=/head/; revision=329836
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - update to 2.0Jason Helfman2012-07-193-33/+90
| | | | | | | | | PR: ports/169584 Changes: http://www.gpstk.org/bin/view/Development/ReleaseNotes20 Submitted by: maintainer, jhein@symmetricom.com Notes: svn path=/head/; revision=301139
* - Fix conflict & lib linksMichael Scheidell2012-06-293-2/+43
| | | | | | | | | | - Bump PORTREVISION PR: ports/168824 Submitted by: John Hein <jhein@symmetricom.com> (maintainer) Notes: svn path=/head/; revision=300224
* - Avoid unecessary dos2unix invocationsWen Heping2012-02-291-0/+1
| | | | | | | | PR: ports/165518 Submitted by: John Hein <jhein@symmetricom.com> (maintainer) Notes: svn path=/head/; revision=292404
* Update to 1.7Tilman Keskinoz2012-02-2713-192/+178
| | | | | | | | | | Pass maintainership to submitter PR: 165139 Submitted by: John Hein <jhein@symmetricom.com> Notes: svn path=/head/; revision=292316
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix build when alternate LOCALBASE used.Tim Bishop2010-09-141-1/+2
| | | | Notes: svn path=/head/; revision=261158
* - Fix insufficient buffer size for reading dual frequency NovaTel OEM4 range ↵Dmitry Marakasov2009-11-283-0/+35
| | | | | | | | | | data PR: 140855 Submitted by: IPS FreeBSD <freebsd@ips.gov.au> Notes: svn path=/head/; revision=244920
* - Update to 1.5Martin Wilke2009-05-234-113/+219
| | | | | | | | PR: 134621 Submitted by: Ports Fury Notes: svn path=/head/; revision=234441
* Drop maintainerships.Bruce M Simpson2009-04-211-1/+1
| | | | Notes: svn path=/head/; revision=232400
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Nuke old patchesBruce M Simpson2007-09-053-62/+0
| | | | | | | Nudged by: linimon Notes: svn path=/head/; revision=198792
* Update to release 1.3.Bruce M Simpson2007-08-243-168/+302
| | | | | | | | Submitted by: Ying-Chieh Liao PR: 115675 Notes: svn path=/head/; revision=198268
* Remove strict dependency on gcc version (USE_GCC=3.4+).Max Khon2007-01-116-1/+86
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=182115
* Mark as requiring gcc 3.4.x; 4.x is not supported by gpstk.Bruce M Simpson2007-01-101-2/+3
| | | | | | | Pass CC and CXX into Jam environment as appropriate. Notes: svn path=/head/; revision=182010
* Fix install target.Bruce M Simpson2007-01-022-5/+4
| | | | Notes: svn path=/head/; revision=181240
* BROKEN: Does not buildKris Kennaway2006-11-171-0/+2
| | | | Notes: svn path=/head/; revision=177419
* Fix include file installation.Bruce M Simpson2006-11-053-118/+128
| | | | Notes: svn path=/head/; revision=176453
* Mark gpstk as requiring gcc 3.4.x or greater.Bruce M Simpson2006-11-051-0/+1
| | | | Notes: svn path=/head/; revision=176452
* Add new port gpstk, the ARL GPS Toolkit; a software library for workingBruce M Simpson2006-11-0210-0/+313
with raw GPS data, NMEA feeds, ephemerii, etc. Requested by: Tom McHugh Notes: svn path=/head/; revision=176181