diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-08-23 15:28:36 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-08-23 15:28:36 +0800 |
commit | 90bf177962711cb12fb25ece2fc1c1c49b3f265c (patch) | |
tree | 6cc664d72bf8db2fa25833214ef7fc4315ef6542 /sysutils | |
parent | 2adac078982ab825920d2315abdeb4a278a79c8b (diff) | |
download | freebsd-ports-gnome-90bf177962711cb12fb25ece2fc1c1c49b3f265c.tar.gz freebsd-ports-gnome-90bf177962711cb12fb25ece2fc1c1c49b3f265c.tar.zst freebsd-ports-gnome-90bf177962711cb12fb25ece2fc1c1c49b3f265c.zip |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
5 files changed, 51 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 82c29c2c77aa..f491fdce556b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -217,6 +217,7 @@ SUBDIR += fusefs-kmod SUBDIR += fusefs-libs SUBDIR += fusefs-ntfs + SUBDIR += fusefs-pod SUBDIR += fusefs-smbnetfs SUBDIR += fusefs-sqlfs SUBDIR += fusefs-sshfs 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/ |