From owner-cvs-ports@FreeBSD.ORG Fri Apr 27 18:38:33 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D64106564A; Fri, 27 Apr 2012 18:38:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4446A8FC14; Fri, 27 Apr 2012 18:38:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3RIcXv5093183; Fri, 27 Apr 2012 18:38:33 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3RIcXHL093181; Fri, 27 Apr 2012 18:38:33 GMT (envelope-from pawel) Message-Id: <201204271838.q3RIcXHL093181@repoman.freebsd.org> From: Pawel Pekala Date: Fri, 27 Apr 2012 18:38:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/fusefs-mp3fs Makefile distinfo pkg-descr ports/sysutils/fusefs-mp3fs/files patch-src-mp3fs.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2012 18:38:33 -0000 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)