diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-08-23 07:28:36 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-08-23 07:28:36 +0000 |
commit | f15f66326c7d48c3a6b0b959f3ff7bb380b87d21 (patch) | |
tree | 233fe12f3b68bbd3f8fd97dadece63f00f852820 /sysutils/fusefs-pod | |
parent | 98dcd8a426fc383c709a83368f9f240427bbf31d (diff) |
New port: fusefs-pod
FUSEPod is a userspace filesystem which mounts your iPod into a directory
for easy browsing of your songs on your iPod. It features a configurable
directory layout, read/write support, read support for playlists and finds
where your iPod is.
Notes
Notes:
svn path=/head/; revision=198170
Diffstat (limited to 'sysutils/fusefs-pod')
-rw-r--r-- | sysutils/fusefs-pod/Makefile | 30 | ||||
-rw-r--r-- | sysutils/fusefs-pod/distinfo | 3 | ||||
-rw-r--r-- | sysutils/fusefs-pod/files/patch-configure | 11 | ||||
-rw-r--r-- | sysutils/fusefs-pod/pkg-descr | 6 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile new file mode 100644 index 000000000000..950c6393e506 --- /dev/null +++ b/sysutils/fusefs-pod/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: fusefs-pod +# Date created: 22 Aug 2007 +# Whom: Max Khon +# $FreeBSD$ +# + +PORTNAME= pod +PORTVERSION= 0.5.2 +CATEGORIES= sysutils audio +MASTER_SITES= SF +MASTER_SITE_SUBDIR= fusepod/ +PKGNAMEPREFIX= fusefs- +DISTNAME= fusepod-${PORTVERSION} + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= FUSE-based filesystem for iPod + +LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\ + gpod.2:${PORTSDIR}/audio/libgpod\ + tag.5:${PORTSDIR}/audio/taglib +RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod + +USE_BZIP2= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +MAN1= fusepod.1 +PLIST_FILES= bin/fusepod + +.include <bsd.port.mk> diff --git a/sysutils/fusefs-pod/distinfo b/sysutils/fusefs-pod/distinfo new file mode 100644 index 000000000000..3326a962846a --- /dev/null +++ b/sysutils/fusefs-pod/distinfo @@ -0,0 +1,3 @@ +MD5 (fusepod-0.5.2.tar.bz2) = 35347e87ad01b17990ff2be6f9d696cd +SHA256 (fusepod-0.5.2.tar.bz2) = 210d77cb2ec7701d4af681e63c4f52bc4d0c8cbfa493f55d3d9580e7106b857f +SIZE (fusepod-0.5.2.tar.bz2) = 80923 diff --git a/sysutils/fusefs-pod/files/patch-configure b/sysutils/fusefs-pod/files/patch-configure new file mode 100644 index 000000000000..2cf3daa10dd1 --- /dev/null +++ b/sysutils/fusefs-pod/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Aug 22 22:03:08 2007 ++++ configure Wed Aug 22 22:03:20 2007 +@@ -3455,7 +3455,7 @@ + taglib_LIBS=`$TAGLIB_CONFIG --libs` + fi + +-CPPFLAGS="$CPPFLAGS -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 $FUSE_CPPFLAGS $libgpod_CFLAGS $taglib_CFLAGS" ++CPPFLAGS="$CPPFLAGS -Wall -O2 -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=25 $FUSE_CFLAGS $libgpod_CFLAGS $taglib_CFLAGS" + LIBS="$FUSE_LIBS $libgpod_LIBS $taglib_LIBS" + + ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile" diff --git a/sysutils/fusefs-pod/pkg-descr b/sysutils/fusefs-pod/pkg-descr new file mode 100644 index 000000000000..f2b66090484e --- /dev/null +++ b/sysutils/fusefs-pod/pkg-descr @@ -0,0 +1,6 @@ +FUSEPod is a userspace filesystem which mounts your iPod into a directory +for easy browsing of your songs on your iPod. It features a configurable +directory layout, read/write support, read support for playlists and finds +where your iPod is. + +WWW: http://fusepod.sourceforge.net/ |