diff options
author | danfe <danfe@FreeBSD.org> | 2017-05-13 01:55:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-05-13 01:55:47 +0800 |
commit | eaaefe55323183074217d0bc72ec3c1e7b9294e2 (patch) | |
tree | b0560f6df2511d59c125ccb196d4e231a07a740a /sysutils | |
parent | 1f2f1f65d97eb2f9d752c810d2bedd860e44ef5f (diff) | |
download | freebsd-ports-gnome-eaaefe55323183074217d0bc72ec3c1e7b9294e2.tar.gz freebsd-ports-gnome-eaaefe55323183074217d0bc72ec3c1e7b9294e2.tar.zst freebsd-ports-gnome-eaaefe55323183074217d0bc72ec3c1e7b9294e2.zip |
Update port COMMENT (it does not install any library) and description text
(include information on what XFS actually is).
Obtained from: Debian package
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfsprogs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfsprogs/pkg-descr | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 1bbc1839057e..a599a6625ed0 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -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 diff --git a/sysutils/xfsprogs/pkg-descr b/sysutils/xfsprogs/pkg-descr index 0b05383da252..d51f0d67ca43 100644 --- a/sysutils/xfsprogs/pkg-descr +++ b/sysutils/xfsprogs/pkg-descr @@ -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/ |