Add sysutils/linux-c7-dosfstools. Required for LTP.
Reviewed by: tijl Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23105
This commit is contained in:
parent
3af932c104
commit
ff083987bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524476
5 changed files with 56 additions and 0 deletions
|
@ -589,6 +589,7 @@
|
|||
SUBDIR += lineak-xosdplugin
|
||||
SUBDIR += lineakd
|
||||
SUBDIR += linrename
|
||||
SUBDIR += linux-c7-dosfstools
|
||||
SUBDIR += linux-c7-lttng-ust
|
||||
SUBDIR += linux-c7-numactl-libs
|
||||
SUBDIR += linux-c7-userspace-rcu
|
||||
|
|
16
sysutils/linux-c7-dosfstools/Makefile
Normal file
16
sysutils/linux-c7-dosfstools/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dosfstools
|
||||
PORTVERSION= 3.0.20
|
||||
DISTVERSIONSUFFIX= -10.el7
|
||||
CATEGORIES= sysutils linux
|
||||
|
||||
MAINTAINER= emulation@FreeBSD.org
|
||||
COMMENT= Utilities for MS-DOS FAT filesystems (CentOS ${LINUX_DIST_VER})
|
||||
|
||||
USES= linux:c7
|
||||
USE_LINUX_RPM= nolib
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PLIST= ${PKGDIR}/pkg-plist
|
||||
|
||||
.include <bsd.port.mk>
|
7
sysutils/linux-c7-dosfstools/distinfo
Normal file
7
sysutils/linux-c7-dosfstools/distinfo
Normal file
|
@ -0,0 +1,7 @@
|
|||
TIMESTAMP = 1578577223
|
||||
SHA256 (centos/dosfstools-3.0.20-10.el7.i686.rpm) = 1ab8831faff8ef12b3cac4aafdd9d5d7819d2fc0ff248c424b72dc703498d6d8
|
||||
SIZE (centos/dosfstools-3.0.20-10.el7.i686.rpm) = 103912
|
||||
SHA256 (centos/dosfstools-3.0.20-10.el7.x86_64.rpm) = cbf47c845706e9d0a764b49d9d020128616dcbf16959479d6575c21da06369e9
|
||||
SIZE (centos/dosfstools-3.0.20-10.el7.x86_64.rpm) = 103572
|
||||
SHA256 (centos/dosfstools-3.0.20-10.el7.src.rpm) = 633b517e35baf03cb3aa15a71fc3bf0075488c4d61e7fb802e80368b437a6ace
|
||||
SIZE (centos/dosfstools-3.0.20-10.el7.src.rpm) = 95519
|
4
sysutils/linux-c7-dosfstools/pkg-descr
Normal file
4
sysutils/linux-c7-dosfstools/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Linux binaries for fsck.vfat and mkfs.vfat utilities, which check
|
||||
and create file systems of the FAT family.
|
||||
|
||||
WWW: http://github.com/dosfstools/dosfstools
|
28
sysutils/linux-c7-dosfstools/pkg-plist
Normal file
28
sysutils/linux-c7-dosfstools/pkg-plist
Normal file
|
@ -0,0 +1,28 @@
|
|||
usr/sbin/dosfsck
|
||||
usr/sbin/dosfslabel
|
||||
usr/sbin/fatlabel
|
||||
usr/sbin/fsck.fat
|
||||
usr/sbin/fsck.msdos
|
||||
usr/sbin/fsck.vfat
|
||||
usr/sbin/mkdosfs
|
||||
usr/sbin/mkfs.fat
|
||||
usr/sbin/mkfs.msdos
|
||||
usr/sbin/mkfs.vfat
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.dosfstools-2.x
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.dosfstools-2.x
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO.dosfstools-2.x
|
||||
usr/share/man/de/man8/fatlabel.8.gz
|
||||
usr/share/man/de/man8/fsck.fat.8.gz
|
||||
usr/share/man/de/man8/mkfs.fat.8.gz
|
||||
usr/share/man/man8/dosfsck.8.gz
|
||||
usr/share/man/man8/fatlabel.8.gz
|
||||
usr/share/man/man8/fsck.fat.8.gz
|
||||
usr/share/man/man8/fsck.fat.8.manpage-fix.gz
|
||||
usr/share/man/man8/fsck.msdos.8.gz
|
||||
usr/share/man/man8/fsck.vfat.8.gz
|
||||
usr/share/man/man8/mkdosfs.8.gz
|
||||
usr/share/man/man8/mkfs.fat.8.gz
|
||||
usr/share/man/man8/mkfs.msdos.8.gz
|
||||
usr/share/man/man8/mkfs.vfat.8.gz
|
Loading…
Reference in a new issue