aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry
Commit message (Collapse)AuthorAgeFilesLines
* 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/astrometry: Update to 0.91Rainer Hurling2022-08-135-13/+17
| | | | | | | | | | Miscellaneous minor changes, most notably removing calls to deprecated functionality in numpy that was finally removed in their recent 1.23 release. Changelog: https://github.com/dstndstn/astrometry.net/releases/tag/0.91 Reported by: portscout, Repology
* 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
* math/py-numpy: Update to 1.23.0Wen Heping2022-07-062-2/+1
| | | | | | PR: 264837 Reported by: wen@ Exp-run by: antoine@
* astro/astrometry: Put python into versioned dirRainer Hurling2022-07-032-68/+99
| | | | | | | | | | | | | | | | | | The Python files and libraries were incorrectly installed under lib/python instead of lib/python3.x and were therefore not version specific. This was corrected by using PYTHON_LIBDIR. While here, doing some more corrections: - Use PY_BASE_INSTALL_DIR for PYTHON_LIBDIR - Move DATA_INSTALL_DIR into MAKE_ENV - Strip bin and lib files - Remove PORTDOCS and PORTEXAMPLES entries - Pet portclippy - Update pkg-plist - Bump PORTREVISION MFH: 2022Q3
* astro/cfitsio: Update to 4.0.0Po-Chuan Hsieh2022-02-281-0/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
* astro/astrometry: Update to 0.89Rainer Hurling2022-01-272-4/+4
| | | | | | | | | Fixes build error on 32-bit platforms. Changelog: https://github.com/dstndstn/astrometry.net/compare/0.88...0.89 Reported by: pkg-fallout MFH: 2022Q1
* astro/astrometry: Update to 0.88Rainer Hurling2022-01-153-6/+6
| | | | | | Changelog: https://github.com/dstndstn/astrometry.net/releases/tag/0.88 Reported by: portscout, Repology
* Fix CONFLICTS entries in archivers, astro, audioStefan Eßer2022-01-131-0/+3
| | | | | | | | | | | | | | Fix conflicts entries based on a script that searches for duplicate files installed by several ports. Some patters seem to make ports conflict with themselves, but this is actually not the case due to the check-*-conflicts logic implemented in bsd.port.mk, which excludes self-conflicts. PHP based ports have been ignored in this commit as requested by the committers currently working on the php-8.1 import. Approved by: portmgr (implicit)
* math/gsl: bump portrevision of consumers after update to 2.7.1Tobias C. Berner2022-01-121-1/+1
| | | | PR: 260201
* astro/wcslib: Update to 7.7Danilo Egea Gondolfo2021-09-211-1/+1
| | | | Drop maintainership.
* math/gsl: update to 2.7Tobias C. Berner2021-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
* astro/astrometry: Update to 0.85Rainer Hurling2021-05-127-111/+65
| | | | | | | | | Python dependent scripts and apps like 'solve-field' work again. Cause was missing dependency astro/py-astropy (pyfits). Changelog: https://github.com/dstndstn/astrometry.net/releases/tag/0.85 Reported by: Repology
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for astro/cfitsio shlib changeSunpoet Po-Chuan Hsieh2021-01-261-1/+1
| | | | Notes: svn path=/head/; revision=562668
* astro/astrometry: fix packaging with py38 (PYTHON_EXT_SUFFIX)Dima Panov2021-01-241-4/+4
| | | | | | | | | PR: 252057 (related) Approved by: portmgr (blanket: build fix) MFH: 2021Q1 Notes: svn path=/head/; revision=562517
* Change the maintainer entry in rhurlin's portsRainer Hurling2020-09-101-1/+1
| | | | | | | | | | After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26398 Notes: svn path=/head/; revision=548221
* astro/astrometry: switch maintainer and improve port a bitTobias C. Berner2020-07-054-295/+335
| | | | | | | | | | | | | | | | | | - Give maintainership to Rainer Hurling - New LIB_DEPENDS for math/gsl and astro/wcslib - Add USES=localbase - Change USE_LDCONFIG from path to 'yes' - Make man pages usable - Move bin, libs, data to standard places - Initial hints for automatic 'index' downloads - Adapt pkg-message - Update pkg-plist PR: 246007 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=541286
* astro/astrometry: update to 0.80Fernando Apesteguía2020-04-283-10/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=533236
* Unmark these ports broken on aarch64.Mark Linimon2019-11-081-1/+0
| | | | | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=517029
* Amend the patch to ensure that all installed shared objects are properlyAlexey Dokuchaev2019-10-171-2/+13
| | | | | | | stripped when needed (should've been part of r514340). Notes: svn path=/head/; revision=514656
* - Update `astro/astrometry' to version 0.78, unbreak, and undeprecateAlexey Dokuchaev2019-10-1210-81/+146
| | | | | | | | | | | | - Relax Python dependency: any version should be supported now - In MASTER_SITES and WWW line, remove bogus `www' prefix which breaks distfile downloads and website access - GC no longer useful (and actually no-op) `post-patch' target - Patch the makefiles to use BSD_INSTALL_* macros when needed instead of mass-stripping in the `post-install' target recipe Notes: svn path=/head/; revision=514340
* Deprecate a few portsAntoine Brodin2019-09-151-0/+2
| | | | Notes: svn path=/head/; revision=512125
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508834
* Mark BROKEN: unfetchableAntoine Brodin2019-08-031-0/+1
| | | | Notes: svn path=/head/; revision=507958
* Update to 3.47Sunpoet Po-Chuan Hsieh2019-07-271-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt Notes: svn path=/head/; revision=507401
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* astro/astrometry: Remove a source of non-reproducibalityTobias Kortkamp2019-01-302-1/+11
| | | | | | | | | | | | uname -a generates non-deterministic output on some hosts. It's used when generating report.txt which is just documentation, so just don't call it. PR: 223662 Reported by: Michael Kotlyar <mdk369@nyu.edu> Notes: svn path=/head/; revision=491605
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Mark as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-06-211-1/+5
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473009
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456050
* Fix build on 12.0-CURRENTTobias Kortkamp2017-06-301-3/+3
| | | | | | | | | | | | | | | | | | | | Exclude util/c.py (a symlink to util/util.py) from SHEBANG_FILES. The build currently fails in the patch phase with: sed: util/c.py: in-place editing only works for regular files This seems to be caused by base r313277. While here also simplify RUN_DEPENDS. PR: 219982 Reported by: antoine, pkg-fallout Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11242 Notes: svn path=/head/; revision=444759
* - Fix shebangsDmitry Marakasov2017-04-211-1/+3
| | | | Notes: svn path=/head/; revision=439060
* astro/astronomy: Fix DF buildJohn Marino2016-12-172-0/+12
| | | | Notes: svn path=/head/; revision=428804
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-14/+14
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Update to 0.65Carlo Strub2016-04-233-21/+48
| | | | Notes: svn path=/head/; revision=413876
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Reassign to the heap, on maintainer's requestFrederic Culot2016-03-301-1/+1
| | | | Notes: svn path=/head/; revision=412175
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Define LICENSE (GPLv2), specify path in USE_LDCONFIG as neededAlexey Dokuchaev2015-01-251-6/+9
| | | | | | | | | | - Transfer maintainership to the submitter and bump port revision - Wrap overly long lines and beautify them while I'm here again PR: 197038 Notes: svn path=/head/; revision=377896
* - Update to version 0.50Alexey Dokuchaev2015-01-244-23/+45
| | | | | | | - Improve COMMENT and port description Notes: svn path=/head/; revision=377800
* Canonicalize some dependencies on numpyAntoine Brodin2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377743
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Fix config pointing into stagedirDmitry Marakasov2014-11-212-1/+10
| | | | | | | | - Strip binaries - Add empty dir to plist Notes: svn path=/head/; revision=372989
* Cleanup plistBaptiste Daroussin2014-10-191-17/+0
| | | | Notes: svn path=/head/; revision=371223
* - Convert ports from accessibility/, archivers/ and astro/ to newMarcus von Appen2014-10-181-2/+1
| | | | | | | | | | USES=python Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=371096
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888