Port details |
- indi Implementation of the Instrument-Neutral-Device-Interface protocol
- 1.9.6_2 devel =2 1.9.6_2Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2021-05-19 23:27:18
- Last Update: 2023-07-28 17:13:17
- Commit Hash: 664a2fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://github.com/indilib/indi
- Description:
- INDI is a standard for astronomical instrumentation control. INDI Library is
an Open Source POSIX implementation of the Instrument-Neutral-Device-Interface
protocol.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/indi/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/indi
- pkg install indi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: indi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653199904
SHA256 (indilib-indi-v1.9.6_GH0.tar.gz) = ee16b4bb01f436ab54596c5999227cb5938b2bb2dd83fdc0f01edffd752f9dd8
SIZE (indilib-indi-v1.9.6_GH0.tar.gz) = 2422813
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:
-
- videodev2.h : multimedia/v4l_compat
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcfitsio.so : astro/cfitsio
- libnova.so : astro/libnova
- libcurl.so : ftp/curl
- libgsl.so : math/gsl
- libfftw3.so : math/fftw3
- libtheora.so : multimedia/libtheora
- libogg.so : audio/libogg
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Build
-
- astro/stellarium
- for Libraries
-
- astro/phd2
- for Run
-
- astro/indiwebmanagerapp
- astro/phd2
Configuration Options:
- No options to configure
- Options name:
- devel_indi
- USES:
- cmake jpeg iconv ninja 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 |
1.9.6_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.9.6_1 31 Dec 2022 09:13:30 |
Alexey Dokuchaev (danfe) |
devel/indi: unbreak the port's build on 32-bit architectures
Use of overloaded operator [] is ambiguous (with operand types INDI::
PropertyNumber and int) because candidate function ``WidgetView<T>
&operator[](size_t index) const'' conflicts with built-in candidate
operator. Use signed type with an assertion to avoid the clash.
On 64-bit machines `size_t' is 64-bit but `int' is still 32-bit so
there's no clash.
Obtained from: upstream (partially) |
1.9.6_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 |
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) |
1.9.6 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 ) |
1.9.6 22 May 2022 16:36:49 |
Jose Alonso Cardenas Marquez (acm) |
devel/indi: Remove obsolete patch file
- Changes were commit upstream
PR: 264152
Reported by: tjlegg __at__ gmail.com |
1.9.6 22 May 2022 06:57:34 |
Jose Alonso Cardenas Marquez (acm) |
devel/indi: update to 1.9.6
ChangeLog at: https://github.com/indilib/indi/releases/tag/v1.9.6 |
1.9.1_2 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.9.1_1 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.9.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.9.1 04 Aug 2021 00:44:10 |
Jose Alonso Cardenas Marquez (acm) |
devel/indi: update to 1.9.1
* Bump PORTREVISION of some ports depends of indi |
1.9.0_1 24 Jul 2021 23:57:57 |
Po-Chuan Hsieh (sunpoet) |
devel/indi: Mark BROKEN on FreeBSD 11
FAILED: CMakeFiles/indi_getprop.dir/libs/indicom.c.o
/usr/local/libexec/ccache/cc -DGIT_TAG_STRING=\"1.9.0-tgz\" -DWITH_ENCLEN -I.
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indibase
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indibase/property
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indibase/timer
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indibase/thread
-I/usr/local/include -I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/dsp
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/stream
-I/usr/local/include/libnova
-I/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/webcam -O2 -pipe
-DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -std=gnu99
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -Wall -Wextra
-gline-tables-only -Wno-unused-command-line-argument -O2 -pipe -DLIBICONV_PLUG
-fstack-protector-strong -fno-strict-aliasing -fPIE -MD -MT
CMakeFiles/indi_getprop.dir/libs/indicom.c.o -MF
CMakeFiles/indi_getprop.dir/libs/indicom.c.o.d -o
CMakeFiles/indi_getprop.dir/libs/indicom.c.o -c
/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indicom.c
/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indicom.c:331:5: warning:
implicit declaration of function 'timespec_get' is invalid in C99
[-Wimplicit-function-declaration]
timespec_get(&ts, TIME_UTC);
^
/wrkdirs/usr/ports/devel/indi/work/indi-1.9.0/libs/indicom.c:331:23: error: use
of undeclared identifier 'TIME_UTC'
timespec_get(&ts, TIME_UTC);
^
1 warning and 1 error generated.
Approved by: portmgr (blanket) |
1.9.0_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.9.0 19 May 2021 23:26:29 |
Jose Alonso Cardenas Marquez (acm) |
New port: devel/indi: Implementation of the Instrument-Neutral-Device-Interface
protocol
INDI is a standard for astronomical instrumentation control. INDI Library is
an Open Source POSIX implementation of the Instrument-Neutral-Device-Interface
protocol.
WWW: https://github.com/indilib/indi |