pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/indi
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 2 10:05:42 UTC 2026
Modified Files:
pkgsrc/misc/indi: Makefile PLIST distinfo
Log Message:
indi: updated to 2.2.0
2.2.0
Custom guide rate for LX200GPS driver
Redefine rotation angles of ccd/guide simulator
Add Alignment Correction INDI interface and simulator driver
Add Alpaca protocol drivers for telescope, focuser, and filter wheel
Indi seestar ccd implementation
tracking control activation for lx200gps driver
[RFC] DefaultDevice: Add Generic Nickname support
Hakos Roll Off Roof as system driver
Apply custom FITS keywords for XISF
nicknames: Create file when saving nicknames
alignment: add plugin test suite with Halton sky sampling
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/misc/indi/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/indi/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/indi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/indi/Makefile
diff -u pkgsrc/misc/indi/Makefile:1.30 pkgsrc/misc/indi/Makefile:1.31
--- pkgsrc/misc/indi/Makefile:1.30 Sat Feb 14 18:28:36 2026
+++ pkgsrc/misc/indi/Makefile Thu Apr 2 10:05:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/02/14 18:28:36 adam Exp $
+# $NetBSD: Makefile,v 1.31 2026/04/02 10:05:42 adam Exp $
-DISTNAME= indi-2.1.9
+DISTNAME= indi-2.2.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=indilib/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/misc/indi/PLIST
diff -u pkgsrc/misc/indi/PLIST:1.14 pkgsrc/misc/indi/PLIST:1.15
--- pkgsrc/misc/indi/PLIST:1.14 Sat Feb 14 18:28:36 2026
+++ pkgsrc/misc/indi/PLIST Thu Apr 2 10:05:42 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2026/02/14 18:28:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2026/04/02 10:05:42 adam Exp $
bin/indi_Excalibur
bin/indi_aaf2_focus
bin/indi_aagsolo_weather
@@ -6,7 +6,10 @@ bin/indi_activefocuser_focus
bin/indi_alluna_tcs2
bin/indi_alpaca_ccd
bin/indi_alpaca_dome
+bin/indi_alpaca_filterwheel
+bin/indi_alpaca_focuser
bin/indi_alpaca_server
+bin/indi_alpaca_telescope
bin/indi_alto
bin/indi_arduinost4
bin/indi_astrolink4
@@ -15,6 +18,7 @@ bin/indi_astromech_lpm
bin/indi_astromechfoc
bin/indi_astrometry
bin/indi_astrotrac_telescope
+bin/indi_avalon_upas
bin/indi_baader_dome
bin/indi_camelot_rotator
bin/indi_celestron_dewpower
@@ -49,6 +53,7 @@ bin/indi_getdevice
bin/indi_getprop
bin/indi_giotto
bin/indi_gpusb
+bin/indi_hakos_roof
bin/indi_hid_test
bin/indi_hitecastrodc_focus
bin/indi_hitech_weather
@@ -90,6 +95,7 @@ bin/indi_manual_wheel
bin/indi_mbox_weather
bin/indi_meta_weather
bin/indi_microtouch_focus
+bin/indi_mlastro_rpa
bin/indi_moonlite_focus
bin/indi_moonlitedro_focus
bin/indi_myDewControllerPro
@@ -135,6 +141,7 @@ bin/indi_safetymonitor
bin/indi_scopedome_dome
bin/indi_script_dome
bin/indi_script_telescope
+bin/indi_seestar_ccd
bin/indi_sestosenso2_focus
bin/indi_sestosenso_focus
bin/indi_setprop
@@ -147,6 +154,7 @@ bin/indi_simulator_gps
bin/indi_simulator_guide
bin/indi_simulator_io
bin/indi_simulator_lightpanel
+bin/indi_simulator_pac
bin/indi_simulator_receiver
bin/indi_simulator_rotator
bin/indi_simulator_sqm
@@ -180,6 +188,7 @@ bin/indi_uranus_weather
bin/indi_usbdewpoint
bin/indi_usbfocusv3_focus
bin/indi_vantage_weather
+bin/indi_wake_on_lan
bin/indi_wanderer_cover
bin/indi_wanderer_dew_terminator
bin/indi_wanderer_eclipse
@@ -208,6 +217,7 @@ include/libindi/alignment/ClientAPIForMa
include/libindi/alignment/Common.h
include/libindi/alignment/ConvexHull.h
include/libindi/alignment/DriverCommon.h
+include/libindi/alignment/HaltonSequence.h
include/libindi/alignment/InMemoryDatabase.h
include/libindi/alignment/MapPropertiesToInMemoryDatabase.h
include/libindi/alignment/MathPlugin.h
@@ -236,6 +246,7 @@ include/libindi/fitskeyword.h
include/libindi/hotplugcapabledevice.h
include/libindi/hotplugmanager.h
include/libindi/httplib.h
+include/libindi/imusensorfusion.h
include/libindi/indi_hidapi.h
include/libindi/indiapi.h
include/libindi/indibase.h
@@ -266,6 +277,7 @@ include/libindi/indilightboxinterface.h
include/libindi/indilogger.h
include/libindi/indimacros.h
include/libindi/indioutputinterface.h
+include/libindi/indipacinterface.h
include/libindi/indipowerinterface.h
include/libindi/indiproperties.h
include/libindi/indiproperty.h
Index: pkgsrc/misc/indi/distinfo
diff -u pkgsrc/misc/indi/distinfo:1.15 pkgsrc/misc/indi/distinfo:1.16
--- pkgsrc/misc/indi/distinfo:1.15 Sat Feb 14 18:28:36 2026
+++ pkgsrc/misc/indi/distinfo Thu Apr 2 10:05:42 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2026/02/14 18:28:36 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/04/02 10:05:42 adam Exp $
-BLAKE2s (indi-2.1.9.tar.gz) = 733a7b7312c25d39e2644943ad32ca1509d80ff9f2b721b25146c5b70c497a5e
-SHA512 (indi-2.1.9.tar.gz) = c3ed7bc362f032f07f619c6c56eb3a5f1fc00f76a31b800ecdd9d3a6a5eaa3fe01f7a216e5613d251224a52c6f7bf3e0684920b7020626bc030b2c74d1d03626
-Size (indi-2.1.9.tar.gz) = 3331587 bytes
+BLAKE2s (indi-2.2.0.tar.gz) = d2eec50dc46e82a7134b2a5ac16a4243d29246cf4209745f15e50e331d0a4403
+SHA512 (indi-2.2.0.tar.gz) = 757fb016c954261c55b7d2d8492172107763ffb3d25647aed184b12922014e0c3ad3c0de5345ce6b7f7015e2f6be8e348d6b68f4db11eecd0601a9655a3b0432
+Size (indi-2.2.0.tar.gz) = 3397549 bytes
SHA1 (patch-drivers_auxiliary_gemini__flatpanel__adapters.cpp) = dad2832f6894c3f8b6e5000071febe44c0ba76b8
SHA1 (patch-drivers_auxiliary_wandererbox__plus__v3.cpp) = 04e8f5d4316fd8ed7bc1d0736cbdf621385a53c3
SHA1 (patch-drivers_auxiliary_wandererbox__pro__v3.cpp) = 411f51c73f8d1fb860aacb523f7e2b0c0b10e33a
Home |
Main Index |
Thread Index |
Old Index