misc/libimobiledevice: Import libimobiledevice-1.4.0 from wip
Originally packaged in wip by charlotte.
libimobiledevice is a cross-platform software library that talks the
protocols to support iPhone, iPod Touch, iPad and Apple TV devices. Unlike
other projects, it does not depend on using any existing proprietary
libraries and does not require jailbreaking. It allows other software to
easily access the device's filesystem, retrieve information about the device
and it's internals, backup/restore the device, manage SpringBoard icons,
manage installed applications, retrieve addressbook/calendars/notes and
bookmarks and (using libgpod) synchronize music and video to the device. The
library is in development since August 2007 with the goal to bring support
for these devices to the Linux Desktop.
Add lxqt-wayland-session to meta-pkg
Commented out for now.
Need to add labwc to options.mk though, it can wait a bit longer.
Wayland only runs on NetBSD-11 or higher.
wayland/lxqt-wayland-session: import package
Packaged in wip by kikadf@ and updated by myself.
Files needed for the LXQt Wayland Session:
Wayland session start script, its desktop entry
for display managers and default configurations
for the supported compositors.
security/libtatsu: initial import of package
Packaged in wip by wiz
Library handling the communication with Apple's Tatsu Signing Server (TSS).
This library is part of the libimobiledevice project. The main purpose of
this library is to allow creating TSS request payloads, sending them to
Apple's TSS server, and retrieving and processing the response.
The code was originally part of idevicerestore and has been split out to
its own library, while obviously idevicerestore will remain the main
consumer.
comms/libusbmuxd: import libusbmuxd-2.1.1 from wip
This project is a client library to multiplex connections from and to iOS
devices alongside command-line utilities. It is primarily used by
applications which use the libimobiledevice library to communicate with
services running on iOS devices.
The library does not establish a direct connection with a device but
requires connecting to a socket provided by the usbmuxd daemon.
The usbmuxd daemon is running upon installing iTunes on Windows and Mac OS
X. The libimobiledevice project provides an open-source reimplementation of
the usbmuxd daemon to use on Linux or as an alternative to communicate with
iOS devices without the need to install iTunes.
misc/libimobiledevice-glue: import libimobiledevice-glue-1.3.2 from wip
(Packaged in wip by wiz).
Library with common code used by the libraries and tools around
the libimobiledevice project.