svn commit: r317566 - in head/sysutils/fusefs-ifuse: . files

Alberto Villa avilla at FreeBSD.org
Tue May 7 00:38:52 UTC 2013


Author: avilla
Date: Tue May  7 00:38:51 2013
New Revision: 317566
URL: http://svnweb.freebsd.org/changeset/ports/317566

Log:
  - Update to 1.1.2.
  - Rewrite COMMENT.
  - Rewrite pkg-message.
  - Add LICENSE.
  - Cleanup.
  
  Approved by:	Gabor Zahemszky <Gabor at Zahemszky.HU> (maintainer) via email

Added:
  head/sysutils/fusefs-ifuse/pkg-message   (contents, props changed)
     - copied, changed from r317228, head/sysutils/fusefs-ifuse/files/pkg-message.in
Deleted:
  head/sysutils/fusefs-ifuse/files/
Modified:
  head/sysutils/fusefs-ifuse/Makefile
  head/sysutils/fusefs-ifuse/distinfo   (contents, props changed)
  head/sysutils/fusefs-ifuse/pkg-descr   (contents, props changed)

Modified: head/sysutils/fusefs-ifuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ifuse/Makefile	Tue May  7 00:36:41 2013	(r317565)
+++ head/sysutils/fusefs-ifuse/Makefile	Tue May  7 00:38:51 2013	(r317566)
@@ -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 at 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}
 

Modified: head/sysutils/fusefs-ifuse/distinfo
==============================================================================
--- head/sysutils/fusefs-ifuse/distinfo	Tue May  7 00:36:41 2013	(r317565)
+++ head/sysutils/fusefs-ifuse/distinfo	Tue May  7 00:38:51 2013	(r317566)
@@ -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

Modified: head/sysutils/fusefs-ifuse/pkg-descr
==============================================================================
--- head/sysutils/fusefs-ifuse/pkg-descr	Tue May  7 00:36:41 2013	(r317565)
+++ head/sysutils/fusefs-ifuse/pkg-descr	Tue May  7 00:38:51 2013	(r317566)
@@ -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

Copied and modified: head/sysutils/fusefs-ifuse/pkg-message (from r317228, head/sysutils/fusefs-ifuse/files/pkg-message.in)
==============================================================================
--- head/sysutils/fusefs-ifuse/files/pkg-message.in	Fri May  3 18:03:28 2013	(r317228, copy source)
+++ head/sysutils/fusefs-ifuse/pkg-message	Tue May  7 00:38:51 2013	(r317566)
@@ -1,6 +1,14 @@
-You should run usbmuxd, and after plugging in your iGadget, run
+======================================================================
 
-	ifuse -o allow_other /mnt/ipod
+To mount your iGadget you first need to launch usbmuxd; see...
 
-- after it, you can reach it's files, and
-use eg. gtkpod to add/delete musics/pictures to it.
+$ 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.
+
+======================================================================


More information about the svn-ports-all mailing list