pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libdivecomputer: Update to 0.7.0



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Fri Nov 11 23:15:31 2022 -0800
Changeset:	6c27ca97570611dccd39695ac829a31d95709037

Modified Files:
	libdivecomputer/Makefile
	libdivecomputer/PLIST
	libdivecomputer/distinfo

Log Message:
libdivecomputer: Update to 0.7.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c27ca97570611dccd39695ac829a31d95709037

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libdivecomputer/Makefile |  7 +++++-
 libdivecomputer/PLIST    | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
 libdivecomputer/distinfo |  8 ++++---
 3 files changed, 73 insertions(+), 4 deletions(-)

diffs:
diff --git a/libdivecomputer/Makefile b/libdivecomputer/Makefile
index 009b456049..0c3c70eb9a 100644
--- a/libdivecomputer/Makefile
+++ b/libdivecomputer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	libdivecomputer-0.6.0
+DISTNAME=	libdivecomputer-0.7.0
 CATEGORIES=	misc
 MASTER_SITES=	https://libdivecomputer.org/releases/
 
@@ -11,5 +11,10 @@ LICENSE=	gnu-lgpl-v2.1
 
 USE_LIBTOOL=	yes
 GNU_CONFIGURE=	yes
+USE_TOOLS+=	autoconf automake
+
+# Required only because we've modified configure.ac.
+pre-configure:
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -fi
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/libdivecomputer/PLIST b/libdivecomputer/PLIST
index da0a3d00e2..2b55b7eccc 100644
--- a/libdivecomputer/PLIST
+++ b/libdivecomputer/PLIST
@@ -1,15 +1,22 @@
 @comment $NetBSD$
 bin/dctool
 include/libdivecomputer/atomics_cobalt.h
+include/libdivecomputer/ble.h
+include/libdivecomputer/bluetooth.h
 include/libdivecomputer/buffer.h
 include/libdivecomputer/common.h
 include/libdivecomputer/context.h
+include/libdivecomputer/custom.h
 include/libdivecomputer/datetime.h
 include/libdivecomputer/descriptor.h
 include/libdivecomputer/device.h
+include/libdivecomputer/divesystem_idive.h
 include/libdivecomputer/hw_frog.h
 include/libdivecomputer/hw_ostc.h
 include/libdivecomputer/hw_ostc3.h
+include/libdivecomputer/ioctl.h
+include/libdivecomputer/iostream.h
+include/libdivecomputer/irda.h
 include/libdivecomputer/iterator.h
 include/libdivecomputer/oceanic_atom2.h
 include/libdivecomputer/oceanic_veo250.h
@@ -18,13 +25,27 @@ include/libdivecomputer/parser.h
 include/libdivecomputer/reefnet_sensus.h
 include/libdivecomputer/reefnet_sensuspro.h
 include/libdivecomputer/reefnet_sensusultra.h
+include/libdivecomputer/serial.h
 include/libdivecomputer/suunto_d9.h
 include/libdivecomputer/suunto_eon.h
 include/libdivecomputer/suunto_vyper2.h
 include/libdivecomputer/units.h
+include/libdivecomputer/usb.h
+include/libdivecomputer/usbhid.h
 include/libdivecomputer/version.h
+lib/libdivecomputer.a
 lib/libdivecomputer.la
+lib/libdivecomputer.so
+lib/libdivecomputer.so.0
+lib/libdivecomputer.so.0.0.0
 lib/pkgconfig/libdivecomputer.pc
+man/man3/dc_bluetooth_addr2str.3
+man/man3/dc_bluetooth_device_free.3
+man/man3/dc_bluetooth_device_get_address.3
+man/man3/dc_bluetooth_device_get_name.3
+man/man3/dc_bluetooth_iterator_new.3
+man/man3/dc_bluetooth_open.3
+man/man3/dc_bluetooth_str2addr.3
 man/man3/dc_buffer_append.3
 man/man3/dc_buffer_free.3
 man/man3/dc_buffer_get_data.3
@@ -40,7 +61,9 @@ man/man3/dc_datetime_localtime.3
 man/man3/dc_datetime_mktime.3
 man/man3/dc_datetime_now.3
 man/man3/dc_descriptor_free.3
+man/man3/dc_descriptor_get_model.3
 man/man3/dc_descriptor_get_product.3
+man/man3/dc_descriptor_get_transports.3
 man/man3/dc_descriptor_get_vendor.3
 man/man3/dc_descriptor_iterator.3
 man/man3/dc_device_close.3
@@ -49,6 +72,12 @@ man/man3/dc_device_open.3
 man/man3/dc_device_set_cancel.3
 man/man3/dc_device_set_events.3
 man/man3/dc_device_set_fingerprint.3
+man/man3/dc_iostream_close.3
+man/man3/dc_irda_device_free.3
+man/man3/dc_irda_device_get_address.3
+man/man3/dc_irda_device_get_name.3
+man/man3/dc_irda_iterator_new.3
+man/man3/dc_irda_open.3
 man/man3/dc_iterator_free.3
 man/man3/dc_iterator_next.3
 man/man3/dc_parser_destroy.3
@@ -57,7 +86,23 @@ man/man3/dc_parser_get_field.3
 man/man3/dc_parser_new.3
 man/man3/dc_parser_samples_foreach.3
 man/man3/dc_parser_set_data.3
