1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

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.
This commit is contained in:
Max Khon 2007-08-23 07:28:36 +00:00
parent 98dcd8a426
commit f15f66326c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198170
5 changed files with 51 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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