Update port COMMENT (it does not install any library) and description text
(include information on what XFS actually is). Obtained from: Debian package
This commit is contained in:
parent
59bb5d9ddb
commit
91dde48239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440696
2 changed files with 8 additions and 2 deletions
|
@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|||
EXTRACT_SUFX= -1.tar.gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Set of utilities and library to manipulate an XFS filesystem
|
||||
COMMENT= Utilities for managing XFS filesystems
|
||||
|
||||
LICENSE= LGPL21 GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
Set of utilities and library to manipulate an XFS filesystem.
|
||||
A set of commands to work with XFS filesystems, including mkfs.xfs(8).
|
||||
|
||||
XFS is a high performance journaling filesystem which originated on the
|
||||
SGI IRIX platform. It is completely multi-threaded, can support large
|
||||
files and large filesystems, extended attributes, variable block sizes,
|
||||
is extent based, and makes extensive use of B-trees (for directories,
|
||||
extents, free space) to aid both performance and scalability.
|
||||
|
||||
WWW: http://oss.sgi.com/projects/xfs/
|
||||
|
|
Loading…
Reference in a new issue