mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
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:
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
|
@ -4,12 +4,13 @@
|
||||||
PORTNAME= ext4fuse
|
PORTNAME= ext4fuse
|
||||||
PORTVERSION= 0.1.3
|
PORTVERSION= 0.1.3
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMEPREFIX= fusefs-
|
PKGNAMEPREFIX= fusefs-
|
||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= EXT4 implementation for FUSE
|
COMMENT= Read-only ext4 implementation for FUSE
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
EXT4 implementation for FUSE.
|
Read-only ext4 implementation for FUSE.
|
||||||
|
|
||||||
WWW: https://github.com/gerard/ext4fuse/
|
WWW: https://github.com/gerard/ext4fuse/
|
||||||
|
|
3
sysutils/fusefs-ext4fuse/pkg-message
Normal file
3
sysutils/fusefs-ext4fuse/pkg-message
Normal 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.
|
Loading…
Add table
Reference in a new issue