[46493] trunk/dports/fuse
Ryan Schmidt
ryandesign at macports.org
Thu Feb 5 17:44:07 PST 2009
On Feb 5, 2009, at 16:31, Rainer Müller wrote:
> snc at macports.org wrote:
>> 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}
This distname line should be removed because that is the default value.
More information about the macports-dev
mailing list