pkgsrc-WIP-changes archive

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

ifuse: Update to 1.2.0



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Fri Nov 14 13:37:22 2025 +0900
Changeset:	7964182dfcf9a73828ff256b7ef4dd817458335c

Modified Files:
	ifuse/DESCR
	ifuse/Makefile
	ifuse/distinfo
Added Files:
	ifuse/COMMIT_MSG
Removed Files:
	ifuse/patches/patch-configure.ac

Log Message:
ifuse: Update to 1.2.0

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

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

diffstat:
 ifuse/COMMIT_MSG                 | 14 ++++++++++++++
 ifuse/DESCR                      | 11 +++++++++++
 ifuse/Makefile                   | 11 ++++-------
 ifuse/distinfo                   |  7 +++----
 ifuse/patches/patch-configure.ac | 11 -----------
 5 files changed, 32 insertions(+), 22 deletions(-)

diffs:
diff --git a/ifuse/COMMIT_MSG b/ifuse/COMMIT_MSG
new file mode 100644
index 0000000000..2815376428
--- /dev/null
+++ b/ifuse/COMMIT_MSG
@@ -0,0 +1,14 @@
+filesystems/ifuse: Import ifuse-1.2.0
+
+A fuse filesystem implementation to access the contents of iOS devices.
+
+This project allows mounting various directories of an iOS device locally
+using the FUSE file system interface.
+
+Some key features are:
+* Media: Mount media directory of an iOS device locally
+* Apps: Mount sandbox container or document directory of an app
+* Jailbreak: Mount root filesystem on jailbroken devices (requires AFC2
+  service)
+* Browse: Allows to retrieve a list of installed file-sharing enabled apps
+* Implementation: Uses libimobiledevice for communication with the device
diff --git a/ifuse/DESCR b/ifuse/DESCR
index b33d440c68..7dda465392 100644
--- a/ifuse/DESCR
+++ b/ifuse/DESCR
@@ -1 +1,12 @@
 A fuse filesystem implementation to access the contents of iOS devices.
+
+This project allows mounting various directories of an iOS device locally
+using the FUSE file system interface.
+
+Some key features are:
+* Media: Mount media directory of an iOS device locally
+* Apps: Mount sandbox container or document directory of an app
+* Jailbreak: Mount root filesystem on jailbroken devices (requires AFC2
+  service)
+* Browse: Allows to retrieve a list of installed file-sharing enabled apps
+* Implementation: Uses libimobiledevice for communication with the device
diff --git a/ifuse/Makefile b/ifuse/Makefile
index b11e59e1ad..6168749123 100644
--- a/ifuse/Makefile
+++ b/ifuse/Makefile
@@ -1,8 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	ifuse-1.1.3
+DISTNAME=	ifuse-1.2.0
 CATEGORIES=	filesystems
-MASTER_SITES=	http://www.libimobiledevice.org/downloads/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libimobiledevice/}
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	charlotte%NetBSD.org@localhost
@@ -12,12 +13,8 @@ LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=	yes
 USE_LANGUAGES+=	c c++
-USE_TOOLS+=	aclocal autoconf automake pkg-config
+USE_TOOLS+=	pkg-config
 
-pre-configure:
-	cd ${WRKSRC} && autoreconf
-
-.include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libplist/buildlink3.mk"
 .include "../../wip/libimobiledevice/buildlink3.mk"
 .include "../../wip/libusbmuxd/buildlink3.mk"
diff --git a/ifuse/distinfo b/ifuse/distinfo
index dcdeb7caa1..61cf80856a 100644
--- a/ifuse/distinfo
+++ b/ifuse/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-RMD160 (ifuse-1.1.3.tar.bz2) = d14867d26ae79cb8643bba8634cfdf04cfa50ab6
-SHA512 (ifuse-1.1.3.tar.bz2) = bacf0b00ebc7681022f6e85daa005ee19c99f3222e5db5c4ea6630c2c46111dd3ccd7efcfdbcfabf06cc18ceb58b054c1adb2d106d9b3b7d60a12f3b79c64a3c
-Size (ifuse-1.1.3.tar.bz2) = 90803 bytes
-SHA1 (patch-configure.ac) = 953c7fba82eb54e8488d0ee71e2b2d61ffe5d8ce
+BLAKE2s (ifuse-1.2.0.tar.bz2) = 9bb50a761384f765c892b47be6b0e224658d94f95e8a11d9f1a2a75afe7c6740
+SHA512 (ifuse-1.2.0.tar.bz2) = 53769236cde640aad56e1ab9bd0479c0593c51cb8a3cc5e64986a055fb87073bf39225515da5918622d379425d6ad53b48426ef0a3d77c5a3e5fc3cd46934051
+Size (ifuse-1.2.0.tar.bz2) = 302744 bytes
diff --git a/ifuse/patches/patch-configure.ac b/ifuse/patches/patch-configure.ac
deleted file mode 100644
index 49ee8f6cad..0000000000
--- a/ifuse/patches/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig	2017-02-07 01:23:07.201064368 -0800
-+++ configure.ac	2017-02-07 01:23:16.993742146 -0800
-@@ -22,7 +22,7 @@
-   AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1_5], 1, [Define if libimobiledevice is using 1.1.5 API])
- fi
- libimobiledevice_VERSION=`$PKG_CONFIG --modversion "libimobiledevice-1.0" 2>&1`
--PKG_CHECK_MODULES(libfuse, fuse >= 2.7.0)
-+PKG_CHECK_MODULES(libfuse, fuse >= 2.6.0)
- PKG_CHECK_MODULES(libplist, libplist)
- 
- # Checks for header files.


Home | Main Index | Thread Index | Old Index