From 91dde482394b6027b17117af09331832d262e835 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 12 May 2017 17:55:47 +0000 Subject: [PATCH] Update port COMMENT (it does not install any library) and description text (include information on what XFS actually is). Obtained from: Debian package --- sysutils/xfsprogs/Makefile | 2 +- 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/