pkgsrc-WIP-changes archive

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

bluez: add version 5.51



Module Name:	pkgsrc-wip
Committed By:	Denys Nykula <nykula%ukr.net@localhost>
Pushed By:	nykula
Date:		Fri Oct 25 20:41:45 2019 +0300
Changeset:	b79026686801e20a10731b6511438c1cd2c6cb72

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

Log Message:
bluez: add version 5.51

Userspace API for Bluetooth scan, pair, connect and power toggle.

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

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

diffstat:
 Makefile            |  1 +
 bluez/DESCR         |  1 +
 bluez/Makefile      | 23 +++++++++++++++++++++++
 bluez/PLIST         | 22 ++++++++++++++++++++++
 bluez/buildlink3.mk | 15 +++++++++++++++
 bluez/distinfo      |  6 ++++++
 6 files changed, 68 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d7bddec694..94e9712efa 100644
--- a/Makefile
+++ b/Makefile
@@ -267,6 +267,7 @@ SUBDIR+=	blasr_libcpp
 SUBDIR+=	bleachbit
 SUBDIR+=	blink
 SUBDIR+=	blueproxy
+SUBDIR+=	bluez
 SUBDIR+=	bluez-gnome
 SUBDIR+=	bluez-hcidump
 SUBDIR+=	bluez-hciemu
diff --git a/bluez/DESCR b/bluez/DESCR
new file mode 100644
index 0000000000..f9df46122f
--- /dev/null
+++ b/bluez/DESCR
@@ -0,0 +1 @@
+Daemon, CLI and library user interfaces for Bluetooth kernel modules.
diff --git a/bluez/Makefile b/bluez/Makefile
new file mode 100644
index 0000000000..7bda2fe81f
--- /dev/null
+++ b/bluez/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	bluez-5.51
+CATEGORIES=	net
+MASTER_SITES=	https://mirrors.edge.kernel.org/pub/linux/bluetooth/
+
+MAINTAINER=	nykula%ukr.net@localhost
+HOMEPAGE=	http://www.bluez.org/
+COMMENT=	Bluetooth scan, pair, connect and power toggle
+LICENSE=	gnu-gpl-v2
+
+CONFLICTS=	bluez-libs # v3
+ONLY_FOR_PLATFORM=	Linux-*-*
+USE_TOOLS+=	gmake pkg-config
+USE_LIBTOOL=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--disable-obex --disable-systemd --disable-udev
+CONFIGURE_ARGS+=	--disable-tools --enable-library
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/bluez/PLIST b/bluez/PLIST
new file mode 100644
index 0000000000..97fadb5b6c
--- /dev/null
+++ b/bluez/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+bin/bluetoothctl
+bin/btmon
+etc/dbus-1/system.d/bluetooth.conf
+include/bluetooth/bluetooth.h
+include/bluetooth/bnep.h
+include/bluetooth/cmtp.h
+include/bluetooth/hci.h
+include/bluetooth/hci_lib.h
+include/bluetooth/hidp.h
+include/bluetooth/l2cap.h
+include/bluetooth/rfcomm.h
+include/bluetooth/sco.h
+include/bluetooth/sdp.h
+include/bluetooth/sdp_lib.h
+lib/cups/backend/bluetooth
+lib/libbluetooth.la
+lib/pkgconfig/bluez.pc
+libexec/bluetooth/bluetoothd
+man/man8/bluetoothd.8
+share/zsh/site-functions/_bluetoothctl
+@pkgdir man/man1
diff --git a/bluez/buildlink3.mk b/bluez/buildlink3.mk
new file mode 100644
index 0000000000..9d2b0bbecc
--- /dev/null
+++ b/bluez/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=        bluez
+
+.if !defined(BLUEZ_BUILDLINK3_MK)
+BLUEZ_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.bluez+=    bluez>=5.0
+BUILDLINK_PKGSRCDIR.bluez?=      ../../wip/bluez
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.endif # BLUEZ_BUILDLINK3_MK
+
+BUILDLINK_TREE+=        -bluez
diff --git a/bluez/distinfo b/bluez/distinfo
new file mode 100644
index 0000000000..c5750c56c9
--- /dev/null
+++ b/bluez/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bluez-5.51.tar.gz) = a57289301f6b0f56c4a6323dc57b66da17cc9c37
+RMD160 (bluez-5.51.tar.gz) = a0fbc38447801daf114073537eaeca8692decf72
+SHA512 (bluez-5.51.tar.gz) = 4ffcfa61b1c02635a45b4fdb6673920339779c1f59bf28812a41c98b6863bc97efe6df26d92f4717d6e1a60a302e0cea8d6fadf684e26764fb9529ffb3901303
+Size (bluez-5.51.tar.gz) = 2917656 bytes


Home | Main Index | Thread Index | Old Index