libdivecomputer: Remove, imported into pkgsrc as misc/libdivecomputer
authorCharlotte Koch <charlotte@NetBSD.org>
Sat, 27 May 2023 07:05:31 +0000 (00:05 -0700)
committerCharlotte Koch <charlotte@NetBSD.org>
Sat, 27 May 2023 07:05:31 +0000 (00:05 -0700)
Makefile
libdivecomputer/DESCR [deleted file]
libdivecomputer/Makefile [deleted file]
libdivecomputer/PLIST [deleted file]
libdivecomputer/buildlink3.mk [deleted file]
libdivecomputer/distinfo [deleted file]
libdivecomputer/patches/patch-src_serial_posix.c [deleted file]

index a959eb48be320a6668e6185251e30db742637e10..286e496ac24f7a995101ee23d8234f2fc6d75a31 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2004,7 +2004,6 @@ SUBDIR+=  libdbglog
 SUBDIR+=       libdbh2
 SUBDIR+=       libdialog
 SUBDIR+=       libdisasm
-SUBDIR+=       libdivecomputer
 SUBDIR+=       libdjconsole
 SUBDIR+=       libdoom-umapinfo
 SUBDIR+=       libdrm-dfbsd
diff --git a/libdivecomputer/DESCR b/libdivecomputer/DESCR
deleted file mode 100644 (file)
index 5fa81de..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-libdivecomputer is a cross-platform and open source library for
-communication with dive computers from various manufacturers.
diff --git a/libdivecomputer/Makefile b/libdivecomputer/Makefile
deleted file mode 100644 (file)
index 0c3c70e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=      libdivecomputer-0.7.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
-
-# 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
deleted file mode 100644 (file)
index 2b55b7e..0000000
+++ /dev/null
@@ -1,155 +0,0 @@
-@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
-include/libdivecomputer/oceanic_vtpro.h
-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
-man/man3/dc_buffer_get_size.3
-man/man3/dc_buffer_new.3
-man/man3/dc_buffer_prepend.3
-man/man3/dc_context_free.3
-man/man3/dc_context_new.3
-man/man3/dc_context_set_logfunc.3
-man/man3/dc_context_set_loglevel.3
-man/man3/dc_datetime_gmtime.3
-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
-man/man3/dc_device_foreach.3
-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
-man/man3/dc_parser_get_datetime.3
-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
-share/doc/libdivecomputer/dc_buffer_get_size.3.html
-share/doc/libdivecomputer/dc_buffer_new.3.html
-share/doc/libdivecomputer/dc_buffer_prepend.3.html
-share/doc/libdivecomputer/dc_context_free.3.html
-share/doc/libdivecomputer/dc_context_new.3.html
-share/doc/libdivecomputer/dc_context_set_logfunc.3.html
-share/doc/libdivecomputer/dc_context_set_loglevel.3.html
-share/doc/libdivecomputer/dc_datetime_gmtime.3.html
-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
-share/doc/libdivecomputer/dc_device_foreach.3.html
-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
-share/doc/libdivecomputer/dc_parser_get_datetime.3.html
-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/buildlink3.mk b/libdivecomputer/buildlink3.mk
deleted file mode 100644 (file)
index 4269fa0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=       libdivecomputer
-
-.if !defined(LIBDIVECOMPUTER_BUILDLINK3_MK)
-LIBDIVECOMPUTER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libdivecomputer+=        libdivecomputer>=0.6.0
-BUILDLINK_ABI_DEPENDS.libdivecomputer+=        libdivecomputer>=0.6.0
-BUILDLINK_PKGSRCDIR.libdivecomputer?=  ../../wip/libdivecomputer
-
-.endif # LIBDIVECOMPUTER_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -libdivecomputer
diff --git a/libdivecomputer/distinfo b/libdivecomputer/distinfo
deleted file mode 100644 (file)
index 301f448..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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-src_serial_posix.c) = e98b2f18f128e03b887ab1922c35003180641c17
diff --git a/libdivecomputer/patches/patch-src_serial_posix.c b/libdivecomputer/patches/patch-src_serial_posix.c
deleted file mode 100644 (file)
index a5896d1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/serial_posix.c.orig    2022-11-13 22:34:30.225666053 -0800
-+++ src/serial_posix.c 2022-11-13 22:35:04.795132804 -0800
-@@ -30,6 +30,7 @@
- #include <fcntl.h>    // fcntl
- #include <termios.h>  // tcgetattr, tcsetattr, cfsetispeed, cfsetospeed, tcflush, tcsendbreak
- #include <sys/ioctl.h>        // ioctl
-+#include <sys/select.h>       // select
- #ifdef HAVE_LINUX_SERIAL_H
- #include <linux/serial.h>
- #endif