+man/man3/dc_serial_device_free.3
+man/man3/dc_serial_device_get_name.3
+man/man3/dc_serial_iterator_new.3
+man/man3/dc_serial_open.3
+man/man3/dc_usbhid_device_free.3
+man/man3/dc_usbhid_device_get_pid.3
+man/man3/dc_usbhid_device_get_vid.3
+man/man3/dc_usbhid_iterator_new.3
+man/man3/dc_usbhid_open.3
 man/man3/libdivecomputer.3
+share/doc/libdivecomputer/dc_bluetooth_addr2str.3.html
+share/doc/libdivecomputer/dc_bluetooth_device_free.3.html
+share/doc/libdivecomputer/dc_bluetooth_device_get_address.3.html
+share/doc/libdivecomputer/dc_bluetooth_device_get_name.3.html
+share/doc/libdivecomputer/dc_bluetooth_iterator_new.3.html
+share/doc/libdivecomputer/dc_bluetooth_open.3.html
+share/doc/libdivecomputer/dc_bluetooth_str2addr.3.html
 share/doc/libdivecomputer/dc_buffer_append.3.html
 share/doc/libdivecomputer/dc_buffer_free.3.html
 share/doc/libdivecomputer/dc_buffer_get_data.3.html
@@ -73,7 +118,9 @@ share/doc/libdivecomputer/dc_datetime_localtime.3.html
 share/doc/libdivecomputer/dc_datetime_mktime.3.html
 share/doc/libdivecomputer/dc_datetime_now.3.html
 share/doc/libdivecomputer/dc_descriptor_free.3.html
+share/doc/libdivecomputer/dc_descriptor_get_model.3.html
 share/doc/libdivecomputer/dc_descriptor_get_product.3.html
+share/doc/libdivecomputer/dc_descriptor_get_transports.3.html
 share/doc/libdivecomputer/dc_descriptor_get_vendor.3.html
 share/doc/libdivecomputer/dc_descriptor_iterator.3.html
 share/doc/libdivecomputer/dc_device_close.3.html
@@ -82,6 +129,12 @@ share/doc/libdivecomputer/dc_device_open.3.html
 share/doc/libdivecomputer/dc_device_set_cancel.3.html
 share/doc/libdivecomputer/dc_device_set_events.3.html
 share/doc/libdivecomputer/dc_device_set_fingerprint.3.html
+share/doc/libdivecomputer/dc_iostream_close.3.html
+share/doc/libdivecomputer/dc_irda_device_free.3.html
+share/doc/libdivecomputer/dc_irda_device_get_address.3.html
+share/doc/libdivecomputer/dc_irda_device_get_name.3.html
+share/doc/libdivecomputer/dc_irda_iterator_new.3.html
+share/doc/libdivecomputer/dc_irda_open.3.html
 share/doc/libdivecomputer/dc_iterator_free.3.html
 share/doc/libdivecomputer/dc_iterator_next.3.html
 share/doc/libdivecomputer/dc_parser_destroy.3.html
@@ -90,4 +143,13 @@ share/doc/libdivecomputer/dc_parser_get_field.3.html
 share/doc/libdivecomputer/dc_parser_new.3.html
 share/doc/libdivecomputer/dc_parser_samples_foreach.3.html
 share/doc/libdivecomputer/dc_parser_set_data.3.html
+share/doc/libdivecomputer/dc_serial_device_free.3.html
+share/doc/libdivecomputer/dc_serial_device_get_name.3.html
+share/doc/libdivecomputer/dc_serial_iterator_new.3.html
+share/doc/libdivecomputer/dc_serial_open.3.html
+share/doc/libdivecomputer/dc_usbhid_device_free.3.html
+share/doc/libdivecomputer/dc_usbhid_device_get_pid.3.html
+share/doc/libdivecomputer/dc_usbhid_device_get_vid.3.html
+share/doc/libdivecomputer/dc_usbhid_iterator_new.3.html
+share/doc/libdivecomputer/dc_usbhid_open.3.html
 share/doc/libdivecomputer/libdivecomputer.3.html
diff --git a/libdivecomputer/distinfo b/libdivecomputer/distinfo
index fe0d7d04aa..af9173bf8a 100644
--- a/libdivecomputer/distinfo
+++ b/libdivecomputer/distinfo
@@ -1,5 +1,7 @@
 $NetBSD$
 
-RMD160 (libdivecomputer-0.6.0.tar.gz) = a136b2427465b19683150259e76096232653b8a9
-SHA512 (libdivecomputer-0.6.0.tar.gz) = b199d3e7e89fb2f79e4de5b54b086ae5f8b6bc08d02513e903e8fb008c1a453cf4cd4c4b7a94b1f7053ac53cc7b9085193b0ee0682318594c27ac2cb693c9b3f
-Size (libdivecomputer-0.6.0.tar.gz) = 680425 bytes
+RMD160 (libdivecomputer-0.7.0.tar.gz) = 0ca07ef31b2d0b6619326e11b8078cbaf150c54c
+SHA512 (libdivecomputer-0.7.0.tar.gz) = 205f8f659c426266e47c0979b8a7e0e1b06d6db2965ab67bc1e8638b48efb8854549f5fa23610570563b0464a204b6e811caccdc2ef692ea68b039939cb41635
+Size (libdivecomputer-0.7.0.tar.gz) = 751538 bytes
+SHA1 (patch-configure.ac) = a5bdde33c3a091cd0e9e80d9128564a720af7f07
+SHA1 (patch-src_serial_posix.c) = 6096cbf2b1af48b9418670d43e6d4e4d5a75ba83


Home | Main Index | Thread Index | Old Index