diff options
author | avilla <avilla@FreeBSD.org> | 2013-05-07 08:38:51 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2013-05-07 08:38:51 +0800 |
commit | cad798260f68e3aaaf08e419d375e21ee5f8359d (patch) | |
tree | d859d87e98983966c2b2206340e87e07bc4cec78 | |
parent | 5d663575d4aa2f048f959615316c4cd72c94e2d6 (diff) | |
download | freebsd-ports-gnome-cad798260f68e3aaaf08e419d375e21ee5f8359d.tar.gz freebsd-ports-gnome-cad798260f68e3aaaf08e419d375e21ee5f8359d.tar.zst freebsd-ports-gnome-cad798260f68e3aaaf08e419d375e21ee5f8359d.zip |
- Update to 1.1.2.
- Rewrite COMMENT.
- Rewrite pkg-message.
- Add LICENSE.
- Cleanup.
Approved by: Gabor Zahemszky <Gabor@Zahemszky.HU> (maintainer) via email
-rw-r--r-- | sysutils/fusefs-ifuse/Makefile | 21 | ||||
-rw-r--r-- | sysutils/fusefs-ifuse/distinfo | 4 | ||||
-rw-r--r-- | sysutils/fusefs-ifuse/files/pkg-message.in | 6 | ||||
-rw-r--r-- | sysutils/fusefs-ifuse/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/fusefs-ifuse/pkg-message | 14 |
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. + +====================================================================== |