Port details |
- stellarsolver Astrometric Plate Solver built on Astrometry.net and SEP
- 2.5 astro =2 2.5Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2021-05-22 19:09:11
- Last Update: 2023-09-21 00:59:55
- Commit Hash: 85ccf09
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/rlancaste/stellarsolver
- Description:
- - 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- stellarsolver>0:astro/stellarsolver
- To install the port:
- cd /usr/ports/astro/stellarsolver/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/stellarsolver
- pkg install stellarsolver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stellarsolver
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695257494
SHA256 (rlancaste-stellarsolver-2.5_GH0.tar.gz) = 539f3c312a3095afc117ae2c3111630f974a1c99dde7b0b7bebf16ee7a862a07
SIZE (rlancaste-stellarsolver-2.5_GH0.tar.gz) = 23402988
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- Library dependencies:
-
- libcfitsio.so : astro/cfitsio
- libgsl.so : math/gsl
- libwcs.so : astro/wcslib
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- This port is required by:
- for Libraries
-
- astro/kstars
Configuration Options:
- No options to configure
- Options name:
- astro_stellarsolver
- USES:
- cmake desktop-file-utils iconv ninja qt:5 pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5 21 Sep 2023 00:59:55 |
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 |
2.4_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.4_1 30 Dec 2022 09:04:05 |
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 |
2.4 25 Sep 2022 05:39:16 |
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@) |
2.3 11 Sep 2022 10:20:14 |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2.3 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.3 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
2.3 22 May 2022 07:10:49 |
Jose Alonso Cardenas Marquez (acm) |
astro/stellarsolver: update to 2.3
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.3 |
2.2 17 Mar 2022 02:32:17 |
Jose Alonso Cardenas Marquez (acm) |
astro/stellarsolver: update to 2.2
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.2 |
2.1 12 Mar 2022 01:47:59 |
Jose Alonso Cardenas Marquez (acm) |
astro/stellarsolver: update to 2.1
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.1 |
2.0 07 Mar 2022 20:40:27 |
Jose Alonso Cardenas Marquez (acm) |
astro/stellarsolver: update to 2.0
ChangeLog at: https://github.com/rlancaste/stellarsolver/releases/tag/2.0 |
1.8_3 28 Feb 2022 15:06:56 |
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 |
1.8_2 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
1.8_1 21 Sep 2021 18:21:13 |
Danilo Egea Gondolfo (danilo) |
astro/wcslib: Update to 7.7
Drop maintainership. |
1.8 05 Sep 2021 21:31:19 |
Jose Alonso Cardenas Marquez (acm) |
astro/stellarsolver: update to 1.8 |
1.5_1 16 Jun 2021 19:31:27 |
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 (Only the first 15 lines of the commit message are shown above ) |
1.5 22 May 2021 19:07:31 |
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 |