cvs commit: ports/sysutils Makefile ports/sysutils/fusefs-mp3fs
Makefile distinfo pkg-descr ports/sysutils/fusefs-mp3fs/files
patch-src-mp3fs.c
Pawel Pekala
pawel at FreeBSD.org
Fri Apr 27 18:38:33 UTC 2012
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)
More information about the cvs-all
mailing list