[46493] trunk/dports/fuse

snc at macports.org snc at macports.org
Thu Feb 5 11:58:09 PST 2009


Revision: 46493
          http://trac.macports.org/changeset/46493
Author:   snc at macports.org
Date:     2009-02-05 11:58:08 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
created mp3fs, ticket #18381

Added Paths:
-----------
    trunk/dports/fuse/mp3fs/
    trunk/dports/fuse/mp3fs/Portfile

Added: trunk/dports/fuse/mp3fs/Portfile
===================================================================
--- trunk/dports/fuse/mp3fs/Portfile	                        (rev 0)
+++ trunk/dports/fuse/mp3fs/Portfile	2009-02-05 19:58:08 UTC (rev 46493)
@@ -0,0 +1,46 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                mp3fs
+version             0.13
+categories          fuse
+platforms           darwin
+
+maintainers         mail at uwe-arzt.de
+
+description         A flac to mp3 (read-only) filesystem for FUSE
+long_description    This is a file system for converting flac files \
+                    to mp3 files on the fly. This is useful, if you \
+                    archive your music in flac format, but some \
+                    program (i.e. iTunes) are not capable reading \
+                    flac, but mp3.
+
+homepage            http://mp3fs.sourceforge.net/
+
+distname            mp3fs-${version}
+master_sites        sourceforge:mp3fs
+checksums           ${distfiles} md5 fb9b5eb4fb6f69f35430ff7e93a84e0b \
+                                 sha1 b246bd747a32256cb8364b7ac0cc8b7a4e1d3f74
+
+livecheck.distname  mp3fs
+
+depends_lib         port:macfuse \
+                    port:flac \
+                    port:pkgconfig \
+                    port:lame \
+                    port:libid3tag
+
+
+configure.post_args-append  "id3tag_CFLAGS=-I/opt/local/include id3tag_LIBS='-L/opt/local/lib /opt/local/lib/libid3tag.dylib'"
+
+platform darwin {
+    patch_sites         http://www.uwe-arzt.de/files/mp3fs
+    patchfiles          mp3fs-${version}-macosx.patch
+    checksums-append    mp3fs-${version}-macosx.patch md5 3c14c714c9ff9fc39586cfb50ac6f3d2 \
+                                                      sha1 3f46e4292a0dac0b0f9d3b8f01b76ff3315b3169
+    
+    # override patch.pre_args since it defaults to -p0
+    patch.pre_args -R -p1
+}


Property changes on: trunk/dports/fuse/mp3fs/Portfile
___________________________________________________________________
Added: snv:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/e6c435a6/attachment.html>


More information about the macports-changes mailing list