Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2017 17:55:47 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440696 - head/sysutils/xfsprogs
Message-ID:  <201705121755.v4CHtloW052794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri May 12 17:55:47 2017
New Revision: 440696
URL: https://svnweb.freebsd.org/changeset/ports/440696

Log:
  Update port COMMENT (it does not install any library) and description text
  (include information on what XFS actually is).
  
  Obtained from:	Debian package

Modified:
  head/sysutils/xfsprogs/Makefile
  head/sysutils/xfsprogs/pkg-descr

Modified: head/sysutils/xfsprogs/Makefile
==============================================================================
--- head/sysutils/xfsprogs/Makefile	Fri May 12 17:33:53 2017	(r440695)
+++ head/sysutils/xfsprogs/Makefile	Fri May 12 17:55:47 2017	(r440696)
@@ -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

Modified: head/sysutils/xfsprogs/pkg-descr
==============================================================================
--- head/sysutils/xfsprogs/pkg-descr	Fri May 12 17:33:53 2017	(r440695)
+++ head/sysutils/xfsprogs/pkg-descr	Fri May 12 17:55:47 2017	(r440696)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705121755.v4CHtloW052794>