pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ilibusbmuxd: delete, imported in the main tree
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Sat May 2 07:46:31 2026 +0200
Changeset: 723d2a6d6d812aa9ee75e14a253868dc4918a3ac
Removed Files:
libusbmuxd/COMMIT_MSG
libusbmuxd/DESCR
libusbmuxd/Makefile
libusbmuxd/PLIST
libusbmuxd/TODO
libusbmuxd/buildlink3.mk
libusbmuxd/distinfo
libusbmuxd/patches/patch-src_libusbmuxd.c
Log Message:
ilibusbmuxd: delete, imported in the main tree
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=723d2a6d6d812aa9ee75e14a253868dc4918a3ac
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 | 12 ------------
libusbmuxd/Makefile | 22 ----------------------
libusbmuxd/PLIST | 9 ---------
libusbmuxd/TODO | 2 --
libusbmuxd/buildlink3.mk | 15 ---------------
libusbmuxd/distinfo | 6 ------
libusbmuxd/patches/patch-src_libusbmuxd.c | 16 ----------------
8 files changed, 96 deletions(-)
diffs:
diff --git a/libusbmuxd/COMMIT_MSG b/libusbmuxd/COMMIT_MSG
deleted file mode 100644
index 6b2a30cf3c..0000000000
--- a/libusbmuxd/COMMIT_MSG
+++ /dev/null
@@ -1,14 +0,0 @@
-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
deleted file mode 100644
index 9f25e49759..0000000000
--- a/libusbmuxd/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-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/Makefile b/libusbmuxd/Makefile
deleted file mode 100644
index 82ee7ca993..0000000000
--- a/libusbmuxd/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libusbmuxd-2.1.1
-CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_GITHUB:=libimobiledevice/}
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= weabot%protonmail.com@localhost
-HOMEPAGE= https://www.libimobiledevice.org/
-COMMENT= Communication interface library for usbmuxd
-LICENSE= gnu-lgpl-v2.1
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-
-PKGCONFIG_OVERRIDE+= src/libusbmuxd-2.0.pc.in
-
-.include "../../textproc/libplist/buildlink3.mk"
-.include "../../wip/libimobiledevice-glue/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libusbmuxd/PLIST b/libusbmuxd/PLIST
deleted file mode 100644
index 8352c48522..0000000000
--- a/libusbmuxd/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-bin/inetcat
-bin/iproxy
-include/usbmuxd-proto.h
-include/usbmuxd.h
-lib/libusbmuxd-2.0.la
-lib/pkgconfig/libusbmuxd-2.0.pc
-man/man1/inetcat.1
-man/man1/iproxy.1
diff --git a/libusbmuxd/TODO b/libusbmuxd/TODO
deleted file mode 100644
index 3c7ae2e7c6..0000000000
--- a/libusbmuxd/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-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/buildlink3.mk b/libusbmuxd/buildlink3.mk
deleted file mode 100644
index b75215020e..0000000000
--- a/libusbmuxd/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= libusbmuxd
-
-.if !defined(LIBUSBMUXD_BUILDLINK3_MK)
-LIBUSBMUXD_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libusbmuxd+= libusbmuxd>=2.1.1
-BUILDLINK_PKGSRCDIR.libusbmuxd?= ../../wip/libusbmuxd
-
-.include "../../textproc/libplist/buildlink3.mk"
-.include "../../wip/libimobiledevice-glue/buildlink3.mk"
-.endif # LIBUSBMUXD_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libusbmuxd
diff --git a/libusbmuxd/distinfo b/libusbmuxd/distinfo
deleted file mode 100644
index 3d1bdca614..0000000000
--- a/libusbmuxd/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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) = 4aae8951f957dccea424a29595883357bcb8bfe4
diff --git a/libusbmuxd/patches/patch-src_libusbmuxd.c b/libusbmuxd/patches/patch-src_libusbmuxd.c
deleted file mode 100644
index abac18ba83..0000000000
--- a/libusbmuxd/patches/patch-src_libusbmuxd.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$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
-@@ -658,7 +658,7 @@ static void get_bundle_id()
-
- static void get_prog_name()
- {
--#if defined(__APPLE__) || defined(__FreeBSD__)
-+#if defined(__APPLE__) || defined(__FreeBSD__) || defined (__NetBSD__)
- const char *pname = getprogname();
- if (pname) {
- prog_name = strdup(pname);
Home |
Main Index |
Thread Index |
Old Index