pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libdivecomputer



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Sat May 27 07:00:07 UTC 2023

Added Files:
        pkgsrc/misc/libdivecomputer: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
misc/libdivecomputer: Import package

libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/libdivecomputer/DESCR \
    pkgsrc/misc/libdivecomputer/Makefile pkgsrc/misc/libdivecomputer/PLIST \
    pkgsrc/misc/libdivecomputer/buildlink3.mk \
    pkgsrc/misc/libdivecomputer/distinfo

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

Added files:

Index: pkgsrc/misc/libdivecomputer/DESCR
diff -u /dev/null pkgsrc/misc/libdivecomputer/DESCR:1.1
--- /dev/null   Sat May 27 07:00:07 2023
+++ pkgsrc/misc/libdivecomputer/DESCR   Sat May 27 07:00:07 2023
@@ -0,0 +1,2 @@
+libdivecomputer is a cross-platform and open source library for
+communication with dive computers from various manufacturers.
Index: pkgsrc/misc/libdivecomputer/Makefile
diff -u /dev/null pkgsrc/misc/libdivecomputer/Makefile:1.1
--- /dev/null   Sat May 27 07:00:07 2023
+++ pkgsrc/misc/libdivecomputer/Makefile        Sat May 27 07:00:07 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/05/27 07:00:07 charlotte Exp $
+
+DISTNAME=      libdivecomputer-0.8.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
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/libdivecomputer/PLIST
diff -u /dev/null pkgsrc/misc/libdivecomputer/PLIST:1.1
--- /dev/null   Sat May 27 07:00:07 2023
+++ pkgsrc/misc/libdivecomputer/PLIST   Sat May 27 07:00:07 2023
@@ -0,0 +1,151 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/27 07:00:07 charlotte Exp $
+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.la
+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
Index: pkgsrc/misc/libdivecomputer/buildlink3.mk
diff -u /dev/null pkgsrc/misc/libdivecomputer/buildlink3.mk:1.1
--- /dev/null   Sat May 27 07:00:07 2023
+++ pkgsrc/misc/libdivecomputer/buildlink3.mk   Sat May 27 07:00:07 2023
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/05/27 07:00:07 charlotte Exp $
+
+BUILDLINK_TREE+=       libdivecomputer
+
+.if !defined(LIBDIVECOMPUTER_BUILDLINK3_MK)
+LIBDIVECOMPUTER_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libdivecomputer+=        libdivecomputer>=0.8.0
+BUILDLINK_ABI_DEPENDS.libdivecomputer+=        libdivecomputer>=0.8.0
+BUILDLINK_PKGSRCDIR.libdivecomputer?=  ../../wip/libdivecomputer
+
+.endif # LIBDIVECOMPUTER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libdivecomputer
Index: pkgsrc/misc/libdivecomputer/distinfo
diff -u /dev/null pkgsrc/misc/libdivecomputer/distinfo:1.1
--- /dev/null   Sat May 27 07:00:07 2023
+++ pkgsrc/misc/libdivecomputer/distinfo        Sat May 27 07:00:07 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/27 07:00:07 charlotte Exp $
+
+BLAKE2s (libdivecomputer-0.8.0.tar.gz) = 3da5af217a304f373dea9c7b73a8b4926c12df51be234f93c7230f505b42f345
+SHA512 (libdivecomputer-0.8.0.tar.gz) = f626b8d6f829885a8b3df08f73ae9574f04e557744bdf1f91eb6daddd9ea85d1b3b6eee65993d7711992f9ba005415584177eaaf8b7abef00a0720e5abbf064b
+Size (libdivecomputer-0.8.0.tar.gz) = 810012 bytes



Home | Main Index | Thread Index | Old Index