pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ideviceinstaller: Import ideviceinstaller-1.2.0
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Fri Nov 14 05:29:38 2025 +0900
Changeset: d481f4e1be86fcf5fa1ddb9b66b550fb6ab41c7f
Modified Files:
Makefile
Added Files:
ideviceinstaller/COMMIT_MSG
ideviceinstaller/DESCR
ideviceinstaller/Makefile
ideviceinstaller/PLIST
ideviceinstaller/distinfo
Log Message:
ideviceinstaller: Import ideviceinstaller-1.2.0
The ideviceinstaller application allows interacting with the app
installation service of an iOS device.
It makes use of the fabulous libimobiledevice library that allows
communication with iOS devices.
Some key features are:
* Status: Install, upgrade, uninstall, and enumerate apps
* Browse: Allows to retrieve a list of installed apps with filter options
* Install: Supports app package, carrier bundle and developer .app
directory
* Format: Allows command output in plist, XML, or JSON format
* Compatibility: Supports latest device firmware releases
* Cross-Platform: Tested on Linux, macOS, Windows and Android platforms
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d481f4e1be86fcf5fa1ddb9b66b550fb6ab41c7f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
ideviceinstaller/COMMIT_MSG | 16 ++++++++++++++++
ideviceinstaller/DESCR | 14 ++++++++++++++
ideviceinstaller/Makefile | 20 ++++++++++++++++++++
ideviceinstaller/PLIST | 3 +++
ideviceinstaller/distinfo | 5 +++++
6 files changed, 59 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 16e74efd6d..74d073f922 100644
--- a/Makefile
+++ b/Makefile
@@ -1742,6 +1742,7 @@ SUBDIR+= icestorm_update
SUBDIR+= icmpchat
SUBDIR+= ics2txt
SUBDIR+= id3
+SUBDIR+= ideviceinstaller
SUBDIR+= ifstat
SUBDIR+= ifuse
SUBDIR+= igal
diff --git a/ideviceinstaller/COMMIT_MSG b/ideviceinstaller/COMMIT_MSG
new file mode 100644
index 0000000000..56a77ef406
--- /dev/null
+++ b/ideviceinstaller/COMMIT_MSG
@@ -0,0 +1,16 @@
+sysutils/ideviceinstaller: Import ideviceinstaller-1.2.0
+
+The ideviceinstaller application allows interacting with the app
+installation service of an iOS device.
+
+It makes use of the fabulous libimobiledevice library that allows
+communication with iOS devices.
+
+Some key features are:
+* Status: Install, upgrade, uninstall, and enumerate apps
+* Browse: Allows to retrieve a list of installed apps with filter options
+* Install: Supports app package, carrier bundle and developer .app
+ directory
+* Format: Allows command output in plist, XML, or JSON format
+* Compatibility: Supports latest device firmware releases
+* Cross-Platform: Tested on Linux, macOS, Windows and Android platforms
diff --git a/ideviceinstaller/DESCR b/ideviceinstaller/DESCR
new file mode 100644
index 0000000000..b5e94ecc1d
--- /dev/null
+++ b/ideviceinstaller/DESCR
@@ -0,0 +1,14 @@
+The ideviceinstaller application allows interacting with the app
+installation service of an iOS device.
+
+It makes use of the fabulous libimobiledevice library that allows
+communication with iOS devices.
+
+Some key features are:
+* Status: Install, upgrade, uninstall, and enumerate apps
+* Browse: Allows to retrieve a list of installed apps with filter options
+* Install: Supports app package, carrier bundle and developer .app
+ directory
+* Format: Allows command output in plist, XML, or JSON format
+* Compatibility: Supports latest device firmware releases
+* Cross-Platform: Tested on Linux, macOS, Windows and Android platforms
diff --git a/ideviceinstaller/Makefile b/ideviceinstaller/Makefile
new file mode 100644
index 0000000000..57faeede17
--- /dev/null
+++ b/ideviceinstaller/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= ideviceinstaller-1.2.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libimobiledevice/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.libimobiledevice.org/
+COMMENT= Manage apps of iOS devices
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../archivers/libzip/buildlink3.mk"
+.include "../../wip/libimobiledevice/buildlink3.mk"
+.include "../../textproc/libplist/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ideviceinstaller/PLIST b/ideviceinstaller/PLIST
new file mode 100644
index 0000000000..8d2bf86cf5
--- /dev/null
+++ b/ideviceinstaller/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/ideviceinstaller
+man/man1/ideviceinstaller.1
diff --git a/ideviceinstaller/distinfo b/ideviceinstaller/distinfo
new file mode 100644
index 0000000000..267a4d8952
--- /dev/null
+++ b/ideviceinstaller/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ideviceinstaller-1.2.0.tar.bz2) = d13edca6748ae3086c570e3bf41cbbabe2473cf263ea43988fdf57464c308b97
+SHA512 (ideviceinstaller-1.2.0.tar.bz2) = 73b4a1d4f3a7ac960b10f8a07356bb9aceca3335b725e6610df1813efab7d6b9ace42dc5e1a0dc6804512ffe978b630357204fc423bb9986eaed3ebd45796d8d
+Size (ideviceinstaller-1.2.0.tar.bz2) = 305414 bytes
Home |
Main Index |
Thread Index |
Old Index