From 9acc76bc0110cb6c301ab6610f1f04764cafa5a3 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 4 May 2007 23:48:33 +0000 Subject: Initial import of fusepod-0.5.1 into the Packages Collection as fuse-pod-0.5.1. FUSEPod is a userspace filesystem which mounts your iPod into a directory for easy browsing of your songs on your iPod. Features ======== * Read and Write support * Viewing/Removing playlists * Configurable directory layout * Transparent copying of files onto iPod * Tracks have tags in extended attributes * Discovers where your iPod is mounted * Statistics file --- filesystems/fuse-pod/DESCR | 13 +++++++++++++ filesystems/fuse-pod/Makefile | 22 ++++++++++++++++++++++ filesystems/fuse-pod/PLIST | 3 +++ filesystems/fuse-pod/distinfo | 7 +++++++ filesystems/fuse-pod/patches/patch-aa | 13 +++++++++++++ filesystems/fuse-pod/patches/patch-ab | 13 +++++++++++++ 6 files changed, 71 insertions(+) create mode 100644 filesystems/fuse-pod/DESCR create mode 100644 filesystems/fuse-pod/Makefile create mode 100644 filesystems/fuse-pod/PLIST create mode 100644 filesystems/fuse-pod/distinfo create mode 100644 filesystems/fuse-pod/patches/patch-aa create mode 100644 filesystems/fuse-pod/patches/patch-ab (limited to 'filesystems') diff --git a/filesystems/fuse-pod/DESCR b/filesystems/fuse-pod/DESCR new file mode 100644 index 00000000000..5bed1b6f6a1 --- /dev/null +++ b/filesystems/fuse-pod/DESCR @@ -0,0 +1,13 @@ +FUSEPod is a userspace filesystem which mounts your iPod into a directory +for easy browsing of your songs on your iPod. + +Features +======== + + * Read and Write support + * Viewing/Removing playlists + * Configurable directory layout + * Transparent copying of files onto iPod + * Tracks have tags in extended attributes + * Discovers where your iPod is mounted + * Statistics file diff --git a/filesystems/fuse-pod/Makefile b/filesystems/fuse-pod/Makefile new file mode 100644 index 00000000000..5a0be467e32 --- /dev/null +++ b/filesystems/fuse-pod/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $ +# + +DISTNAME= fusepod-0.5.1 +PKGNAME= fuse-pod-0.5.1 +CATEGORIES= filesystems +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fusepod/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://fusepod.sourceforge.net/ +COMMENT= FUSE-based filesystem for iPod + +GNU_CONFIGURE= yes +USE_LANGUAGES+= c c++ +USE_TOOLS+= gmake pkg-config + +.include "../../audio/libgpod/buildlink3.mk" +.include "../../audio/taglib/buildlink3.mk" + +.include "../../mk/fuse.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/filesystems/fuse-pod/PLIST b/filesystems/fuse-pod/PLIST new file mode 100644 index 00000000000..b5d68d1e9ba --- /dev/null +++ b/filesystems/fuse-pod/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $ +bin/fusepod +man/man1/fusepod.1 diff --git a/filesystems/fuse-pod/distinfo b/filesystems/fuse-pod/distinfo new file mode 100644 index 00000000000..d472a41aff3 --- /dev/null +++ b/filesystems/fuse-pod/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $ + +SHA1 (fusepod-0.5.1.tar.bz2) = 61fda80b27b0305fbfa26ba58d395b4ddbd72525 +RMD160 (fusepod-0.5.1.tar.bz2) = ad68b3f6c81a3ce7546771a8b2fd3dd6ce061447 +Size (fusepod-0.5.1.tar.bz2) = 78547 bytes +SHA1 (patch-aa) = cb2aceb2aefaa8b99dc95fce70835edb85ab1a92 +SHA1 (patch-ab) = 923f7f7449c85d2ea537845b779aebec6aede1e8 diff --git a/filesystems/fuse-pod/patches/patch-aa b/filesystems/fuse-pod/patches/patch-aa new file mode 100644 index 00000000000..b6df182b917 --- /dev/null +++ b/filesystems/fuse-pod/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $ + +--- src/fusepod.cpp 2007/05/04 23:21:09 1.1 ++++ src/fusepod.cpp 2007/05/04 23:23:52 +@@ -672,7 +672,7 @@ + return paths; + } + +-void * fusepod_init () { ++void * fusepod_init (fuse_conn_info *connection) { + syncing = false; + syncing_file = ""; + diff --git a/filesystems/fuse-pod/patches/patch-ab b/filesystems/fuse-pod/patches/patch-ab new file mode 100644 index 00000000000..5168f276910 --- /dev/null +++ b/filesystems/fuse-pod/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $ + +--- src/fusepod_ipod.cpp 2007/05/04 23:28:59 1.1 ++++ src/fusepod_ipod.cpp 2007/05/04 23:30:15 +@@ -417,7 +417,7 @@ + + stats << "FUSEPod Version: " << PACKAGE_VERSION << endl; + stats << "ITunesDB Version: " << this->ipod->version << endl; +- stats << "Real Mountpoint: " << this->ipod->mountpoint << endl; ++ stats << "Real Mountpoint: " << this->mount_point << endl; + + Playlist * mpl = itdb_playlist_mpl (ipod); + stats << "iPod Name: " << (mpl && mpl->name ? string(mpl->name) : "Unknown") << endl; -- cgit v1.2.3