| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 Mar 2013 16:52:02
0.32
|
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
24 Dec 2012 15:01:29
0.32
|
ak  |
- Update to 0.32 [1]
- Improve COMMENT [1]
- Remove ABI version numbers from LIB_DEPENDS
- Convert Makefile headers to new style
PR: ports/174210 [1]
Submitted by: Stefan Rumetshofer <sterum@overrider.at> (maintainer) |
14 Dec 2012 15:47:01
0.31
|
flo  |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
27 Apr 2012 18:38:33
0.31
|
pawel  |
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 |