Add a message pointing users at sysutils/fusefs-ext2 which is a more modern

read write implementation supporting ext2, ext3 and ext4.

Don't mark DEPRECATED yet to give users a chance to test the newer less mature
implementation.
This commit is contained in:
Emanuel Haupt 2017-10-30 09:55:15 +00:00
parent 6e458c9091
commit 3fd831fe20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453162
3 changed files with 6 additions and 2 deletions

View file

@ -4,12 +4,13 @@
PORTNAME= ext4fuse
PORTVERSION= 0.1.3
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= EXT4 implementation for FUSE
COMMENT= Read-only ext4 implementation for FUSE
LICENSE= GPLv2

View file

@ -1,3 +1,3 @@
EXT4 implementation for FUSE.
Read-only ext4 implementation for FUSE.
WWW: https://github.com/gerard/ext4fuse/

View file

@ -0,0 +1,3 @@
Please note that that this port only supports ext4 in read-only mode.
You might want to consider using sysutils/fusefs-ext2 which supports
ext2, ext3 and ext4 with read write support.