aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ifuse
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2013-05-07 00:38:51 +0000
committerAlberto Villa <avilla@FreeBSD.org>2013-05-07 00:38:51 +0000
commitd93fb0ac05dd55e94c743f150345e7f69e7c4c1d (patch)
treed859d87e98983966c2b2206340e87e07bc4cec78 /sysutils/fusefs-ifuse
parent9a02a4cbfab457636075550718ac501785a31749 (diff)
downloadports-d93fb0ac05dd55e94c743f150345e7f69e7c4c1d.tar.gz
ports-d93fb0ac05dd55e94c743f150345e7f69e7c4c1d.zip
- Update to 1.1.2.
- Rewrite COMMENT. - Rewrite pkg-message. - Add LICENSE. - Cleanup. Approved by: Gabor Zahemszky <Gabor@Zahemszky.HU> (maintainer) via email
Notes
Notes: svn path=/head/; revision=317566
Diffstat (limited to 'sysutils/fusefs-ifuse')
-rw-r--r--sysutils/fusefs-ifuse/Makefile21
-rw-r--r--sysutils/fusefs-ifuse/distinfo4
-rw-r--r--sysutils/fusefs-ifuse/files/pkg-message.in6
-rw-r--r--sysutils/fusefs-ifuse/pkg-descr8
-rw-r--r--sysutils/fusefs-ifuse/pkg-message14
5 files changed, 30 insertions, 23 deletions
diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile
index 447a7b2cc35e..5a1a0b8d1af0 100644
--- a/sysutils/fusefs-ifuse/Makefile
+++ b/sysutils/fusefs-ifuse/Makefile
@@ -2,33 +2,32 @@
# $FreeBSD$
PORTNAME= ifuse
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= sysutils
MASTER_SITES= http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX= fusefs-
MAINTAINER= Gabor@Zahemszky.HU
-COMMENT= Mount iPod Touch / iPhone directories over USB
+COMMENT= FUSE-based filesystem for mounting iOS devices over USB
-# LICENSE= LGPL21
-# LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= imobiledevice.1:${PORTSDIR}/comms/libimobiledevice
+LICENSE= LGPL21
+LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist \
+ imobiledevice:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd
-SUB_FILES= pkg-message
+USE_GNOME= glib20
+USES= fuse pkgconfig
USE_BZIP2= yes
-USES= fuse
-USE_GNOME= glib20 pkgconfig
-
GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
-CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/${PORTNAME}
+MAN1= ifuse.1
+
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/sysutils/fusefs-ifuse/distinfo b/sysutils/fusefs-ifuse/distinfo
index f84684e099ec..1d0ffae98dd5 100644
--- a/sysutils/fusefs-ifuse/distinfo
+++ b/sysutils/fusefs-ifuse/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ifuse-1.1.1.tar.bz2) = 86ea0753ad42af1f5575b0e3b510b51c7ff55dd54b43bf328efb6c417e564d36
-SIZE (ifuse-1.1.1.tar.bz2) = 82736
+SHA256 (ifuse-1.1.2.tar.bz2) = 47835c8afb72588b3202fe0b206d7ea37a68663d9aa4eaf73f0a4bcb6215fc05
+SIZE (ifuse-1.1.2.tar.bz2) = 84645
diff --git a/sysutils/fusefs-ifuse/files/pkg-message.in b/sysutils/fusefs-ifuse/files/pkg-message.in
deleted file mode 100644
index 73148e3da1f8..000000000000
--- a/sysutils/fusefs-ifuse/files/pkg-message.in
+++ /dev/null
@@ -1,6 +0,0 @@
-You should run usbmuxd, and after plugging in your iGadget, run
-
- ifuse -o allow_other /mnt/ipod
-
-- after it, you can reach it's files, and
-use eg. gtkpod to add/delete musics/pictures to it.
diff --git a/sysutils/fusefs-ifuse/pkg-descr b/sysutils/fusefs-ifuse/pkg-descr
index d6b4d9b5ff5e..a7712c7ab7b8 100644
--- a/sysutils/fusefs-ifuse/pkg-descr
+++ b/sysutils/fusefs-ifuse/pkg-descr
@@ -1,6 +1,6 @@
-iFuse is a tool to reach iPod Touch and iPhone filesystems over USB
-(w/out the need of JailBreaking, and installing SSH-server on your iGadget).
-iFuse is useful if you want to mount the device manually or
-if you do not have GNOME with GVFS or KDE with kio-ufc installed
+iFuse is a tool for reaching iOS devices filesystems over USB, without
+the need of jailbreaking and installing an SSH server on your iGadget.
+iFuse is useful if you want to mount the device manually or if you
+don't have GNOME with GVFS nor KDE with kio-ufc installed.
WWW: http://www.libimobiledevice.org
diff --git a/sysutils/fusefs-ifuse/pkg-message b/sysutils/fusefs-ifuse/pkg-message
new file mode 100644
index 000000000000..687c92fa9261
--- /dev/null
+++ b/sysutils/fusefs-ifuse/pkg-message
@@ -0,0 +1,14 @@
+======================================================================
+
+To mount your iGadget you first need to launch usbmuxd; see...
+
+$ usbmuxd --help
+
+...for help. Then, plug in your device and run iFuse:
+
+# ifuse -o allow_other /mnt/ipod
+
+After that, you'll be able to reach its files and use, e.g., gtkpod to
+add/delete music/pictures.
+
+======================================================================