pkgsrc-WIP-changes archive

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

+ libifuse, a FUSE file system to access the contents of iOS devices.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Tue Feb 7 01:36:51 2017 -0800
Changeset:	639b9ef7a07ebcc3cb849cbc8e0318e9b75200a6

Modified Files:
	Makefile
Added Files:
	ifuse/DESCR
	ifuse/Makefile
	ifuse/PLIST
	ifuse/distinfo
	ifuse/patches/patch-configure.ac
	libimobiledevice/buildlink3.mk

Log Message:
+ libifuse, a FUSE file system to access the contents of iOS devices.

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

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

diffstat:
 Makefile                         |  1 +
 ifuse/DESCR                      |  1 +
 ifuse/Makefile                   | 25 +++++++++++++++++++++++++
 ifuse/PLIST                      |  3 +++
 ifuse/distinfo                   |  7 +++++++
 ifuse/patches/patch-configure.ac | 11 +++++++++++
 libimobiledevice/buildlink3.mk   | 14 ++++++++++++++
 7 files changed, 62 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 69f81d2c98..2d256a0976 100644
--- a/Makefile
+++ b/Makefile
@@ -1345,6 +1345,7 @@ SUBDIR+=	icmpchat
 SUBDIR+=	id3
 SUBDIR+=	idled
 SUBDIR+=	ifstat
+SUBDIR+=	ifuse
 SUBDIR+=	igal
 SUBDIR+=	igowin
 SUBDIR+=	igraph
diff --git a/ifuse/DESCR b/ifuse/DESCR
new file mode 100644
index 0000000000..b33d440c68
--- /dev/null
+++ b/ifuse/DESCR
@@ -0,0 +1 @@
+A fuse filesystem implementation to access the contents of iOS devices.
diff --git a/ifuse/Makefile b/ifuse/Makefile
new file mode 100644
index 0000000000..e52fab25dc
--- /dev/null
+++ b/ifuse/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	ifuse-1.1.3
+CATEGORIES=	filesystems
+MASTER_SITES=	http://www.libimobiledevice.org/downloads/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+COMMENT=	FUSE filesystem to access the contents of iOS devices
+HOMEPAGE=	http://www.libimobiledevice.org/
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES+=	c c++
+USE_TOOLS+=	aclocal autoconf automake 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"
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ifuse/PLIST b/ifuse/PLIST
new file mode 100644
index 0000000000..3d843eee8a
--- /dev/null
+++ b/ifuse/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/ifuse
+man/man1/ifuse.1
diff --git a/ifuse/distinfo b/ifuse/distinfo
new file mode 100644
index 0000000000..d5661112ad
--- /dev/null
+++ b/ifuse/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (ifuse-1.1.3.tar.bz2) = d186dd713bbff8e15cd8cbb5f7f2c5b5be62d594
+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
diff --git a/ifuse/patches/patch-configure.ac b/ifuse/patches/patch-configure.ac
new file mode 100644
index 0000000000..49ee8f6cad
--- /dev/null
+++ b/ifuse/patches/patch-configure.ac
@@ -0,0 +1,11 @@
+--- 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.
diff --git a/libimobiledevice/buildlink3.mk b/libimobiledevice/buildlink3.mk
new file mode 100644
index 0000000000..dce66456a8
--- /dev/null
+++ b/libimobiledevice/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libimobiledevice
+
+.if !defined(LIBIMOBILEDEVICE_BUILDLINK3_MK)
+LIBIMOBILEDEVICE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libimobiledevice+=libimobiledevice>=1.2.0
+BUILDLINK_ABI_DEPENDS.libimobiledevice+=libimobiledevice>=1.2.0
+BUILDLINK_PKGSRCDIR.libimobiledevice?=	../../wip/libimobiledevice
+
+.endif # LIBIMOBILEDEVICE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libimobiledevice


Home | Main Index | Thread Index | Old Index