Date: Thu, 08 Mar 2012 19:27:51 +0200 From: Alex Samorukov <samm@os2.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165857: [NEW PORT] sysutils/exfat-utils: Utilities to create, check, label and dump exFAT filesystem Message-ID: <E1S5h83-000GyG-Qq@s1.sdv.com.ua> Resent-Message-ID: <201203081730.q28HUCOU075983@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165857 >Category: ports >Synopsis: [NEW PORT] sysutils/exfat-utils: Utilities to create, check, label and dump exFAT filesystem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 08 17:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 7.4-RELEASE-p6 i386 >Organization: Net-Art >Environment: System: FreeBSD s1.sdv.com.ua 7.4-RELEASE-p6 FreeBSD 7.4-RELEASE-p6 #10: Tue Mar 6 21:00:42 EET >Description: Utilities to manage extended file allocation table filesystem. This package provides tools to create, check and label the filesystem. It contains dumpexfat to dump properties of the filesystem, exfatfsck to report errors found on a exFAT filesystem, exfatlabel to label a exFAT filesystem and mkexfatfs to create a exFAT filesystem. WWW: http://code.google.com/p/exfat/ Generated with FreeBSD Port Tools 0.99_4 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # exfat-utils # exfat-utils/Makefile # exfat-utils/distinfo # exfat-utils/pkg-descr # echo c - exfat-utils mkdir -p exfat-utils > /dev/null 2>&1 echo x - exfat-utils/Makefile sed 's/^X//' >exfat-utils/Makefile << '08f64ebfa5fa9bfb2dc7cd9848f18946' X# New ports collection makefile for: exfat-utils X# Date created: 2012-01-25 X# Whom: Alex Samorukov <samm@os2.kiev.ua> X# X# $FreeBSD$ X# X XPORTNAME= exfat-utils XPORTVERSION= 0.9.7 XCATEGORIES= sysutils XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= samm@os2.kiev.ua XCOMMENT= Utilities to create, check, label and dump exFAT filesystem X XLICENSE= GPLv3 X XLIB_DEPENDS= ublio.1:${PORTSDIR}/devel/libublio X XPROJECTHOST= exfat X XUSE_SCONS= yes X XMAN8= exfatlabel.8 mkexfatfs.8 dumpexfat.8 exfatfsck.8 XPLIST_FILES= sbin/exfatlabel sbin/dumpexfat sbin/exfatfsck sbin/mkexfatfs X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/label/exfatlabel ${PREFIX}/sbin X ${INSTALL_PROGRAM} ${WRKSRC}/dump/dumpexfat ${PREFIX}/sbin X ${INSTALL_PROGRAM} ${WRKSRC}/fsck/exfatfsck ${PREFIX}/sbin X ${INSTALL_PROGRAM} ${WRKSRC}/mkfs/mkexfatfs ${PREFIX}/sbin X ${INSTALL_MAN} ${WRKSRC}/label/exfatlabel.8 ${MAN8PREFIX}/man/man8 X ${INSTALL_MAN} ${WRKSRC}/mkfs/mkexfatfs.8 ${MAN8PREFIX}/man/man8 X ${INSTALL_MAN} ${WRKSRC}/dump/dumpexfat.8 ${MAN8PREFIX}/man/man8 X ${INSTALL_MAN} ${WRKSRC}/fsck/exfatfsck.8 ${MAN8PREFIX}/man/man8 X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' ${WRKSRC}/SConstruct X X.include <bsd.port.mk> 08f64ebfa5fa9bfb2dc7cd9848f18946 echo x - exfat-utils/distinfo sed 's/^X//' >exfat-utils/distinfo << 'de7be4569003632bcf6a56e7f9299537' XSHA256 (exfat-utils-0.9.7.tar.gz) = 4bf3dc727540736b404c266ed0b91f7f0fe45df97fd2e581c58cb8abfc46c18a XSIZE (exfat-utils-0.9.7.tar.gz) = 49955 de7be4569003632bcf6a56e7f9299537 echo x - exfat-utils/pkg-descr sed 's/^X//' >exfat-utils/pkg-descr << '854858353d474a283dd0fc418393369e' XUtilities to manage extended file allocation table filesystem. This package Xprovides tools to create, check and label the filesystem. XIt contains dumpexfat to dump properties of the filesystem, exfatfsck to report Xerrors found on a exFAT filesystem, exfatlabel to label a exFAT filesystem and Xmkexfatfs to create a exFAT filesystem. X XWWW: http://code.google.com/p/exfat/ 854858353d474a283dd0fc418393369e exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1S5h83-000GyG-Qq>