svn commit: r440696 - head/sysutils/xfsprogs

Alexey Dokuchaev danfe at FreeBSD.org
Fri May 12 17:55:48 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list