Date: Fri, 27 Apr 2012 18:38:33 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/fusefs-mp3fs Makefile distinfo pkg-descr ports/sysutils/fusefs-mp3fs/files patch-src-mp3fs.c Message-ID: <201204271838.q3RIcXHL093181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pawel 2012-04-27 18:38:33 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/fusefs-mp3fs Makefile distinfo pkg-descr
sysutils/fusefs-mp3fs/files patch-src-mp3fs.c
Log:
MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently
FLAC) to MP3 on the fly when opened and read. This was written to enable me to
use my FLAC collection with software and/or hardware which only understands
the MP3 format e.g. gmediaserver to a Netgear MP101 MP3 player.
It is also a novel alternative to traditional MP3 encoders. Just use your
favorite file browser to select the files you want encoded and copy them
somewhere!
WWW: https://github.com/khenriks/mp3fs
PR: ports/165337
Submitted by: Stefan Rumetshofer
Revision Changes Path
1.1394 +1 -0 ports/sysutils/Makefile
1.1 +29 -0 ports/sysutils/fusefs-mp3fs/Makefile (new)
1.1 +2 -0 ports/sysutils/fusefs-mp3fs/distinfo (new)
1.1 +12 -0 ports/sysutils/fusefs-mp3fs/files/patch-src-mp3fs.c (new)
1.1 +10 -0 ports/sysutils/fusefs-mp3fs/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204271838.q3RIcXHL093181>
