non port: astro/stellarsolver/Makefile |
Number of commits found: 17 |
Thursday, 21 Sep 2023
|
00:59 Jose Alonso Cardenas Marquez (acm)
astro/stellasolver: Update to 2.5
- astro/kstars: Bump PORTREVISION
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.5
85ccf09 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Friday, 30 Dec 2022
|
09:04 Po-Chuan Hsieh (sunpoet)
astro/cfitsio: Update to 4.2.0
- Convert REINPLACE_CMD to patch file
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
e73ed31 |
Sunday, 25 Sep 2022
|
05:39 Xin LI (delphij)
astro/stellarsolver: Upgrade to 2.4 and fix build on -CURRENT with GNU qsort_r.
PR: ports/266227, ports/266574
Reported by: antoine (via exp-run)
Approved by: maintainer (acm@)
dca1581 |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
10:26 Tobias C. Berner (tcberner)
cleanup: remove trailing whitepaces
b86221f |
Sunday, 22 May 2022
|
07:10 Jose Alonso Cardenas Marquez (acm)
astro/stellarsolver: update to 2.3
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.3
4c6266a |
Thursday, 17 Mar 2022
|
02:32 Jose Alonso Cardenas Marquez (acm)
astro/stellarsolver: update to 2.2
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.2
2068dad |
Saturday, 12 Mar 2022
|
01:47 Jose Alonso Cardenas Marquez (acm)
astro/stellarsolver: update to 2.1
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.1
00d2af7 |
Monday, 7 Mar 2022
|
20:40 Jose Alonso Cardenas Marquez (acm)
astro/stellarsolver: update to 2.0
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.0
b8d04c9 |
Monday, 28 Feb 2022
|
15:06 Po-Chuan Hsieh (sunpoet)
astro/cfitsio: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
d1d14ca |
Wednesday, 12 Jan 2022
|
19:41 Tobias C. Berner (tcberner)
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201
654acd8 |
Tuesday, 21 Sep 2021
|
18:21 Danilo Egea Gondolfo (danilo)
astro/wcslib: Update to 7.7
Drop maintainership.
3ee07bf |
Sunday, 5 Sep 2021
|
21:31 Jose Alonso Cardenas Marquez (acm)
astro/stellarsolver: update to 1.8
db049d8 |
Wednesday, 16 Jun 2021
|
19:31 Tobias C. Berner (tcberner)
math/gsl: update to 2.7
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
63e653a |
Saturday, 22 May 2021
|
19:07 Jose Alonso Cardenas Marquez (acm)
astro/stellarsolrver: NEW : Astrometric Plate Solver built on Astrometry.net and
SEP
- An Astrometric Plate Solver for Mac, Linux, and Windows, built on
Astrometry.net and SEP (sextractor)
- Meant to be an internal library for use in a program like KStars for internal
plate solving on all supported operating systems
- Python is not required for the library
- Netpbm is not required for the library
- Internal Library, so calls to external programs are not required
- No Astrometry.cfg file is needed, the settings are internal to the program
- Directly loads the image data into SEP and then takes the generated xy-list
internally from Sextractor into astrometry.net, so there is no need to save
any files.
- No temporary files need to be created for solving and no WCS file needs to be
created to read the solved information. Although astrometry.net does monitor
for the creation of 2 files indicating that a field is solved or a cancel was
made, so these are created for now.
- The Index Files are still required for solving images, but the program or the
user can specify the folder locations rather than putting them in the config
file.
WWW: https://github.com/rlancaste/stellarsolver
154daac |
Number of commits found: 17 |