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: Mon Oct 21 07:14:35 UTC 2024
Modified Files:
pkgsrc/misc/indi: Makefile PLIST distinfo
Log Message:
indi: updated to 2.1.0
>From 2.0.9 to 2.1.0
Fix pier side as proposed by Colin McGill
Reverse pier sides in southering hemisphere
Add UMi driver alias
Use a better method to calculate pier side
enable more Meade commands
use MOTION_CONTROL_MODE _FOO enums
Fix Motion Control Mode
Fix regressions due to recent migration. Do not save vector property if empty
lx200zeq driver had incorrect pulse commands; iOptron requires 5 digi…
Joining FP1 and FP2 into single FP driver
drivers/dome: rigel_dome shutter parking
Add vscode instructions
Fix missing override
Add SetFocuserBacklashEnabled implementation
Add default vscode settings to help new developers
Use snprintf instead printf to protect against overflow
Update add driver listing instructions
Update light box and dust cap interfaces to new style
Migrate Temperature Property
Add missing return
Add support to property name using New Style properties
usePulseCommand should be intialized to true by default.
Clamp guide ms to [1,999] range.
Use updated version of upload-artifact since v2 are deprecated
Migrate rest of INDI::Telescope legacy properties
Add isSwitchOn and findOnSwitchName convenience functions
Fix AddTrackMode as it was reseting vector to zero
Fix Homing crash
Migrate telescope properties
Add workaround for OnStepX failing connection
Update Tracking code
Fix an issue where the client may be get disconnected from server
Fix order
Add @INDI_STANDARD_PROPERTY@ tag to designate properties that require additional documentation
Fixed myFocuserPro2 Autofocus Issues in Ekos
Initial work for guider and focuser interface refactor
If the limit switch status is unknown, try to update it
We should not resize to 0 the inputs and outputs, just labels
Use resize(0) to reset all properties since initProperties() can be called multiple times
HomeSP was defined before deviceName is available and was defined as empty. We set the device name in initProperties.
INDI v2.0.9 release
INDI v2.0.9 change log
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/indi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/indi/PLIST 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.7 pkgsrc/misc/indi/Makefile:1.8
--- pkgsrc/misc/indi/Makefile:1.7 Sun Aug 25 06:19:02 2024
+++ pkgsrc/misc/indi/Makefile Mon Oct 21 07:14:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/08/25 06:19:02 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/21 07:14:35 adam Exp $
-DISTNAME= indi-2.0.9
+DISTNAME= indi-2.1.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.2 pkgsrc/misc/indi/PLIST:1.3
--- pkgsrc/misc/indi/PLIST:1.2 Mon Aug 5 14:51:37 2024
+++ pkgsrc/misc/indi/PLIST Mon Oct 21 07:14:35 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/08/05 14:51:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/10/21 07:14:35 adam Exp $
bin/indi_Excalibur
bin/indi_aaf2_focus
bin/indi_activefocuser_focus
@@ -18,7 +18,7 @@ bin/indi_ddw_dome
bin/indi_deepskydad_af1_focus
bin/indi_deepskydad_af2_focus
bin/indi_deepskydad_af3_focus
-bin/indi_deepskydad_fp1
+bin/indi_deepskydad_fp
bin/indi_deepskydad_fr1
bin/indi_dmfc_focus
bin/indi_domepro2_dome
Index: pkgsrc/misc/indi/distinfo
diff -u pkgsrc/misc/indi/distinfo:1.2 pkgsrc/misc/indi/distinfo:1.3
--- pkgsrc/misc/indi/distinfo:1.2 Mon Aug 5 14:51:37 2024
+++ pkgsrc/misc/indi/distinfo Mon Oct 21 07:14:35 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2024/08/05 14:51:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/10/21 07:14:35 adam Exp $
-BLAKE2s (indi-2.0.9.tar.gz) = 6fbd152798d2383139c9b44fd523c304c43b3f3729943c641960ff3b15ec6e15
-SHA512 (indi-2.0.9.tar.gz) = b5e1ef58c2139bd5dd79e72d9d25d5c0730f29dff2db0001db5b1d0eff029f60f714c13e14e820f5ccfa8ab6cba25f4cd16e699f9842fa722ef961d00fc8c4a4
-Size (indi-2.0.9.tar.gz) = 2894181 bytes
+BLAKE2s (indi-2.1.0.tar.gz) = 9ae960be73dd6acc8aa89d2f1d414448c7b40314da1f7337cc3cec9610d521f3
+SHA512 (indi-2.1.0.tar.gz) = 945b3634a3a5bc7f665296e09121febc555a841f60abe354926201de14b814a0f4c2581998bd9d1a96f55bbda0257c7a1d3de28a66fd87455b0d3e8820f6a85a
+Size (indi-2.1.0.tar.gz) = 2899337 bytes
SHA1 (patch-libs_alignment_CMakeLists.txt) = 46824a50efabdf5bb03943b413a70d8753cfd3fc
Home |
Main Index |
Thread Index |
Old Index