- Update to 1.1.2.

- Rewrite COMMENT.
- Rewrite pkg-message.
- Add LICENSE.
- Cleanup.

Approved by:	Gabor Zahemszky <Gabor@Zahemszky.HU> (maintainer) via email
This commit is contained in:
Alberto Villa 2013-05-07 00:38:51 +00:00
parent 9a02a4cbfa
commit d93fb0ac05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317566
5 changed files with 30 additions and 23 deletions

View file

@ -2,33 +2,32 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= ifuse PORTNAME= ifuse
PORTVERSION= 1.1.1 PORTVERSION= 1.1.2
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://www.libimobiledevice.org/downloads/ MASTER_SITES= http://www.libimobiledevice.org/downloads/
PKGNAMEPREFIX= fusefs- PKGNAMEPREFIX= fusefs-
MAINTAINER= Gabor@Zahemszky.HU 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= LGPL21
# LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= imobiledevice.1:${PORTSDIR}/comms/libimobiledevice
LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist \
imobiledevice:${PORTSDIR}/comms/libimobiledevice
RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd
SUB_FILES= pkg-message USE_GNOME= glib20
USES= fuse pkgconfig
USE_BZIP2= yes USE_BZIP2= yes
USES= fuse
USE_GNOME= glib20 pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes MAKE_JOBS_SAFE= yes
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/${PORTNAME} PLIST_FILES= bin/${PORTNAME}
MAN1= ifuse.1
post-install: post-install:
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}

View file

@ -1,2 +1,2 @@
SHA256 (ifuse-1.1.1.tar.bz2) = 86ea0753ad42af1f5575b0e3b510b51c7ff55dd54b43bf328efb6c417e564d36 SHA256 (ifuse-1.1.2.tar.bz2) = 47835c8afb72588b3202fe0b206d7ea37a68663d9aa4eaf73f0a4bcb6215fc05
SIZE (ifuse-1.1.1.tar.bz2) = 82736 SIZE (ifuse-1.1.2.tar.bz2) = 84645

View file

@ -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.

View file

@ -1,6 +1,6 @@
iFuse is a tool to reach iPod Touch and iPhone filesystems over USB iFuse is a tool for reaching iOS devices filesystems over USB, without
(w/out the need of JailBreaking, and installing SSH-server on your iGadget). the need of jailbreaking and installing an SSH server on your iGadget.
iFuse is useful if you want to mount the device manually or iFuse is useful if you want to mount the device manually or if you
if you do not have GNOME with GVFS or KDE with kio-ufc installed don't have GNOME with GVFS nor KDE with kio-ufc installed.
WWW: http://www.libimobiledevice.org WWW: http://www.libimobiledevice.org

View file

@ -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.
======================================================================