pkgsrc-WIP-changes archive

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

libdivecomputer: Remove, imported into pkgsrc as misc/libdivecomputer



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Sat May 27 00:05:31 2023 -0700
Changeset:	505794871bffcb5d34c4b42abf5891e730bb43a5

Modified Files:
	Makefile
Removed Files:
	libdivecomputer/DESCR
	libdivecomputer/Makefile
	libdivecomputer/PLIST
	libdivecomputer/buildlink3.mk
	libdivecomputer/distinfo
	libdivecomputer/patches/patch-src_serial_posix.c

Log Message:
libdivecomputer: Remove, imported into pkgsrc as misc/libdivecomputer

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

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

diffstat:
 Makefile                                         |   1 -
 libdivecomputer/DESCR                            |   2 -
 libdivecomputer/Makefile                         |  20 ---
 libdivecomputer/PLIST                            | 155 -----------------------
 libdivecomputer/buildlink3.mk                    |  14 --
 libdivecomputer/distinfo                         |   6 -
 libdivecomputer/patches/patch-src_serial_posix.c |  10 --
 7 files changed, 208 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a959eb48be..286e496ac2 100644
--- 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
index 5fa81de7b0..0000000000
--- a/libdivecomputer/DESCR
+++ /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
index 0c3c70eb9a..0000000000
--- a/libdivecomputer/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libdivecomputer-0.7.0
-CATEGORIES=	misc
-MASTER_SITES=	https://libdivecomputer.org/releases/
-
-MAINTAINER=	charlotte%NetBSD.org@localhost
-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
index 2b55b7eccc..0000000000
--- a/libdivecomputer/PLIST
+++ /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
index 4269fa0ac7..0000000000
--- a/libdivecomputer/buildlink3.mk
+++ /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
index 301f4482f3..0000000000
--- a/libdivecomputer/distinfo
+++ /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
index a5896d11cc..0000000000
--- a/libdivecomputer/patches/patch-src_serial_posix.c
+++ /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


Home | Main Index | Thread Index | Old Index