Index: head/sysutils/xfsprogs/Makefile =================================================================== --- head/sysutils/xfsprogs/Makefile (revision 440695) +++ head/sysutils/xfsprogs/Makefile (revision 440696) @@ -1,59 +1,59 @@ # Created by: Craig Rodrigues # $FreeBSD$ PORTNAME= xfsprogs PORTVERSION= 2.9.8 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/ 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 LICENSE_FILE= ${WRKSRC}/doc/COPYING CPE_PRODUCT= ${PORTNAME} CPE_VENDOR= sgi USES= cpe gettext gmake libtool:build readline GNU_CONFIGURE= yes CONFIGURE_ENV= OPTIMIZER=" " CONFIGURE_ARGS= --disable-shared --enable-readline ALL_TARGET= # empty WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/utmp/d' \ ${WRKSRC}/quota/report.c ${WRKSRC}/quota/util.c @${REINPLACE_CMD} \ -e 's|/usr/local|${LOCALBASE}|g' \ -e 's/lio_listio/timer_create/' \ ${WRKSRC}/configure @${REINPLACE_CMD} 's|$$(PKG_DOC_DIR)|$$(DESTDIR)&|g' ${WRKSRC}/Makefile .for dir in db doc fsck growfs io logprint mdrestore mkfs quota repair rtcp @${REINPLACE_CMD} -E 's,PKG_(BIN|DOC|INC|SBIN)_DIR,DESTDIR)$$(&,g' \ ${WRKSRC}/${dir}/Makefile .endfor .for i in 3 5 8 @${REINPLACE_CMD} 's|$$(PKG_MAN_DIR)|$$(DESTDIR)&|g' \ ${WRKSRC}/man/man${i}/Makefile .endfor @${REINPLACE_CMD} 's|$$(PKG_LOCALE_DIR)|$$(DESTDIR)&|' \ ${WRKSRC}/include/buildmacros post-install: .for f in xfs_db xfs_growfs xfs_io xfs_logprint xfs_mdrestore xfs_quota xfs_rtcp ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} .endfor .for f in xfs_repair mkfs.xfs ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${f} .endfor .include Index: head/sysutils/xfsprogs/pkg-descr =================================================================== --- head/sysutils/xfsprogs/pkg-descr (revision 440695) +++ head/sysutils/xfsprogs/pkg-descr (revision 440696) @@ -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/