Bug 165337 - new port: sysutils/fusefs-mp3fs <FUSE-based filesystem for transcoding flac to mp3>
Summary: new port: sysutils/fusefs-mp3fs <FUSE-based filesystem for transcoding flac t...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 20:00 UTC by Stefan Rumetshofer
Modified: 2012-04-27 19:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.04 KB, text/plain)
2012-02-20 20:00 UTC, Stefan Rumetshofer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Rumetshofer 2012-02-20 20:00:23 UTC
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

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-04-27 19:38:48 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-27 19:42:49 UTC
pawel       2012-04-27 18:42:34 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  For sysutils/fusefs-mp3fs
  
  PR:             ports/165337
  
  Revision  Changes    Path
  1.1085    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2012-04-27 19:43:09 UTC
State Changed
From-To: open->closed

New port added. Thanks!