From owner-svn-ports-head@freebsd.org Fri May 12 17:55:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB328D69770; Fri, 12 May 2017 17:55:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5631966; Fri, 12 May 2017 17:55:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4CHtlXR052796; Fri, 12 May 2017 17:55:47 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CHtloW052794; Fri, 12 May 2017 17:55:47 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705121755.v4CHtloW052794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 12 May 2017 17:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440696 - head/sysutils/xfsprogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 17:55:48 -0000 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/