pkgsrc-WIP-changes archive

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

Import libdivecomputer 0.6.0.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Sep 22 23:32:06 2018 -0700
Changeset:	d6f969a1878a22cb7461fd28dfd806c87dbfae12

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

Log Message:
Import libdivecomputer 0.6.0.

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

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

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      | 15 +++++++
 libdivecomputer/PLIST         | 93 +++++++++++++++++++++++++++++++++++++++++++
 libdivecomputer/buildlink3.mk | 14 +++++++
 libdivecomputer/distinfo      |  6 +++
 6 files changed, 131 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 83a94ada72..602dd17c26 100644
--- a/Makefile
+++ b/Makefile
@@ -1771,6 +1771,7 @@ SUBDIR+=	libdbglog
 SUBDIR+=	libdbh2
 SUBDIR+=	libdialog
 SUBDIR+=	libdisasm
+SUBDIR+=	libdivecomputer
 SUBDIR+=	libdjconsole
 SUBDIR+=	libdmx
 SUBDIR+=	libdoozer
diff --git a/libdivecomputer/DESCR b/libdivecomputer/DESCR
new file mode 100644
index 0000000000..5fa81de7b0
--- /dev/null
+++ b/libdivecomputer/DESCR
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 0000000000..5f6bc8e040
--- /dev/null
+++ b/libdivecomputer/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	libdivecomputer-0.6.0
+CATEGORIES=	misc
+MASTER_SITES=	https://libdivecomputer.org/releasesa/
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	https://libdivecomputer.org/
+COMMENT=	Library for communication with dive computers
+LICENSE=	gnu-lgpl-v2.1
+
+USE_LIBTOOL=	yes
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libdivecomputer/PLIST b/libdivecomputer/PLIST
new file mode 100644
index 0000000000..da0a3d00e2
--- /dev/null
+++ b/libdivecomputer/PLIST
@@ -0,0 +1,93 @@
+@comment $NetBSD$
+bin/dctool
+include/libdivecomputer/atomics_cobalt.h
+include/libdivecomputer/buffer.h
+include/libdivecomputer/common.h
+include/libdivecomputer/context.h
+include/libdivecomputer/datetime.h
+include/libdivecomputer/descriptor.h
+include/libdivecomputer/device.h
+include/libdivecomputer/hw_frog.h
+include/libdivecomputer/hw_ostc.h
+include/libdivecomputer/hw_ostc3.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/suunto_d9.h
+include/libdivecomputer/suunto_eon.h
+include/libdivecomputer/suunto_vyper2.h
+include/libdivecomputer/units.h
+include/libdivecomputer/version.h
+lib/libdivecomputer.la
+lib/pkgconfig/libdivecomputer.pc
+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_product.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_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/libdivecomputer.3
+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_product.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_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/libdivecomputer.3.html
diff --git a/libdivecomputer/buildlink3.mk b/libdivecomputer/buildlink3.mk
new file mode 100644
index 0000000000..4269fa0ac7
--- /dev/null
+++ b/libdivecomputer/buildlink3.mk
@@ -0,0 +1,14 @@
+# $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
new file mode 100644
index 0000000000..f505087b9d
--- /dev/null
+++ b/libdivecomputer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libdivecomputer-0.6.0.tar.gz) = 9ed2ab3faad0eb83bcaafd878e76fd1b7f7b110c
+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


Home | Main Index | Thread Index | Old Index