pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libusbmuxd: Add a pull request URL to patches
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Sat Nov 8 17:05:07 2025 +0900
Changeset: a5f61d1692328b5cc4a212f9840cd2ee874ddee3
Modified Files:
libusbmuxd/DESCR
libusbmuxd/distinfo
libusbmuxd/patches/patch-src_libusbmuxd.c
Added Files:
libusbmuxd/COMMIT_MSG
libusbmuxd/TODO
Log Message:
libusbmuxd: Add a pull request URL to patches
Also added TODO and COMMIT_MSG.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a5f61d1692328b5cc4a212f9840cd2ee874ddee3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libusbmuxd/COMMIT_MSG | 14 ++++++++++++++
libusbmuxd/DESCR | 19 +++++++++++--------
libusbmuxd/TODO | 2 ++
libusbmuxd/distinfo | 2 +-
libusbmuxd/patches/patch-src_libusbmuxd.c | 1 +
5 files changed, 29 insertions(+), 9 deletions(-)
diffs:
diff --git a/libusbmuxd/COMMIT_MSG b/libusbmuxd/COMMIT_MSG
new file mode 100644
index 0000000000..6b2a30cf3c
--- /dev/null
+++ b/libusbmuxd/COMMIT_MSG
@@ -0,0 +1,14 @@
+comms/libusbmuxd: Import libusbmuxd-2.1.1
+
+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.
diff --git a/libusbmuxd/DESCR b/libusbmuxd/DESCR
index 1a6d65c693..9f25e49759 100644
--- a/libusbmuxd/DESCR
+++ b/libusbmuxd/DESCR
@@ -1,9 +1,12 @@
-'usbmuxd' stands for "USB multiplexing daemon". This
-daemon is in charge of multiplexing connections over
-USB to an iPhone or iPod. To users, this means you
-can sync your music, contacts, photos, etc. over USB.
-To developers, it means you can connect to any listening
-localhost socket on the device
+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.
-This package contains the usbmuxd communication interface
-library.
+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.
diff --git a/libusbmuxd/TODO b/libusbmuxd/TODO
new file mode 100644
index 0000000000..3c7ae2e7c6
--- /dev/null
+++ b/libusbmuxd/TODO
@@ -0,0 +1,2 @@
+The package is now complete. The only reason it's still in wip is that we
+have no consumers in the main pkgsrc tree atm.
diff --git a/libusbmuxd/distinfo b/libusbmuxd/distinfo
index 3d01c1c88d..3d1bdca614 100644
--- a/libusbmuxd/distinfo
+++ b/libusbmuxd/distinfo
@@ -3,4 +3,4 @@ $NetBSD$
BLAKE2s (libusbmuxd-2.1.1.tar.bz2) = e9f40f932124a59703285044dbf0d1f9d83389e418383a7552317678097624a7
SHA512 (libusbmuxd-2.1.1.tar.bz2) = f1327a64e0a1dc0f08d2e2355271feb34194753de1d622a0259e23fc751d2720af9b4a06555e0d5f7e86d00765e7400cdc246727cceb0715bf991a278c0dedb9
Size (libusbmuxd-2.1.1.tar.bz2) = 325055 bytes
-SHA1 (patch-src_libusbmuxd.c) = b51da7f924790d9a978445557a7db38e23334722
+SHA1 (patch-src_libusbmuxd.c) = 4aae8951f957dccea424a29595883357bcb8bfe4
diff --git a/libusbmuxd/patches/patch-src_libusbmuxd.c b/libusbmuxd/patches/patch-src_libusbmuxd.c
index 4644af1bac..abac18ba83 100644
--- a/libusbmuxd/patches/patch-src_libusbmuxd.c
+++ b/libusbmuxd/patches/patch-src_libusbmuxd.c
@@ -1,6 +1,7 @@
$NetBSD$
Add NetBSD support.
+https://github.com/libimobiledevice/libusbmuxd/pull/156
--- src/libusbmuxd.c.orig 2025-07-31 18:22:11.292175556 +0000
+++ src/libusbmuxd.c
Home |
Main Index |
Thread Index |
Old Index