head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.2.0.8
	pkgsrc-2026Q2-base:1.2
	pkgsrc-2026Q1:1.2.0.6
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.4
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.2
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.1.0.18
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.16
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.14
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.12
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.10
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.8
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.6
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.07.26.07.42.16;	author charlotte;	state Exp;
branches;
next	1.1;
commitid	3C1Nxf9Thyg8ce4G;

1.1
date	2023.05.27.07.00.07;	author charlotte;	state Exp;
branches;
next	;
commitid	mdoWfuhYRtxwozqE;


desc
@@


1.2
log
@misc/libdivecomputer: Update to 0.9.0

Version 0.9.0 (2025-06-30)
==========================

The v0.9.0 release adds support for several new devices. It also introduces
some important parser api changes to be able to add some new features and
remove a few deprecated ones. Some BLE enabled dive computers also required
some extra additions to the BLE I/O layer. Due to all these api changes, this
release is not backwards compatible.

New features:

 * Add support for new backends:
     - i330r: Aqualung i330R, Apeks DSX
     - symbios: Halcyon Symbios
 * Add support for some new devices:
    - Aqualung: i100
    - Cressi: Leonardo 2.0, Nepto, Archimede
    - Heinrichs Weikamp: OSTC 5
    - Mares: Puck Air 2, Sirius, Quad Ci, Puck 4, Puck Lite
    - Ratio: iDive 2, iX3M 2 GPS
    - Scubapro: G3, Luna 2.0, Luna 2.0 AI
    - Seac: Tablet
    - Shearwater: Tern, Tern TX, Peregrine TX
    - Uwatec: Aladin One
 * Add the sensor index to the ppO2 sample
 * Add a TTS field to the deco sample
 * Add a usage field to the tank and gas mix
 * Export the filter function in the public api
 * Add ioctl's for the bluetooth authentication
 * Add ioctl's for reading and writing BLE characteristics
 * Add helper functions to convert UUID to/from strings
 * Add a new field to report the GPS location

Removed/changed features:

 * Change the units for the sample time to milliseconds
 * Pass the sample struct by reference
 * Remove the backend specific calibration functions
 * Remove the clock parameters from the constructor
 * Remove the dc_parser_set_data function
 * Use separate data structures for USB and USB HID
 * Replace the dc_descriptor_iterator function
@
text
@# $NetBSD: Makefile,v 1.1 2023/05/27 07:00:07 charlotte Exp $

DISTNAME=	libdivecomputer-0.9.0
CATEGORIES=	misc
MASTER_SITES=	https://libdivecomputer.org/releases/

MAINTAINER=	charlotte@@NetBSD.org
HOMEPAGE=	https://libdivecomputer.org/
COMMENT=	Library for communication with dive computers
LICENSE=	gnu-lgpl-v2.1

USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes
USE_TOOLS+=	autoconf automake

.include "../../mk/bsd.pkg.mk"
@


1.1
log
@misc/libdivecomputer: Import package

libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	libdivecomputer-0.8.0
@

