aboutsummaryrefslogtreecommitdiff
path: root/astro/astrometry/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-121-12/+20
| | | | | | | | | 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
* 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-051-8/+31
| | | | | | | | | | | | | | | | | | - 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-281-2/+2
| | | | | | | 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
* - Update `astro/astrometry' to version 0.78, unbreak, and undeprecateAlexey Dokuchaev2019-10-121-21/+6
| | | | | | | | | | | | - 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
* 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-301-1/+1
| | | | | | | | | | | | 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-171-0/+1
| | | | Notes: svn path=/head/; revision=428804
* Update to 0.65Carlo Strub2016-04-231-2/+1
| | | | 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-241-3/+3
| | | | | | | - 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-211-1/+9
| | | | | | | | - Strip binaries - Add empty dir to plist Notes: svn path=/head/; revision=372989
* - 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
* - Update to version 0.46, stagify, and cleanup the portAlexey Dokuchaev2014-07-221-26/+16
| | | | | | | | | - Remove old BROKEN statement; builds fine on PowerPC at least (it was marked broken on sparc64 almost 5 years ago due to stdlib.h vs. malloc.h conflict, which no longer seems to be the issue) Notes: svn path=/head/; revision=362535
* 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
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | | | LIB_DEPENDS in astro With hat: portmgr Notes: svn path=/head/; revision=336154
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-081-0/+4
| | | | | | | | | dependency Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=335878
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-1/+1
| | | | | | | Obtained from: portmgr (bapt) Notes: svn path=/head/; revision=326705
* Convert astro to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | While here: - Trim headers - Use shebangfix when needed - Convert to new perl5 world Notes: svn path=/head/; revision=325648
* Mark as broken on powerpc (and presumably ia64) as well as sparc64.Mark Linimon2012-09-081-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303865
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-7/+2
| | | | Notes: svn path=/head/; revision=285170
* - Move over to python2.5 or higherMartin Wilke2011-02-241-1/+2
| | | | | | | - While here kick md5 Notes: svn path=/head/; revision=269605
* Fix build on 6.xMax Brazhnikov2010-10-091-3/+5
| | | | | | | | PR: ports/151235 Submitted by: Sébastien Santoro (maintainer) Notes: svn path=/head/; revision=262717
* Update to 0.34Max Brazhnikov2010-09-211-3/+1
| | | | | | | | PR: ports/150769 Submitted by: Sébastien Santoro (maintainer) Notes: svn path=/head/; revision=261543